﻿@charset "utf-8";
/* CSS Document */
@import url("base.css");
@import url("common.css");

/*#navul li{float:left;position:relative;text-align:center; font-size:12px; height:47px; line-height:47px;}
#navul li a:link, #navul li a:visited{color:#FFF;font-weight:500;letter-spacing:2px;padding:15px 20px 15px 20px;}
#navul li ul{display:none;position:absolute;z-index:999;background:#e6e6e6;border:#c6c6c6 1px solid;border-bottom:none;left:-1px;}
#navul li ul li{display:block;width:78px;float:none;height:35px;position:relative;line-height:35px;border-bottom:#C6C6C6 1px solid;font-size:12px;overflow:hidden}
#navul li.navmoon{background:#E6E6E6;border:#C6C6C6 1px solid;width:78px;height:38px;line-height:38px;}
#navul li.navmoon a{color:#404a58;}
#navul li.navhome a:hover{color:#FCFF00;}
#navul li.navmoon ul{display:block;}
#navul li.navmoon ul a{display:block;width:78px;height:35px;line-height:35px;}
#navul li.navmoon ul a:hover{color:#0573bd;background:#FFF;}*/



/*分页1*/
.page3 {
	padding: 3px;
	text-align: center;
}
.page3 a {
	border: #e9e9e9 1px solid;
	padding: 0 12px;
	height: 27px;
	line-height: 27px;
	color: #0041b7;
	text-decoration: none;
	margin-left: -1px;
}
.page3 span, .page3 a, .page3 input {
	float: left;
	_display: inline;
}
.page3 a:hover {
	border: #e9e9e9 1px solid;
	color: #000;
}
.page3 a:active {
	border: #e9e9e9 1px solid;
	color: #000;
}
.page3 a.current {
	border: #e9e9e9 1px solid;
	font-weight: bold;
	color: #656565;
	background-color: #eeeeee
}
.page3 a.disabled {
	border: #eee 1px solid;
	COLOR: #a5a5a5;
}
.page3 span.more, .page3 span.info {
	padding: 0 12px;
	height: 27px;
	line-height: 27px;
	text-decoration: none;
	border: none;
}
.page3 span.info {
	padding: 0;
}
.page3 .info-color {
	color: #929292;
}
.page3 .p-input {
	height: 22px;
	background: #fff;
	margin: 2px 5px;
	border: #e9e9e9 1px solid;
	width: 40px;
}
.page3 .p-button {
	height: 27px;
	margin: 0px 10px;
	width: 45px;
}
/*分页2*/
.page4 {
	padding: 3px;
	text-align: center
}
.page4 a {
	padding: 0 5px;
	height: 16px;
	line-height: 16px;
	color: #0041b7;
	text-decoration: none;
	margin-left: -1px;
}
.page4 span, .page4 a, .page4 input {
	float: left;
	_display: inline;
}
.page4 a:hover {
	color: #000;
	background: #CCC
}
.page4 a:active {
	color: #000;
}
.page4 a.current {
	font-weight: bold;
	color: #333;
	background: #CCC;
}
.page4 a.disabled {
	COLOR: #a5a5a5;
}
/*登录 弹出层*/
.denglutc{position:relative; width:400px; height:300px; background-color:#fff;  padding:20px; overflow:hidden; display:none; box-shadow:#363636 1px 3px 50px 3px; 
-webkit-box-shadow:#363636 1px 3px 50px 3px;
-moz-box-shadow:#363636 1px 3px 50px 3px;   -moz-border-radius:5px;
    -webkit-border-radius: 5px;
     border-radius:5px;}
.logincuo{ position:absolute; top:0px; right:0px;}
.denglutc .title-hd{ font-family:"黑体"}
.denglutc .texts{  width:310px; height:43px; color:#555; padding-left:5px; font-size:14px; -moz-border-top-left-radius: 5px;-webkit-border-top-left-radius: 5px;border-top-left-radius:5px;	-moz-border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;border-top-right-radius:5px;	color:#555;border-top:1px solid #dddddd;border-left:1px solid #dddddd;border-right:1px solid #dddddd;}
.denglutc .texts1{  width:310px; height:43px;color:#555; padding-left:5px; font-size:14px;border:1px solid #dddddd; -moz-border-bottom-left-radius: 5px;-webkit-border-bottom-left-radius: 5px;border-bottom-left-radius:5px;
-moz-border-bottom-right-radius: 5px;-webkit-border-bottom-right-radius: 5px;border-bottom-right-radius:5px;}

.denglutc .buttons{ width:310px; height:43px;width:315px;  margin-top:30px;background-color:#1aa4f2; border:0px;-moz-border-radius:2px;
    -webkit-border-radius: 2px;
     border-radius:2px; font-size:16px; color:#fff;}
.denglutc .buttons:hover{ width:310px; height:43px;width:315px; margin-top:30px; background-color:#0f87e3; border:0px;-moz-border-radius:2px;
    -webkit-border-radius: 2px;
     border-radius:2px;font-size:16px; color:#fff;}
     
.title-hd{ width:100%; height:42px; line-height:42px; border-bottom:1px solid #ededed; color:#1089e3;}

/*编辑页面-2015.5.28苏明新增*/

.w200{ width:200px;}
.w300{ width:300px;}
.edit_submit{ border-radius:3px; display: inline-block;
height: 32px;
padding:0 14px;
line-height: 32px;
font-size: 14px;
cursor: pointer;
font-family: inherit;
font-weight: normal;
text-align: center;
vertical-align: middle;
overflow: hidden;
outline: 0px none;background-image: url("../images/menubj1.png"); color:#fff;}
.edit_submit:hover{ color:#fff; text-decoration:none;background: #F34401 none repeat scroll 0% 0%;}
/*报名表*/
.topwrap_tit {
    margin: 0px auto;
    width: 820px;
    height: 75px;
    color: #069;
    overflow: hidden; 
}
.inputtable,.wrap_tips{margin:0 auto;width: 100%; }
.inputtable th,.inputtable td{border:1px solid #f7e2c4; padding:5px;}
.inputtable th{text-align:right;font-weight:normal;background:#fbf2e5;  padding:8px; font-size:14px; width:110px;}
.inputtable span{color:#999}
.inputtable input.txt_input{height: 22px\9; }
.inputtable select,.inputtable input{line-height:25px;margin:0 5px;font: 12px/1.8 Tahoma,Helvetica,Arial,"宋体",sans-serif;}
.wrap_tips{background:#FCE4E4;;padding:8px 10px;width:800px;margin-top:12px} 
.inputtable code { color: #FE0000; 
}