body {
	font-size: 12px;
	margin-top: 0px;
	scrollbar-face-color: #DDE4F1;
	scrollbar-highlight-color :#FFFFFF;
	scrollbar-shadow-color: #7D98C2;
	scrollbar-3dlight-color: #7D98C2;
	scrollbar-arrow-color: #7D98C2;
	scrollbar-track-color: #DDE4F1;
	scrollbar-darkshadow-color: #FFFFFF;
}

td {
	font-size: 12px;
}

input,textarea,select {
	font-size: 9pt;
}

a:link, a:visited {
	color: #000000;text-decoration:none;
}
a:hover { 
	color: #FF0000; text-decoration:none;
}

.white
{
	font-size:12px; color:#FFFFFF;
}
.white:link, .white:visited {
	color:#FF0000 text-decoration:underline;
}
.white:hover { 
	color: #0000FF; text-decoration:underline;
}

.body_bg {
	background: #7D98C2;
}

.td_bg {
	background: #DCE4F1;
}

.table_line {
	border: 1px solid #7F9DB9;
}

.table_bg {
	background: #DCE4F1;
}

.table_title {
	background-image: url(../images/title_bg.gif);
	height: 26px;
	border: 1px solid #7F9DB9;
}

.button1 {
	background: #7F9DB9; border-right: #7F9DB9 1px solid; border-top: #7F9DB9 1px solid; border-left:#7F9DB9 1px solid; border-bottom:#7F9DB9 1px solid; font-size:12px; padding-top:2px; color:#fff;
}

.box1 {
	 font-size: 9pt; border: 1px solid #7F9DB9; height: 20px; line-height: 17px
}
.ipt1{
	border:1px solid #7E9DB9; height:22px; line-height:18px; width:340px;
}
.ipt2{
	border:1px solid #7E9DB9; height:20px; line-height:18px; width:200px;
}
.ipt3{
	border:1px solid #7E9DB9;
}
.ipt4{
	border:1px solid #7E9DB9; width:190px; height:20px; line-height:16px;
}
.ipt5{
	border:1px solid #7E9DB9; width:340px; height:20px; line-height:18px;
}
.ipt6{
	border:1px solid #7E9DB9; width:90px;
}
.td1{ padding-left:5px;}
.ft1{ font-family:Arial, Helvetica, sans-serif;}



/*列表删除JQ样式*/
.question {
	/*position: absolute;
	display: inline;
	text-align: center;
	width: 174px;
	height: 78px;
	font-size: 13px;
	line-height: 1.5em;
	background: url('../images/bubble.png') left top no-repeat;
	padding: 10px 0 0 0;
	text-shadow: 0px 1px 0px #fff;
	margin-left: -7em;
	margin-top: -6em;
	opacity: 0;*/
	position: absolute;
	display: inline;
	text-align: center;
	width: 154px;
	height: 58px;
	background-color:#CCC;
	font-size: 13px;
	line-height: 1.5em;
	padding: 5px 0 0 0;
	text-shadow: 0px 1px 0px #fff;
	margin-left: -8em;
	margin-top: -5em;
	opacity: 0;
}

.yes, .cancel {
	margin-top: .5em;
	margin-right: .5em;
	cursor: pointer;
	display: inline-block;
	width: 63px;
	height: 21px;
	color: #fff;
	text-shadow: 0px 1px 0px #000;
	background: url('../images/button.png') left top no-repeat;
}

.title {
	font-size: 30px;
	margin-bottom: 5px;
	font-weight: bold;
	font-style: italic;
	text-shadow: 0px 0px 0px #fff;
	color:#FFF;
}

/*添加信息*/

.jfVal {
	position: absolute;
	z-index:0;
}
.jfValcover {
	background: #ccc;
}

.jfVal .spacerBorder {
	float: left;
	background: #ccc;
}

.jfVal .spacer, .jfVal .spacerBorder .spacer {
	width:500px;
	float:left;
}
.jfVal .spacerBorder .spacer {
	background-color:#DCE4F1;
}
.jfVal .spacercover {
	/*background: #eee url(../images/eeGrad2.gif) bottom repeat-x;*/
	background-color:#DCE4F1;
}

.jfVal .icon {
	float:left;
}

.jfVal .content {
	color: red;
	vertical-align: middle;
	white-space:nowrap;
	background-color:#DCE4F1;
}


/*下拉菜单样式*/
.cb_select{
  width:200px;
  float:left;
  clear:both;
  position:relative;
  margin:0px;
  padding-bottom:24px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size:12px;
  text-transform:uppercase;
  z-index:120;
}
.cb_select .cb_selectMain{
  color:#777;
  border:2px solid #ddd;
  background-color:#f0f0f0;
  background-repeat:no-repeat;
  background-position:95% 50%;
  cursor:pointer;
  text-align:left;
  height:20px;
  line-height:20px;
  text-indent:10px;
  width:200px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:10;
  text-shadow:1px 1px 1px #fff;
  -moz-box-shadow:0px 0px 2px #333 inset;
  -webkit-box-shadow:0px 0px 2px #333 inset;
  box-shadow:0px 0px 2px #333 inset;
}
.cb_down{
  background-image:url(../images/down.png);
}
.cb_up{
  background-image:url(../images/up.png);
}
.cb_selectWrapper{
  width:200px;
  display:none;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1000;
  height:150px;
  border:2px solid #ddd;
  background-color:#fff;
  margin:22px 0px 0px 0px;
  background:#f0f0f0 url(../images/overlay.png) repeat-x top left;
  -moz-box-shadow:0px 0px 2px #333 inset;
  -webkit-box-shadow:0px 0px 2px #333 inset;
  box-shadow:0px 0px 2px #333 inset;
}
.cb_selectWrapper ul {
  list-style:none;
  padding:0px;
  margin:0px;
  width:100%;
}
.cb_selectWrapper ul li a{
  text-decoration:none;
  cursor:pointer;
  display:block;
  padding:3px 0px;
  text-indent:10px;
  letter-spacing:1px;
  color:#777;
  text-shadow:1px 1px 1px #fff;
}
.cb_selectWrapper ul li a:hover{
  background-color:#616161;
  color:#fff;
  text-shadow:1px 1px 1px #000;
}


/*-------分页样式------*/
.page{width:100%; text-align:center; margin:0px; height:20px; line-height:20px; padding-top:2px; padding-bottom:2px;}
.page a{ margin-left:5px; line-height:20px; color:#000; padding-top:5px; padding-bottom:5px;}
.page a:hover{color:#fff;}
#page_bvisit{color:#2c2c2c;}


.pagea{width:100%; text-align:center; margin:0px; height:20px; line-height:20px; padding-top:2px; padding-bottom:2px; }
.pagea a{border:1px solid #d3d3d3; font-size:12px; background:#e6e6e6; padding:0px 10px; margin:0px 0px 0px 5px; height:20px; color:#333;}
.pagea a:hover{color:#fff; border:1px solid #2c2c2c; background:#2c2c2c}
#page_bvisita{color:#fff; border:1px solid #000; background:#666; font-weight:bold;}

