/* CSS Document */
@charset "utf-8";

body {
	font-family: "宋体";
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
/*	background-image: url(bg.jpg);
	background-attachment: fixed;*/
}
.DivBodySpliter {
	width: 780px;
	height: 7px;
	display: table;
	line-height: 7px;
	background-color:#FFFFFF;
	Margin-Right: auto; 
	Margin-Left: auto;
}
.TableItems {
	border: 1px solid #93C4EF;
}

.TableItemsTh{
	border: 1px solid white;
	border-bottom: 0px;
	padding-bottom: 1px;
	padding-right: 8px;
	background-color: #D8EFFF;
}

.TableItemsTd{
	border-left: 3px solid #93C4EF;
	padding: 12px 15px 11px 10px;
}

.TableItemsTd span{
	display: block;
	height: 20px;
	line-height: 20px;
	text-align: left;
}

.ItemIndex{
	font-size: 14px;
	color: #2DA7DA;
	font-weight: bold;
	padding: 8px 22px 10px 18px;
}

.ItemIndex div{
	font-size: 12px;
	color: black;
	font-weight: normal;
}

.MenuItem
{
	width: 90px;
	height: 46px;
	margin-top: 2px;
	float: left;
	display: block;
	background-image: url(Menu.jpg);
	background-repeat: no-repeat;
}

.LayerMenu {
	position: absolute;
	left: 45px;
	top: 25px;
	z-index:1;
	display: none;
	padding-top: 13px;
	white-space: nowrap;
}

A
{
	color: black;
	text-decoration: none;
}

.fixSpan {
	float: left;
	padding-top: 4px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	vertical-align: baseline;
}

.fixTable {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	background-color: white;
	border: 1px solid #CCCCCC;
}

input,textarea,select {
	font-family: "宋体";
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px;
	font-size: 12px;
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-RIGHT-WIDTH: 1px;
	color: #000000;
}

p, form {
	margin: 0px;
}

#Links
{
	scrollbar-face-color: #DFE4E7;
	scrollbar-arrow-color: white;
	scrollbar-track-color: white;
	scrollbar-highlight-color: #DFE4E7;
	scrollbar-3dlight-color: #DFE4E7;
	scrollbar-shadow-color: #DFE4E7;
	scrollbar-darkshadow-color: #DFE4E7;
}

#Links div
{
	padding-top: 4px;
}


.aaa {font-size: 14px}


.aaa a {
		text-decoration: none;
		color:#ff8000;
	}
	.aaa a:hover	{
		text-decoration: none;
		background:#ff8000;
		color:#ffffff;
	}
	.aaa a:visited {
		text-decoration: none;
		color:#ff8000;
	}
	.aaa a:visited:hover {
		text-decoration: none;
		background:#ff8000;
		color:#ffffff;
	}