/*  CSS Table Design
Author: Stanislav Filev
Theme: Stainless Steel: Stenli Style
URL: http://www.stenli.net

----------------------------------------------- */
table.dataGridWrapper {
	border: 1px solid #000; 
	background-color: #EAECEE; 
	color: #000;
}

table.dataGrid {
	border: 1px solid #000; 
	background-color: #D4D0C8; 
	color: #000;
}
 
table.dataGrid td, table.dataGrid th { padding:5px; }

caption {
	text-transform: uppercase;
	text-align:center;  
	font: bold 12pt Verdana;
	color: #4F4F4F;
	margin: 3px 0;
}

/* =links
----------------------------------------------- 
table a { color:maroon; text-decoration: none;}
table a:link {color:maroon;}
table a:visited { color: maroon;}
table a:hover {color:chocolate;} */

/* thead tbody tfoot
----------------------------------------------- */

table.dataGridWrapper thead th, table.dataGridWrapper tfoot th, table.dataGridWrapper tfoot td , table.dataGridWrapper tbody th, table.dataGridWrapper tbody td {
	color: #000; 
	font: 8pt Verdana; 
	border-right: 1px solid #aaa;
	border-top: 1px solid #eee;
	border-left:1px solid #eee; 
	border-bottom: 1px solid #aaa; 
}

table.dataGrid thead th, table.dataGrid tfoot th, table.dataGrid tfoot td , table.dataGrid tbody th, table.dataGrid tbody td {
	color: #000; 
	font: 8pt Verdana; 
	border-right: 1px solid #aaa;
	border-top: 1px solid #eee;
	border-left:1px solid #eee; 
	border-bottom: 1px solid #aaa; 
}

table.dataGrid thead th, table.dataGrid tfoot th, table.dataGrid tfoot td { background-color: #3A4856; color: #fff; font-weight: bold; text-align:center; }
table.dataGrid tfoot td { text-align:right }
table.dataGrid tbody th { white-space: nowrap; font-weight: bold; text-align:left; }


/* Visual and hover effects */
.odd { background: #fff; }

table.dataGrid tbody tr:hover td{
	background-color: silver;
	border-right: 1px solid #eee; 
	border-top: 1px solid #999; 
	border-left: 1px solid #999; 
	border-bottom: 1px solid #eee; 
	background-color: #7B82F6;
}
