table.fireTable{
	border-collapse:collapse;
	font-size:0.85em;
	width:100%;
}

table.fireTable tbody, table.fireTable tbody tr{
	width:100%;
}

table.fireTable th{
	border: 1px solid #cccccc;
	padding:4px;
	background-color:#990000;
	color:#FFFFFF;
	font-size:1.0em;
}

table.fireTable td{
	border: 1px solid #cccccc;
	padding:4px;
}

#mainContent table.fireTable tr td p{
	padding:0px;
	margin:0px;
}

#mainContent table.fireTable tr:hover td a:link, #mainContent table.fireTable tr:hover td a:visited{
	color:#E6F0F5;
	text-decoration:none;
	font-weight:bold;
}

#mainContent table.fireTable tr:hover td a:hover{
	color:#E6F0F5;
	text-decoration:underline;
}

table.fireTable tr:hover{
	background-color:#80B3CD;
	color:#FFFFFF;
}


