/* ------------------------------------ *
 CSS
 Wednesday, February 18, 2009 9:42:26 PM
 HAPedit 3.1.11.111
 * ------------------------------------ */

body{
     margin-top:0px;
     font-family:verdana, sanserif;
     font-size: .9em;
     background-image: url(../images/Clock.gif);
     background-repeat: no-repeat;
     background-attachment:fixed;
     background-position: bottom right;
     background:#fff none repeat scroll 0%;
     line-height:1;
     height:100%;
}
#content{
}

#header{
    background-color:#072150;
    margin-top:0px;
    color: #ffffff;
    font-size: 1.2em;
    font-family: arial, verdana, sanserif;
    font-weight: bold;
    margin-bottom: 5px;
    text-indent: 15px;
}

#header h1{
    font-family:sanserif, arial, verdana;
    font-size: 1.3em;

}

#commonmenu{
    background-color:#eaeaea;
    height: 25px;
    font-weight: normal;
    text-indent: 15px;
    margin-top: 5px;
    font-size: .8em;
}

#commonmenu a{
    text-decoration: none;
    vertical-align: middle;
    color: #000000;
}
#commonmenu img{
    border:0px;
    vertical-align: middle;
}

#login{
    margin: 0 auto;
    background-image: url(../images/bglogin.gif);
    background-repeat:no-repeat;
    background-position: center;
    height: 250px;
    vertial-align: middle;

}

#login table{
    vertial-align: middle;
    margin: 0 auto;
}

#adminMenu{

}

#adminMenu table{
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
}

#adminMenu a{
    text-decoration: none;
    color: #000000;
}

#adminMenu img{
    border: 0px;
    vertical-align: middle;
}

#manageEmployees{
    background-color: #d4dae1;
}
#manageEmployees table{
    vertical-align:middle;
}

#manageEmployeeMenu{
    margin: 0 auto;
    text-align: center;
    color: #000000;
}
#manageEmployeeMenu a{
    color: #000000;
    text-decoration: none;
}
#manageEmployeeMenu img{
    border: 0px;
}

#employeeRecords{
    margin: 0 auto;
    text-align: left;
}

#employeeRecords table{
    margin: 0 auto;
}

/******************************************************************************/
#manageCenter{
    background-color: #d4dae1;
}
#manageCenter table{
    vertical-align:middle;
}

#manageCenterMenu{
    margin: 0 auto;
    text-align: center;
    color: #000000;
}
#manageCenterMenu a{
    color: #000000;
    text-decoration: none;
}
#manageCenterMenu img{
    border: 0px;
}

#centerRecords{
    margin: 0 auto;
    text-align: left;
}

#centerRecords table{
    margin: 0 auto;
}
