
/* CSS Document */
/*the width of the page is 805px*/
@import "global.css";
body { text-align: center; font-family:arial,helvetica,clean,sans-serif;margin:0; padding:0; font-size:12px; color:#000; }
div,form,img,ul,ol,li,dl,dt,dd{margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
table,td,tr,th{font-size:12px;}

/*Global style*/
a:link,a:visited{ color:#b31b1b;text-decoration:none;}
a:hover{color:#FF6600;text-decoration:none;}
.space1{ height:1px; font-size:1px; clear:both;}
.space5{height:5px; font-size:1px; clear:both;overflow:hidden;}
.space10{height:10px; font-size:1px; clear:both;overflow:hidden;}
.vspace3{ margin-left:3px;}
.vspace10{ margin-left:10px;}
.font_red{ color:#b31b1b;}

.linkblack,a.linkblack:link,a.linkblack:visited{ color:#000;}
a.linkblack:hover{color:#FF0000;}
.hot,a.hot:link,a.hot:visited{color:#C52500;}
.linkorange,a.linkorange:link,a.linkorange:visited{ color:#0168BA; }
a.linkorange:hover{ color:#ff6600; }

#wrap{margin:0 auto; width:1000px; background:#fff;}
#header{ height:100px; background:#F6F6F6;}
#header .logo{ width:130px; float:left; padding-top:20px; text-align:right;}
#header .site_host{ padding:20px 0px 0px 50px;width:500px; text-align:left; float:left;}
#header .site_host .school{ margin-top:10px; font-size:36px; color:#DDDDDD; font-weight:bold;}
#header .site_host .department{ color:#121212; font-size:24px; font-weight:bold;}
#header .other{ text-align:right;}
#header .other .version{height:50px; padding:5px 5px 0px 0px;}
#header .other .version a{ color:#000;}
#header .other .search{}

#main{ background:#F0EEE4;}
#main_left{ width:20%;border-right:3px solid #fff; font-size:14px;  vertical-align:top; }
#main_left .list{ margin:35px 15px 50px 18px;}
#main_left .list a:link,.list a:visited{ color:#000;}
#main_left .list a:hover,.list a:active{ color:#b31b1b;}
#main_left .list div{line-height:20px; padding:10px 18px 0px 5px;text-align:left;}
#main_left .list .nav_1{ color:#222;border-bottom:2px solid #ccc;}
#main_left .list .up{ background-image:url(../../images/arrow_up.gif);background-position:97% 50%; background-repeat:no-repeat; cursor:pointer !important;}
#main_left .list .down{ background-image:url(../../images/arrow_down.gif); background-position:97% 50%; background-repeat:no-repeat; cursor:pointer !important;}
#main_left .list .nav_2{ color:#222; background-color:#F7F5F0; border-bottom:1px dotted #b31b1b;}
#main_left .list .nav_2_spe{ color:#222; background-color:#F7F5F0; border-bottom:2px solid #ccc;}
#main_left .list .nav_3{ color:#222; background-color:#FEFEFC;border-bottom:1px dashed #b31b1b; padding-left:15PX;}
#main_right{ width:80%; text-align:left;color:#222;vertical-align:top;}
#main_right .position{ line-height:25px; color:#666; border-bottom:1px solid #ccc;padding:5px 5px 5px 20px;}
#main_right .title{}
#main_right .contentframe{padding:0px 20px 20px 20px; text-indent:20px; line-height:20px; color:#666;}





#table_view{ width:100%; text-align:left;  background:#eee;}
#table_view .title{ background:#FEEFEF;color:#666; font-weight:bold; text-align:center;}
#table_view .tdclass1{ background:#F5F5F5; }
#table_view .tdclass2{ background:#FFF8F0;}
#table_view .mouseover{ background:#E4F8E4;}
/*
#table_view{ width:100%; text-align:center; margin-top:20px;}
#table_view .title{ background:#66CCCC;color:#ffffff; font-weight:bold; }
#table_view .tdclass1{ background:#E4F8E4; }
#table_view .tdclass2{ background:#F5F5F5;}
#table_view .mouseover{ background:#FFD8B0;}
*/


#table_view_tail{	font-size:12px; text-align:center; height:30px; line-height:30px; border-bottom:1px solid #ddd; color:#b31b1b; background:#F4EAF2;}
#flippage_tan td{background:#fff;}
#table_view_tail a:link{color: #0000FF;text-decoration: none;}
#table_view_tail a:visited {text-decoration: none;	color: #0000FF;}
#table_view_tail a:hover {text-decoration: underline;color: #FF6600;}
#table_view_tail a:active {text-decoration: none;color: #FF6600;}



#footer{ padding:5px 20px 5px 20px;line-height:20px; background:#D7D6D1; margin-bottom:50px;}
#footer a{ color:#333;}
#banner{ background:#4C4C6B; height:5px;}
























