@charset "utf-8";

/* 重置浏览器默认参数 */


/* 兼容 IE5.5 IE6 :hover */
body {
	behavior:url("css/hover.htc");
}






/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}


/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Remove annoying border on linked images. */
a img {
	border: none;
}
/* 页面基本参数设置 */

body {
	font-size:12px;
	color:black;
	font-family:"宋体", verdana, Helvetica, sans-serif;
	line-height:1.5em;
	height:100%;
	margin:0 0 0 0;
	padding:0;
	text-align:center;
	background-color: #000000;
}
a {
	text-decoration: none;
	color: #000000;
}   /* 链接无下划线,有为underline */
a:link {
	color: #000000;
}    /* 未访问的链接 */
a:visited {
	color: #000000;
} /* 已访问的链接 */
a:hover {
	color: #FF0000;
}    /* 鼠标在链接上 */
a:active {
	color: #FF0000;
} /* 点击激活链接 */
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#111;
}
h1 {
	font-size:3em;
	line-height:1;
	margin-bottom:0.5em;
}
h2 {
	font-size:2em;
	margin-bottom:0.75em;
}
h3 {
	font-size:1.5em;
	line-height:1;
	margin-bottom:1em;
}
h4 {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
}
h5 {
	font-size:1em;
	font-weight:bold;
}
h6 {
	font-size:1em;
	font-weight:bold;
}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	color:#666;
}
pre {
	margin:1.5em 0;
	white-space:pre;
}
pre, code, tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}

/* 外部空白 */
.m8px { 
	margin: 8px 8px 8px 8px;	
}
.ml8px { /* 左侧 8px */
	margin-left:8px;
}

.mr8px { /* 右侧 8px */
	margin-right:8px;
}
.mt8px { /* 上 8px */
	margin-top:8px;
}
.mb8px { /* 下 8px */
	margin-bottom:8px;
}
.mr10px { /* 右侧 10px */
	margin-right:10px;
}
.mb10px { /* 下 10px */
	margin-bottom:10px;
}

/* 内部空白 */
.pl8px {
	padding-left:8px;
}

.pl10px {
	padding-left:10px;
}

.pr10px {
	padding-right:10px;
}
.pad4px {
	padding: 4px 4px 4px 4px;
}

.pad6px {
	padding: 6px 6px 6px 6px;
}

.padtb6px {
	padding: 6px 0px 6px 0px;
}


/* 万能 闭合 */
.clearfix {
	display: inline-block;
}
.clearfix:after {
	/*/*/content: "."; /* 兼容ie8 */
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/ 
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* 最外部 div  */
.head, .topnav, .content, .whereinfo, .foot, .wrap  {
	text-align: left;
	clear: both;
	overflow: hidden;
	margin:0 auto;
	width: 763px;
	background-color: #eef2f3;
}



.head {
	background-image: url(../images/img_03.jpg);
	background-repeat: no-repeat;
	height: 155px;
	width: 763px;
}
.head .title {
	font-family: "微软雅黑", "黑体";
	font-weight: bold;
	color: #FFCC33;
	font-size: 32px;
	line-height: 36px;
	text-align: right;
	padding-right: 60px;
	padding-top: 110px;
	height: 35px;
}
.topnav {
	background-image: url(../images/img_05.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 763px;
	overflow: hidden;
}
.floatleft {
	float: left;
}
.topnav .form {
	font-size: 12px;
	
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 4px;
}
.topnav .text {
	line-height: 18px;
	padding-top: 10px;
}
.floatlright {
	float: right;
	
}


INPUT {
	height:18px;
	line-height:18px;
	FONT-SIZE: 12px;
  border: 1px solid #CCCCCC;
  color: #000000;
}

.username{
  background-image:url(../images/username.gif);
	background-position: 1px 1px;
	background-repeat:no-repeat;
	padding-left:20px;
	height:18px;
	FONT-SIZE: 12px;
}
.password{
    background-image:url(../images/password.gif);
	background-position: 1px 1px;
	background-repeat:no-repeat;
	padding-left:20px;
	height:18px;
	FONT-SIZE: 12px;
}


.inputover {
	height:18px;
	line-height:18px;
	FONT-SIZE: 12px;
	background-color:#F0F8FF;
    border: 1px solid #333333;
    color: #000000;
}

.usernameover{
	background-color:#F0F8FF;
    background-image:url(../images/username.gif);
	background-position: 1px 1px;
	background-repeat:no-repeat;
	padding-left:20px;
	height:18px;
	FONT-SIZE: 12px;
	border: 1px solid #333333;
}
.passwordover{
	background-color:#F0F8FF;
    background-image:url(../images/password.gif);
	background-position: 1px 1px;
	background-repeat:no-repeat;
	padding-left:20px;
	height:18px;
	FONT-SIZE: 12px;
	border: 1px solid #333333;
}

select, input, img, select
{
vertical-align: middle;
}

#bottonFldsubmit
{
	width: 49px;
	height: 22px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	margin-top: 0px;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	border-top-width: 1px;
	border-right-width-value: 1px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 1px;
	border-left-width-value: 1px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: solid;
	border-right-style-value: solid;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: solid;
	border-left-style-value: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: #ffac32;
	border-right-color-value: #ffac32;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: #ffac32;
	border-left-color-value: #ffac32;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	background-color: #ffeccc;
	background-image: url(../images/sinahome_0803_ws_001.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0pt -100px;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	cursor: pointer;
}

#bottonFldsubmit:hover
{
	background-color: #f8d3d3;
	background-position: 0pt -200px;
}


.ErMessage {
	font-size: 9pt;
	line-height: 150%;
	color: #FF0000;
	padding-left: 10px;
}


/* 按钮 */

#bt1 {
	background-image: url(../images/b1a.jpg);
	display: block;
	background-repeat: no-repeat;
	height: 36px;
	width: 170px;
	cursor: pointer; 
	padding-top:5px; 
	padding-bottom: 5px;
}

#bt1:hover {
	background-image: url(../images/b1b.jpg);
}

#bt2 {
	background-image: url(../images/b2a.jpg);
	display: block;
	background-repeat: no-repeat;
	height: 36px;
	width: 170px;
	cursor: pointer; 
	padding-top:5px; 
	padding-bottom: 5px;
}

#bt2:hover {
	background-image: url(../images/b2b.jpg);
}

#bt3 {
	background-image: url(../images/b3a.jpg);
	display: block;
	background-repeat: no-repeat;
	height: 36px;
	width: 170px;
	cursor: pointer; 
	padding-top:5px; 
	padding-bottom: 5px;
}

#bt3:hover {
	background-image: url(../images/b3b.jpg);
}

#bt4 {
	background-image: url(../images/b4a.jpg);
	display: block;
	background-repeat: no-repeat;
	height: 36px;
	width: 170px;
	cursor: pointer; 
	padding-top:5px; 
	padding-bottom: 5px;
}

#bt4:hover {
	background-image: url(../images/b4b.jpg);
}

#bt5 {
	background-image: url(../images/b5a.jpg);
	display: block;
	background-repeat: no-repeat;
	height: 36px;
	width: 170px;
	cursor: pointer; 
	padding-top:5px; 
	padding-bottom: 5px;
}

#bt5:hover {
	background-image: url(../images/b5b.jpg);
}

#bt6 {
	background-image: url(../images/b6a.jpg);
	display: block;
	background-repeat: no-repeat;
	height: 36px;
	width: 170px;
	cursor: pointer; 
	padding-top:5px; 
	padding-bottom: 5px;
}

#bt6:hover {
	background-image: url(../images/b6b.jpg);
}

#bt7 {
	background-image: url(../images/bm.jpg);
	display: block;
	background-repeat: no-repeat;
	height: 52px;
	width: 171px;
	cursor: pointer; 
	padding-top:5px; 
	padding-bottom: 5px;
}



/*增加*/
.LoadingMessage {
	position:absolute;
	width:400px;
	height:50px;
	z-index:999;
	background-color: #E8EDF0;
	border: 1px solid #666666;
	font-size: 9pt;
}

.LoadingMessage td {text-align:center;}

.red {
	color:#FF0000;
}

.RightNull8px {
	text-align: right;
	padding-right:10px;
}

.list td {
	padding-left:5px; 
}






.exam {
	background-color: #ffffff;
	margin-top: 20px;
	border: 1px solid #a4d7f2;
	overflow: hidden;
	clear: both;
	overflow: hidden;
	margin:4px 0px 30px 0px;	
	width:500px;
}
.exam:hover {
	background-color: #edf2fb;
	border: 1px solid #7ccdf8;
}
.exam .top {
	margin:0 auto;
	overflow: hidden;
	width:100%;
}
.exam .top div {
	float: left;
}
.exam .content {
	margin-top: 2px;
	margin-bottom: 8px;
	text-align: left;
	text-indent: 25px;
	width:100%;
	padding-right: 20px;
	padding-left: 20px;
}



.exam .top .text {
	font-size: 12px;
	line-height: 18px;
	background-image: url(../images/exam_t_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 18px;
	width:445px;
	padding-top: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a4d7f2;
	border-right-color: #a4d7f2;
	border-bottom-color: #a4d7f2;
	border-left-color: #a4d7f2;
}

.ext-ie6 .exam .top .text {
	width:4500px;
}
.exam .attachlist a {
	line-height: 23px;
	display: block;
	background-image: url(../images/download.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 12px;
}
.exam .ask {

	text-align: left;
}

.exam .ask  span {
	margin-left: 10px;
}

.exam .ask .label {
	width: 80px;
	margin-right:0px;
	padding-right: 0px;
	margin-left: 0px;
}
.exam .top .text td {
	text-align: center;
}
.exam .ask label {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
	
}





.exam .line {
	height: 2px;
}





.exam .top .index {
	background-image: url(../images/exam_t_index.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
	width:50px;
	margin-left: 17x;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
}

.border_t_blue {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a4d7f2;
}

.exam ul.imagelist, .exam ul.attachlist{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
	margin: 0px 10px 2px 30px;
}
 /*一行四个*/
.exam .imagelist li{float:left;display:block; width:120px;text-align:center;margin:3px;border:solid 1px #c2c5c9;background:#f7f7f7;padding:2px 5px 2px 5px;}
 /*图片显示区域的大小，固定一下，以便文字对其*/
.exam ul.imagelist .image{height:80px;width:120px;display:block;border:0px;}

.exam .attachlist li{float:left;display:block; text-align:left;margin:3px;padding:2px 5px 2px 5px;}

.exam  ul.ask {
	margin:0px;
	padding:0;
	list-style-type:none;
	margin: 0px;
	width:450px;
	float:left;
}

.exam ul.ask  li {
float:left;text-align:left;
padding:2px 0px 2px 0px;
}

a.textwhite {
	color:#FFFFFF;
}

.textwhite:hover {
	color:#0000FF;
}
