/* CSS Document */
#header,#content,#footer{width:760px;margin:0 auto;}
#header{clear:both;}
#header i{color:#000000;}
#logo{clear:left;float:left;margin:3px 3px;}
#subhead{float:left;margin:3px 3px;}
#subhead ul li{color:#333333;}
#subhead ul li h2{color:#797979;}
#subhead ul li b{margin:3px;}
#close{text-align:right;}
#close li{display:inline;}

/*#menu1 li{float:left;display:inline;}
#menu2 li{float:right;display:inline;}*/
#menu li{height:27px;}
#menu1 li{float:left;margin:0 2px 0 0;background:url(../img/user_tab_off.gif) no-repeat left bottom;width:110px;text-align:center;}
#menu1 .current{padding:3px 0;background:url(../img/user_tab_on.gif) no-repeat left bottom;width:135px;font-size:14px;font-weight:bold;color:#ffffff;}
#menu2 li{float:right;border:solid 1px #DEE6C5;margin:0 2px;padding:0 5px;background:#FAFFEA;cursor: hand;}
.main{clear:both;}

.main {
	width:100%;
    margin:0 0; 
    border:1px solid #DEE6C5; 
    border-width:1px 0 0 1px; 
    border-collapse:collapse;
}

.main caption { 
    margin:0 auto;
    line-height:30px; 
    font-size:15px; 
    font-weight:800;
    text-align:left;
    color:#c00;
}
.main td,.main th{
    border:1px solid #DEE6C5;
    border-width:0 1px 1px 0;
    padding:3px 5px;
}
.main th {
    padding:6px 3px;
    color:#4A4221;
	background-color:#FAFFEA;
}

