@charset "utf-8";
/* CSS Document */

/* Event Table */
table {
	width: 650px;
	/*border:1px solid #000000;*/
	border-spacing: 0px; }

table a, table, tbody, tfoot, tr, th, td {
	color:#CC0000;
	font-family: Arial, Helvetica, sans-serif;
}

table caption {
	font-size: 1.5em;
	text-align: left;
	text-indent: 20px;
	/*background: url(images/bg_caption.gif) left top;*/
	background-color:#996666;
	height: 40px;
	color: #FFFFFF;
	border-bottom:1px solid #000000; }

thead th {
	background-color:#C6A8A0;
	height: 30px;
	color: #F0F0F0;
	font-size: 12px;
	margin: 20px 0px 0px 0px;
	text-align: center; }

tbody tr {	background: #ffffff; }

tbody tr.odd {	background: #f0f0f0; }

tbody th {
	background: url(images/arrow_sm.gif) left center no-repeat;
	background-position: 15px;
	padding-left: 40px !important; }

tbody tr.odd th {
	background: url(images/arrow_sm.gif) left center no-repeat;
	background-position: 15px;
	padding-left: 40px !important; }

tbody th, tbody td {
	line-height: 1.4em;
	padding: 10px 7px;
	border-bottom: 1px solid #800000;
	text-align: left; }

tbody a {
	font-weight: bold;
	text-decoration: none; }

tbody a:hover {
	color: #ffffff;
	text-decoration: underline; }

tbody tr:hover th {
	background: #800000 url(images/arrow_sm.gif) left center no-repeat;
	background-position: 15px;
	color: #ffffff; }

tbody tr.odd:hover th {
	background: #000000 url(images/arrow_sm.gif) left center no-repeat;
	background-position: 15px;
	color: #ffffff; }

tbody tr:hover th a, tr.odd:hover th a	{
	color: #ffffff; }

tbody tr:hover td, tr:hover td a, tr.odd:hover td, tr.odd:hover td a {
	background: #800000;
	color: #ffffff;	 }

tbody tr.odd:hover td, tr.odd:hover td a{
	background: #000000;
	color: #ffffff;	 }

tfoot th, tfoot td {
	height: 100px;
	}
/* Event Table End */