﻿#mut table {
	font:0.7em Arial, Helvetica, sans-serif;

}
#mut caption {
	background-color: #FC6348;
	color:#003300;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
	border:1px solid #000;
	background-image: url(table_caption_bg.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
}
#mut thead th { background-color:#F5B348; color:#724809; padding:2px; text-transform:uppercase; border-top:1px solid #F4D39E; border-left:1px solid #F4D39E; border-bottom:1px solid #B76E00; border-right:1px solid #B76E00; }
#mut tfoot th { background-color:#F29601; color:#724809; padding:2px; text-transform:uppercase; font-size:1.2em; }
#mut tfoot td { background-color:#FC0; color:#724809; font-weight:bold; text-transform:uppercase; font-size:1.2em; padding:0px 5px; }
#mut .odd {  }
#mut tbody td {
	color:#660000;
	padding:0px;
	text-align:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #CC6666;
	border-bottom-color: #CC6666;
	border-left-color: #FFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#mut tbody th { background-color:#5A666E; color:#D7DBDD; padding:2px; text-align:center; border-top:1px solid #93A1AA; border-left:1px solid #93A1AA; border-bottom:1px solid #2F3B42; border-right:1px solid #2F3B42; }
#mut tbody td a {  color:#724809; text-decoration:none; font-weight:bold; }
#mut tbody td a:hover { background-color:#F5B348; color:#FFF; }
#mut tbody th a { color:#FFF; text-decoration:none; font-weight:bold; }
#mut tbody th a:hover { color:#FC0; text-decoration:underline; }
#mut {
	width: 100%;
	border: 1px solid #990000;
	margin: 0px;
	padding: 0px;
	background-image: url(table-back.gif);
	background-attachment: scroll;
	background-repeat: repeat;
}

