/* ------------------
 styling for the tables 
   ------------------   */

#table-code
{
	font: normal 12px Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	text-align: center;
}

#table-code thead th {
	color: #bfd9f4;	
	height: 30px;
}

#table-code thead th.round-corner0
{
	background: #ffffff url('/images/table/left.jpg') top left no-repeat;
	color: #bfd9f4;
}
#table-code thead th.round-corner6
{
	background: #ffffff url('/images/table/right.jpg') top right no-repeat;
	color: #bfd9f4;
}
#table-code th
{
	color: #efefef;
	background: url('/images/table/headbg.jpg');
	height: 30px;
}
#table-code td
{
	background: url('/images/table/bg.jpg');
}

#table-code td.bonus {
	color: #ffffff;
	font: italic bold 16px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#table-code td.bonuscode {
	color: #ffffff;
	font: italic bold 16px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#table-code td.bonuscode img {
	float: right;
	margin: 0 0 0 0;
}

#table-code td.review {
	color: #ffffff;
	font: italic bold 16px Arial, Helvetica, sans-serif;
	text-decoration: none;}

#table-code td.middle-logos
{
	background: #ffffff url('/images/table/mainleft.jpg') top left no-repeat;
	font: italic bold 18px Tahoma, Geneva, sans-serif;
	color: #7d7d7d;
}
#table-code td.middle-visit
{
	background: #ffffff url('/images/table/mainright.jpg') top right no-repeat;
}

#table-code td.middle-visit a 
{
	color: #ffffff;
	font: italic bold 16px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#table-code td.middle-visit a:hover
{
	text-decoration: underline;
}
#table-code tfoot td 
{
	background: url('/images/table/footbg.jpg');	
}
#table-code tfoot td.rounded-logos
{
	background: #e8edff url('/images/table/footleft.jpg') left bottom no-repeat;
	font: italic bold 18px Tahoma, Geneva, sans-serif;
	color: #7d7d7d;
}
#table-code tfoot td.rounded-visit
{
	background: #e8edff url('/images/table/footright.jpg') right bottom no-repeat;
}

#table-code tfoot td.bonus {
	color: #ffffff;
	font: italic bold 16px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#table-code tfoot td.bonuscode {
	color: #ffffff;
	font: italic bold 16px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#table-code tfoot td.review {
	color: #F37109;	
}

#table-code tfoot td.rounded-visit a 
{
	color: #ffffff;
	font: italic bold 16px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#table-code tfoot td.rounded-visit a:hover
{
	text-decoration: underline;
}
