@charset "iso-8859-1";
/* @group .tbl */

.tbl {
	clear: both;
	position: relative;
	width: 100%;
	height: auto;
	margin: 10px 0px 5px;
	border-collapse: collapse;
	border: 1px solid #bdbdbd;
	visibility: visible;

}

.tbl thead th {
	padding: 3px 5px;
	background: #333333;
	color: #fff;
	font: 12px Trebuchet MS, Verdana, Arial, Helvetica;
	text-align: center;
}

.tbl thead th em {
	color: #fff;
	font: 10px Trebuchet MS, Verdana, Arial, Helvetica;
}

.tbl .title {
	font-size: 15px;
	text-align: left;
}

.tbl tbody th, .tbl td {
	font-size: 11px;
	padding: 4px 5px;
	border: #bdbdbd solid;
	border-width: 0 1px;
}

.tbl tbody tr:hover {
	border-right: #84AB2E 1px solid;
	border-left: #84AB2E 1px solid;
}

.tbl th {
	text-align: left;
}

.tbl td {
	font-size: 11px;
	text-align: center;
	width: 48px;
	width: 58 px; /* IE5 */
}

.tbl strong {
	font-size: 12px;
	font-weight: bold;
}

.tbl em {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}

.tbl span {
	float: right;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}

.tbl .dotted {
	border-top: 1px #bdbdbd dotted;
}

.tbl.auto td {
	width: auto;
}

.odd {
	background-color: #cccccc;
}


.grey thead th.dimm {
	background-color: #444444;
}

.blue thead th.dimm {
	background-color: #ff0000;
}
/*
.tbl .dimm {
	background-color: #fffeeb;
}
*/
.tbl .odd .dimm {
	background-color: #669900;
}

/* @end */

/* @group .tbl.blue */

.blue thead th {
	border: #245 solid;
	border-width: 1px;
	background: #245;
}

.blue tbody tr:hover {
	background: #eee;
	border-right: #84AB2E 1px solid;
	border-left: #84AB2E 1px solid;
}

.blue tfoot th a {
	display: block;
	padding: 4px 0;
	color: #245;
	text-align: center;
	text-decoration: none;
	border: solid;
	border-width: 1px 0 0;
}
.blue tfoot th a:hover {
	background: #eee;
}

.results td {
	font-size: 11px;
	font-weight: bold;
}

/* @end */

/* @group .tbl.grey */

.tbl.grey th.title {
	color: #ffffff;
			font-size: 14px;
}

.tbl.grey thead th {
	color: #ffffff;
}

.tbl.grey thead th.dimm {
	color: #ffffff;
}

.grey tbody tr:hover, .grey tbody tr:hover .dimm {
	background: #ff0000;
	border-right: #84AB2E 1px solid;
	border-left: #84AB2E 1px solid;
}

.grey tbody tr:hover td,
.grey tbody tr:hover th,
.grey tbody tr:hover strong,
.grey tbody tr:hover em,
.grey tbody tr:hover a,
.grey tbody tr:hover span {
	color: #ffffff;
}

.grey tbody tr:hover a {
	text-decoration: none;
}

.grey tr.jsruled, .grey tr.odd.jsruled, .grey tr.odd.jsruled .dimm {
	background: #ff0000;
	border-right: #84AB2E 1px solid;
	border-left: #84AB2E 1px solid;
	color: #fff;
}

/* @end */

td.checkbox span {
	padding: 0 0 0 12px;
	font-style: normal;
	background: url(../../images/checkbox.gif) no-repeat 0 1px;
}

.notice {
	width: 650px;
	margin: 0 auto;
}
