﻿/*global code*/
html,body {/*<定义html和body高度都为100%，即显式定义html和body高度>*/
    height:100%;
}
.g-bd{width:100%;min-width:1280px;position:relative;height:100%;}
.g-lf{float:left;width:226px;height:100%;background:url(/Content/Imgs/btn/2.png) repeat-y;overflow:auto;}
/*.g-lf .lftit{margin:29px 0 56px 21px;background:url(/Content/Imgs/lf/tit.png) no-repeat left;float:left;width:179px;height:30px;}*/
.g-rt{position:absolute;left:226px;top:0px; background:#F4F4F4;padding:0 17px; width:100%-243px; height:100%;overflow:auto;}
.m-rtTit{width:100%;height:79px}
.yanzheng{width:250px;float:left;padding-left:0px;height:79px;padding-left:20px;}
.caozuo{width:115px;float:right}


/*在线考试页面*/
.g-ks-hd,.g-ks-bd{width:100%;min-width:1024px;overflow:auto;}
.g-ks-hdc,.g-ks-mn{margin:0 auto; width:1024px;min-width:1024px;overflow:auto;}
.g-ks-hd{height:60px;background-color:#FFFFFF;}
/*.g-ks-bd{background-color:#483932;position:relative;}*/
.g-ks-bd{position:relative;}
/*.g-ks-mn{background-color:#675A54;}*/
/*.g-ks-mn
{
    background-color:#675A54; filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity: 0.8; opacity: 0.8;}
.g-ks-cont{margin:0 auto;padding:0 40px;padding-bottom:30px;margin-bottom:20px; width:898px;border-left:1px solid #B4ACA9;border-right:1px solid #B4ACA9;border-bottom:1px solid #B4ACA9;overflow:hidden;}*/

.g-ks-mn
{ background:rgba(132,119,110, 0.4) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
filter:Alpha(opacity=40); background:#fff;/*实现IE背景透明*/
}
.g-ks-cont{margin:0 auto;padding:0 40px;padding-bottom:30px;margin-bottom:20px; width:898px;border-left:1px solid #B4ACA9;border-right:1px solid #B4ACA9;border-bottom:1px solid #B4ACA9;overflow:hidden;}


/*分页*/
.clear {overflow:hidden; clear: both; margin:0px; padding:0px; border:0px; font:0; height:0;}  
.page{ clear:both; text-align:center; margin-top:30px;}
.page .quotes { font-size:13px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; padding:3px;margin: 5px; text-align: center;}
.page .quotes a {border: #e7ecf0 1px solid;margin-right:5px;padding:3px 6px;text-decoration:none; color:#0038d9;}
.page .quotes a:hover {border-left: #a0a0a0 1px solid; margin-right:5px;padding:3px 6px;color: #fff;text-decoration:none; background:#005AA0;}
.page .quotes span.current {border:none;color:#000;padding: 5px;margin-right:5px;font-weight:bold;}
.page .quotes span.disable {border: #f3f3f3 1px solid;padding:3px 6px;margin-right:5px;color: #aaa;} 
.pager{text-align: center;overflow-x:visible;clear:both;}
.pager ul.pages{display: block;border: none;text-transform: uppercase;font-size: 10px;padding: 0;}
.pager ul.pages li{list-style: none;float: left;border: 1px solid #D5D4D4;color:#75A162;text-decoration: none;margin:3px;padding:6px;}
.pager ul.pages li:hover{border: 1px solid #003f7e;}
.pager ul.pages li.pgEmpty{border: 1px solid #D5D4D4;color: #A0C47E;}
.pager ul.pages li.pgCurrent{color: #fff; background-color:#73B400; font-weight: 700;border: 1px solid #4D9303;} /*background-color:#DCF3FB;background: url(/Content/Imgs/g/fyc.png) no-repeat left top;*/

