table input {
	border: 1px solid #999999;
	background-color: #F0F0F1;
	cursor: pointer;
	padding: 5px;
}

table {
	font-size: 9pt;
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 1em;
	width:100%;
	color:#000;
	}

thead th,
thead td,
tfoot th,
tfoot td {
	border: 0px;
	background:#e8ecf3;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	color: #06214f;
	}
th {
	font-weight:bold;
	line-height:normal;
	padding:0.25em 0.5em;
	text-align:left;
	}
tbody th,
td {
	padding:0.25em 0.5em;
	text-align:left;
	padding: 5px;
	vertical-align:top;
	}
tbody th {
	font-weight:normal;
	white-space:nowrap;
	}
tbody th a:link,
tbody th a:visited {
	font-weight:bold;
	}
tbody td,
tbody th {
	border-bottom:1px solid #cccccc;
	padding: 5px;
	border-width:1px 0;
	}
tbody tr.odd th,
tbody tr.odd td {
	border-bottom:1px solid #cccccc;
	padding: 5px;
	border-width:1px 0;
	background:#F5F5F5;
	border-top: 0px;
	}
tbody tr:hover td,
tbody tr:hover th {
	background:#f1f1f1;
	padding: 5px;
	border-bottom:1px solid #CCCCCC;
	}