/*
CSS Updater (style.php) 
*/

/*
Theme Name: T-0080
*/
@charset "utf-8";

body {
    background:#ffffff url(images/bg-main.gif) repeat-y;
	background-position:center top;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:9pt;
    color:#706b6b;
}

#pok-and-casino-main {
    width: 1000px;
    margin: -10px auto 0px auto;
    padding:0px;
}

#pok-and-casino-header {
    height:200px;
	width:1000px;
    background:#ffffff url(images/header.jpg);
	background-repeat: no-repeat;
    background-position: left top;
    padding: 0px;
    margin:0px;
	text-align:center;
}

#pok-and-casino-header h1 {
    font-size:20pt;
    margin:0px;
    padding:90px 0px 0px 0px;
}

#pok-and-casino-header h1 a {
    color:#0066b1;
    text-decoration:none;
	font-weight:bold;
	font-style:italic;
}
h1, h2, h3, h4, h5, h6 {
	color:#0066b1;
	font-size:10pt;
	font-weight:bold;
	padding:5px;
	margin:0px;
	font-style:normal;
}

.separator {
	clear:both;
}
a img {
	border:none;
}

/**************************MAIN MENU************************************/
#pok-and-casino-menu {
	position: relative;
	top: 0px;
	width: 1000px;
	height:35px;
	margin: 0px;
	padding: 0px;
	background:#0066b1 url(images/bg-cell-h2.gif) repeat-x;
	background-position: top;
	overflow:hidden;
}

#pok-and-casino-menu ul {
    margin:0px;
	padding: 0;
	list-style-type: none;
	width:1000px;
	overflow: hidden;
}

#pok-and-casino-menu ul li {
    display: block;
    float: left;
    position: relative;
    padding:0px;
	border-right:1px solid #ffffff;
}

#pok-and-casino-menu ul li a {
    display: block;
    text-decoration: none;
	padding: 11px 16px 11px 16px;
    color: #ffffff;
    font-size: 9pt;
	font-weight:bold;
	font-style:normal;
}

#pok-and-casino-menu ul  li:hover a, #pok-and-casino-menu ul  li a:hover {
	background:#1faf04 url(images/bg-sidebar-h2.jpg) repeat-x;
	background-position: top right;
	color:#ffffff;
 }
 
#pok-and-casino-content {
	width:98%;
	float:left;
	padding:0px;
	margin:10px 10px 10px 10px;
	line-height:17px;
	overflow:hidden;
}
 
 
#charts {
	width:100%;
	margin-top:10px;
	padding:0px;
	float:left;
	overflow:hidden;
}

/*************************GET content***************************/


.pok-and-casino-post {
	padding:0px;
	margin:0px 0px 0px 0px;
	width:77%;
	float:left;
}
.pok-and-casino-post h2 {	
	padding: 5px 5px 5px 50px;
	margin:0px;
	width:auto;
	background:#c80018;
	text-align:left;
	text-transform:uppercase;
	font-style:italic;
	border-top:1px solid #afcfb6;
	background:#1faf04 url(images/bg-sidebar-h2.jpg) repeat-x;
	background-position: top left;
	color:#ffffff;
	-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;
	
}

.pok-and-casino-post h2 a, .pok-and-casino-post h2 a:hover {
	color:#ffffff; 
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}

.pok-and-casino-post .pok-and-casino-info {
	background:#ffffff url(images/bg-content.gif) repeat-x;
	background-position:left bottom;
	border:1px solid #cecece;
	border-top:none;
	padding:10px;
	margin:0px 0px 15px 0px;
	width:auto;
	-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;
}



.navigation {
	color:#3ab100;
	font-weight:bold;
}
/* SIDEBAR ITEMS 
************************************/

body#charts-sidebar-body {
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	background-image: none;
}

body#charts-sidebar-body #sidebar , .contentbg #sidebar {
	float: none;
	clear: both;
	margin: 0px;
	width:auto;
}
#sidebar {
	float: right;
	margin: 0px 0px 10px 0px;
	width:200px;
	color:#ffffff;
}

#sidebar ul li h4 {
	padding: 5px 5px 5px 50px;
	margin:0px;
	width:auto;
	font-style:italic;
	text-transform:uppercase;
	border-bottom:1px solid #6de333;
	background:#1faf04 url(images/bg-sidebar-h2.jpg) repeat-x;
	background-position: top left;
	color:#ffffff;
	-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;
}

#sidebar ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

#sidebar ul ul, #sidebar ul ol.links {
	padding:0px;
	margin:0px 0px 15px 0px;
	background:#1db200 url(images/bg-sidebar.gif) repeat-x;
	background-position:left bottom;
	border-top:1px solid #1a9f00;
	-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 ul ul li {
    background-position: left;
    padding: 3px 5px 3px 15px;
	margin:0px;
    vertical-align:middle;
	list-style:none;
	border-top:1px dotted #6de333;
}

#sidebar ul ol.links li { 
	background-position: left;
	list-style-position: inside;
    padding: 3px 5px 3px 15px;
    vertical-align:middle;
	border-top:1px dotted #6de333;
}
#sidebar .banners {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	margin:0px 0px 15px 0px;
	background:#1db200 url(images/bg-sidebar.gif) repeat-x;
	background-position:left bottom;
	border-top:1px solid #1a9f00;
	-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 {
	color:#ffffff;
	text-decoration:none;
	font-style:italic;
}
#sidebar a:hover {
	color: #c7ff95;
	text-decoration:none;
}

/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/

.contentbg {
    width: auto;
    float: none;
    margin:0px 2px 10px 2px;
	padding:0px;
}

.contentbg * {
    width: auto;
    float: none;
}

.contentbg h2 {
    width: auto;
    height: auto;
    font-weight: bold;
    padding: 5px;
    margin: 0;
	text-transform:uppercase;
	background:#0066b1 url(images/bg-cell-h2.gif) repeat-x;
	background-position: top;
	border:1px solid #afbacf;
	color:#ffffff;
	text-align:center;
	font-style:italic;
	-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;
}
.contentbg h2 a {
    color: #ffffff;
    text-decoration: none;
	font-weight:bold;
	font-style:normal;
}
.contentbg h2 a:hover {
    text-decoration: underline;
	font-style:normal;
}


.contentbg .widget {
    margin:0px;
	padding:0px;
	background:#ffffff url(images/bg-content.gif) repeat-x;
	background-position:left bottom;
	border:1px solid #cecece;
	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;
}
.charts table td table tr td {
    vertical-align: middle;
}
.charts table td {
    vertical-align: top;
}
.emptycell {
	background-color: transparent;
}
td.customfields-reviews-1 {
	text-align: right; 
	vertical-align: middle;
}

td.customfields-reviews-2, td.customfields-reviews-5, td .customfields-reviews-6, td.customfields-reviews-7, td.customfields-reviews-8 , td.customfields-reviews-9, td.customfields-reviews-10 {
	text-align: center; 
	vertical-align: middle;
}

td.customfields-reviews-3, td.customfields-reviews-4  {
	text-align: left; 
	vertical-align: middle;
}


.images, .pics {
	vertical-align:middle;
	text-align:center;
	padding:auto;
}


.contentbg .widget #tabs, 
.contentbg .widget #accordeon, 
.tales,
.contentleftarea {
	padding:5px;
}
.contentbg .widget object, .contentbg .widget embed {
    width: 100%;
}
.contentbg .widget ul, .pok-and-casino-post ul, .contentbg .widget ol, .pok-and-casino-post ol {
	margin:5px;
	padding:0px;
	
}
.contentbg .widget ul li, .pok-and-casino-post ul li {
	list-style-position:outside;
	padding:0px;
	margin:5px 5px 5px 20px;
	list-style-type:circle;
}
.contentbg .widget ol li, .pok-and-casino-post ol li {
	list-style-position:outside;
	padding:0px;
	margin:5px 5px 5px 20px;
}
.contentbg .widget table {
    width: 100%;
    background-color: transparent;
	border-spacing:0px;
	-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;
}
.contentbg .widget table tr th {
    font-size:7pt;
    padding: 2px;
	margin: 0;
	font-weight:normal;
    background:#fbebb2 url(images/bg-th.gif) repeat-x;
	background-position:top;
}
.contentbg .widget table tr td {
    padding:4px 2px 4px 2px;
	font-size:8pt;
    background-color:transparent;
	font-weight:normal;
	vertical-align:middle;
	border-top:1px dotted #7a7a7a;
}

.contentbg .widget table tr td a, a {
    color: #0066b1;
	font-weight:normal;
    text-decoration: none;
	font-style:italic;
}
.contentbg .widget table tr td a:hover, 
a:hover, 
#pok-and-casino-header h1 a:hover  {
    color: #3ab100;
    text-decoration: underline;
}

.contentbg .widget table tr td img {
    border: none;
	vertical-align:middle;
}
.contentbg .footer {
    padding: 5px;
	margin:0px;
    font-size:9pt;
    text-align: right;
	font-weight:bold;
}

.contentbg .footer a {
	color:#706b6b;
    text-decoration: none;
	font-style:normal;
	font-weight:bold;
	
}
.contentbg .footer a:hover {
	color:#3ab100;
}

/************************GET FOOTER*******************************/
#pok-and-casino-footer {
	background:#003d89 url(images/footer.jpg) no-repeat;
	background-position:top right;
	width:312px;
	height:34px;
	padding:25px 0px 10px 0px;
	margin:0px 0px -10px 0px;
	color:#ffffff;
	float:right;
	text-align:center;
}

#pok-and-casino-footer a {
	text-decoration:none;
	color: #ffffff;
	font-weight:bold;
}
.bot {
	width:688px;
	background:#003d89 url(images/bg-footer.gif) repeat-x;
	background-position:left top;
	height:69px;
	margin:0px 0px -10px 0px;
	float:left;
}

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

/* Color tab styles */

.textVSMALL, .widget ul.element li.textSMALLBOX {
    background-color: #ffffff;
    color: #0066b1;
    border: 1px solid #e0e0e0;
}
.widget ul.element li {
    background-color: #e0e0e0;
}
.widget ul.element li, .widget ul.element li h4 {
    color: #0066b1;
}

/* Common tab styles */

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

.widget .textVSMALL {
    margin: 0;
    padding: 5px;
}

.widget .textVSMALL h1,
.widget .textVSMALL h2,
.widget .textVSMALL h3,
.widget .textVSMALL h4,
.widget .textVSMALL h5,
.widget .textVSMALL h6 {
    margin: 0;
}

