@charset "utf-8";
/**
*引用jquery-ui-Datepicker日期控件的css
*/
@import "jquery-ui-1.7.3.custom.css";

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th {
	margin: 0;
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
}

caption, th, td {
	font-weight: normal;
}

table, td, th {
	vertical-align: middle;
}

body {
	font-family: tahoma, Arial, "宋体", Verdana, sans-serif;
	font-size: 12px;
	line-height:12px;
}

html {
	overflow-x: auto;
	overflow-y: auto;
}

ul,ol {
	list-style-type: none;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: red;
}

.red {
	color: #1c9ac1
;
}

.green {
	color: green;
}

.black {
	color: black;
}

.gray {
	color: gray;
}

.yellow {
	color: #F39048;
}

h3 {
	font-size: 12px;
	line-height:14px;
}

h2 {
	font-size: 14px;
	line-height:16px;
}

h1 {
	font-size: 18px;
	line-height:20px;
}

/* 表单元素与前后文字对齐(需配合font-family: tahoma) */
label {
	vertical-align: middle
}

input, select {
	vertical-align: middle;
}

.blank {
	clear:both;
	width:100%;
	height:5px;
	overflow: hidden;
}

.clear {
	clear:both;
	width:100%;
	height:0px;
	overflow: hidden;
}

.body{
	width: 1000px;
	margin: 0px auto;
	padding: 0px 5px;
	height: auto;
	
}
 

.jqmOverlay {
	background-color: #000;
}
.searchlist{
	margin-bottom:8px;
	text-align:left;
	border:1px solid #006699;
	cellpadding: 0;
	width:100%;
	cellspacing: 1; /* 这个属性必须在table里设置？在此设置无效 */
	margin:0;
	padding:0;
}
.searchlist tr,.searchlist td{
	border:1px solid #006699;
	padding-left:2px;
	height:20px;
}
.tr1{	
	background-color:white;
}
.tr2{	
	background-color:#E3ECFB;
}
.tr_title td{
	text-align:center;
	background-color:#C9D8EF;
	padding-left:3px;
	height:23px;
	font-weight:bold;
}
input.email{
	text-transform:lowercase;
}