/* CSS Document */

.redandblack{
	border:1px solid #C0C0C0;
	border-spacing: 0px; 	
}

.redandblack table a, .redandblack table, .redandblack tbody, .redandblack tfoot, .redandblack tr, .redandblack th, .redandblack td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
}

.redandblack table caption {
	font-size: 1.8em;
	text-align: left;
	text-indent: 100px;
	background: url(../images/redandblack/bg_caption.gif) left top;
	height: 40px;
	color: #FFFFFF;
	border:1px solid #000000; }

.redandblack thead th {
	background: url(../images/redandblack/bg_th.gif) left;
	height: 21px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-family: Arial;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left; }
	
.redandblack tbody tr {	background: #ffffff; }

.redandblack tbody tr.odd {	background: #f0f0f0; }

.redandblack tbody th {
	background: url(../images/redandblack/arrow_white.gif) left center no-repeat;
	background-position: 5px;
	padding-left: 40px !important; }

.redandblack tbody tr.odd th{
	background: url(../images/redandblack/arrow_grey.gif) left center no-repeat;
	background-position: 5px;
	padding-left: 40px !important; }

.redandblack tbody th, .redandblack tbody td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 10px 7px;
	border-bottom: 1px solid #800000;
	text-align: left; 
}
.redandblack tbody a {
	color: #000000;
	font-weight: bold;
	text-decoration: none; 
}
.redandblack tbody a:hover {
	/* color: #ffffff; */
	text-decoration: underline; 
}
.redandblack tbody tr:hover th {
	/* background: #800000 url(../images/redandblack/arrow_red.gif) left center no-repeat; */
	background-position: 5px;
	/* color: #ffffff; */
}

.redandblack tbody tr.odd:hover th {
	/* background: #000000 url(../images/redandblack/arrow_black.gif) left center no-repeat; */
	background-position: 5px;
	/* color: #ffffff; */
}
/*
.redandblack tbody tr:hover th a, .redandblack tr.odd:hover th a	{
	color: #ffffff; 
}

.redandblack tbody tr:hover td, .redandblack tr:hover td a, .redandblack tr.odd:hover td, .redandblack tr.odd:hover td a{
	background: #800000;
	color: #ffffff;	 
}

.redandblack tbody tr.odd:hover td, .redandblack tr.odd:hover td a{
	background: #000000;
	color: #ffffff;	 
}


.redandblack tbody tr:hover td span, .redandblack tbody tr.odd:hover td span, .redandblack tfoot td span {
	color: #FFF;
}
*/
.redandblack tfoot th, .redandblack tfoot td {
	background: #ffffff url(../images/redandblack/bg_footer.gif) repeat-x bottom;
	font-size: 0.8em;
	color: #ffffff;
	height: 21px;
	font-family: Arial;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
}
tfoot .firebrick {
	color: #ffffff;
}
tfoot .midnightblue{
	color: #ffffff;
}
.firebrick { 
	color:#800517;
} 
.midnightblue { 
	color:#151B54;
}
