/*----------------------------------公共----------------------------------------*/
body {
	background-color:#106565;
	margin: 0px;
	color: #999999;
	font-size: 12px;
	scrollbar-face-color: #111111;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #333333;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #333333;
	scrollbar-arrow-color: #666666;
	text-align:center;
	background-repeat: repeat;
}

form {
	margin: 0px;
}

input{
	color: #999999;
	background-color: #333333;
	vertical-align: middle;
	border-top: 1px solid #666666;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #666666;
	height: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
}

textarea{
	color: #999999;
	background-color: #333333;
	vertical-align: middle;
	border-top: 1px solid #666666;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #666666;
	padding-top: 2px;
	padding-bottom: 2px;
}

select {
	color: #999999;
	background-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #666666;
}

#TopLogo {
	background-color: #1C2C2B;
	width:1003;
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
}
A.Btn_Arrow {
	background-image: url(../images/Btn_Arrow_Bg1.gif);
	height: 19px;
	border: 1px solid #52555A;
	padding-left: 20px;
	padding-right: 5px;
	color: #66FFFF;
}
A:hover.Btn_Arrow {
	color: #FDBB63;
}

A.Btn_Normal {
	background-image: url(../images/Btn_Bg1.gif);
	height: 19px;
	border: 1px solid #52555A;
	padding-left: 8px;
	padding-right: 8px;
	color: #66FFFF;
}
A:hover.Btn_Normal {
	color: #FDBB63;
}
A.Identify {
	font-weight:bold;
	color:#FF9999;
}
A:hover.Identify {
	color:#FF0000;
}
td {
	font-size: 12px;
}

.space {
	font-size: 0px;
	line-height: 0px;
}

/*----------------------------------菜单区----------------------------------------*/
#TopMenu {
	width: 1003px;
}


#Menu {
	height: 40px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF0000;
	font-family: "Times New Roman", Times, serif;
}
#Menu Img {
	vertical-align: middle;
	height: 40px;
}

#Menu a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 33px;
	height: 36px;
}
#Menu a:hover {
	color: #4F0000;
}
#SubMenu {
	height: 34px;
	background-color: #212121;
	position: relative;
	margin-bottom: 0px;
	background-image: url(../images/menu_3.gif);
	background-repeat: no-repeat;
}
#SubMenuLists {
	position: absolute;
	font-size: 13px;
	color: #CCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#SubMenuLists A {
	color: #777777;
	text-decoration: none;
}
#SubMenuLists A:hover {
	color: #FF6600;
}

#SubMenuList {
	display: none;
}

/*----------------------------------底部区----------------------------------------*/
#foot {
	background-color: #1A1A1A;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 8px;
	width:1003px;
	left:expression((body.clientWidth-1003)<0 ? 0 : (body.clientWidth-1003)/2)
}
#foot td {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}

/*----------------------------------中间区----------------------------------------*/

#MainBody {
	background-repeat: repeat-x;
	background-color: #6e6e6e;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 1003px;
	overflow: hidden;
	left:expression((body.clientWidth-1003)<0 ? 0 : (body.clientWidth-1003)/2)
}

/*----------------------------------左边菜单列表区----------------------------------------*/

#Index_Left {
	background-color: #111111;
	margin-left: 0px;
	width: 199px;
	height: 100%;
	background-image: url(../images/Left_bg.gif);
}

#Index_Left a {
	background-color: #252525;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-bottom: 4px;
}
#Index_Left a:hover {
	color: #cccccc;
	background-color: #666666;
}

#Index_Left #ClassList #Number {
	color: #888888;
	width: 30px;
	text-align: center;
}
#Index_Left #ClassList {
	background-color: #252525;
	margin-right: 1px;
	margin-left: 1px;
	height: 32px;
	margin-top: 1px;
	margin-bottom: 2px;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#Index_Left #ClassList table {
	height: 100%;
}

#Index_Left #ClassList a {
	background-color: #161616;
	text-align: right;
	padding-right: 23px;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 2px;
	color: #cccccc;
}
#Index_Left #ClassList a:hover {
	background-color: #444444;
	color: #FF9900;
}

#Index_Left #DetailList {
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 1px;
	margin-bottom: 2px;
}

#Index_Left #DetailList a {
	background-color: #373A3C;
	text-align: left;
	font-size: 12px;
	color: #999999;
}
#Index_Left #DetailList a:hover {
	color: #CCCCCC;
	background-color: #484D4F;
}

/*----------------------------------中间主要内容显示区----------------------------------------*/

#Index_Center {
	background-color: #0b0b0b;
	margin-left: 5px;
	margin-right: 0px;
	width: 100%;
	height: 100%;
}
#Index_Center #title {
	color:#FFFFFF;
	font-size:14px;
	background-color: #999999;
	height:23px;
	background-repeat: no-repeat;
	background-position: right;
	margin-top:5px;
}
#Index_Center #title span {
	font-weight: bold;
	color: #FF6600;
	background-color: #0b0b0b;
	line-height:23px;
	margin-left:25px;
	height:23px;
	padding-left:7px;
	padding-right:7px;
}

#Index_Center #Content #ClassTitle{
	color:#CCCCCC;
	font-weight:bold;
	font-size:14px;
	line-height:200%;
	padding-bottom:10px;
}

#Index_Center #Content {
	padding-top: 16px;
	padding-right: 25px;
	padding-bottom: 16px;
	padding-left: 25px;
	line-height: 170%;
	height:100%;
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Index_Center #Content #PhotoList {
	width:114px;
	display:inline;
	margin-right:25px;
	padding-bottom:12px;
}
#Index_Center #Content #PhotoList img{
	width:110px;
	height:150px;
	margin-top:10px;
	border-width:0px;
}
#Index_Center #Content #PhotoList #Code{
	line-height:120%;
	text-align:center;
	background-color:#222222;
	margin-bottom:2px;
	margin-top:1px;
}
#Index_Center #Content #PhotoList a{
	border: 2px solid #999999;
}
#Index_Center #Content #PhotoList a:hover {
	border: 2px solid #00E1E1;
}

#Index_Center #Content div {
	margin-bottom:5px;
}

#Index_Center #Content div strong{
	color:#1AA5A6;
}

#Index_Center #Content_2 {
	background-color: #1AA5A6;
	width: 630px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left:25px;
	margin-right:25px;
	margin-bottom: 16px;
	height:auto;
}
#Index_Center #Content_2 #DetailContent{
	background-color: #FFFFFF;
	margin-left:11px;
	margin-right:10px;
	padding:10px;
	height:100%;
	margin-bottom:0px;
}
#Index_Center #Content_2 #Explain{
	color:#000000;
	text-align:right;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding-right:10px;
}

/*----------------------------------QQ在线传送----------------------------------------*/
#TopOnline{
	position: absolute;
	z-index: 5;
	left:expression((body.clientWidth-1003)<0 ? 867 : (body.clientWidth-1003)/2+867);
	top:170px;
	height:410px;
	width:136px;
}
#Online_title{
	font-size:13px;
	font-weight:bold;
	margin-top:3px;
	line-height:28px;
	color:#3d3e16;
	width:136px;
	cursor:hand;
}
#Online {
	background-color: #252525;
	width: 136px;
	float: right;
	height: 100%;
	position: absolute;
	left:0px;
	filter: Alpha(Opacity=100);
}
#Online #Contact {
	line-height: 120%;
}
#Online #Contact #Line {
	background-color: #363636;
	font-size: 0px;
	line-height: 0px;
	height: 1px;
}
#Online A.QQ_Online {
	background-color: #3a3d40;
	display: block;
	color: #1AA5A6;
	line-height: 20px;
	text-indent: 8px;
}

#Online A.QQ_Online:hover {
	color: #FF9900;
}
