/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
	font: bold 13px Arial;
	width: 100%;
	padding-left: 0px;
	float: left;
	position: relative;
}

.indentmenu ul{
	float: left;
	background-image: url(../../images/global-img/tab-test.gif);
	background-repeat: repeat-x;
	background-position: center center;
	margin: 0;
	padding: 0;
}

.indentmenu ul li{
	display: inline;
	float: left;
}

.indentmenu ul li a{
	float: left;
	color: #999;
	text-decoration: none;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 1px;
	background-repeat: repeat-x;
	background-position: bottom;
	width: 134px;
	padding-top: 24px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	background-image: url(../../images/global-img/gray-tab-test.gif);
}

.indentmenu ul li a.selected{
	color: #FFF !important;
	padding-top: 24px;
	height: 20px;
	padding-bottom: 3px;
	background-image: url(../../images/global-img/trans.gif);
}

.curr_day{ /*container that holds a row of aero buttons*/
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: auto;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	height: 35px;
	text-align: center;
	display: inline;
	white-space: nowrap;
}

* html .curr_day{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}
.curr_day a{ /*aero button CSS*/
	display: block;
	float: left; /* Change 13px as desired */
	line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
	height: 25px; /* Width of left menu image */
	text-decoration: none; /*spacing between buttons*/




filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
	opacity: 0.9;
	-moz-opacity: 0.9;
	width: 96px;
	padding-top: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../../images/jackpots/day-tab.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 4px;
	color: #333;
	padding-bottom: 10px;
	margin-left: 3px;
}

.curr_day a span{
background: transparent url('../../css/media/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}


.curr_day a:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.curr_day a:hover span{ /* Hover state CSS (for text) */
	color: #FF00E7;
}
.curr_day a:active {
	color: #FF00EA;
}

/*-------------Main Menu----------------*/
/*---------------Home nav---------------*/
.home{
	width: 80px;
	overflow: hidden; /*bottom horizontal line that runs beneath tabs*/
	float: left;
}

.home ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.home li{
display: inline;
margin: 0;
}

.home li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white; /*background of tabs (default state)*/
	width: 80px;
	height: 55px;
	background-image: url(../../images/global-img/home.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.home li a:hover, .home li.selected a{
	background-image: url(../../images/global-img/home-on.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

/*-----------------Bingo reviews-----------------*/
.reviews{
	width: 140px;
	overflow: hidden; /*bottom horizontal line that runs beneath tabs*/
	float: left;
}

.reviews ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.reviews li{
display: inline;
margin: 0;
}

.reviews li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white; /*background of tabs (default state)*/
	width: 140px;
	height: 55px;
	background-image: url(../../images/global-img/bingo-reviews.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.reviews li a:hover,.reviews li.selected a {
	background-image: url(../../images/global-img/bingo-reviews-on.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

/*---------------Game Reviews----------------------------*/

.game_r{
	width: 130px;
	overflow: hidden; /*bottom horizontal line that runs beneath tabs*/
	float: left;
}

.game_r ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.game_r li{
display: inline;
margin: 0;
}

.game_r li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white; /*background of tabs (default state)*/
	width: 120px;
	height: 55px;
	background-image: url(../../images/global-img/game-review.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.game_r li a:hover, .game_r li.selected a{
	background-image: url(../../images/global-img/game-review-on.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
/*---------------------Gossip News----------------------*/
.gossip{
	width: 120px;
	overflow: hidden; /*bottom horizontal line that runs beneath tabs*/
	float: left;
}

.gossip ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.gossip li{
display: inline;
margin: 0;
}

.gossip li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white; /*background of tabs (default state)*/
	width: 110px;
	height: 55px;
	background-image: url(../../images/global-img/gossip-news.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.gossip li a:hover, .gossip li.selected a{
	background-image: url(../../images/global-img/gossip-news-on.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
/*--------------------------Guaranteed Jackpots---------------*/
.jackpots{
	width: 190px;
	overflow: hidden; /*bottom horizontal line that runs beneath tabs*/
	float: left;
}

.jackpots ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.jackpots li{
display: inline;
margin: 0;
}

.jackpots li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white; /*background of tabs (default state)*/
	width: 190px;
	height: 55px;
	background-image: url(../../images/global-img/guaranteed-jackpots.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.jackpots li a:hover, .jackpots li.selected a{
	background-image: url(../../images/global-img/guaranteed-jackpots-on.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
/*--------------------------Latest Bonuses--------------*/

.bonuses{
	width: 150px;
	overflow: hidden; /*bottom horizontal line that runs beneath tabs*/
	float: left;
}

.bonuses ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.bonuses li{
display: inline;
margin: 0;
}

.bonuses li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white; /*background of tabs (default state)*/
	width: 150px;
	height: 55px;
	background-image: url(../../images/global-img/latest-bonuses.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.bonuses li a:hover, .bonuses  li.selected a{
	background-image: url(../../images/global-img/latest-bonuses-on.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
/*------------------Blog--------------------------*/

.blog{
	width: 100px;
	overflow: hidden; /*bottom horizontal line that runs beneath tabs*/
}

.blog ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.blog li{
display: inline;
margin: 0;
}

.blog li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white; /*background of tabs (default state)*/
	width: 100px;
	height: 55px;
	background-image: url(../../images/global-img/blog.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.blog li a:hover, .blog li.selected a{
	background-image: url(../../images/global-img/blog-on.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

/*---------------------------End of main menu---------------------------*/

/*--------------leftbar navigation start-----------------*/
.review-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%; /* width of menu */
	background-image: url(../../images/global-img/left-link-gradient-bg.jpg);
	background-repeat: repeat-y;
}
.review-menu li {

}
.review-menu li a {
	display: block;
	color: #473531; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../../images/global-img/left-link-icon-v2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 147px;
}
.review-menu li a:visited, .review-menu li a:active {
	color: #333;
	text-decoration: none;
}
.review-menu li a:hover {
	color: #F59C9C; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
	text-decoration: underline;
}
/*----------------game review menu--------------------*/

.games-review{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%; /* width of menu */
	background-image: url(../../images/global-img/left-link-gradient-bg.jpg);
	background-repeat: repeat;
}
.games-review li {

}
.games-review li a {
	display: block;
	color: #473531; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../../images/global-img/left-link-icon-v3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 147px;
}
.games-review li a:visited, .review-menu li a:active {
	color: #333;
	text-decoration: none;
}
.games-review li a:hover {
	color: #A997FF; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
	text-decoration: underline;
}

/*----------------Random menu--------------------*/

.random-menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(../../images/global-img/left-link-gradient-bg.jpg);
	background-repeat: repeat;
}
.random-menu li {

}
.random-menu li a {
	display: block;
	color: #473531; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../../images/global-img/left-link-icon-v4.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 147px;
}
.random-menu li a:visited, .random-menu li a:active {
	color: #333;
	text-decoration: none;
}
.random-menu li a:hover {
	color: #F39A5F; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
	text-decoration: underline;
}


/*------------------menu panels on reviews pages - right sidebar---------*/
.menupanels {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 180px;
}
.menupanels li {

}
.menupanels li a {
	display: block;
	color: #473531;
	width: auto; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.menupanels li a:visited, .menupanels li a:active {
	color: #473531;
}
.menupanels li a:hover {
	color: #37DE0A; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
	text-decoration: underline;
}
