/*
CSS Updater (style.php)
*/

/*
Theme Name: T-0033.0.0.0
*/


body {
    background: #272727;
    font-family : Verdana, Arial, Palatino, Sans-Serif;
    font-size:9pt;
    color:#606060;
}

#main {
    width: 1000px;
    margin: 0px auto 0px auto;
    background-color: #272727;
    background-position: left top;
    padding:0px;
}

#header {
    width: 1000px;
    height:98px;
    background:#000000 url(images/header.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0px;
    margin:0px;
}


h1 {
    font-size:20pt;
    padding:30px 0px 0px 30%;
    margin:0px;
	text-transform:capitalize;
}

h1 a{
    color:#0c8dc7;
    text-decoration:none;
}

/*Меню верхнее основное*/

ul.menu {
	float:left;
	height:37px;
	margin:0px 0px 0px -40px;
	padding-right:0px;
	overflow:hidden;
}

ul.menu li {
    display: block;
    float: left;
    background: url(images/menu-odd.gif) repeat-x;
    position: relative;
    margin-right:1px;
    padding:0px;
	font-weight:bold;
	-moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -khtml-border-bottom-left-radius:6px;
    -khtml-border-bottom-right-radius:6px;
	}

ul.menu li a {
    display: block;
    text-decoration: none;
	padding: 10px 16px 10px 16px;
    color: #2b630c;
	font-size: 14px;
    background-color: transparent;
}

ul.menu li:hover a {
    background: url(images/menu-even.gif) repeat-x;
    background-color: transparent;
	color: #0c4163;
	-moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -khtml-border-bottom-left-radius:6px;
    -khtml-border-bottom-right-radius:6px;
 }

/********************Get  CONTENT****************************/

#content {
	line-height:20px;
	width:76%;
	-width:78%;
	padding:10px;
	margin:10px 0px 15px 0px;
	float:right;
	background-color: #1c1c1c;
}
#charts {
	width:980px;
	-width:1000px;
	overflow:hidden;
	margin:15px 0px 0px 0px;
	padding:10px;
	float:left;
	background-color: #1c1c1c;
}

#content .post {
	background:#272727 url(images/bg-conteiner.gif) repeat-x;
	background-position:left top;
	-moz-border-radius:6px;
    -webkit-border-radius:6px;
    -khtml-border-radius:6px;
	margin:5px 5px 0px 5px;
	color:#7c7c7c;
	padding-bottom:5px;
}

#content .post .info {
	margin:10px;
}

#content .post  h2 {
    width: auto;
    height: auto;
    background:transparent;
    margin: 0px;
    text-transform:uppercase;
    font-size: 14px;
    font-weight:bold;
    color: #2b630c;
    text-align:center;
	border:none;
	background:#579517 url(images/menu-odd.gif) repeat-x;
	border-bottom:1px solid #636363;
}


#content .post  h2 a {
    color: #2b630c;
    text-decoration: none;
	 font-weight:bold;
}
#content .post h2 a:hover {
    text-decoration: underline;
}

#content .comtext .post-footer {
	padding: 5px;
	margin-top:3px;
	font-size: 10pt;
    text-align: right;
	background:url(images/cell-bg-footer.gif) repeat-x;
	height:30px;
	width:auto;
	margin:2px 5px 0px 5px;
	-moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -khtml-border-top-left-radius:6px;
    -khtml-border-top-right-radius:6px;
}
/***************GET SIDEBAR******************/

body#charts-sidebar-body {
	background:#1c1c1c;
	margin: 0px;
	padding:0px;
}

body#charts-sidebar-body #sidebar, .comtext #sidebar {
	float: none;
	margin: 0px;
	padding:0px;
	width: auto;
	clear:both;
}


#sidebar, .hits {
	width:200px;
	float:left;
	margin:10px 0px 15px 0px;
}

#sidebar ul li h4  {
	background:#5ad9fc url(images/h2-sidebar-blue.gif) no-repeat;
	 padding:5px 0px 5px 0px;
	 margin:0px;
	text-transform:uppercase;
    font-size: 14px;
    font-weight:bold;
    color: #0c4163;
    text-align:center;
	width:auto;
	 -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 .date {
	color:#ffffff;
	font-style:italic;
	font-weight:bold;
	margin:0px;
	text-decoration:underline;
	background:transparent;
	clear:both;
}
#sidebar ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#sidebar ul ul, #sidebar ul ol.links {
	padding:0px;
	margin:0px 0px 15px 0px;
	color: #000000;
	background:#0c8dc7 url(images/bg-sidebar-blue.gif) repeat-x;
	background-position:top;
	border:1px solid #5ad9fc;
		-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: 5px 5px 5px 15px;
	margin:0px;
    vertical-align:middle;
	border-top:1px solid #7be3fe;
	list-style-type:square;
	list-style-position: inside;
}

#sidebar ul ol.links li { 
	background-position: left;
	list-style-position: inside;
    padding: 5px 0px 5px 15px;
    vertical-align:middle;
	border-top:1px solid #7be3fe;
}

#sidebar ul ul li.sidebar-post {
	list-style:none;
}
#sidebar .banners {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	margin-bottom:15px;
	background:#0c8dc7 url(images/bg-sidebar-blue.gif) repeat-x;
	background-position:top;
	border:1px solid #5ad9fc;
		-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;
}



.hits .sidebar-green ul li a, a.post,
body#charts-sidebar-body #sidebar a.post, 
.comtext #sidebar a.post {
	color:#323232;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
	background:transparent;
}



#sidebar a, 
.hits .sidebar-blue ul li a, 
#sidebar ol.links li a {
	color:#323232;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
}

#sidebar a:hover, 
.hits .sidebar-blue ul li a:hover {
	text-decoration:underline;
}

#searchform {
	padding:5px;
}
#searchform #searchsubmit {
    width: 125px;
    font-size:10pt;
    border: none;
	margin:5px 0px 5px 35px;
    padding:10px 0px 30px 0px;
    text-align: center;
    color: #0c4163;
    font-weight: bold;
    background:transparent url(images/button.gif);
    background-repeat: no-repeat;
	cursor:pointer;
	display:block;
	font-weight:normal;
}

#searchform input#s{
    width: 99%;
    margin:0px;
	padding:3px;
	border:none;
	color:#606060;
	background:#000000;
	
}

/***************END SIDEBAR******************/


.separator {
    clear: both;
    float:none;
}

img {
    border:none;
}

h3 {
    font-weight:bold;
	text-transform:uppercase;
    color: #0c8dc7;
    margin: 0px;
    padding: 0px;
    text-align:left;
	font-size:11pt;
}

img {
    padding: 5px;
}

ul.room-bonus li {
    list-style-image:url(images/arrow3.gif);
    padding:5px;
}

ul.room-bonus li  a{
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
}


/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/

.comtext {
    width: auto;
    float: none;
}

.comtext * {
    width: auto;
    float: none;
}

.comtext a {
    color: #0c8dc7;
    text-decoration: underline;
}
.comtext a:hover {
    color: #606060;
}

.comtext h2 {
    width: auto;
    height: auto;
    background:#126c95 url(images/menu-even.gif);
    background-repeat:repeat-x;
    background-position: left top;
    margin: 0px;
    padding:7px 0px 7px 0px;
	text-transform:uppercase;
    font-size: 14px;
    font-weight:bold;
    color: #0c4163;
    text-align:center;
	border-bottom:1px solid #2f2f2f;
	-moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -khtml-border-top-left-radius:6px;
    -khtml-border-top-right-radius:6px;
}
.comtext h2 a {
    color: #0c4163;
    text-decoration: none;
}
.comtext h2 a:hover {
    color: #FFF;
    text-decoration: underline;
}


.comtext .topic {
    margin:1px 0 3px 0;
	background:#272727 url(images/bg-conteiner.gif) repeat-x;
	background-position:top;
	border-top:1px solid #636363;
	color:#606060;
	font-size:9pt;
	-moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -khtml-border-bottom-left-radius:6px;
    -khtml-border-bottom-right-radius:6px;
}

.comtext .topic img {
	float:left;
}

.comtext .topic #tabs, 
.comtext .topic #accordeon {
	padding:5px;
}

.comtext .topic object, .comtext .topic embed {
    width: 100%;
}
.comtext .topic ul, .comtext .topic ol {
    padding-left: 20px;
}

.comtext .topic table {
    width: 100%;
	font-size:8pt;
	background:transparent;
	-moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -khtml-border-bottom-left-radius:6px;
    -khtml-border-bottom-right-radius:6px;
}
.comtext .topic table tr th  {
    font-size:7pt;
    padding:2px;
    background:#2f2f2f;
	font-weight:normal;
	background-position:left top;
}

.comtext .topic table tr td {
    padding:2px;
	vertical-align:middle;
	font-weight:normal;
}

.comtext .topic table tr.message td {
    background-color:#363636;
}

td.menu8-1, td.menu8-2, td.menu8-4, td.menu8-5, td .menu8-6, td.menu8-7, td.menu8-8 , td.menu8-9, td.menu8-10  {
	text-align: center; 
	vertical-align: middle;
}
.charts table td table tr td {
    vertical-align: middle;
}
.charts table td {
    vertical-align: top;
}
.charts .comtext .topic table td.menu8-1, .charts .comtext .topic table td.menu8-4 {
    text-align: center;
    padding: 0px;
}

.emptycell {
	background-color: transparent;
}

.comtext .topic table tr td a, a {
    color: #0c8dc7;
    text-decoration: none;
	vertical-align:middle;
	font-weight:normal;
}
.comtext .topic table tr td a:hover, a:hover {
    color: #7c7c7c;
    text-decoration: underline;
}
.comtext .topic table tr td img {
    border: none;
	vertical-align:middle;
}

.comtext .footer {
    padding: 5px;
	margin-top:-1px;
	font-size: 10pt;
    text-align: right;
	background:url(images/cell-bg-footer.gif) repeat-x;
	height:30px;
	width:auto;
	text-decoration:none;
	color: #0c8dc7;
	-moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -khtml-border-top-left-radius:6px;
    -khtml-border-top-right-radius:6px;
}
.comtext .footer a, .post-footer a, .comtext .topic #tabs ul, .comtext .topic #accordeon h3 {
    color: #0c8dc7;
}
.comtext .footer a:hover, .post-footer a:hover {
    color: #616163; 
	text-decoration: none;
}

/*********************************Page-Reviews*******************************************/
#review_bar {
    margin:25px 0px 20px 0px;
	float:left;
	width:auto;
	padding-left:15px;
}

#review_bar .sel,
.ui-progressbar-value {
    height: 37px;
    background:url(images/menu-odd.gif) repeat-x;
    background-repeat: repeat-x;
    background-position: left center;
	-moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -khtml-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
}

#review_bar .sel .mask,
.ui-progressbar {
    width: 540px;
    height: 37px;
    background:url(images/menu-even.gif) repeat-x;
    background-repeat: repeat-x;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

#review_bar .value {
    float: right;
	text-align:right;
	margin-left:550px;
    color: #0c8dc7;
    font-weight: bold;
    font-size: 15pt;
    text-transform: uppercase;
    padding:5px;
    height:32px;
}

.hits .sidebar-blue  {
	text-align:center;
}

a.button3 {
	width: 125px;
    font-size:10pt;
    font-size:10pt;
    border: none;
	margin:5px 0px 5px 40px;
    padding:10px 0px 30px 0px;
    text-align: center;
    color: #0c4163;
    font-weight: bold;
    background-image: url(images/button3.gif);
    background-repeat: no-repeat;
	cursor:pointer;
	display:block;
	text-decoration:none;
	font-weight:normal;
}

a:hover.button3, 
a.button2:hover, 
#searchform #searchsubmit:hover {
	color:#eeeeee;
}

a.button2 {
	width: 125px;
    font-size:10pt;
    border: none;
	margin:5px 0px 5px 70px;
    padding:10px 0px 30px 0px;
    text-align: center;
    color: #2b630c;
    font-weight: bold;
    background-image: url(images/button2.gif);
    background-repeat: no-repeat;
	cursor:pointer;
	display:block;
	text-decoration:none;
	font-weight:normal;
}
/* End review созданное с помощью jQuery*/


#footer {
    background:#272727 url(images/footer.jpg) no-repeat;
    width:1000px;
    background-position:left bottom;
    padding:40px 0px 20px 5%;
	text-transform:capitalize;
    font-size: 14px;
    font-weight:bold;
    color: #2b630c;
}

#footer a{
    color: #2b630c;
    text-decoration:none;
    margin-top:20px;
}

.jpgs, .imagecaption {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.specifics img {
    text-align: center;
    vertical-align: middle;
}

.data_index_service, .moduletablenews2 {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.data_index_service a, .moduletablenews2 a {
}

.data_index_service a:hover, .moduletablenews2 a:hover {
}

.data_index_service h1, .moduletablenews2 h1,
.data_index_service h2, .moduletablenews2 h2,
.data_index_service h3, .moduletablenews2 h3,
.data_index_service h4, .moduletablenews2 h4,
.data_index_service h5, .moduletablenews2 h5,
.data_index_service h6, .moduletablenews2 h6
{
    text-align: left;
    padding: 7px;
    padding-left: 0px;
    font-size: 10pt;
    margin: 0px;
    float: none;
    text-transform: none;
    color:#0c8dc7;
}

.data_index_service p, .moduletablenews2 p
{
    text-align: left;
    padding: 0px;
margin: 0px;
float: none;
}


.data_index_service ul, .moduletablenews2 ul, .data_index_service ol, .moduletablenews2 ol{
    margin-left: 20px;
    padding-left: 10px;
}

td.menu8-2, td.menu8-5, td .menu8-6, td.menu8-7, td.menu8-8 , td.menu8-9, td.menu8-10  {
	text-align: center; 
	vertical-align: middle;
}

td.menu8-1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.menu8-3, td.menu8-4 {
	text-align: left;
	vertical-align: middle;
}

.charts table td table tr td {
    vertical-align: middle;
}

.charts table td {
    vertical-align: top;
}


.comtext .topic table {
    border-spacing: 0px;
}

.comtext img {
    border: none;
    margin: 0px;
    padding: 0px;
}


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

/* Color tab styles */

.small_text, .topic ul.tablecasinosites li.anewsl {
    background-color: #272727;
    color: #ffffff;
    border: 1px solid #080808;
}
.topic ul.tablecasinosites li {
    background-color: #080808;
}
.topic ul.tablecasinosites li, .topic ul.tablecasinosites li h4 {
    color: #ffffff;
}

/* Common tab styles */

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

.topic .small_text {
    margin: 0;
    padding: 5px;
}

.topic .small_text h1,
.topic .small_text h2,
.topic .small_text h3,
.topic .small_text h4,
.topic .small_text h5,
.topic .small_text h6 {
    margin: 0;
}

