@charset "utf-8";
/* CSS Document */

.twoColFixRtHdr #container { 
	width: 1000px;  /* 使用比最大宽度 (800px) 小 20px 的宽度可显示浏览器界面元素，并避免出现水平滚动条 */
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
} 
.twoColFixRtHdr #header {
	margin-top: 6px;
	margin-bottom: 8px;
} 
.twoColFixRtHdr #MainContent {
	margin-right: 230px;
	text-align: center;
} 
.twoColFixRtHdr #MainRight {
	float: right; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 200px; /* 将显示背景色，其宽度等于栏中内容的长度，*/
	padding: 10px;
	background-color: #F5F5F5;
}
.twoColFixRtHdr #footer {
/*	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	line-height: 20px;
	background-image: url(../images/Title/copy_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
*/} 


.bk {
	border: 1px solid #BBD7FF;
	background-color: #E6F0FF;
}
.input_Text
{
	font-size: 12px;
	border: 1px dotted #A9BAC9;
	background-color: #F0FFFF;
	width: 90px;
	text-align: center;
}
.input_Text_Double
{
	font-size: 12px;
	border: 1px dotted #A9BAC9;
	background-color: #F0FFFF;
	width: 40px;
	text-align: center;
}
.input_Text_Admin
{
	font-size: 12px;
	border: 1px dotted #A9BAC9;
	background-color: #F0FFFF;
	width: 96%;
	text-align: center;
}

.F_left { 
	float: left;
}
.F_right { 
	float: right;
}
.T_right {
	text-align: right;
}
.TreeView{
	margin-left: 8px;
	width: 100px;
}
.Arial_10px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


ul.top_guide{
	background-image: url(/skin/images/title/guide_bg.gif);
	height: 29px;
	border: 1px solid #BEE6FF;
	margin-top: 6px;
}
ul.top_guide li{
	float: left;
	line-height: 29px;
	font-size: 14px;
	margin-left: 50px;
}

.LineTable{
	font-size: 9px;
}

.PagerList {
	background-image: url(/skin/images/Title/title_bg.gif);
	height: 24px;
	border: 1px solid #73AFE6;
	line-height: 24px;
	padding-left: 8px;
}

fieldset.Right_Columns
{
	border: 1px solid #62C0FF;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
}
fieldset legend{
	font-size:16px;
	font-weight:bold;
	filter: DropShadow(Color=#ACDEFF, OffX=1, OffY=1);
	color: #06A;
	padding-bottom: 4px;
}
fieldset.Right_Columns ul li{
	line-height: 20px;
}


dl.ListTitle {
	padding-top: 8px;
}
dl.ListTitle dt {
	float: left;
	margin-left: 12px;
	font-size:18px;
	filter: DropShadow(Color=#ACDEFF, OffX=1, OffY=1);
	color: #06A;
	font-family: "黑体";
}
dl.ListTitle dd {
	float: right;
	margin-right: 16px;
}

#Foot_Table_Left {float:left;width:250px;}
#Foot_Table_Right {float:right;width:250px;}
#Foot_Table_Center {margin-right:250px;margin-left:250px;}


