body, td, th {
	background:#39414A;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
* {
	margin:0;
	padding:0;
}

/* 加载进度条 */

#loading {
	width:100px;
	height:30px;
	position:fixed;
	_position:absolute;
	left:0;
	top:0;
	z-index:999;
	background: #660000;
	filter:alpha(opacity=80);
	opacity:0.8;
}
#loading div {
	width:1px;
	height:30px;
	background: #990000;
	float:left;
	color:#FFFFFF;
}
#loading span {
	position:absolute;
	top:7px;
	left:0;
	width:100px;
	z-index:999;
	text-align:center;
}

/*加载进度条结束*/

a {
	color:#000000;
	padding:0 5px;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#000000;
}
#top {
	border-top: solid 10px #131C25;
}
#download {
	width:760px;
	margin:auto;
	overflow:hidden;
	display:none;
}
#download span {
	background:#131C25 url(images/rightbot.gif) no-repeat scroll right bottom;
	display:block;
	float:right;
}
#download a {
	width:100px;
	text-align:center;
	background:url(images/leftbot.gif) no-repeat scroll left bottom;
	color:#CCCCCC;
	float:left;
	height:30px;
	line-height:26px;
	line-height:30px\9;
}
#download a:hover{ 
	color:#FFFFFF;
}
#container {
	margin:60px auto 0;
	width:760px;
	padding-bottom:60px;
	display:none;
}
#container h2 {
	background:#131C25;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:12px;
	font-weight:bolder;
	height:36px;
	line-height:36px;
	line-height:40px\9;
	_height:32px;
	_line-height:32px;
	_padding-top:4px;
	margin-top:20px;
	padding-left:15px;
}
#container ul {
	background:#FFFFFF;
	color:#666666;
	list-style:none;
	display:none;
	padding:5px 0 10px;
}
#container li {
	cursor:default;
	padding-left:15px;
	text-align:left;
	line-height:26px;
}
.highlight {
	color:#000000;
}

/*外部链接提示图标*/

a[href^="http://"] {
background:url(images/externalLink.gif) no-repeat scroll right top;
padding-right:10px;
}
a[href^="http://www.enjoyeasy.com.cn"] {
background:none;
padding-right:5px;
}
