/* -------------------------------------------------------------------------------------------------
     基本表格样式
--------------------------------------------------------------------------------------------------*/
table {
display: table;
border-collapse: collapse;
border-spacing: 0;
}

tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
}

tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}

td, th {
display: table-cell;
vertical-align: inherit;
}

caption,
 th {
text-align: left;
}

/* -------------------------------------------------------------------------------------------------
     Transformer风格表格样式
--------------------------------------------------------------------------------------------------*/
.transformer table  {
width: 100%;
background: #F6F6F6;
border-radius: 2px;
border: 1px solid #DDD;

}

.transformer tr {
border-bottom: 1px solid #DDD;
height: 36px;
line-height: 36px;
}

.transformer tr:last-child {
border-bottom: none;
background: #F3F3F3;
}

.transformer thead tr {
height: 36px;
line-height: 36px;
}

.transformer thead tr:last-child {
border-bottom: 1px solid #DDD;
}

.transformer thead td {
font-weight: 700;
font-size: 14px;
color: #0f81b0;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#FAFAFA), to(#F0F0F0));
background: -moz-linear-gradient(top, #FAFAFA, #F0F0F0);
background-color: #EEE;
}

.transformer th, 
.transformer td
{
padding-left: 9px;
}

.transformer td input
{
height: 20px;
line-height: 20px;
border: 1px solid #DDD;
border-radius: 3px;
margin-right: 3px;
}

/* -------------------------------------------------------------------------------------------------
     table form风格表格样式
--------------------------------------------------------------------------------------------------*/
.table-form {
font-size: 12px;
}

.table-form {
padding: 1px;
margin-bottom: 20px;
}

.table-form thead tr:last-child {
border-bottom: 1px solid #DDD;
}

.table-form  thead tr {
height: 28px;
line-height: 28px;
}

.table-form thead td {
text-align: center;
font-weight: 700;
font-size: 14px;
color: #0F81B0;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#FAFAFA), to(#F0F0F0));
background: -moz-linear-gradient(top, #FAFAFA, #F0F0F0);
background-color: #EEE;
}

.table-form thead td, 
.table-form td {
border: 1px solid #DDD;
vertical-align: middle;
}

.table-form th, .table-form td {
padding-left: 5px;
padding-right: 5px;
}

.table-form td .TextBox-wrap {
border: 1px solid #EEE;
border-radius: 3px;
height: 26px;
padding: 0px 0px 0px 0px;
margin: 3px 0px 3px 0px;
}

.table-form .TextBox-wrap .TextBox {
margin: 2px;
height: 24px;
}

.table-form-subtable {
width: 330px;
border-left: 1px solid #DDD;
margin-left: -6px;
margin-right: -6px;
margin-top: -1px;
margin-bottom: -1px;
}

.table-form-subtable thead tr {
height: 26px; 
line-height: 26px;	
}

.table-form-subtable thead td {
font-size: 11px;
font-weight: 100;
color: #999;
height: 25px;
}

.table-form-subtable tr {
height: 35px; 
line-height: 35px;
}

.table-form-subtable td .TextBox-wrap {
margin-top:3px;
height: 26px; 
}

.table-form-subtable td .TextBox {
height: 18px; 
}


/* -------------------------------------------------------------------------------------------------
     report风格表格样式
--------------------------------------------------------------------------------------------------*/
.report {
float: left;
width: 99%;
border: 1px solid #DDD;
border-radius: 3px;

margin-top: 5px;
margin-bottom: 20px;
}

.report table  {
width: 100%;
background: #F6F6F6;
border-radius: 2px;
}

.report tr {
border-bottom: 1px solid #DDD;
height: 34px;
line-height: 34px;
}

.report-pagenav tr:last-child {
border-bottom: none;
background: #F3F3F3;
}

.report thead tr {
height: 35px;
line-height: 35px;
}

.report tbody tr:hover {
background: #cbe4ab;
}

.report-pagenav thead tr:last-child {
border-bottom: 1px solid #DDD;
}

.report thead td {
font-weight: 700;
font-size: 14px;
color: #0f81b0;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#FAFAFA), to(#F0F0F0));
background: -moz-linear-gradient(top, #FAFAFA, #F0F0F0);
background-color: #EEE;
text-align:center;
}

.report td
{
text-align:center;
}

/* -------------------------------------------------------------------------------------------------
     分页样式
--------------------------------------------------------------------------------------------------*/
.pagination
{
	margin-top: -20px;
	border-radius: 4px;
	position: relative;
	border: 1px solid #D7D7D7;
	margin-bottom: 50px;
	zoom: 1;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	content: '.';
	display: block;
	clear: both;
}

.page-prev
{
	left: 0;
	border:0px;
	border-right-width: 1px;
	position: absolute;
	top: 0;
	font-weight: bold;
	font-size: 13px;
	border-color: #D7D7D7;
	border-style: solid;
	color: #5aa0c2;
	padding: 9px 13px 10px;
	display: inline-block;
	line-height: 16px;
	text-decoration: none;
	cursor: pointer;
	margin: 0;
	outline: 0;
}

.arrow-prev
{
	margin: 0 10px 0 4px;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: bold;
	color: #5aa0c2;
	line-height: 16px;
	cursor: pointer;
}

.page-list
{
	text-align: center;
}

.page-link
{
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	margin-left: -1px;
	padding: 9px 13px 10px;
	display: inline-block;
	color: #242424;
	line-height: 16px;
	text-decoration: none;
	cursor: pointer;
}

.page-current
{
	border-color: #D7D7D7;
	background: white;
	position: relative;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	margin-left: -1px;
	padding: 9px 13px 10px;
	display: inline-block;
	color: #242424;
	line-height: 16px;
}
.page-current-mark
{
	display: block;
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	background: #9BCB5E;
	left: 0;
	top: 0;
}

.page-next
{
	right: 0;
	border:0px;
	border-left-width: 1px;
	position: absolute;
	top: 0;
	font-weight: bold;
	font-size: 13px;
	border-color: #D7D7D7;
	border-style: solid;
	color: #5aa0c2;
	padding: 9px 13px 10px;
	display: inline-block;
	line-height: 16px;
	text-decoration: none;
	cursor: pointer;
	margin: 0;
	outline: 0;
}

.arrow-next
{
	margin: 0 4px 0 10px;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: bold;
	color: #5aa0c2;
	line-height: 16px;
	cursor: pointer;
}


