@charset "utf-8";
/* CSS Document */

th, td {
	padding:3px 10px;
	}
th {
	cursor:pointer;
	}
.odd {
	background-color:#EEEEEE;
	}
.even {
	background-color:#E8F2F8;
	}
.hover {
	cursor:pointer;
	background-color: #B4C6DB;
	}
.selected {
	color:#FFF;
	background-color: #999999;
}
/* Uncomment this rule to display a border around the definition lists
dl {
	border:red medium solid;
	}
*/