/*
CSS Updater (style.php) 
*/

/*
Theme Name: T-0101
*/
@charset "utf-8";

body {
    background:#f4f4f4;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:9pt;
    color:#73777a;
	margin:0px;
	padding:0px;
}

#pok_casino_main {
    width: 1000px;
    margin: 0px auto 0px auto;
    padding:0px;
	line-height:17px;
}

#pok_casino_header {
    height:182px;
	width:1000px;
    background: url(images/header.jpg);
	background-repeat: no-repeat;
    background-position: left top;
    padding: 0px;
    margin:0px;
	text-align:left;
	position:relative;
}

#pok_casino_header h1 {
    font-size:20pt;
    margin:0px;
    padding:80px 0px 0px 220px;
}

#pok_casino_header h1 a {
    color:#96af46;
    text-decoration:none;
	font-weight:bold;
	font-style:normal;
}
.description {
	float:left;
	width:700px;
	padding:10px 0px 0px 220px;
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:10pt;
	font-weight:bold;
	padding:5px 0px 5px 0px;
	margin:0px;
	font-style:italic;
}
.separator {
	clear:both;
}

p {
	margin:0px;
	padding:0px 0px 10px 0px;
}

a img {
	border:none;
}
/**************************MAIN MENU************************************/
.left-menu {
	background: url(images/menu-left.gif);
	background-repeat: no-repeat;
    background-position: left;
	width:8px;
	height:41px;
	float:left;
}

.right-menu {
	background: url(images/menu-right.gif);
	background-repeat: no-repeat;
    background-position: right;
	width:8px;
	height:41px;
	float:right;
}

#main-menu {
	position: relative;
	top: 0px;
	width: 984px;
	height:41px;
	margin: 0px;
	padding: 0px;
	background: url(images/menu-odd.gif) repeat-x;
	background-position: left top;
	overflow:hidden;
	float:left;
}

#main-menu ul {
    margin:0px;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

#main-menu ul li {
    display: block;
    float: left;
    position: relative;
    padding:0px;
	border-right:1px solid #ffffff;
}

#main-menu ul li a {
    display: block;
    text-decoration: none;
	padding:16px;
    color: #00336a;
    font-size: 9pt;
}

#main-menu ul  li:hover a, #main-menu ul  li a:hover {
	color:#86a32a;
	background: url(images/menu-even.gif) repeat-x;
	background-position:top right;
 }
 
 
#charts {
	width:98%;
	margin:10px 0px 10px 0px;
	padding:10px;
	float:left;
	overflow:hidden;
	background:#ffffff;
	border:1px solid #dfdfdf;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

/*************************GET content***************************/
#pok_casino_content {
	width:78%;
	float:right;
	padding:2px;
	margin:0px 0px 10px 0px;
	background:#ffffff;
	border:1px solid #dfdfdf;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

.pok_casino_post {
	padding:10px;
	margin:0px;
}
#pok_casino_content h2 {	
	padding:8px 5px 8px 45px;
	margin:0px;
	width:auto;
	color:#73777a;
	background:#d0d5db url(images/bg-h2-post.gif) no-repeat;
	background-position:left top;
	text-transform:capitalize;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

#pok_casino_content h2 a {
	color:#73777a; 
	text-decoration:none;
	font-weight:bold;
}
.navigation {
	color:#86a32a;
	font-weight:bold;
	text-decoration:none;
}

.pok_casino_post a img  {
	border:none;
}

/* SIDEBAR ITEMS 
************************************/

body#charts-sidebar-body {
	padding: 0px;
	margin: 0px;
	background-image: none;
}

body#charts-sidebar-body #sidebar , .boxes #sidebar {
	float: none;
	clear: both;
	margin: 0px;
	width:auto;
	background:#ffffff;
}
#sidebar {
	float: left;
	margin: 0px 0px 10px 0px;
	padding:3px;
	width:195px;
	background:#ffffff;
	border:1px solid #dfdfdf;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

#sidebar ul li h4 {
	padding:11px 5px 11px 5px;
	margin:0px;
	text-align:center;
	color:#ffffff;
	background:url(images/bg-sidebar-h2.gif) no-repeat;
	background-position:left top;
	text-transform:capitalize;
}
#sidebar ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#sidebar ul ul, #sidebar ul ol.links {
	padding:0px;
	margin:0px;
}

#sidebar ul ul li {
    background-position: left;
    padding: 4px 5px 4px 10px;
	margin:0px;
    vertical-align:middle;
	list-style-type:none;
}

#sidebar ul ol.links li { 
	background-position: left;
	list-style-position: inside;
    padding: 4px 5px 4px 10px;
    vertical-align:middle;
}
#sidebar .banners {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	margin:0px;
}
#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, a {
	color:#00336a;
	text-decoration:underline;
	font-weight:normal;
}
#sidebar a:hover, a:hover {
	color: #86a32a;
	text-decoration:none;
}

/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/

.boxes {
    width: auto;
    float: none;
    margin:0px 2px 10px 2px;
	padding:2px;
	background:#ffffff;
	border:1px solid #dfdfdf;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

.boxes * {
    width: auto;
    float: none;
}

.boxes h2 {
    width: auto;
    height: auto;
    font-weight: bold;
    padding: 5px;
    margin: 0;
    color: #ffffff;    
	text-align:center;
	background:#03aeda url(images/bg-cell-h2.gif) no-repeat;
	background-position:left top;
	text-transform:capitalize;
	-moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -khtml-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
}
.boxes h2 a {
    color: #ffffff;
    text-decoration: none;
	font-weight:bold;
}
.boxes h2 a:hover {
    text-decoration: underline;
}


.boxes .main {
    margin:0px;
	padding:0px;
	background:#e1e3e6 url(images/bg-content.gif) repeat-x;
	background-position:left top;
	border-left:1px solid #dfdfe1;
	border-right:1px solid #dfdfe1;
}
.charts table td table tr td {
    vertical-align: middle;
}
.charts table td {
    vertical-align: top;
}
.emptycell {
	background-color: transparent;
}
td.last_posts_line-1 {
	text-align: right; 
	vertical-align: middle;
}

td.last_posts_line-2, td.last_posts_line-5, td .last_posts_line-6, td.last_posts_line-7, td.last_posts_line-8 , td.last_posts_line-9, td.last_posts_line-10 {
	text-align: center; 
	vertical-align: middle;
}

td.last_posts_line-3, td.last_posts_line-4  {
	text-align: left; 
	vertical-align: middle;
}


.imgServices, .imgright {
	vertical-align:middle;
	text-align:center;
	padding:auto;
}


.boxes .main #tabs, 
.boxes .main #accordeon, 
.first-text,
.polldiv {
	padding:5px;
}
.boxes .main object, .boxes .main embed {
    width: 100%;
}
.boxes .main ul, .pok_casino_post ul, .boxes .main ol, .pok_casino_post ol {
	margin:5px;
	padding:0px;
	
}
.boxes .main ul li, .pok_casino_post ul li {
	list-style-position:outside;
	padding:0px;
	margin:5px 5px 5px 20px;
	list-style-type:disk;
}
.boxes .main ol li, .pok_casino_post ol li {
	list-style-position:outside;
	padding:0px;
	margin:5px 5px 5px 20px;
}
.boxes .main table {
    width: 100%;
    background-color:transparent;
	border-spacing:0px;
}
.boxes .main table tr th {
    font-size:7pt;
    padding: 2px;
	font-weight:normal;
	border-bottom:1px solid #73777a;
}

.boxes .main table tr td {
	font-size:8pt;
    padding:4px 2px 4px 2px;
    background-color:transparent;
	font-weight:normal;
	vertical-align:middle;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #d9d9d9;
}
.boxes .main table tr:hover td {
    background-color: #e8eaed;
}

.boxes .main table tr td a  {
    color: #86a32a;
	font-weight:normal;
    text-decoration: none;
}
.boxes .main table tr td a:hover, 
.boxes .footer a:hover {
    color: #00336a;
    text-decoration: underline;
}

.boxes .main table tr td img {
    border: none;
	vertical-align:middle;
}
.boxes .footer {
    padding: 5px;
	margin:0px;
    font-size:8pt;
    text-align: center;
	font-weight:bold;
	color:#73777a;
	background:#e1e3e6;
	border:1px solid #dfdfe1;
	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;
}
.boxes .footer a  {
	color:#73777a;
    text-decoration: none;
	font-weight:bold;
}

/************************GET FOOTER*******************************/
#pok-casino-bot {
	width:auto;
	text-align:center;
	background:url(images/bg-footer.gif) repeat-x;
	background-position: left top;
	height:55px;
	padding:42px 0px 0px 0px;
	margin:0px;
}

#pok-casino-bot a {
	text-decoration:none;
	color: #73777a;
	font-style:italic;
	font-weight:bold;
}

.footer-left {
	background:url(images/footer-left.gif) no-repeat;
	background-position:bottom;
	width:8px;
	height:91px;
	float:left;
	padding:0px;
	margin:0px;
}

.footer-right {
	background:url(images/footer-right.gif) no-repeat;
	width:8px;
	height:91px;
	float:right;
	padding:0px;
	margin:0px;
}


/*** TAB STYLES *************************************************************/

/* Color tab styles */

.text-input, .main ul.textSMALL li.contents {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #e0e0e0;
}
.main ul.textSMALL li {
    background-color: #e0e0e0;
}
.main ul.textSMALL li, .main ul.textSMALL li h4 {
    color: #000000;
}

/* Common tab styles */

.main ul.textSMALL {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 0px 0;
    text-align: left;
}
.main ul.textSMALL li {
    list-style: none;
    display: inline;
    cursor: pointer;
    margin: 0 3px 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;
}
.main ul.textSMALL li.contents {
    padding: 3px 3px 3px 3px;
    border-bottom: none;
}
.main ul.textSMALL h4 {
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: inline;
}
.main ul.textSMALL li.contents h4 {
    font-weight: bold;
}
.main ul.textSMALL li:hover {
    text-decoration: underline;
}

.main .text-input {
    margin: 0;
    padding: 5px;
}

.main .text-input h1,
.main .text-input h2,
.main .text-input h3,
.main .text-input h4,
.main .text-input h5,
.main .text-input h6 {
    margin: 0;
}
