@charset "utf-8";
/* CSS Document */
.context{
	border:none;
}

.context_left_menu{
	width:202px;
	float:left;
}
.context_right_detail{
	overflow:auto;
	width:670px;
	float:right;
}

.context_left_menu_top{
	width:202px;
	height:28px;
	background-image:url(../../images/omr/function_ul_h.jpg);
}

.context_left_menu_top {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	line-height:28px;
}

.context_left_menu_main ul li{
	line-height:34px;
	list-style:none;
	list-style-type:none;
	text-align:right;
	padding-right:70px;
	font-size:12px;
}

.context_right_detail_text ul li{
	font-size:12px;
	line-height:22px;
	background:url(../../images/omr/li_icon.png) left center no-repeat;
	text-indent:2em;
	margin:0px 0px 5px 20px;
	padding:0px;
}


.menu_selected_n{
	background-image:url(../../images/omr/f_menu_bg_noselected.jpg);
}

.menu_selected_n a{
	color:#1f80b2;
}

.menu_selected_y{
	background-image:url(../../images/omr/f_menu_bg_selected.jpg);
}

.menu_selected_y a{
	color:#fa912a;
}

.context_left_menu_bottom{
	width:202px;
	height:300px;
	background-image:url(../../images/omr/f_menu_bg.jpg);
}

.context_right_detail_title{
	line-height:20px;
	color:#fa912a;
	font-size:12px;
	font-weight:bold;
}

.context_right_detail_hr {
	clear:both;
	overflow:hidden;
	height:10px;
	background-image:url(../../images/omr/hr_bg.gif);
	background-repeat:repeat-x;
}

.context_right_detail_text{
	border:1px solid #c4c4c4;
}

.context_right_detail_text p{
	font-size:12px;
	line-height:20px;
	text-indent:2em;
	margin:10px 15px 10px 15px;
}

.context_right_detail_img{
	border:1px solid #c4c4c4;
	background-color:#e4e4e4;
	font-size:12px;
	text-align:center;
	padding:10px 0px 10px 0px;
}

.context_right_detail_img img{
	text-align:center;
}


.context_right_detail_img p{
	color:#626060;
	margin-left:10px;
	text-align:left
}

/* ==========返回顶部样式=========== */
.link_top {
	background:url(../../images/omr/link_top_ac.png) no-repeat;
	width:65px;
	height:65px;
	position:fixed;
	bottom:30px;
	right:20px;
	font-size:20px;
	_position:absolute;
	_bottom:auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||20)-(parseInt(this.currentStyle.marginBottom, 10)||20)));
}
.link_top img {
	border:none;
}
*html {
	background-image:url(about:blank);
	background-attachment:fixed;
}
