/*
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 , .cell #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: 6px 5px 6px 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: 3px 5px 3px 15px;
    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 ]***************************************************************/
/****************************************************************************/

.cell {
    width: auto;
    float: none;
    margin:0px 2px 10px 2px;
	padding:0px;
}

.cell * {
    width: auto;
    float: none;
}


td.c1, td.c2, td.c4, td.c5, td .c6, td.c7, td.c8 , td.c9, td.c10  {
	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;
}

.cell 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;
}
.cell h2 a {
    color: #ffffff;
    text-decoration: none;
}
.cell h2 a:hover {
    color: #585858;
    text-decoration: underline;
}


.cell .content {
    margin:5px 0px 0px 0px;
	padding:0px;
	background:#ffffff;
	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;
}
.spider-images {
	vertical-align:middle;
	text-align:center;
}
.cell .content h3, h1, h2, h3, h4, h5, h6 {
	color:#35a2a7;
	font-size:11pt;
	text-transform:capitalize;
}

.cell .content p, 
.cell .content #tabs, 
.cell .content #accordeon {
	padding:5px;
}
.cell .content object, .cell .content embed {
    width: 100%;
}
.cell .content ul, .cell .content ol {
    padding:0px;
	margin:0px;
	list-style:none;
}
.cell .content ul li, .cell .content ol li {
	display:block;
	margin-top:5px;
}
.cell .content ul li a, .cell .content ol li a  { 
	 color: #35a2a7;
	 border-left:3px solid #35a2a7;
	 font-weight:bold;
	 font-style:italic;
	 text-decoration:underline;
	 padding-left:10px;
}
.cell .content ul li a:hover, .cell .content ol li a:hover {
	 color: #585858;
	 border-left:3px solid #585858;
	  padding-left:10px;
}
.cell .content table {
    width: 100%;
    background-color: #e5f7f9;
    -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;
}
.cell .content table tr th {
    font-size:7pt;
    padding: 2px;
	font-weight:normal;
    background:#6adbdf;
}
.cell .content table tr td {
    padding:2px;
    background-color:#e5f7f9;
	font-weight:normal;
	vertical-align:middle;
	border-top:1px dotted #35a2a7;
}

.cell .content table tr td a  {
    color: #35a2a7;
	font-weight:normal;
    text-decoration: none;
	font-style:italic;
	vertical-align:middle;
}
.cell .content table tr td a:hover {
    color: #585858;
    text-decoration: underline;
}

.cell .content table tr td img {
    border: none;
	vertical-align:middle;
}
.cell .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;
}
.cell .footer a {
	color:#ffffff;
    text-decoration: none;
	font-weight:bold;
}
.cell .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;
}