@charset "utf-8";
/* CSS Document for Blue rows in tables*/

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	border-collapse: collapse;
}

th,td {
	border::1px solid #bbbbbb;
	font-size:1em;
	padding:4px 10px;
	line-height:1.2em;
}

tbody td {
	border-top:0;
	border-bottom:0;
}

tbody tr:hover td {
	background:#e2e2e2;
}

caption {
	padding:0 0 5px;
	color:#333333;
	text-align:left
}

th{
	background-color:#e2e2e2;
	color:#555555;

}

tfoot td{
	font-size:0.6em;
	text-align:left;
} 


