/* rb table */

table.rb {
	xidth: 618px;
	border:1px solid #2D2D2D;
	border-spacing: 0px; }

table.rb a, table.rb table, table.rb tbody, table.rb tfoot, table.rb tr,table.rb  th,table.rb  td {
	font-family: Arial, Helvetica, sans-serif;
}

table.rb caption {
	font-size: 1.8em;
	text-align: left;
	text-indent: 100px;
	background: url(/images/bg_caption.gif) left top;
	height: 40px;
	color: #FFFFFF;
	border:1px solid #000000; }

table.rb thead th {
	background: url(/images/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; }

table.rb tbody tr {	background: #ffffff; }

table.rb tbody tr.odd {	background: #f0f0f0; }

table.rb tbody th {
	background: url(/images/arrow_white.gif) left center no-repeat;
	background-position: 5px;
	padding-left: 40px !important; }

table.rb tbody tr.odd th {
	background: url(/images/arrow_grey.gif) left center no-repeat;
	background-position: 5px;
	padding-left: 40px !important; }

table.rb tbody th, table.rb 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; }

table.rb tbody a {
	color: #000000;
	font-weight: bold;
	text-decoration: none; }

table.rb tbody a:hover {
	color: #ffffff;
	text-decoration: underline; }

table.rb tbody tr:hover th span {
	background: #800000 url(/images/arrow_red.gif) left center no-repeat;
	background-position: 5px;
	color: #ffffff; }

table.rb tbody tr.odd:hover th span {
	background: #000000 url(/images/arrow_black.gif) left center no-repeat;
	background-position: 5px;
	color: #ffffff; }

table.rb tbody tr:hover th a, table.rb tr.odd:hover th a	{
		 color: #ffffff; }

table.rb tbody tr:hover td, table.rb tr:hover td a, table.rb tr.odd:hover td, table.rb tr.odd:hover td a {
	background: #800000;
	color: #ffffff;	 }

table.rb tbody tr.odd:hover td, table.rb tr.odd:hover td a{
	background: #000000;
	color: #ffffff;	 }

table.rb tfoot th, table.rb tfoot td {
	background: #ffffff url(/images/bg_footer.gif) repeat-x bottom;
	font-size: 0.8em;
	color: #ffffff;
	height: 21px;
	}

table.rb tbody td.nbb {
    border-bottom: none;
}

table.rb tbody tr span.hdfnt {
  font-family:	Arial,Helvetica,sans-serif;
  font-size:	13px;
  font-weight: bold;
}

