/* 分页样式 sabrosus */
DIV.sabrosus {
	width: 60%;
	border: none;
	font-weight: bold;
	PADDING-LEFT: 0;
	PADDING-BOTTOM: 3px;
	MARGIN-TOP: 1;
	PADDING-TOP: 3px;
	TEXT-ALIGN: center;
	FLOAT: left;
	color: #075587;
	background-color: #FBFDFF;
}

DIV.sabrosusPage {
	width: 40%;
	border: none;
	font-weight: bold;
	PADDING-BOTTOM: 3px;
	MARGIN-TOP: 1;
	PADDING-TOP: 3px;
	TEXT-ALIGN: center;
	FLOAT: right;
	color: #075587;
	background-color: #FBFEFF;	
}
DIV.sabrosus a:link {color:#075587;  margin:0 2px;}
.current {color:#075587; border:1px solid #bfd8e0; text-decoration:none;margin:0 2px;}

/*表格*/
.table tr.odd { background-color: #ffffff }
.table tr.even { background-color: #ffffff }
.table { 
	background-color: #FFF1111;
	border: 1px solid #D3D8D9;
	color: #555;
	border-collapse:collapse;
}
.table th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E3E4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F0F2F2;
	border-top-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
	background-color: #EDEEEF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3D6D7;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
}
.table th:first-child {border-left:none;}
.table td {text-align:center; height:26px;}
.table tbody td {
	border-top:1px solid #FFF; 
	border-bottom:1px solid #d5e3e7;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E3E4;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0F2F2;
	
	text-align: center;
	padding: 5px;
}
.table tbody td img {vertical-align:middle; margin:0 2px;}
.table tbody tr:last-child td {border-bottom:1px solid #bfd8e0;}
.table tfoot td {
	border: none;
	background-color: #F2F7FB;
}
.table td.column_1 {
	border-right: 1px solid #f4fcfe;
	border-top: 1px solid #f1f7f9;
	background-color: #F1F7FA;
}
.table td.column_2 {border-left:1px solid #c5dbe2;}


