@CHARSET "UTF-8";

a:visited { color: blue}
.easyui-linkbutton:visited { color: #444444}
body {
	font-size: 12px !important;
}

.baseForm {
	font-size: 12px;
}


textarea {
	font-size:12px;
}
.baseUl {
	list-style: none;
}

.baseUl li {
	margin-top: 20px;
}

.bordertable th,.bordertable td {
	line-height:2;
	padding:  0,4px;
	vertical-align: top;
}
.innerTable th,.innerTable td {
	padding: 0 4px;
}

.datagrid-toolbar input{
	padding:0.5px 2px;
}

span .required{
	color:red;
}
.formTable{
	border-collapse: collapse;
	color: #333333;
	margin: 0px;
	padding:0px;
	width: 100%;
	min-width:100px;
	background-color: rgb(234,244,253);
}


.formTable td , .formTable th {
	font-size: 12px;
	height:29px;
	font-weight: normal;
}
table.formTable {
	border-collapse: collapse;
	color: #333333;
	margin: 0px;
	padding:0px;
	width: 100%;
	border: 1px solid #8DB1D1;
	background-color: rgb(234,244,253);
	min-width: 600px;
}
/**
.formTable thead th {
	color: #000000;
	text-align: left;
	vertical-align: middle;
	background: none repeat scroll 0 0 #E0E0E0;
	border-bottom: 1px dotted rgb(141,177,209);
	border-right: 1px solid rgb(141,177,209);
}
**/
.formTable td , .formTable th {
	border-top: 1px solid #ccc;
	border-right: 1px solid #8DB1D1;
	text-align: left;
	vertical-align: middle;
	/*border-color: #CCCCCC;*/
	padding-left: 10px;
}
 .noborder-top{
	border-top: 0px !important;
	
}
 .noborder-right{
	border-right:0px !important;
	
}
.formTable th {
	width: 16%;
	min-width:110px;
	
	background-color:rgb(205,222,238);
	padding-left: 10px;
}
.formTable td {
	width: 16%;
	min-width:150px;
}

.formTable td input{
	width:100%;
}
.formTable20 td input{
	width:20px;
}

.threeCol td input{
	
	width:100%;
}
.fiveCol td input{
	width : 145px;
	min-width:100px;
}
.baseTable td {
	font-size: 12px;
	height:18px;
}
table.bordertable {
	border-bottom: 1px solid #CCCCCC;
	border-collapse: collapse;
	border-top: 1px solid #CCCCCC;
	color: #333333;
	margin: 0px;
	padding:0px;
	width: 100%;
	border: 1px solid #CCCCCC;
	background-color: rgb(234,244,253);
}

.bordertable thead th {
	color: #000000;
	text-align: left;
	vertical-align: middle;
	background: none repeat scroll 0 0 #E0E0E0;
	border-bottom: 1px dotted rgb(141,177,209);
	border-right: 1px solid rgb(141,177,209);
}

.bordertable tbody td {
	border-top: 1px solid rgb(141,177,209);
	border-right: 1px solid rgb(141,177,209);
	text-align: left;
	vertical-align: middle;
	/*border-color: #CCCCCC;*/
	border-color: #928484;
	padding-left: 10px;
}

.bordertable input {
	font-size: 12px;
}

.bordertable select {
	font-size: 12px;
}

.tableLable {
	/*background: #EEF0F2;*/
	background-color:rgb(205,222,238);
	width: 120px;
	padding-left: 10px;
}

.tdContent {
	padding-left: 10px;
	width:600px;
}
.bordertableTdContent {
	padding-left: 10px;
	width:300px;
}
.tdInput{
	width:290px;
	padding-left: 10px;
}

.inputCustomizedjp{
	width:360px;
	padding-left: 10px;
}
.inputCustomized{
	width:400px
}

.textLength {
	width: 600px;
}
.createTitle{
	font-size:3;
}
.firstcolumn{
	width:250px;
}



.TableCss{
	word-wrap:break-word;
	word-break:break-all;
	border-spacing:4px;
	width: 100%;
	border: none;
	background:white;
}
.TableCss td ,  .TableCss th {
	vertical-align: top;
	padding-right:10px;
	font-size: 12px;
	font-family:Tahoma,Verdana,微软雅黑,新宋体;
	height:20px;
	font-weight: normal;
	background:#EDEDED;
}
.TableCss th {
	text-align: right;
	width:100px;
	white-space: nowrap;
}
.TableCss td {
	text-align: left;
	width:250px;
}
.TableCss td.fontcss {
	fontsize:12px;
	font-style:italic;
}
.TableCss td input{
	width:99%;
}
.TableCss td textarea{
	width:99%;
}
