@charset "utf-8";
/* CSS Document */
/*
通用CSS
*/
img {
behavior: url("/css/pngbehavior.htc");
border: none;

}
body{
	margin: 0px;
	padding: 0px;
}
*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	line-height: 22px;
	color: #666666;
}
p{
	margin: 1px;
	padding: 1px;
}
h2 {
	font-size: 16px;
	color: #737373;
}
h2 a{
	font-size: 16px;
	color: #737373;
}
h2 a:hover {
	text-decoration: underline;
	font-weight: bold;
}
h2 a:visited {
	color: #737373;
}

h2 a:link {
	color: #737373;
}
a{
	font-size: 14px;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #FF6600;
}

a:link {
color: #FF6600;
}


body{
	background-color: #FFFFFF;
}

#shellbox{
height:auto;
}
#headclass{
height:auto;
}

#mainnav{
	width:100%;
	height:auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-image: url(/images/mainnavbg.jpg);
	background-repeat: repeat-x;
}
/*#mainnav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #757575;
}
#mainnav a:hover{
	color: #000000;
	text-decoration: underline;
}
*/


#footclass{
	width:100%;
	height:80px;
	padding: 3px;
	background-image: url(/images/bottomframe-bg.jpg);
	background-repeat: repeat-x;

}
#footclass p{
	font-size: 11px;
	color: #666666;
}
#footclass a{
	font-size: 11px;
	color: #666666;
}
#footclass h2 a{
	font-size: 12px;
	color: #666666;
}
#shellbox{
	height:auto;
	min-height:500px;
	_height:500px;
	padding-bottom: 20px;
}
#topmenu{
 height:auto;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

/*页面布局*/
.Ltxt{
	text-align: left;

}
.Rtxt{
text-align: right;
}
.leftclass{
height:auto;
float: left;
	}

.middleclass{
	margin:0 auto;
	height:auto;
}
.rightclass{
height:auto;
float: right;
}

#coursemenu ul a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #003366;
}
#coursemenu ul a:hover {
	color: #000000;
}
#coursemenu ul a:visited {
	color: #003366;
}


#usermenu{
	padding-right: 100px;
	padding-top: 15px;
}

#title{
	width:90%;
}
#flv_box{


}
.listbox{

}
/*翻页盒设置*/
.pagebox_style{
	border: 1px solid #ed3e03;
	width:10px;
	height:10px;
	font-size: 12px;
}

.pagebox_style_selected{
	border: 1px solid #ed3e03;
	background-color: #ed3e03;
	color: #FFFFFF;
}

.pagebox_style a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;

}
.pagebox_style a:hover {

}
.pagebox_style a:visited {
	color: #ED3E03;
}
/*首页*/
.workupfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	border: 1px dashed #CAC6C7;
}
.linefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #CAC6C7;
}
.rightline{
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}
.leftline{
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
}
.bottomline{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.grybg{
	background-image: url(/images/grbox/Y.jpg);
	background-repeat: repeat-x;
}
.rightmenu table tr.over td {
	background: #EEEEEE;
}
.rightmenu table tr.over a {
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}
/*主导航*/
    #tabs7 {
	float:left;
	width:100%;
	background:#ffffff;
	font-size:14px;
	line-height:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
      }
    #tabs7 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs7 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs7 a {
      float:left;
      background:url("/images/tableft7.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs7 a span {
	float:left;
	display:block;
	background:url("/images/tabright7.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#000000;
	font-size: 14px;
	font-weight: bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs7 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs7 a:hover span {
	color:#FFFFFF;
      }
    #tabs7 a:hover {
      background-position:0% -42px;
      }
    #tabs7 a:hover span {
      background-position:100% -42px;
      }

.blacktriangle{
	background-attachment: fixed;
	background-image: url(/images/jiao2.png);
	background-repeat: no-repeat;
	background-position: left top;
}


.picborder1{
	display:block;
	background-image: url(/images/picbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 357px;
	width: 357px;
}
.picbox{
    padding:15px;
	margin:8 auto;
	height:auto;
}
.picborder_m{
	display:block;
	background-image: url(/images/picbg_m.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 280px;
	width: 290px;
}
.picbox_m{
    padding:15px;
	margin:8 auto;
	height:auto;
}
.picborder_ms{
	display:block;
	background-image: url(/images/picbg_ms.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 220px;
	width: 280px;
}
.picbox_ms{
    padding:15px;
	margin:15 auto;
	height:auto;
}
.picborder_s{
	display:block;
	background-image: url(/images/picbg_s.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 160px;
	width: 200px;
}
.picborder_180{
	display:block;
	background-image: url(/images/picbg_180.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 180px;
	width: 200px;
}
.picbox_s{
    padding:15px;
	margin:15 auto;
	height:auto;
}
form{
    padding:0px;
	margin:0px;
}
.exp_button{
	width:21px;
	height:21px;
	padding:0px;
	margin:0px;
}

/*CSS scott style pagination*/

DIV.scott {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: right
}
DIV.scott A {
	BORDER-RIGHT: #ddd 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #ddd 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: #ddd 1px solid;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #ddd 1px solid;
	TEXT-DECORATION: none
}
DIV.scott A:hover {
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #FF6600;
	border: 1px solid #FF6633;
	text-decoration: none;
}
DIV.scott A:active {
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #FF6600;
	border: 1px solid #FF3300;
}
DIV.scott SPAN.current {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 2px;
	COLOR: #fff;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 2px;
	BACKGROUND-COLOR: #FF6600;
	border: 1px solid #FF6600;
}
DIV.scott SPAN.disabled {
	BORDER-RIGHT: #f3f3f3 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #f3f3f3 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #f3f3f3 1px solid; COLOR: #ccc; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #f3f3f3 1px solid
}
.org_button{
width:963px;
	background-attachment: fixed;
	background-image: url(/images/yejiao.png);
	background-repeat: no-repeat;
	margin: 2px;
	padding: 2px;
}
#LoadingBar{
    BACKGROUND-COLOR: #FFFFFF;
	margin:auto;
	padding-top:20%;
	width:100%;
	height:100%;
	position:fixed; 
	z-index:9999;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;

}


.transparent{
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
 
