﻿html
{
}
body
{
    width:1000px;
    margin:2px auto;
}
form
{
    margin:0;
    padding:0;
}
p
{
    line-height: 1.5;
}
a:link
{
    color: blue;
    text-decoration: none;
}
a:visited
{
    color: blue;
    text-decoration: none;
}
a:hover
{
    color: Red;
    text-decoration: underline;
}
UL
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.red
{
    color:Red;
}
.blue
{
    color:Blue;
}
.white
{
    color:White;
}
.black
{
    color:Black;
}
.gray
{
    color:Gray;
}
.size12
{
    font-size:12px;
}
.size14
{
    font-size:14px;
}

.left
{
    float:left;
}
.right
{
    float:right;
}

.spnNoNull
{
    color:Red;
    font-size:14px;
    padding-right:10px;
}
.hidden
{
    display:none;
}
.cloEnd
{
    display:block;
    background:url(images/sprites.gif) no-repeat right top;
    height:1px;
    clear:both;
    overflow:hidden;
}
.clearfix:after
{
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    content: ".";
}

.blank0
{
    display: block;
    height: 0px;
    clear: both;
    overflow: hidden;
}
.blank5
{
    display: block;
    height: 5px;
    clear: both;
    overflow: hidden;
}
.blank8
{
    display: block;
    height: 8px;
    clear: both;
    overflow: hidden;
}
.blank10
{
    display: block;
    height: 10px;
    clear: both;
    overflow: hidden;
}
.blank12
{
    display: block;
    height: 12px;
    clear: both;
    overflow: hidden;
}

/* ----- this ----- */
#header
{
    height: 120px;
    background-position: 0px;
    background:url(images/nxbanner.jpg) no-repeat;
}
#header span
{
    display: block;
    font-size: 18.0pt;
    font-family: 微软雅黑,sans-serif;
    padding: 30px 28px;
}
#navBar
{
    height: 32px;
    background-color:#E8ECEF;
}
#navBar .nav
{
    margin-top:4px;
    line-height: 28px;
    float:left;
    height: 28px;
    width:1000px;
    overflow: hidden;
    background: url(images/sprites_jpg.jpg) repeat 0 -75px;
}
#navBar .nav a
{
    padding: 0 12px 0 16px;
    color: #444;
    font-size: 12px;
    text-decoration: none;
    
    float: left;
}
#navBar .nav a:hover
{
    text-decoration: underline;
}
#navBar .nav .firstNode
{
    margin-left:8px;
    background: none transparent scroll repeat 0% 0%;
}
#navBar .rightS
{
    width: 8px;
    display: block;
    float: right;
    height: 32px;
    overflow: hidden;
    background: url(images/sprites_jpg.jpg) no-repeat right -75px;
}
#navBar .search
{
    float: right;
    display: inline;
    width: 128px;
    height: 20px;
    margin: 6px 2px 0 0;
    overflow: hidden;
}
#navBar .search .textBox
{
    background: url(images/sprites.gif) no-repeat right -287px;
    width: 106px;
    height: 20px;
    line-height: 21px;
    text-indent: 4px;
    padding: 2px 0 0 0;
    border: none;
    line-height: 18px;
    color: #727171;
    float: left;
}
#navBar .search .btn
{
    background: url(images/sprites.gif) no-repeat left -5px;
    width: 22px;
    height: 20px;
    border: none;
    text-indent: -100em;
    cursor: pointer;
    float: left;
}


#wrapper
{
    min-height: 330px;
    _height: 330px;
    background-color: #fefefe;
}
#wrapper #left
{
    width: 192px;
    _height: 500px;
    min-height: 500px;
    float: left;
    border:solid 5px #f6f6f6;
}
#wrapper #right
{
    width: 790px; /* ---- 右栏宽度 ---- */
    float: right;
    _height: 500px;
    min-height: 500px;
    overflow-x: auto;
    padding-bottom: 10px;
    background-color: #fafafa;
}
#footer
{
    margin-top: 5px;
    padding: 10px 0;
    text-align: center;
    line-height: 20px;
    border-top: solid 2px #b2b2b2;
    height: 50px;
}
#footer a
{
    color: #222;
    text-decoration: none;
}
#footer span
{
    display: block;
    margin: 3px;
    color: #4d4d4d;
    font-family: Arial;
    font-size: 12px;
}

#IndexLeft
{
    width: 192px;
    _height: 612px;
    min-height: 612px;
    float: left;
    margin: 0 8px 5px 0;
    border:solid 5px #f6f6f6;
}
#IndexMiddle
{
    width: 590px;
    _height: 500px;
    min-height: 500px;
    float: left;
    background-color: #fefefe;
}
#IndexRight
{
    width: 180px;
    _height: 620px;
    min-height: 620px;
    float: left;
    margin:0 0 5px 8px;
    background-color:#fafafa;
    border:solid 1px #dfdfdf;
}


.leaveworddiv {
    font-size: 12px;
    padding: 5px;
    line-height: 1.6;
    border: solid 1px #eeeeee;
    background-color: #f1f1f1;
    margin: 10px 0;
}

    .leaveworddiv span {
        font-size: 12px;
        font-weight: bold;
    }

    /*分页*/
.fengy{height:30px; background:#eee; font-size:12px; color:#555; padding:0 5px; overflow:hidden;}
/*- 分页控件样式---------------------------*/
.pages {color:#999; vertical-align:middle; text-align:right;}
.pages a, .pages .cpb { padding:2px 6px; border:1px solid #ddd; background:#fff; margin:0px 2px; font-size:12px; color:#000;}
.pages a:hover{background-color:#e61636; color:#fff; border:1px solid #E61636; cursor:pointer;}
.pages .cpb{font-weight: bold; color: #fff000; background: #E61636; border:1px solid #e61636;}

/*----- EUI -----*/

#ExamineeUIMenu
{
    width: 198px;
    _height: 400px;
    min-height: 400px;
    float: left;
}
#ExamineeUIMenu #menuBody
{
    margin: 20px;
    font-size: 14px;
}
#ExamineeUIMenu #menuBody ul
{
}
#ExamineeUIMenu #menuBody ul li
{
    list-style-type: none;
    line-height: 26px;
}
#ExamineeUIMenu #menuBody ul li a
{
    font-size: 14px;
}
#ExamineeUIMenu #menuBody ul li a:link
{
}
#ExamineeUIMenu #menuBody ul li a:hover
{
    text-decoration: underline;
}

#ExamineeUIMain
{
    width: 800px;
    float: right;
    _height: 400px;
    min-height: 400px;
    overflow-x: auto;
    padding-bottom: 10px;
    background-color: #fefefe;
    border-left: solid 1px #a9c9e2;
}
#ExamineeUIMain a
{
    color: Blue;
    text-decoration: underline;
}
#ExamineeUIMain a:link
{
}
#ExamineeUIMain a:hover
{
}


/* ----- 通用块  ----- */
.boxCommon
{
    margin: 10px;
}
.boxCommonHeader
{
    margin: 0;
    padding: 3px;
    background-color: #f2f2f2;
    font-size: 12px;
    letter-spacing: 2px;
    border: solid 1px #bbebfd;
    line-height: 1.4;
    color: #cc0000;
    font-weight: bold;
    text-align: center;
}
.boxCommonHeader span
{
    float: right;
    font-weight: normal;
    line-height: 1.5;
}
.boxCommonContent
{
    min-height: 100px;
}

.boxCommonContent .boxPicLink
{
    margin: 10px;
    text-align: center;
}

.boxCommonContent .boxDropNav
{
    margin: 10px;
}

.boxCommonContent .boxDropNav select
{
    width: 170px;
    margin-bottom: 7px;
    font-size: 12px;
}

.boxCommonContent .ulNavigation
{
    margin: 10px 15px 10px 20px;
    background-position: bottom;
    font-size: 12px;
    color: #ff7800;
    padding-left: 0;
}
.boxCommonContent .ulNavigation li a:link
{
    line-height: 1.6;
}

.boxCommonContentItem
{
    min-height: 1%;
    margin: 5px 5px 2px 5px;
}

.lblTip
{
    padding-left:2px;
    font-size:12px;
    color:Gray;
}

.lblUpdating
{
	background: url(images/Loading.gif) no-repeat;
	background-position:2px 2px;
	height:20px;
	padding-left:20px;
	line-height:1.4;
    overflow:hidden;
}

.lblSuccess
{
    display:block;
	background: url(images/msg_bg.png) no-repeat left -250px;
	padding-left:18px;
    line-height:17px;
    height:17px;
	font-size:12px;
    overflow:hidden;
}

.lblFailure
{
    display:block;
	background: url(images/msg_bg.png) no-repeat left 0px;
	padding-left:18px;
    line-height:17px;
    height:17px;
	font-size:12px;
	color:Red;
    overflow:hidden;
}


/*-- box_green --*/
.box_green
{
    border: solid 1px #a3b570;
}
.box_greenHeader
{
    font-size: 12px;
    font-family: Arial Baltic;
    padding-left: 10px;
    color: #6b7a3d;
    background-image: url('images/box_greenHeader_bg.jpg');
    border-bottom: solid 1px #a3b570;
    line-height: 1.6;
}
.box_greenContent
{
    background-color: #ecf7d7;
    padding: 5px;
}

/*-- box_green2 --*/
.box_green2
{
    border: solid 1px #a3b570;
}
.box_green2Header
{
    font-size: 12px;
    font-family: Arial Baltic;
    padding-left: 10px;
    color: #ffffff;
    background-image: url('images/box_green2Header_bg.jpg');
    border-bottom: solid 1px #a3b570;
    line-height: 1.6;
}
.box_green2Header span a
{
    color: White;
}
.box_green2Content
{
    background-color: #ecf7d7;
    padding: 5px;
}



/* --------------- Special  --------------- */
.boxSignTimeList
{
    margin:0 auto;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    color: #0544A4;
    border: solid 1px #D2EAFF;
    border-bottom-width: 0;
}
.boxSignTimeListItem
{
    border-bottom: solid 1px #D2EAFF;
}
.boxSignTimeListItemAlter
{
    border-bottom: solid 1px #D2EAFF;
    background-color: #EEF7FF;
}
.boxSignTimeList a
{
    font-weight: bold;
}
.boxSignTimeList a:link
{
    font-weight: bold;
    color: #0544A4;
}
.boxSignTimeList a:visited
{
    font-weight: bold;
    color: #0544A4;
}
.boxSignTimeList a:hover
{
    font-weight: bold;
    color: #0544A4;
}

.txtValidateCode
{
    width:40px;
}

.tableDivInput
{
}
.tableDivInput table
{
    border:solid 1px #ccc;
    border-collapse:collapse;
    width:100%;
    font-size:12px;
}
.tableDivInput table tr td
{
    border:solid 1px #ccc;
    line-height:20px;
}

.tableDivInputLow table tr td
{
    line-height:17px;
}

.tableDivInputLow .tdT {
    background: #edf3f3; text-align: right; padding-right: 2px; width: 85px;
}
.tableDivInputLow .tdC {
    text-align: left; padding-left: 2px; width: 310px;
}


.watermarked {
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}

.MyCalendar .ajax__calendar_container
{
    border: 1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year
{
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year
{
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year
{
    color: black;
    font-weight: bold;
}
.MyCalendar table
{
    border-width: 0 !important;
}
.MyCalendar table tr td
{
    border-width: 0 !important;
    padding-left: 0px !important;
}

.boxUpdating
{
	position: fixed !important;
	z-index: 10000;
	_position: absolute;
	top: 40%;
	left: 50%;
    margin-left:-110px;
	height: 50px;
	width: 220px;
	border: solid 1px #E3E197;
	background-color: #FFFFDD;
	font-size: 12px;
    padding-top:25px;
    padding-left:60px;
}

.boxUpdating span
{
	margin: 5px;
	padding-left: 22px;
	color: #111111;
	background: url(images/Loading.gif) no-repeat;
}

/* ------ Background-color ------*/
.bg01
{
    background-color:#e6f4b2;
}

/* --------------- new Style  --------------- */



.area
{
    text-align: left;
    margin: 0 auto;
}
.area .pager
{
    font-size: 12px;
    float: right;
}

.siderTitle
{
    text-align:center;
}
.siderTitle h2
{
    margin:5px;
    width:166px;
    height:24px;
    line-height:26px;
    text-align:center;
    background: url(images/sider_title_bg.jpg) repeat 0px 0px;
    color:#333;
    font-size:12px;
    letter-spacing:3px;
}
.siderTitle h3
{
    margin:10px;
    width:166px;
    height:31px;
    background: url(images/sider_title_bg.jpg) no-repeat 0px 7px;
    color:#333;
    font-size:12px;
    letter-spacing:3px;
}
.siderTitle h3 img
{
    float:left;
}
.siderTitle h3 span
{
    float:left;
    line-height:26px;
    margin-top:7px;
}

.titleBar
{
    line-height:27px;
    height: 27px;
    overflow: hidden;
}

.titleBar h2
{
    margin:0;
    line-height: 27px;
    float: left;
    padding-left: 10px;
    font-size: 14px;
    font-family:宋体;
    font-weight:normal;
    color:#fff;
}

.titleBar .more
{
    float: right;
    padding-right: 8px;
}
.titleBar .more a
{
    font-size: 12px;
    text-decoration: none;
    color: white;
}
.titleBar .more a:hover
{
    color: #eee;
    text-decoration: underline;
}

.ui_news1
{
    height:27px;
    background: url(images/news1_bg2.jpg) repeat 0px 0px;
}
.ui_news1 .titleBar_left
{
    float:left;
    width:21px;
    height:27px;
    background: url(images/news1_bg1.jpg) repeat 0px 0px;
}
.ui_news1 .titleBar_right
{
    float:right;
    width:5px;
    height:27px;
    background: url(images/news1_bg3.jpg) repeat 0px 0px;
}
.ui_news1Content
{
    background-color:#F9FBF2;
}

.ui_news2
{
    height:27px;
    background: url(images/news2_bg2.jpg) repeat 0px 0px;
}
.ui_news2 .titleBar_left
{
    float:left;
    width:21px;
    height:27px;
    background: url(images/news2_bg1.jpg) repeat 0px 0px;
}
.ui_news2 .titleBar_right
{
    float:right;
    width:5px;
    height:27px;
    background: url(images/news2_bg3.jpg) repeat 0px 0px;
}
.ui_news2Content
{
    background-color:#E7F8FA;
}

.ui_news3
{
    height:27px;
    background: url(images/news3_bg2.jpg) repeat 0px 0px;
}
.ui_news3 .titleBar_left
{
    float:left;
    width:21px;
    height:27px;
    background: url(images/news3_bg1.jpg) repeat 0px 0px;
}
.ui_news3 .titleBar_right
{
    float:right;
    width:5px;
    height:27px;
    background: url(images/news3_bg3.jpg) repeat 0px 0px;
}
.ui_news3Content
{
    background-color:#EFF7FC;
}

.ui_s1
{
    height:32px;
    background: url(images/title_bg_s1.gif) no-repeat 2px 0px;
}
.ui_s1 h2
{
    line-height: 25px;
    padding-left: 17px;
    font-size: 14px;
    font-family:宋体;
    font-weight: bold;
    color:#222;
}
.ui_s1 .more
{
    margin-right:5px;
    
}

.ui_lm
{
    line-height: 28px;
    height: 28px;
    background: url(images/box_greenHeader_bg.jpg);
}
.ui_lm h2
{
    line-height: 28px;
    float: left;
    padding-left: 17px;
    font-size: 14px;
    font-family: 黑体;
    color:#333;
}

.ui_sr
{
    line-height: 28px;
    height: 28px;
    background: url(images/box_blueHeader_bg.jpg);
}
.ui_sr h2
{
    font-size: 12px;
    font-family: 黑体;
    font-weight:bold;
    padding-left:24px;
    color:#333;
}

.ui_sl
{
    line-height: 28px;
    height: 28px;
    background: url(images/box_goldenHeader_bg.jpg);
}
.ui_sl h2
{
    font-size: 12px;
    font-family: 黑体;
    font-weight:bold;
    padding-left:24px;
    color:#333;
}

.ui_s3
{
    
    background:url(images/title_bg01.gif) repeat-x left -10px;
}
.ui_s3 h2
{
    font-size: 12px;
    font-family: 黑体;
    font-weight:bold;
    padding-left:24px;
    background:url(images/sprites.gif) no-repeat 6px -174px;
    color:#f2f2f2;
}

.content
{
    line-height: 21px;
    padding: 5px 10px 5px 10px;
}
.content ul
{
}
.content ul li
{
    line-height: 25px;
    padding-left: 9px;
    clear: both;
    font-size: 14px;
    background: url(images/sprites.gif) no-repeat left -541px;
}
.content ul li a
{
    float: left;
}
.content ul li a:link
{
    color: #2b2b2b;
    text-decoration: none;
}
.content ul li a:visited
{
    color: #2b2b2b;
}
.content ul li a:hover
{
    color: Red;
    text-decoration: underline;
}

.content ul li span
{
    float: right;
    color: Gray;
    font-size: 10px;
    font-family: Arial;
}

.areaSideBar
{
    text-align: left;
    margin: 0 auto;
    border:solid 1px #697986;
}
.contentSideBar
{
    margin:5px 12px;
}
.contentSideBar ul li a
{
    font-size:12px;
}
.contentSideBar a img
{
    border-width:0;
    display:block;
    margin:10px;
}

.tb01
{
    width: 100%;
    border: solid 1px #d6d6d6;
    border-collapse: collapse;
    background-color: #fafafa;
    margin: 0px;
    border-bottom: #E0E0E0 1px solid;
    border-top: #E0E0E0 1px solid;
    border-left: #E0E0E0 1px solid;
    border-right: #E0E0E0 1px solid;
    padding: 0px;
}
.tb01 caption
{
}
.tb01 thead
{
}
.tb01 thead th
{
    height: 24px;
    text-align: left;
    padding-left: 6px;
    padding-right: 2px;
    font-size: 12px;
    font-weight:bold;
    border: solid 1px Silver;
}
.tb01 tbody
{
    margin: 0;
}
.tb01 tbody td
{
    line-height: 24px;
    border: solid 1px Silver;
    background-color: #fffffe;
    padding-left:6px;
    font-size: 12px;
}
.tb01 tfoot
{
}
.tb01 tfoot td
{
    padding: 5px;
    text-align: left;
    height: 25px;
}

.adBottomLong
{
    margin-top:10px;
}

.adBottomLongContent
{
}

.adBottomLongContent a
{
}

.adBottomLongContent a img
{
    border:solid 1px #777;
    margin-right:3px;
}