BODY{
margin: 0px;
padding: 0px;
background-color: #d1eaf1;
}

BODY.popup{
background: white;
padding: 0;
margin: 0;
}

.clearfix{
clear:both;
width:100%;
}

TD, DIV, INPUT, SELECT, TEXTAREA{
font-family: Tahoma, Sans Serif, Verdana, Helvetica;
color: black;
font-size: 12px;
}

a:link, a:visited, a:active{
font-family: Tahoma, Sans Serif, Verdana, Helvetica;
color: #003399;
font-size: 12px;
text-decoration: none;
}

a:hover{
font-family: Tahoma, Sans Serif, Verdana, Helvetica;
color: black;
font-size: 12px;
text-decoration: underline;
}

TEXTAREA.norm{
font-family: Tahoma, Sans Serif, Verdana, Helvetica;
color: #000000;
font-size: 12px;
width: 350px;
height: 150px;
}

.title{
font-weight: bold;
color: #339900;
font-size: 13px;
}

.pagenum{
background-image: url('images/pagenum_bg_hover.gif');
background-repeat: repeat-x;
padding: 0 4px;
text-align: center;
font-weight: normal;
border-right: 1px solid #AAAAAA;
border-bottom: 1px solid #787878;
color: #000000;
font-size: 11px;
}

a.pagenum:link, a.pagenum:visited, a.pagenum:active{
background-image: url('images/pagenum_bg.gif');
background-repeat: repeat-x;
padding: 0 4px;
text-align: center;
font-weight: normal;
border-right: 1px solid #AAAAAA;
border-bottom: 1px solid #787878;
color: #000000;
font-size: 11px;
}

a.pagenum:hover{
background-image: url('images/pagenum_bg_hover.gif');
background-repeat: repeat-x;
padding: 0 4px;
text-align: center;
font-weight: normal;
border-right: 1px solid #AAAAAA;
border-bottom: 1px solid #787878;
color: #000000;
font-size: 11px;
}

.need{
color: red;
font-weight: bold;
}

/*login.html*/
.login{
background-color: white;
border: 1px solid #bfbfbf;
background-image: url('images/login.png');
background-repeat: no-repeat;
background-position: 20px center;
padding-top: 30px;
padding-left: 60px;
font-size: 11px;
color: black;
}
.login_table{
font-size: 11px;
color: black;
}
.loginTable{
width: 400px;
height: 200px;
}

.login_title{
font-size: 12px;
color: black;
font-weight: bold;
font-family: Verdana;
}
.login_input{
font-size: 11px;
}
.login_submit{
font-size: 11px;
color: black;
}
/* end login.html*/

.small{
color: #8F8F8F;
font-size: 10px;
font-style: italic;
}

a.small:link, a.small:active, a.small:visited{
color: #696969;
font-size: 10px;
text-decoration: none;
}

a.small:hover{
color: black;
font-size: 10px;
text-decoration: none;
}

.scroll{
scrollbar-face-color: #EEEEEE;
scrollbar-highlight-color: #EEEEEE;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #EEEEEE;
scrollbar-shadow-color: #EEEEEE;
scrollbar-arrow-color: #AAAAAA;
scrollbar-track-color: #ffffff;
overflow: auto;
}

.boxtitle{
font-weight: bold;
color: black;
font-size: 12px;
font-family: Tahoma, Verdana;
}

/***************************************************************/

#warpper{
width: 790px;
background-color: red;
padding: 0 5px 5px 5px;
}

#warpper .all{
background-color: white;
}

.header{
padding: 0 2px 5px 0;
background-image: url('images/header.jpg');
background-repeat: no-repeat;
background-position: top center;
height:234px;
}

.header1{
width: 203px;
height:234px;
display: block;
float: left;
}

.header2{
display: block;
float: right;
padding-top: 60px;
}

.menusep{
font-size: 5px;
}

.leftMenu{
width: 240px;
text-align: left;
}

.leftMenu .head{
padding-top: 10px;
font-weight: bold;
height: 51px;
background-image: url('images/l1.gif');
background-repeat: no-repeat;
background-position: center top;
padding: 10px;
}

.leftMenu .content{
background-image: url('images/l2.gif');
background-position: center center;
background-repeat: repeat-y;
padding: 20px;
}

.leftMenu .foot{
background-image: url('images/l3.gif');
background-position: center center;
background-repeat: no-repeat;
height: 10px;
padding: 0;
font-size: 1px;
}

.center{
width: 540px;
text-align: left;
}


.center .head{
padding-top: 10px;
font-weight: bold;
height: 51px;
background-image: url('images/c1.gif');
background-repeat: no-repeat;
background-position: center top;
padding: 10px;
}

.center .content{
background-image: url('images/c2.gif');
background-position: center center;
background-repeat: repeat-y;
padding: 10px 20px;
}

.center .foot{
background-image: url('images/c3.gif');
background-position: center center;
background-repeat: no-repeat;
height: 10px;
padding: 0;
font-size: 1px;
}

.footer{
border-top: 5px solid #cdcdcd;
}

/******************** calendar *****************/
.calendar{
background: none;
text-align: center;
}

.calendar TD{
padding: 4px;
}

.calendar TH{
font-size: 12px;
font-weight: normal;
color: black;
text-align: center;
background-color: #92cbde;
}

.sunday{
background-color: #add8e6;
color: red;
}

.today{
background-color: #FFFF00;
border: 1px solid #FF6600;
color: black;
}

/***************************************** form ***************************/
.form{
width: 100%;
clear: both;
text-align: left;
}

.form label{
width: 80px;
display: block;
float: left;
font-weight: bold;
}

.sep{
border-top: 1px solid #EEEEEE;
}

.tright{
text-align: right;
}

.tcenter{
text-align: center;
}

.border_gray{
padding: 10px;
border: 1px solid #EEEEEE;
}

.popup .content{
padding: 5px;
}

/**************** left menu ul ***********/
ul.left_menu{
display: block;
margin: 0;
padding: 0 0 0 20px;
list-style: none;
float: left;
}

ul.left_menu li{
margin: 0;
padding: 2px 2px 2px 20px;
list-style: none;
display: block;
background: url('images/puzzle.png') left center no-repeat;
font-weight: bold;
}

ul.left_menu li.sub{
margin: 0;
padding: 2px 2px 2px 25px;
list-style: none;
display: block;
background: none;
font-weight: bold;
}

#linkss{
display: block;
width: 160px;
margin: 0 auto;
}

#linkss a:link, #linkss a:active, #linkss a:visited{
display: block;
width: 100%;
text-align: center;
padding: 5px 0 5px 2px;
background: #dff4fb;
border: 1px solid #add8e6;
}

#linkss a:hover{
display: block;
width: 100%;
text-align: center;
padding: 5px 0 5px 2px;
background: #C7ECF8;
border: 1px solid #add8e6;
text-decoration: none;
}

#linkss .linksep{
height: 5px !important;
padding: 0;
display: block;
font-size: 1px;
}
