/*
 *-----------------------------------------------------------------------------------
 *
 * 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:                 dotted 1px #225883;   --------Updated 14-12-09-------- */
background:url(/ecademy/lang-default/images/default_st700/loginBg.jpg) top left no-repeat;
    background-color:       #ffffff;
   height:366px;
width:592px !important;
padding:10px 5px;
}


.clsLoginTop
{
    /* background-color:       #ffffff;
    background-image:       url(/ecademy/lang-default/images/default_st700/login_top.gif);
    background-repeat:      no-repeat;
    width:                  587px;*/
    height:                 70px;
}

.clsLoginBottom
{
   /*  background-color:       #ffffff;
    background-image:       url(/ecademy/lang-default/images/default_st700/login_bottom.gif);
    background-repeat:      no-repeat;
    width:                  587px;
    height:                 7px;    --------Updated 14-12-09-------- */
}

.clsLoginLeftWall
{
    background-image:       url(/ecademy/lang-default/images/default_st700/login_left.gif);
    background-repeat:      repeat-y;
    width:                  15px;
}

.clsLoginRightWall
{
    background-image:       url(/ecademy/lang-default/images/default_st700/login_right.gif);
    background-repeat:      repeat-y;
    width:                  15px;
}
