/*  CSS Table Design
Author: Stanislav Filev
Theme: Stainless Steel: Stenli Style
URL: http://www.stenli.net

----------------------------------------------- */

table#bandi {
	border: 1px solid #000;
	background-color: #d4d0c8;
	color: #000;
}
 
#bandi td, th { padding:5px;}

#bandi caption {
	text-transform: uppercase;
	text-align:center;  
	font: bold 12pt Verdana;
	color: #4F4F4F;
	margin: 3px 0;
}

/* =links
----------------------------------------------- */
table#bandi a { color:maroon; text-decoration: none; font-size:10px}
table#bandi table a:link {
	color: maroon;
	font-size: 10px;
	font-weight: bold;
}
table#bandi a:visited { color: maroon; font-size:10px; font-weight: bold;}
table#bandi a:link:hover {color:chocolate; font-size:10px; font-weight: bold;}
table#bandi a:visited:hover {color:chocolate; font-size:10px; font-weight: bold;}

/* thead tbody tfoot
----------------------------------------------- */

thead th, tfoot th, tfoot td {
	color: #fafad2;
	font: 10pt Verdana;
	border-right: 1px solid #aaa;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #aaa;
}

tbody th,tbody td {
	color:#072450;
	font: 8pt Verdana;
	border-right: 1px solid #aaa;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #aaa;
}
thead th, tfoot th, tfoot td {
	font-weight: bold;
	text-align: center;
	background-color:#072450;
}
tfoot td { text-align:right }
tbody th { white-space: nowrap; font-weight: bold; text-align:left; }


/* Visual and hover effects */
#bandi .odd td { }

#bandi 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: #e4e0d8;
}

