/*
CSS Updater (style.php)
*/

/*
Theme Name: T-0026
*/



* {
    font-family: arial, helvetica, sans-serif;
}

body {
    font-size: 10pt;
    background-image: url(./images/body.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #000000;
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
}

.separator {
clear: both;
}


.text {
    padding: 5px;
    color: #606060;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

a:hover {
    color: red;
}


/*   HEADER  */

#header {
    display: block;
    margin: 0px auto 0px auto;
    background: url(images/header.gif) no-repeat;
    width: 1000px;
    height:190px;
}

#main {
    display: block;
    margin: 0px auto 0px auto;
    width: 1000px;
    background-color: transparent;
	overflow: hidden;
}

h1 {
    width:1000px;
    margin: auto;
    padding: 50px 0px 0px 0px;
    font-size: 20pt; 
    text-transform: capitalize;
    text-align: center;
}


h1 a {
color: #FFFFFF;
font-style: normal;
}

h1 a:hover {
color: #F6D7D7;
}


#menu {
text-align: center;
font-size: 9pt;
margin:75px 0px 0px 0px;
padding: 0px;
height:25px;
overflow:hidden;
}

#menu ul {
    margin: 0px 0px 0px -10px;
    list-style-type: none;
}

#menu ul li {
    display: block;
    float: left;
    width: auto;
    margin: auto;
    border-right: 1px dotted #D4E8F2;

}

#menu ul li#noboder {
    border-right: none;
}

#menu ul li a { 
    display: block;
    width: auto;
    color: #FFEEAA;
    padding: 4px 10px 4px 10px;
    font-weight: bold;
}

#menu ul li a:hover {
    color: #FFFFFF;
    /*background-image: url(images/menu_hov.jpg);
    background-position: center center;
    background-repeat: no-repeat;*/
}

/*   END HEADER  */

.row {
    float: none;
    clear: both;
    width: auto;
    margin: auto;
}



/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/

.xboxcontent {
    float: none;
    clear: both;
    width: auto;
    margin: 0px 2px 10px 2px;
}

.xboxcontent h2 , #sidebar ul li h4, #sidebar h2{
    background-image: url(images/h2.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #111111;
    border: 2px solid #262626;
    border-bottom: none;
    width: auto;
    margin: 0px;
    float: none;
    clear: both;
    font-size: 12pt;
    text-align: center;
    color: #FF3232;
    min-height: 25px;
    height: auto;
    padding-top: 10px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -khtml-border-top-left-radius: 8px;
    -khtml-border-top-right-radius: 8px;
}

h2 a {
    color:#FF3232;
}

h2 a:hover {
    color:#FFFFFF;
}
.xboxcontent .contents {
    float: none;
    clear: both;
    width: auto;
    margin: 0px;
    padding: 0px;
    color: #606060;
	font-size:8pt;
    /*background-image: url(images/content_bg.jpg);
    background-position: top left;
    background-repeat: repeat-x;*/
    background-color: #111111;
    border: 2px solid #262626;
    border-bottom: none;
    border-top: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
}
.xboxcontent .contents #tabs, 
.xboxcontent .contents #accordeon, 


.xboxcontent .contents table {
    width: 100%;
   background-color: #010100;
}

.xboxcontent .contents table tr th {
	background-color: #000000; 
	color: #FFFFFF;
	text-align: center;
	padding:2px;
	font-size:7pt;
	border-bottom:1px dotted #ffffff;
	font-weight:normal;
}

.xboxcontent .contents table tr td {
    padding:2px;
	background-color: #010100;
	border-top:1px solid #262626;
    color: #606060;
	font-weight:normal;
	font-size:8pt;
}
.xboxcontent .contents table tr.contentarea td {
    background-color: #040801;
}
.xboxcontent .contents table  td a {
    color: #606060;
	font-weight:normal;
	font-size:8pt;
}

.xboxcontent .contents table  td a:hover{
    color: #979494;
}


.xboxcontent .contents table tr:hover td {
    background-color: #050B01;
}



.xboxcontent .footer {
	padding:5px;
    background-color: #111111;
	border-top:2px dotted #ffffff;
    border: 1px solid #262626;
    color: #FFFFFF;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -khtml-border-bottom-left-radius: 8px;
    -khtml-border-bottom-right-radius: 8px;
}

/*   END CHARTS   */

/* SIDEBAR ITEMS 
************************************/

body#charts-sidebar-body {
    background-color: #010000;
    width: auto;
    padding: 0px;
    background-image: none;
}

body#charts-sidebar-body #sidebar, .xboxcontent #sidebar {
	float: none;
	clear: both;
	margin: 0px;
	padding:0px;
	width:auto;
}


#sidebar {
	float: right;
	width: 190px;
	margin:10px 0px 15px 0px;
	background:#111111;
	color: #606060;
	font-size:8pt;
}
#sidebar ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#sidebar ul ul, #sidebar ul ol.links {
	padding:0px;
	margin:0px;
	border: 2px solid #262626;
    border-bottom: none;
    border-top: none;
}

#sidebar ul ul li {
    background-position: left;
	border-top:1px solid #262626;
	list-style:none;
    background: url(images/ul_li.gif) no-repeat;
    background-position: left 3px;
    padding: 5px 0px 5px 20px;
	margin-left:10px;
    vertical-align:middle;
}

#sidebar ul ol.links li { 
	background-position: left;
	list-style-position: inside;
    padding: 5px 0px 5px 15px;
	border-top:1px solid #262626;
}

#sidebar ul ul li.sidebar-post {
	background:none;
	padding: 5px 0px 5px 15px;
	margin:0px;
}
#sidebar .banners {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	border: 2px solid #262626;
    border-top: none;
	-moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
}
#sidebar .banners .banner {
	margin:5px;
}

#sidebar .banners .banner a img, .banners .banner object {
	text-align:center;
	vertical-align:middle;
	margin-bottom:10px;
	border:none;
}


#sidebar a {
text-decoration: none;
color: #fffff;
}

#sidebar a:hover {
	text-decoration: none;
	color: #ff3232;
}
#sidebar ul li li:hover {
	background:#010200;
}


form {
text-align: center;
padding: 15px 0px 15px 0px;
}

form input {
    width: 80%;
    border: 1px solid #C9AE83;
    background-color: #64CE4E;
}

#searchsubmit {
    width: 64px;
    height: 18px;
    background-image: url(./images/button1.gif);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    color: #313530;
    margin: 15px auto 5px auto;
    background-color: transparent;
    cursor: pointer;
    font-weight: normal;
    padding-bottom: 7px;
    
}

#searchsubmit:hover {
    background-image: url(./images/button1_hov.gif);
    background-position: center;
    background-repeat: no-repeat;
    color: #313530;
}

#searchsubmit:focus {
    outline: none;
}

#searchsubmit:active {
    outline: none;
}

.button:active {
    outline: none;
}

.button:focus {
    outline: none;
}

a:focus {
    outline: none;
}

/*   END SIDEBAR  */

#content {
float: left;
margin:10px 0px 15px 10px;
-margin-left:5px;
width: 78%;
background-color: transparent;
}

#charts {
	width:99%;
	overflow:hidden;
	margin:10px 0px 0px 7px;
	-margin-left:3px;
	float:left;
}
/**********************************Content-post**********************************/

.post {
	background-color: #262626;
	border:1px solid #262626;
   margin:0px 0px 20px 0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
	color:#606060;
}

.post .info h2, .post .info h2 a {
	color:#ff3232;
	text-decoration:none;
	background:transparent;
	font-size:12pt;
	text-align:left;
}

.post .info {
    width:79%;
    padding:5px;
	margin:0px;
	float:right;
}
#content .post a .calendar-post {
	background:url(images/date.gif) no-repeat;
	width:124px;
	height:60px;
	float:left;
	padding:50px 0px 10px 0px;
	margin:10px;
	text-decoration:none;
	text-align:center;
	color:#ffffff;
	font-size:10pt;
	border:none;
	text-transform:uppercase;

}
.calendar-post  div {
    font-weight:bold;
    text-transform:uppercase;
    color:#ffffff;
    font-size:14pt;
    background:transparent;
	text-decoration:none;
}


/*   END POST  */

/*   FOOTER  */
#footer {
    display: block;
    background-repeat: no-repeat;
    margin: 0px auto 0px auto;
    background-image: url(./images/footer.png);
    width: 1000px;
    height: 85px;
    text-align: center;
}

#footer p {
    display: block;
    margin: 0px 0px 0px 0px;
    float: none;
    padding-top: 35px;
}

#footer p a {
    color: #414141;
    font-weight: bold;
}

/*   END FOOTER  */


.image_and_button {
    width: auto;
    float: none;
    clear: both;
    text-align: center;
}

img {
    border: none;
    margin: 5px;
}

.review .post .contents {
/*    background-color: #FFFFFF;
    border-bottom: none;
    background-image: url(./images/reviews_bg.jpg);
    background-position: top left;
    background-repeat: repeat-x; */
    padding: 5px;
    margin: 0px;
    padding: 0px;
    background-color: #111111;
    border: 1px solid #262626;
    border-top: 1px solid #111111;
    padding-bottom: 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -khtml-border-bottom-left-radius: 8px;
    -khtml-border-bottom-right-radius: 8px;
}


.image_and_button .button {
    display: block;
    float: none;
    width: 111px;
    height: 29px;
    background-image: url(./images/button1_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    color: #FFC940;
    margin: 5px auto -5px auto;
    background-color: transparent;
    cursor: pointer;
    font-weight: bold;
    padding-top: 10px;
}

.button:hover {
    background-image: url(./images/button1_1_hov.jpg);
    background-position: center;
    background-repeat: no-repeat;
    color: #FFFB87;
}

.image_and_button .button2{
    display: block;
    float: none;
    width: 111px;
    height: 29px;
    background-image: url(./images/button2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    color: #807F72;
    margin: -10px auto 5px auto;
    background-color: transparent;
    cursor: pointer;
    font-weight: bold;
    padding-top: 10px;
    color: #F5B7D2;
}

.button2:hover {
    background-image: url(./images/button2_hov.jpg);
    background-position: center;
    background-repeat: no-repeat;
    color: #F2FF26;
}

td.menuhome-1, td.menuhome-2, td.menuhome-4, td.menuhome-5, td .menuhome-6, td.menuhome-7, td.menuhome-8 , td.menuhome-9, td.menuhome-10  {
	text-align: center; 
	vertical-align: middle;
}
.charts table td table tr td {
    vertical-align: middle;
}
.charts table td {
    vertical-align: top;
}
.emptycell {background-color: transparent;}

.banner, .imageframe {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.moduletable_text img {
    text-align: center;
    vertical-align: middle;
}

.textVERYBIG, .tablecasinositesborder {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.textVERYBIG a, .tablecasinositesborder a {
    font-size: 9pt;
}

.textVERYBIG a:hover, .tablecasinositesborder a:hover {
}

.textVERYBIG h1, .tablecasinositesborder h1,
.textVERYBIG h2, .tablecasinositesborder h2,
.textVERYBIG h3, .tablecasinositesborder h3,
.textVERYBIG h4, .tablecasinositesborder h4,
.textVERYBIG h5, .tablecasinositesborder h5,
.textVERYBIG h6, .tablecasinositesborder h6
{
    text-align: left;
    padding: 7px;
    padding-left: 0px;
    font-size: 10pt;
    margin: 0px;
    float: none;
}

.textVERYBIG p, .tablecasinositesborder p
{
    text-align: left;
    padding: 0px;
margin: 0px;
float: none;
}


.textVERYBIG ul, .tablecasinositesborder ul, .textVERYBIG ol, .tablecasinositesborder ol{
    margin-left: 20px;
    padding-left: 10px;
}

td.menuhome-2, td.menuhome-5, td .menuhome-6, td.menuhome-7, td.menuhome-8 , td.menuhome-9, td.menuhome-10  {
	text-align: center; 
	vertical-align: middle;
}

td.menuhome-1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.menuhome-3, td.menuhome-4 {
	text-align: left;
	vertical-align: middle;
}

.charts table td table tr td {
    vertical-align: middle;
}

.charts table td {
    vertical-align: top;
}

.xboxcontent .contents table tr th, .xboxcontent table thead th {
    font-size: 8pt;
}

.xboxcontent .contents table tr td {
    font-size: 8pt;
}

.xboxcontent .contents table {
    border-spacing: 0px;
}

.xboxcontent img {
    border: none;
    margin: 0px;
}



/*** TAB STYLES *************************************************************/

/* Color tab styles */

.rss, .contents ul.newsHeader li.heading {
    background-color: #111111;
    color: #ffffff;
    border: 1px solid #000000;
}
.contents ul.newsHeader li {
    background-color: #000000;
}
.contents ul.newsHeader li, .contents ul.newsHeader li h4 {
    color: #ffffff;
}

/* Common tab styles */

.contents ul.newsHeader {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: left;
}
.contents ul.newsHeader li {
    list-style: none;
    display: inline;
    cursor: pointer;
    margin: 0 1px 0 0;
    padding: 3px 3px 3px 3px;
    -moz-border-radius-topleft:      4px;
    -moz-border-radius-topright:     4px;
    -webkit-border-top-left-radius:  4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-left-radius:   4px;
    -khtml-border-top-right-radius:  4px;
}
.contents ul.newsHeader li.heading {
    padding: 3px 3px 3px 3px;
    border-bottom: none;
}
.contents ul.newsHeader h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: inline;
}
.contents ul.newsHeader li.heading h4 {
    font-weight: bold;
}
.contents ul.newsHeader li:hover {
    text-decoration: underline;
}

.contents .rss {
    margin: 0;
    padding: 5px;
}

.contents .rss h1,
.contents .rss h2,
.contents .rss h3,
.contents .rss h4,
.contents .rss h5,
.contents .rss h6 {
    margin: 0;
}

