/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #fff url(../img/bg2.gif) repeat;
	text-align: center;
}

/* links */
a { 
	color: #a40000;
	/* background-color: inherit; */
	text-decoration: none;
}
a:hover {
	color: #000;
	/* background-color: inherit; */
}

a.header { 
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a.header:hover {
	color: #a40000;
	font-weight: bold;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
	margin: 10px 15px;
}
h1 { font-size: 1.5em; color: #a40000; } 
h2 { font-size: 1.5em; color: #a40000;}
h3 { font-size: 1.3em; clear:both;}

h1.affiliate_heading {
	float: left;
	padding: 5px 0 0 0;
}

h1.heading {
	float: left;
	padding: 5px 0 0 0;
}

.header { 
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.header_intro {
	color: #A40000;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	text-transform: uppercase;
}

.header_intro h1 {
	display:inline;
	font-size:11px;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 15px;
	color: #666666;
}

ul.related {
	margin: 5px;
	color: #666666;
	float: left;
}

li.related {
	color: #a40000;
}

ul.right {
	margin: 5px 0px 0px 0px;
	color: #666666;
}

li.right {
	color: #a40000;
}

ul span, ol span {
	color: #666666; 
}

ul.news {
	margin: 5px 0px;
	padding: 0 0 0 15px;
	color: #666666;
}

ul.newspage {
	margin: 10px 0px;
	padding: 0 15px;
	color: #666666;
}

.news_year {
	margin-top: 10px;
	padding: 0;
	color: #666666;
	font-weight: bold;
}



.NavHeader
{
font: bold 1.2em 'Trebuchet MS', Arial, Sans-serif;
color: #a40000;
padding-bottom: 10px;	
}

.RightNavHeader
{
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
	font-size: 1.5em; color: #a40000;
	margin: 10px 0px 5px 0px;
}

.RightNavHeaderRed
{
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
	font-size: 1.5em; color: #a40000;
	margin: 10px 0px 5px 0px;
}

.RightNavHeaderGrey
{
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
	font-size: 1.5em; color: #464646;
	margin: 10px 0px 5px 0px;
}

.RightNavSpacer
{
	margin: 10px 0px 5px 0px;
}

p, h1, h2, h3 {
	margin: 10px 15px;
}

/* images */
img {
	border: none;
}
img.no-border {
	border: none;
	display:block;

}

img.clear {
	border: none;
}

img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 2px solid #a40000;
}

.news_image
{
float: left;
display: none;
}


.content_hi {
	/* margin: 10px 0 10px 0; */
	margin: 0 0 10px 0; 
	padding: 0 0 0 0;
	border: 1px solid #D2D0D0; 
	background-color: #E9E9E9; 
/*	display: table;	*/
}

.content_hi a img{
/*	padding: 5px 5px 0 5px; */
	border: none; 
}

.content_hi a img.currency{
	padding: 0px;
	border: none; 
}
.content_hi .date {
	color: #a40000;
	font-size: 10px;
}

.content_normal {
	margin: 10px 0 10px 0; 
}

.content_normal p, h1, h2, h3{
	padding: 0;
	margin: 0;
}

.left_col {
/*	padding: 0 3px 0 0; */
	width: 270px !important;
	width: 270px;
}

.divider_col {
	background-color: #f2f2f2;
	width: 4px;
}

.divider_col_clear {
	width: 15px;
}

.right_col {
/*	padding: 0 0 0 3px; */
	width: 255px !important;
	width: 255px;
}

.RightNavBox {
	border-top: #CCCCCC 1px solid;	
	border-right: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	padding: 4px;
}

.RightNavBoxInner {
	border-top: #c80304 6px solid;
	padding: 4px;
}

.ContentBox {
	border: #CCCCCC thin solid;
	padding: 0px;
}

.multi_col {
	padding: 0 0 0 0;
	width: 540px;
}

.multi_col_clear {
	background-color: #ffffff;
	height: 10px;
	padding: 0 0 0 0;
	width: 540px;
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
select {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #a40000; 
	background: #FFF;
	color: #333; 
	font-size: 11px;
	vertical-align: top;
}
form.searchform input.button { 
/*	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
*/
	background: #fff url(../img/spotlight-b3.jpg) repeat-x 0% 100%;	
	color:#FFFFFF;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding: 2px 4px 2px 4px;
	text-decoration:underline;
	vertical-align:middle;
}

form.pollform {
	margin:0; 
	padding: 0;
	border: none; 
	background-color: #ffffff; 
}

form.pollform input {
	border: none;
}

form.pollform input.button { 
	background: #fff url(../img/spotlight-b3.jpg) repeat-x 0% 100%;	
	color:#FFFFFF;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding: 2px 4px 2px 4px;
	text-decoration:underline;
	vertical-align:middle;
	margin-top: 5px;
}


/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 1000px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

.logo {
	margin-left: 10px;
	margin-top: 5px;
	border: none;
}

/* header */
#header {
	position: relative;
	height: 90px;	
	background: #fff url(../img/headerbg.gif) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;
}

/* main */
#main {
	float: left;
	margin: 5px 15px 0 15px;
	padding: 0;
	width: 540px !important;		
	width: 540px;		
}

#main p {
	margin: 10px 0px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../img/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../img/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../img/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 170px;
	margin: 5px 0 0 0;
	padding: 0; 
	display: inline;		
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 10px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #a40000;
	border-left:4px solid #a40000;
}

#sidebar img {
	margin: 10px 15px;
	border: dashed 1px #a40000;;
}

#sidebar a:hover .side  img{
	background-color: #f0f;
}

/* rightbar */
#rightbar {
	float: right;
	width: 250px;
	padding: 0;
	margin: 5px 5px 0 0;	
	
}

#rightbar img {
	border: none;
	margin: 0 0 0 0;
}

#rightbar .banner {
	background: url(../img/250x250ad.gif) no-repeat bottom right;
	height: 262px;
	width: 250px;
	/* border: #CCCCCC solid 1px; */
}

#rightbar h2 {
	margin: 10px 0 0px 0;
	background-color: #def775;
	border: solid 2px #75b914;
	width: 110px;
	padding: 0 10px;
}

/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #757678; 
	border-top: 5px solid #a40000;
	margin: 0; padding: 0; 
	height: 40px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 30%;
}
#footer .footer-right{
	float: right;
	width: 65%;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}

#header a {
   float:left;
   background: url(../img/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(../img/tabright.gif) no-repeat right top;
   padding:10px 15px 3px 8px;
   color: #FFF;
}

#header a.rss {
   float:left;
   background: url(../img/rsstableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a.rss span {
   float:left;
   display:block;
   background: url(../img/rsstabright.gif) no-repeat right top;
   padding:10px 15px 3px 8px;
   color: #FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }

.breadcrumbs {
	font-size: 10px;
	margin: 10px 0; 
	padding: 2px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
	-moz-border-radius: 5px;    
	-webkit-border-radius: 5px;
}

.sspArticleGallerySingle {
float:right;
height:200px;
position:relative;
width:310px;
margin-right: 15px;
padding: 0 0 5px 5px;
}

.sspAffiliateGallery {
float:left;
height:440px;
position:relative;
margin: 0 0 0 0;
width:540px;
}

.article_gallery {
float:right;
height:170px;
margin:10px 0 5px 10px;
padding:0;
position:relative;
width:270px;
}

.article_gallery2 {
float:right;
height:170px;
margin:0 0 5px 0;
padding:0;
position:relative;
width:270px;
}

.affiliate_gallery {
float:left;
height:440px;
position:relative;
margin: 0 0 0 0;
width:540px;
margin: 10px 0;
}

.affiliate_section {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
	margin: 10px 0px;
}

.related_links {
	float: right;
	font-size: 10px;
	margin:6px; 
	padding: 2px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}

.related_links_list {
	padding: 5px;
	margin: 0 0 0 20px;
}

.related_links_title {
	color: #a40000;
	font-size: 12px;
	font-weight: bold;
}

.casino_bonuses {
	border:solid 1px #a40000;
	font-weight: bold;
	margin: 0 0 0px 0;
	background-color: #a40000; 
	color: white;
	text-align: center;
}

.casino_info {
	font-size: 10px;
	margin: 0 10px 10px 10px; 
	padding: 0 0 0 0;
	border: 1px solid #f2f2f2; 
	background-color: #eeeded;
}

.casino_info_header {
	background-color: #CACACA;
	border-bottom: solid 1px #f2f2f2;
	color: #333;	
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	padding: 0 2px;
}

.casino_info_label {
	border-top: solid 1px #fff;
	color: #a40000; 
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	padding: 0 5px 0 2px;
	vertical-align:top;
}

.casino_info_field {
	border-top: solid 1px #fff;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	padding: 0 2px 3px 2px;
	vertical-align:top;
}

.casino_info_alt {
	background-color: #e9e9e9;
}
.no-border {
	border: none;
}

.no-pad {
	padding-left: 0px;
}

#hot_topics {
/*
	border: solid 1px #a40000;
	background-color: #ccc;
	color: #fff;
*/
	font-size: 11px;
	float:right;
	color: #333;
	padding:2px 5px;
}

#hot_topics span {
	color: #333;
	font-weight: bold;
}

#hot_topics a {
	float: none;
	background: none;
	background-position:0 0;
	color: #a40000;
	padding: 0 0 0 5px;
	text-decoration: underline;
}

#hot_topics a:hover {
	float: none;
	background: none;
	background-position:0 0;
	color: #a40000;
	padding: 0 0 0 5px;
	text-decoration: underline;
}

.section_head {
	background-color:#F5F2F2;
	border:1px solid #D2D0D0;
	color:#a40000;
	font-size:12px;
	font-weight:bold;
	padding:3px;
}

.section_box {
	background-color:#FFFFFF;
	border-bottom:1px solid #D2D0D0;
	border-left:1px solid #D2D0D0;
	border-right:1px solid #D2D0D0;
	color:#666;
	font-weight:normal;
	padding:3px;
}

.section_box_maple {
	background: #fff url(../img/maple_leaf.gif) no-repeat bottom right;
	background-color:#FFFFFF;
	border-bottom:1px solid #D2D0D0;
	border-left:1px solid #D2D0D0;
	border-right:1px solid #D2D0D0;
	color:#666;
	font-weight:normal;
	padding:3px;
}

.section_pad {
	margin: 5px 0;
}

.section_footer {
	background-color: #F5F2F2;
	border-left: solid 1px #D2D0D0;
	border-right: solid 1px #D2D0D0;
	border-bottom: solid 1px #D2D0D0;
	text-align:center;
	font-size:10px;
}

.pagination {
	background-color:#a40000;	
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	padding: 4px 0px 4px 0px;
	text-align:right;
	width: 540px !important;
	width: 540px;
	vertical-align:bottom;
}

.pagination a {
	background: #fff url(../img/spotlight-b3.jpg) repeat-x 0% 100%;	
	color:#FFFFFF;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding: 4px 4px 4px 4px;
	border-bottom: #660101 solid 2px;
	text-decoration:underline;
	vertical-align:middle;
}

.pagination a:hover, .pagination a.selected {
	background: #fff url(../img/spotlight-b2.jpg) repeat-x 0% 100%;	
	color:#FFFFFF;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
	padding: 4px 4px 4px 4px;
	border-bottom: #660101 solid 2px;

}

.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	background-color: #9d9d9d;
	padding: 5px 2px 0 2px; /*5px 2px 5px 2px ; */
	width: 536px !important;
	width: 540px;
	height: 211px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px 2px 0 2px;
background: #9d9d9d;
width: 536px !important; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
width: 540px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.sliderwrapper_footer {
	background-color: #9d9d9d;
	height: 5px;
	width: 540px;
}

.spacer {
	padding-left:2px;
}

.spotlight {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding-left:7px;
	text-align:left;
	width: 200px;
}

.spotlight_title {
	background-color: #fff;
	border-bottom: solid 1px #cfcdcd;
	text-align: center;
	width: 175px !important;
	width: 177px;
}

.spotlight_title a {
	color: #a40000;
	font-weight: bold;
	text-transform: uppercase;
}

.spotlight_abstract {
	padding: 5px 5px 0 5px;
	text-align: left;
	width: 167px !important;
	width: 177px;
	background-color: #e4e3e3;
}

.spotlight_link a {
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	width: 175px !important;
	width: 177px;
}

.contentstory img {
	border-top: solid 1px #666;
	
	border-bottom: none;
	width: 175px !important;
	width: 177px;
}

img.contentstory_image {
	width: 175px !important;
	width: 177px;
}

.contentstory_image_cell {
	height: 101px !important;
	line-height:90%;
	width: 175px !important;
	width: 177px;
}

.contentstory {
	background-color: #e4e3e3;
	width: 175px !important;
	width: 177px;
}

.contentstory_sep {
	margin: 0 1px;
	border-left: solid 1px #cfcdcd;
	border-right: solid 1px #cfcdcd;
	width: 175px !important;
	width: 177px;
}
#videoContainer	{
	border: solid 1px #a40000;
	/* width: 238px !important;
	width: 240px; */
}

#videoContainer img {
	margin-top: 0;
}

.video_thumb_holder {
	padding: 2px;
}

#videoNav	{
	background-color: #a40000;
	height: 20px;
	/* width: 240px; */
}

#videoNav a	{
	color: #fff;
	font-weight: bold;
}

.VideoThumbTitle {
	border-top: solid 1px #ccc;
	margin-top: 5px;
}

.searchterm {
	background: #fff url(../img/spotlight-b2.jpg) repeat-x 0% 100%;	
	color:#FFFFFF;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
	padding: 4px 4px 4px 4px;
}

.bonus_block {
	margin: 10px 0 10px 0; 
	padding: 0 5px 0px 0;
	border: 1px solid #cacaca; 
	background-color: #FAFAFA; 
	
}

.bonus_block a img.currency{
	padding: 0px;
	border: none; 
}

.bonus_image {
	background: #fff url(../img/play-casino.gif) no-repeat 5px 5px;	
	height: 170px;
	width: 170px;
}

.bonuses_container {
	margin-top:1em;
}
ul.bonus_nav
{
	margin:0;
	padding: 3px 0;
	border-bottom: 1px solid #CACACA;
	font: bold 12px Verdana, sans-serif;
}

ul.bonus_nav li
{
	list-style: none;
	margin: 0;
	display: inline;
}

ul.bonus_nav li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #CACACA;
	border-bottom: none;
	background: #ccc;
	text-decoration: none;
}

ul.bonus_nav li a:link { color: #333333; }
ul.bonus_nav li a:visited { color: #333333; }

ul.bonus_nav li a:hover
{
	color: #fff;
	background: #A40000;
	border-color: #666;
}

ul.bonus_nav li.bonus_active a
{
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

ul.bonus_nav li.bonus_active a:hover
{
	color: #000;
	background: white;
	border-bottom: 1px solid white;
}

.bonus_container .bonus_tab {
	padding:5px;
	border:1px solid #CACACA;
	border-top:0;
	height:108px;
	overflow:auto;
	background-color: #fff; 
}

.bonus_container .lotto_tab {
	padding:5px;
	border:1px solid #CACACA;
	overflow:auto;
	background-color: #fff; 
}

.lotto_extra {
	padding:10px 5px 1px 5px;
	border:1px solid #CACACA;
	overflow:auto;
	background-color: #fff; 
	height: 51px !important;
	height: 53px;
}

.lotto_logo {
	padding:1px;
	border:1px solid #CACACA;
 }

.error_text {
	color: #ff0000;
}

#error_list ul li {
	color: #ff0000;
}
.pub_date {
	color: #000;
	float: left;
	font-weight: bold;
	font-size: 10px;
	padding-top: 5px;
}


.addthis_toolbox {
	float: right;
	padding-bottom: 5px;
	width:205px;
}

.addthis_toolbox .hover_effect {
	padding: 5px;    
	border: 1px solid #F2F2F2;    
	-moz-border-radius: 5px;    
	-webkit-border-radius: 5px;
}

.addthis_toolbox .hover_effect div {
	float: right;
}

.addthis_toolbox .hover_effect a {
	border: 2px solid #fff;
	padding: 2px 2px 2px 16px;    
	position: relative;    
	text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover {
	border: 2px solid #A40000;    
	-moz-border-radius: 4px;    
	-webkit-border-radius: 4px;    
	background: #ffffff;    
	color: #105CB6;    
	text-decoration: none;
}
.addthis_toolbox .hover_effect span {
	position: absolute;    
	width: 16px;    
	height: 16px;    
	top: 2px;    
	left: 1px;
}

/* Poll */

.PollVote1Colour1 {
	background-color:#3399CC;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	height:11px;
}
.PollVote1Colour2 {
	background-color:#ABD3E8;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	height:11px;
	text-align:center;
}
.PollVote2Colour1 {
	background-color:#CC3300;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	height:11px;
}
.PollVote2Colour2 {
	background-color:#EBAE9A;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	height:11px;
	text-align:center;
}
.PollVote3Colour1 {
	background-color:#669900;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
}
.PollVote3Colour2 {
	background-color:#C2D69A;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	height:11px;
	text-align:center;
}
.PollVote4Colour1 {
	background-color:#FF9900;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	height:11px;
}
.PollVote4Colour2 {
	background-color:#FFD69A;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	height:11px;
	text-align:center;
}
.PollVote5Colour1 {
	background-color:#996699;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	height:11px;
}
.PollVote5Colour2 {
	background-color:#F0CDF9;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	height:11px;
	text-align:center;
}
.PollVote6Colour1 {
	background-color:#CC9933;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	height:11px;
}
.PollVote6Colour2 {
	background-color:#F6DE9E;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	height:11px;
	text-align:center;
}

.PollTotal {
	font-size: 10px;
	font-weight: bold;
}

/* Comments */

a.add_comment {
	font-size: 11px;
	font-weight: bold;
}

form.comment_form input.button { 
	background: #fff url(../img/spotlight-b3.jpg) repeat-x 0% 100%;	
	color:#FFFFFF;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding: 2px 4px 2px 4px;
	text-decoration:underline;
	vertical-align:middle;
	margin-top: 5px;
}

form.comment_form input { 
	border: solid 1px #CCCCCC;
}

form.comment_form select { 
	border: solid 1px #CCCCCC;
}

form.comment_form textarea { 
	border: solid 1px #CCCCCC;
}

#CommentListing {
	padding-top: 10px;
}

.CommentBlock {
	background: #fff url(../img/quotes.gif) no-repeat 5px 10px;	
	border: #CCCCCC thin solid;
	padding: 5px 5px 5px 40px;
	margin-bottom: 5px;
}

.CommentCounter {
	color: #a40000;
	font-weight: bold;
	padding-bottom: 5px;
}

.CommentDetails {
	border-bottom: solid 1px #CCCCCC;
}

.Comment {
	background-color: #FAFAFA; 
}

.related_box {
	border: solid 1px #A40000;
	float: left;
	width: 248px !important;
	width: 250px;
	margin: 0 10px 0px 0;
	padding: 0px;
}
.related_title {
	background-color: #fff;
	color: #403f3f;
	font-weight: bold;
	padding: 0 3px;
	font-size: 12px;
}
.related_list {
	padding: 0;

}

/********** Affiliate Table Styles *********************/

.character_list {
	background-color: #F5F2F2;
	border: solid 1px #D2D0D0;
	padding: 2px;
	margin: 10px 0 5px 0;
	text-align: center;
}
.character {
	background-color: #fff;
	border: solid 1px #D2D0D0;
	padding: 2px;
	margin: 0 2px;
}

.drawdate_list {
	background-color: #F5F2F2;
	border: solid 1px #D2D0D0;
	padding: 2px;
	margin: 10px 0 5px 0;
	color: #666666;
	font-weight: bold;
}

.drawdate_select {
	border: solid 1px #D2D0D0;
	padding: 2px 0;
	color: #666666;
}

#casino_table {
	border: solid 1px #D2D0D0;
	/*height:304px;
	overflow:auto;*/
	background-color: #eeeded;
	margin: 0 0 10px 0;
}

#casino_table_paging {
	background-color: #D2D0D0;
	border-top: solid 1px white;
	padding: 2px 5px;
}

#casino_table_paging a {
	font-weight: bold;
	padding: 0 3px;
	margin: 0;
}

.casino_table_hdr {
	background-color: #c0bfbf;
	font-weight: bold;
	padding: 3px 0 3px 3px;
}

.casino_table_itm {
	padding: 0 0 0 3px;
	border-top: solid 1px white;
	font-size: 10px;
}

.casino_table_selectedrow {
	background-color: #D2D0D0;
}
.casino_table_altrow {
	background-color: #e9e9e9;
}


#casino_table_paging a.current_page {
	background-color: #A40000;
	color: #fff;
}

#loading {
	height:303px;
	width: 530px;
	text-align: center;
	vertical-align: middle;
	_position: relative;
	overflow: hidden;
	display: table;  
}

#loading div.container {
	_position: absolute; 
	_top: 50%; 
	display: table-cell; 
	vertical-align: middle;
}

#loading p.message {
	_position: relative; 
	_top: -50%;
	color: #be4c4c;
	font-size: 12px;
	font-weight: bold;
}

/****************** Affiliate Grid styles *********************/

#loading_bonuses {
	height:195px;
	width: 525px;
	text-align: center;
	vertical-align: middle;
	_position: relative;
	overflow: hidden;
	display: table;  
}

#loading_bonuses div.container {
	_position: absolute; 
	_top: 50%; 
	display: table-cell; 
	vertical-align: middle;
}

#loading_bonuses p.message {
	_position: relative; 
	_top: -50%;
	color: #be4c4c;
	font-size: 12px;
	font-weight: bold;
}

#affiliategrid {
	/* height: 200px; */
	margin: 10px 0 10px 0;
}

#affiliategrid_header {
	background-color: #c11718;
	height: 25px;
	background: white url(../img/ghb3.gif) top left repeat-x;
}

#affiliategrid_header a {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	float: left;
	height: 18px !important;
	height: 25px;
	padding: 7px 10px 0 10px;
	text-align: center;
	background: white url(../img/ghb1.gif) top left repeat-x;
	border-right: #fff 1px solid;

}
#affiliategrid_header a:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #353131;
	margin: 0px;
	float: left;
	height: 18px !important;
	height: 25px;
	padding: 7px 10px 0 10px;
	text-align: center;
	background: white url(../img/ghb2.gif) top left repeat-x;
	border-right: #fff 1px solid;
}
#affiliategrid_header a.selected {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #353131;
	margin: 0px;
	float: left;
	height: 18px !important;
	height: 25px;
	padding: 7px 10px 0 10px;
	text-align: center;
	background: white url(../img/ghb2.gif) top left repeat-x;
	border-right: #fff 1px solid;

}
#affiliategrid a.aff {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #a40000;
	text-decoration: underline;
	margin: 0px;
	height: auto;
	padding: 0;
	text-align: left;
	float:none;
}
#affiliategrid a.aff:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #a40000;
	text-decoration: underline;
	margin: 0px;
	height: auto;
	padding: 0;
	text-align: left;
	float:none;
	background-color: inherit;
}
#affiliategrid a.afflink {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #a40000;
	text-decoration: underline;
	margin: 0px;
	height: auto;
	padding: 0;
	text-align: left;
	float:none;
}

#affiliategrid a.affimg {
	padding: 3px 0 0 0;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0;
	text-align: left;
	float:none;
}
#affiliategrid .titlerow {
	background-color: #353131;
	color: #ffffff;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	height: 25px;
	text-align: left;
}
#affiliategrid .row {
	background-color: #e5e4cf;
	color: #8F8D69;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	height: 25px;
}

#affiliategrid .altrow {
	background-color: #bdba8b;
	color: #FDFEF8;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	height: 25px;
}

#affiliategrid .nodatarow {
	background-color: #FDFEF8;
	color: #8F8D69;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	height: 25px;
}

#affiliategrid_loading {
	text-align-center;
	vertical-align: middle;
	width: 100%;
	background: url(../img/loading.gif) no-repeat center center;
	padding-top: 100px;
	height: 75px !important;
	height: 175px;
	font-weight: bold;
	font-size: 11px;
}

#casino_links {
	font-size: 14px;
	font-weight: bold;
	margin:0;
}

.casino_links {
	padding: 0;
}

.casino_links_pad {
	padding: 0 5px;
}

#casino_links a {
	padding: 0 5px;
}

#casino_links a img {
	display: inline;
}


#member_details {
	display:inline;
	margin:0; padding:0;
	float: left;
}

#member_container {
	font-size: 12px;
	color: #000;
	padding: 12px 30px 0 4px;
	font-weight: bold;
}

#member_container a {
	background: none;
	font-size: 12px;
	color: #000;
	float: none;
	padding: 0 0 0 0;
	color: #a40000;
}

/************ Lottery *******************/

ul.lotto {
	margin: 10px 0;
	padding: 0;
	color: #666666;
	ist-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

li.lotto_featured {
	padding: 5px 0 5px 0;
	border-bottom: dashed 1px #D2D0D0;
}

li.lotto {
	float:left;
	padding: 5px 0 5px 0;
	margin: 5px 5px;
	width: 165px;
	border: solid 1px #D2D0D0;
}

.lotto_flag {
	padding: 0 5px;
	display:block;
}
.lotto_country {
}
.lotto_jackpot {
	float: left;
	font: bold 16px 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
.lotto_drawdate {
	clear: both;
	font-weight: bold;
	font-size: 10px;
}
.lotto_drawresults {
	clear: both;
	font: bold 14px 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
	padding:0px 0;
}
.lotto_more {
	float:right;
	padding: 0;
	margin-right: 10px;
}
.lotto_viewresults {
	float:right;
	padding: 0;
	margin-right: 10px;
}
.lotto_region {
	float:right;
}

ul.lotto_result {
	margin: 0;
	padding: 0;
	color: #666666;
	ist-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.lotto_result_title {
	display:block;
	font-size:12px;
	font-weight: bold;
	color: #A40000;
	margin: 5px 0;
}

li.lotto_result {
	border-bottom: solid 1px #D2D0D0;
	padding: 3px 0 10px 0;
}

li.lotto_result_last {
	border-bottom: none;
	padding: 3px 0 10px 0;
}

.lotto_number {
	height: 34px;
	width: 30px;
	background: url(../img/ball.gif) no-repeat bottom center;
	font-weight: normal;
	color: #000000;
	font-size:10px;
}

.lotto_number_bonus {
	height: 34px;
	width: 30px;
	background: url(../img/bonus-ball.gif) no-repeat bottom center;
	font-weight: bold;
	color: #000000;
	font-size:10px;
}
.lotto_number_text {
	color: #000000;
}

.lotto_number_bonus_text {
	color: #A40000;
}

.lotto_number_extra {
	height: 34px;
	width: 30px;
	background: url(../img/ball-extra.gif) no-repeat bottom center;
	font-weight: normal;
	color: #000000;
	font-size:10px;
}

.lotto_number_extra_bonus {
	height: 34px;
	width: 30px;
	background: url(../img/bonus-ball-extra.gif) no-repeat bottom center;
	font-weight: bold;
	color: #000000;
	font-size:10px;
}
.lotto_number_extra_text {
	color: #000000;
}

.lotto_number_extra_bonus_text {
	color: #A40000;
}


.lotto_tickets {
	vertical-align: middle;
	color: #fff;
}

/******************* Casino Guide ************************/
.section_head_freshman {
	background-color:#019c9a;
	border:1px solid #D2D0D0;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:3px;
}

.section_head_intermediate {
	background-color:#016e9c;
	border:1px solid #D2D0D0;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:3px;
}

.section_head_graduate {
	background-color:#01299c;
	border:1px solid #D2D0D0;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:3px;
}

.category_image {
	padding: 5px 0 0 0;
}