
@import url(table-gte-opera-6.css);

table {
	border-collapse: collapse;
	margin: 1em 0;
	width: 100%;
	clear: both;
	font-size: 100%;
}

caption {
	margin-top: 1em;
	margin-bottom: -1em;
	text-transform: uppercase;
	font-size: 90%;
	letter-spacing: 0.1em;
	background: #eeeef8;
	font-weight: bold;
	color: #004A8F;
	border-bottom: 1px solid #BFC6E0 !important;
}

thead th {
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #004A8F;
	background: #eeeef8;
	border-bottom: 1px solid #BFC6E0;
	border-top-color: #BFC6E0;
}

td, th, caption {
	padding: 0.3em 0.5em;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	text-align: left;
}

#content td a {
	background: url(../img/content-table-a-bg.gif) no-repeat 0 0.45em;
	padding-left: 0.9em;
	border-bottom: 0;
}

#content td a:hover, #content td a:focus {
	background: url(../img/content-table-a-hover-bg.gif) no-repeat 0 0.45em;
	border-bottom: 0;
}

tr.even td, tr.even th {
	background: #f5f5f5;
}

td.narrow {
	width: 3em;
}

td label {
	width: auto;
	display: inline;
	float: none;
	padding-right: 0;
	text-align: left;
	color: #000;
}

tr.admin td {
	font-weight: bold;
}
