body { 
	color:"#ffffff"; 
	font-family: "宋体"; 
	font-size: 12px; 
	margin-top : 4; 
} 
.t{ 
	border: #000000; border-style: solid; border-width: 1px 
} 
td { 
	font-family: "Tahoma", "MS Shell Dlg"; font-size: 14px 
} 

/*详情表格 样式*/
.detailTable {
	width: 100%;
	border: none;
}

.detailTable tr th {
	border: 1px solid #e7eaec;
	padding: 10px;
	text-align: right;
	width: 100px;
}
.detailTable th {
	border: 1px solid #e7eaec;
	padding: 10px;
	text-align: right;
	width: 100px;
}
.detailTable tr td {
	border: 1px solid #e7eaec;
	padding: 5px;
	background: #fff;
	width: auto;
}
/*****  其他type 自行设置******/ 
.detailTable  input[type="text"]{
	min-width:150px;
} 
.detailTable  input[type="select"]{
	min-width:150px;
}  
 
.l-btn-plain:hover{
   background: #3b95c8;
   color: white;
}
/***搜索框下的table***/ 
.screen {
    white-space: nowrap;
    width: auto;
    margin-left: 10px;
}
.screen td{
    padding: 5px;
} 
.screen td input[type=text]{
	font-size: 13px;
    padding-bottom: 0px;
    height: 24px;
    line-height: 24px;
}
.screen select {
	font-size: 13px;
    padding-bottom: 0px;
    height: 24px;
    line-height: 24px;
}

.formtitle {
	border-bottom: solid 1px #d0dee5;
	line-height: 35px;
	position: relative;
	height: 35px;
	margin-bottom: 25px;
}

.formtitle span {
	font-weight: bold;
	font-size: 14px;
	border-bottom: solid 3px #66c9f3;
	float: left;
	position: absolute;
	z-index: 100;
	bottom: -1px;
	padding: 0 3px;
	height: 30px;
	line-height: 30px;
}

 
