/* CSS Document */
*{
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
}
a {
	font: 12px ËÎÌå; color: #215dc6; text-decoration:none;
}
a:hover {
	color: #428eff
}
.menu_hide{
	background-image:url(images/title_bg_show.gif);
	width:148px;
	height:25px;
	line-height:25px;
	margin:auto;
	padding-left:10px;
}
.menu_show{
	background-image:url(images/title_bg_hide.gif);
}
.menu_title{
	font-weight: bold;
	line-height: 25px;
	color: #215dc6;
	margin-top:10px;
}
.menu_content{
	background-color: #d6dff7;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	width:156px;
	margin:auto;
	background-color:#d6dff7;
}
.menu_content ul{
	margin:0;
	padding:5px 0;
	list-style-type:none;
}
.menu_content li{
	line-height:25px;
	margin-left:10px;
}
.ManageTitle {
	font-weight: bold;
	color: #000000;
	line-height: 25px;
	text-align: center;
	height: 25px;
}

/*·ÖÒ³ÑùÊ½*/
.info {color: #215DC6}
.page a{
	height: 10px;
	border: 1px solid #D3D103;
	background-color: #FEFFEF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #B57541;
	margin-right: 2px;
	margin-left: 2px;
}
.page a:hover{
	background-color: #80DCFF;
	color: #0076AF;
	border: 1px solid #5EC1FF;
}
.page .cur{
	font-weight: bold;
	color: #0076AF;
}

.redFont {
	color: #FF0000;
}
.title_sub{
	height:25px;
	line-height:25px;
	font-weight:bold;
	background-image:url(images/tile_sub.gif);
	text-align:center;
}
.listtitle{
	height:25px;
	line-height:25px;
	background-image:url(images/tile_sub.gif);
	padding-left:15px;
}
.listitem{
	border-bottom:1px solid #999999;
	height:25px;
	line-height:25px;
	padding-left:15px;
}
.column{
	float:left;
	overflow:hidden;
	
}
.columnleft
{
	background-color:#DFDFDF; 
	text-align:right; 
	border-right:1px solid #999; 
}