/*
 *-----------------------------------------------------------------------------------
 *
 * Copyright (c) 2004-2005 SumTotal Systems, Inc. All rights reserved.
 *
 * The copyright to the computer software herein is proprietary and remains
 * the property of SumTotal Systems, Inc. It may be used and/or copied only with
 * the written consent of SumTotal Systems, Inc. or in accordance with the terms and
 * conditions stipulated in the agreement/contract under which this software
 * has been supplied.
 *
 * $Id: SYS_login.css,v 1.2 2005/01/26 23:40:46 williamf Exp $
 * $Date: 2005/01/26 23:40:46 $
 * $RCSfile: SYS_login.css,v $
 * $Revision: 1.2 $
 *
 * Abstract:
 *
 * Revision History:
 *
 *    2000-05-20   Anand Arvind    created
 *
 *-----------------------------------------------------------------------------------
 */

/*
 *-----------------------------------------------------------------------------------
 * Login styles
 *-----------------------------------------------------------------------------------
 */

.clsLoginTable
{
    border:                 solid 1px #323c49;
    background-color:       #ffffff;
}

.clsLoginTop
{
    background-color:       #ffffff;
    background-image:       url(../../images/default_st800/login_top.gif);
    background-repeat:      no-repeat;
    width:                  587px;
    height:                 66px;
	padding-left:			25px;
}

.clsLoginBottom
{
    background-color:       #ffffff;
   /* background-image:       url(../../images/default_st800/login_bottom.gif);
    background-repeat:      no-repeat;*/
    width:                  587px;
    height:                 7px;
}

.clsLoginLeftWall
{
    background-image:       url(../../images/default_st800/login_left.gif);
    background-repeat:      repeat-y;
    width:                  15px;
	padding-left:			20px;
}

.clsLoginRightWall
{
    background-image:       url(../../images/default_st800/login_right.gif);
    background-repeat:      repeat-y;
    width:                  15px;
}
