/*
CSS Updater (style.php) 
*/

/*
Theme Name: T-0060
*/
@charset "utf-8";

body {
    background:#d0c6a2 url(images/bg.gif) repeat-x;
	background-position:top;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:9pt;
    color:#595959;
}

#main_site_casino {
    width: 1000px;
    margin: 0px auto 0px auto;
    padding:0px;
	background:#f6f6f6;
}

#header {
    height:157px;
	width:1000px;
	background-color:#000000;
    background-image: url(images/header.gif);
	background-repeat: no-repeat;
    background-position: left top;
    padding: 0px;
    margin:0px;
	text-align:left;
}

#header h1 {
    font-size:18pt;
    padding:0px;
    padding:0px;
	margin:0px 0px 0px 170px;
	padding-top:50px;
	color:#ffffff;
	width:300px;
	position:absolute;
}

#header h1 a {
    color:#ffffff;
    text-decoration:none;
}

.separator {
	clear:both;
}

a img {
	border:none;
}

a {
	color: #35a2a7;
	text-decoration:underline;
}
/**************************MAIN MENU************************************/
#main-menu-casino {
	width: 450px;
	height:150px;
	overflow:hidden;
	float:right;
	position:relative;
	font-size:8pt;
}

#main-menu-casino .cat-left {
	width:200px;
	float:left;
	border-left:1px solid #585858;
	padding-left:15px;
}

#main-menu-casino .cat-right {
	width:200px;
	float:right;
	border-left:1px solid #585858;
	padding-left:15px;
}
#main-menu-casino h4 {
	padding: 8px 5px 8px 5px;
	margin:0px;
	font-size: 11pt;
	background:#bbb089 url(images/bg-h2-post.gif) repeat-x;
	background-position:left top;
	text-transform:capitalize;
	color:#ffffff;
	text-align:center;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

#main-menu-casino  ul {
	padding:0px;
	margin:5px 0px 0px 0px;
}

#main-menu-casino ul li {
    background-position: left;
    padding: 3px 5px 3px 10px;
	margin:0px;
    vertical-align:middle;
	list-style:none;
	border-bottom:1px dotted #d0c6a2;
}

#main-menu-casino a {
	color:#d0c6a2;
	font-weight:bold;
	text-decoration:none;
}

.top-charts {
	background:#f6f6f6 url(images/bg-top.gif) no-repeat;
	background-position:left top;
	width:1000px;
	height:27px;
	padding:0px;
	margin:0px;
}
#charts {
	width:99%;
	margin:0px 5px 5px 5px;
	padding:0px;
	float:left;
	overflow:hidden;
}

#row-main {
	background:#ffffff;
	padding:10px;
	margin:10px;
	width:96%;
	-moz-border-radius: 10px;
    -webkit-border-radius:10px;
    -khtml-border-radius: 10px;
}
/*************************GET content***************************/

#main_conteiner_casino {
	line-height:15px;
	width:77%;
	float:left;
	font-size:9pt;
	padding:0px;
	margin:0px;
}

.main_post_casino {
	padding:5px;
	margin:5px 0px 15px 0px;
	border-bottom:1px dotted #d0c6a2;
}
#main_conteiner_casino h2 {	
	padding: 8px 5px 8px 5px;
	margin:0px;
	width:auto;
    font-size: 11pt;
	background:#bbb089 url(images/bg-h2-post.gif) repeat-x;
	background-position:left top;
	text-transform:capitalize;
	color:#ffffff;
	text-align:center;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

#main_conteiner_casino h2 a {
	color:#ffffff; 
	text-transform:capitalize;
	text-decoration:none;
	font-weight:bold;
}
.main_post_casino p {
	margin:0px;
	padding-bottom:5px;
}
.main_post_casino a img  {
	border:none;
}


/* SIDEBAR ITEMS 
************************************/

body#charts-sidebar-body {
	background-color: #f6f6f6;
	padding: 0px;
	margin: 0px;
	background-image: none;
}

body#charts-sidebar-body #sidebar , .moduletabletop #sidebar {
	float: none;
	clear: both;
	margin: 0px;
	width:auto;
}
#sidebar {
	float: right;
	margin: 0px 0px 15px 0px;
	width:200px;
	font-size:9pt;
}

#sidebar ul li h4 {
	padding: 8px 5px 8px 5px;
	margin:0px;
	font-size: 11pt;
	background:#9dd946 url(images/bg-h2-sidebar.gif) repeat-x;
	background-position:left top;
	text-transform:capitalize;
	color:#ffffff;
	text-align:center;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}
#sidebar ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#sidebar ul ul, #sidebar ul ol.links {
	padding:0px;
	margin:5px 0px 10px 0px;
	background:#f3f8e4;
	border:1px solid #e8f1db;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

#sidebar ul ul li {
    background-position: left;
    padding: 4px 5px 4px 10px;
	margin:0px;
    vertical-align:middle;
	list-style:none;
	border-bottom:1px dotted #58a735;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

#sidebar ul ol.links li { 
	background-position: left;
	list-style-position: inside;
    padding: 4px 5px 4px 10px;
    vertical-align:middle;
	border-bottom:1px dotted #58a735;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}
#sidebar .banners {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	margin:5px 0px 10px 0px;
	background:#f3f8e4;
	border:1px solid #e8f1db;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-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 {
	color:#58a735;
	text-decoration:none;
	font-weight:normal;
	font-style:italic;
}
#sidebar a:hover, a:hover {
	color: #585858;
	text-decoration:underline;
}

/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/

.moduletabletop {
    width: auto;
    float: none;
    margin:0px 2px 10px 2px;
	padding:0px;
}

.moduletabletop * {
    width: auto;
    float: none;
}



.moduletabletop h2 {
    width: auto;
    height: auto;
    font-size: 11pt;
    font-weight: bold;
    padding: 8px 5px 8px 5px;
    margin: 0;
    color: #ffffff;
	background:#4ac6cc url(images/bg-cell-h2.gif) repeat-x;
	background-position:left top;	
	text-transform:capitalize;
	text-align:center;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}
.moduletabletop h2 a {
    color: #ffffff;
    text-decoration: none;
}
.moduletabletop h2 a:hover {
    color: #585858;
    text-decoration: underline;
}


.moduletabletop .tool-text {
    margin:5px 0px 0px 0px;
	padding:0px;
	background:#e5f7f9;
	border:1px solid #dbeff1;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    -khtml-border-top-right-radius: 6px;
}

.moduletabletop .tool-text h3, h1, h2, h3, h4, h5, h6 {
	color:#35a2a7;
	font-size:11pt;
	text-transform:capitalize;
	padding:5px;
	margin:0px;
}
.charts table td table tr td {
    vertical-align: middle;
}
.charts table td {
    vertical-align: top;
}
.emptycell {
	background-color: transparent;
}
td.comments-post-1 {
	text-align: right; 
	vertical-align: middle;
}

td.comments-post-2, td.comments-post-5, td .comments-post-6, td.comments-post-7, td.comments-post-8 , td.comments-post-9, td.comments-post-10 {
	text-align: center; 
	vertical-align: middle;
}

td.comments-post-3, td.comments-post-4  {
	text-align: left; 
	vertical-align: middle;
}

.bannerbox, .img_center {
	vertical-align:middle;
	text-align:center;
	padding:auto;
}

.moduletabletop .tool-text #tabs, 
.moduletabletop .tool-text #accordeon, 
.moduletable_menu,
.text-left {
	padding:5px;
}
.moduletabletop .tool-text object, .moduletabletop .tool-text embed {
    width: 100%;
}
.moduletabletop .tool-text ul, .main_post_casino ul, .moduletabletop .tool-text ol, .main_post_casino ol {
	margin:5px;
	padding:0px;
	
}
.moduletabletop .tool-text ul li, .main_post_casino ul li {
	list-style-position:outside;
	padding:0px;
	margin:5px 5px 5px 20px;
	list-style-type:square;
}
.moduletabletop .tool-text ol li, .main_post_casino ol li {
	list-style-position:outside;
	padding:0px;
	margin:5px 5px 5px 20px;
}
.moduletabletop .tool-text table {
    width: 100%;
    background-color: #e5f7f9;
	border-spacing:0px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    -khtml-border-top-right-radius: 6px;
}
.moduletabletop .tool-text table tr th {
    font-size:7pt;
    padding: 2px;
	font-weight:normal;
    background:#6adbdf;
}
.moduletabletop .tool-text table tr td {
    padding:4px 2px 4px 2px;
    background-color:#e5f7f9;
	font-weight:normal;
	vertical-align:middle;
	border-top:1px dotted #35a2a7;
}

.moduletabletop .tool-text table tr td a  {
    color: #35a2a7;
	font-weight:normal;
    text-decoration: none;
	font-style:italic;
	vertical-align:middle;
}
.moduletabletop .tool-text table tr td a:hover {
    color: #585858;
    text-decoration: underline;
}

.moduletabletop .tool-text table tr td img {
    border: none;
	vertical-align:middle;
}
.moduletabletop .footer {
    padding: 5px;
    font-size:8pt;
    text-align: center;
	color:#ffffff;
	background:#49c6cc;
    -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;
}
.moduletabletop .footer a {
	color:#ffffff;
    text-decoration: none;
	font-weight:bold;
}
.moduletabletop .footer a:hover, a:hover {
    color: #585858;
}

/************************GET FOOTER*******************************/
#footer_casino {
	width:auto;
	text-align:center;
	background: url(images/footer.jpg) no-repeat;
	background-position: left top;
	padding:30px 0px 30px 0px;
	margin:0px;
}

#footer_casino a {
	text-decoration:none;
    font-size: 10pt;
	color: #ffffff;
	font-weight:bold;
}

/*** TAB STYLES *************************************************************/

/* Color tab styles */

.postmetadata, .tool-text ul.element li.subject {
    background-color: #e5f7f9;
    color: #585858;
    border: 1px solid #c9d9da;
}
.tool-text ul.element li {
    background-color: #c9d9da;
}
.tool-text ul.element li, .tool-text ul.element li h4 {
    color: #585858;
}

/* Common tab styles */

.tool-text ul.element {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: left;
}
.tool-text ul.element 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;
}
.tool-text ul.element li.subject {
    padding: 3px 3px 3px 3px;
    border-bottom: none;
}
.tool-text ul.element h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: inline;
}
.tool-text ul.element li.subject h4 {
    font-weight: bold;
}
.tool-text ul.element li:hover {
    text-decoration: underline;
}

.tool-text .postmetadata {
    margin: 0;
    padding: 5px;
}

.tool-text .postmetadata h1,
.tool-text .postmetadata h2,
.tool-text .postmetadata h3,
.tool-text .postmetadata h4,
.tool-text .postmetadata h5,
.tool-text .postmetadata h6 {
    margin: 0;
}

