@charset "utf-8";
@media screen 
{
.text{
width:220px;
overflow:hidden; 
word-break:keep-all;
white-space:nowrap;
line-height:25px;
height:25px;
}
.onm{
border:#CCCCCC 1px solid;
display:block;
float:left;
margin:0 1px 5px 1px;
}

.grayborder {border:1px solid #e0e0e0}
.grayborder:hover {border:1px solid #999}
a.onm:hover{
border:#000000 1px solid;
float:left;
}
.input {
    width: 116px;
	height: 24px;
	border: 0;
	cursor: pointer;
	background: url(../../images/btn-bg.gif) no-repeat left top;
	color: #fff;
	font-size: 8pt;
}

/*-------------------------------------------------------------------- navigation 导航栏 */


#navigation li a {
    text-decoration: none;
}

/*-------------------------------------------------------------------- 内容显示区 */

.titlebg {
    
    padding:0 0 0 15px;
	height:26px;
	line-height:26px;
	font-weight:bold;
	text-decoration:none;
	text-indent: 0px;
	color: #333;
	font-size: 8pt;
	background: url(../../images/title.gif) no-repeat left top;
	border-bottom: 1px solid #e0e0e0;
	overflow:hidden;
	clear:both;
}
.titlebg2 {
border-top:#e0e0e0 1px solid;
}
.sign { 
	display:block; 
	float:left; 
	width:20px; 
	height:23px; 
	background:url(../../images/sign04.gif) no-repeat center;
}
.sign-220 { 
	float:left; 
	width:30px; 
	height:28px; 
	background:url(../../images/220-2.gif) no-repeat center;
}
.sign-96-2 { 
	float:left; 
	width:18px; 
	height:15px; 
	background:url(../../images/96-2.gif) no-repeat center bottom;
}

/* -------------------------------------------------------------------- sidebar */

/* --start--  侧边栏菜单标题及列表按钮的 默认状态、鼠标移上效果、选中状态 */

.menulist { 
	margin: 5px 4px 5px 6px; 
	padding: 0; 
}
.menulist li { 
	list-style:none; 
	margin: 0;
	padding:1px 0;
	
}
.menulist a {
    display: block;
	height: 22px;
	line-height: 22px;
	padding-left:20px;
	border:1px solid #ffffff;
	background: url(../../images/sign66.gif) no-repeat left;


}
.menulist a:hover {
    background:url(../../images/sign-y.gif) no-repeat left top;
	text-decoration: none;
	color: #b41b06;
	border:1px solid #d0d0d0
}
.menulist a:hover .menulistsign {
    background-image: none;
	
}

.menulist li.selected a{
    background:url(../../images/sign-y.gif) no-repeat left top;
	color: #b41b06;
		border:1px solid #d0d0d0

}
.menulist li.selected .menulistsign {
    background-image: none;
}

/* 下级菜单样式 */
.menulist .menulistsub {
    text-indent: 10px;
}
.menulist .menulistsub .menulistsign {
    background: url(../../images/sign66.gif) no-repeat right center;
}

/* -------------------------------------------------------------------- contentright */

#columntitle { 
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 8pt;
	background:url(../images/title2.gif) no-repeat left;
	padding:0 0 0 15px;
}
#columntitle a:hover { }


.locationNavigation { position:absolute; right:5px; top:0px; }


#columncontent { padding:20px;}

#columncontent p, #columncontent td, #columncontent div, #columncontent span, #columncontent a {
	color:#000;
}

#columncontent table {
    border-collapse: collapse;
}

#columncontent p { margin-bottom:12px; }

/* -------------------------------------------------------------------- 首页样式 */

#minorcontent {}

#minorcontent .titlebg {
    top: 0;
	margin-bottom: 1px;
}

/*--------------------------------------------------------------------bottom 页面底部*/

#footer td { color: #333; }
#footer td a {text-decoration: underline; color: #333; }
#footer td a:hover {}

}
/*******************************以下样式仅用于打印********************************/
@media print
{
}
