﻿body 
{
	font-size :10pt;
	margin:0;
}
/*==============================TAB样式 begin====================================*/
.td {
	font-family: "Verdana";
	font-size: 9pt;
	padding:3px;
}

.tabon {
	background-color: #ffffff;
	border-top: 1px solid #e3e3e3;border-left: 1px solid #e3e3e3;
	color: #DB5B6F;
	font-weight: bold;
}

.taboff {
	background-color: #f5f5f5;
	border-top: 1px solid #e3e3e3;border-left: 1px solid #e3e3e3;border-bottom: 1px solid #e3e3e3;
	color: #666666;
	font-weight: bold;
}

.tdbody {
	border-bottom: 1px solid #e3e3e3;border-right: 1px solid #e3e3e3;border-left: 1px solid #e3e3e3;
	line-height:50px;
	background-color: #ffffff;
}

.tdbody2 {
	border-right: 1px solid #e3e3e3;border-left: 1px solid #e3e3e3;
	line-height:50px;
	background-color: #ffffff;
}

.titleStyle
{
	border:solid 1px #31AACE;
	font-size:10pt;
	font-weight:bolder;
}

/*链接样式*/
a:link{color: black;text-decoration: none;}
a:visited{color: black;text-decoration: none;}
a:hover{color: red;text-decoration: none;}
/*查找样式*/
.SearchPanel
{
	font-family: "新宋体";
	font-size :10pt;
	background-color: #D6F3FF;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;
	padding-top: 1px;
	vertical-align: middle;
	border-bottom:solid 1px #31AACE;
	border-left:solid 1px #31AACE;
	border-right:solid 1px #31AACE;
}
/*GRIDVIEW样式*/
.xuhao
{
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC3300;
}
.GridViewCell
{
	height: 20px;
	text-align: left;
	border: 1px solid #B4B4B4;
	font-size:9pt;
}
.DataGridTitle
{
	font-family: "宋体";
	font-size: 9pt;
	color: black;
	height: 25px;
	line-height: 18px;
	vertical-align: middle;
	text-align: center;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	background-color: #EFECDD;
	font-weight: normal;
	border: 1px solid #B4B4B4;
}
.div
{
	border:solid 1px #EFECDD ;
}
.td
{
	font-size:10pt;
	font-weight:bolder;
	background-color:#F4F4F4;
	height:43px;
}

.btn_mouseout{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	font-size: 12px;
		color: #FFFFFF;
		padding-top: 1px;
		background: url(../Images/btn4.jpg);
		width: 76px;
		cursor:hand;
	}

.input
{
    
	font-family: Verdana, "宋体";
	font-size: 9pt;
	background-color: #F9F9F9;
	font-style: normal; color:Black;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #999999;
}

.Msg{
	 font-style:normal; color:red;
}
.table
{
	background-color:#F6F6F6;
}

.btn_Search{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	font-size: 12px;
		color: black;
		padding-top: 1px;
		background: url(../Images/button3.JPG);
		width: 76px;
		cursor:hand;
}
.div1
{
	border:solid 1px black ;
}

/*查找样式*/
.SearchPanel1
{
	font-size :small;
	border-top: gray 1px solid;
	border-right: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: #F2F2F2;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	vertical-align: middle;
}

.bfont {font-size:20px;}
.nfont {font-size:16px;}
.sfont {font-size:12px;}
.cdiv {font-size:12px;}
.cdiv span {cursor:hand;text-decoration:underline;color:black;}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}


