body {
		behavior:url("csshover.htc");
}

table.contenttable {
	border-collapse: collapse;
	border: 1px solid #fff !important;
}
table.contenttable th {
	background-color:#696969 !important;
	color:#fff;
	font-size:10px !important;
	height:15px;
	padding:2px;
	border-right: 1px solid #fff;
  	border-bottom: 1px solid #fff;
	padding:2px;
}
table.contenttable th strong {color:#fff;}

table.contenttable tr {
	background-color:#e8e8e8;
}
table.contenttable tr:hover {
	background-color:#fff;
}
table.contenttable td {
	border-right: 1px solid #fff;
  	border-bottom: 1px solid #fff;
	padding:2px;
}

tr.ruled-2 {
  background-color:#fff !important;
}

tr.bottomborder-2 {
 	background:#e8e8e8 !important;
}
