
/* Tables */

table.data {
	border: 2px solid #7F9DB9;
	font-size: 11px;
	background-color: #FFFFFF;
}

table.data td, th {
	border: 1px solid #7F9DB9;
}

table.data th {
	font-size: 12px;
	font-weight: bold;
	background-color: #E0E0E0;
	text-align: center;
}

tr.data_header {
	font-size: 12px;
	font-weight: bold;
/*	color: #FFFFFF; */
	background-color: #E0E0E0;
}

tr.data_header td {
	text-align: center;
}

td.report_header {
	text-align: center;
}

td.spacer {
	height: 7px;
	background-color: #7F9DB9;
}

td.inactive {
	color: #666666;
	font-style: italic;
}

td.up_arrow {
	vertical-align: bottom;
}

td.down_arrow {
	vertical-align: top;
}

td.no_events {
	width: 50%;
}

/* Sortable tables */
table.sortable a.sortheader {
	color: #000000;
	text-decoration: none;
	display: block;
}

/* Sortable tables */
table.sortable a.sortheader:hover {
}

table.sortable span.sortarrow {
	color: black;
	text-decoration: none;
}
