/*
CSS Updater (style.php)
*/

/*
Theme Name: T-0028
*/



* {
    font-family: arial, helvetica, sans-serif;
}

body {
    font-size: 10pt;
/*    background-image: url(./images/body.jpg);
    background-repeat: repeat;
    background-position: top left; */
    background-color: #021B34;
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
}

.separator {
clear: both;
}


.text {
    padding: 5px;
    color: #165696;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

a:hover {
    color: #7AB7F3;
}


/*   HEADER  */

#header {
    display: block;
    margin: 0px auto 0px auto;
    background-image: url(./images/head.jpg);
    width: 1000px;
    height: 172px;
}

#main {
    display: block;
    margin: 0px auto 0px auto;
    width: 1000px;
    background-color: #031D36;

}

h1 {
    width: auto;
    margin: auto auto 0px auto;
    padding: 56px 0px 0px 0px;
    font-size: 20pt; 
    text-transform: capitalize;
    text-align: center;
}


h1 a {
color: #31CAFC;
font-style: normal;
}

h1 a:hover {
color: #FFFFFF;
}


#menu {
    text-align: center;
    font-size: 10pt;
    margin: 5px 0px 0px 0px;
    padding: 0px;
	height: 30px;
	overflow: hidden;
}

#menu ul {
    margin: 0px 0px 0px -38px;
    list-style-type: none;
    text-align: center;
}

#menu ul li {
    display: block;
    float: left;
    width: auto;
    margin: auto;
    border-right: 1px solid #216BB6;
	font-weight:bold;
	font-size: 10pt;
}

#menu ul li#noboder {
    border-right: none;
}

#menu ul li a { 
    display: block;
    width: auto;
    color: #216BB6;
    padding: 8px 10px 8px 10px;
}

#menu ul li a:hover {
    color: #6BB2F9;
    background-image: url(images/menu_hov.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
}

/*   END HEADER  */

.row {
    float: none;
    clear: both;
    width: auto;
    margin: auto;
}



/*   CHARTS   */


.tablecasinositeshead {
    float: none;
    clear: both;
    width: auto;
    margin: 0px 2px 10px 2px;
	background:#021b34;
	border:2px solid #012c59;
	padding:5px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

.tablecasinositeshead h2 {
    width: auto;
    height: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
    margin: 0;
    letter-spacing: normal;
    color: #00baff;
	text-transform:uppercase;
}

h2 a, .tablecasinositeshead .paragraphs table td a:hover, .post .info a, .tablecasinositeshead .footer a {
    color: #ffffff;
}

h2 a:hover {
    color:#9ADEF8;
}
.tablecasinositeshead .paragraphs object, .tablecasinositeshead .paragraphs embed {
    width: 100%;
}

ul.children li.cat-item {
    float: none;
    margin-left: -20px;
    display: none;
}

.tablecasinositeshead .paragraphs {
    float: none;
    clear: both;
    width: auto;
    margin: auto;
    padding: 0px;
	font-size:8pt;
    color: #165696;
}

.tablecasinositeshead .paragraphs #tabs, 
.tablecasinositeshead .paragraphs #accordeon, 
.tablecasinositeshead .paragraphs table {
    width: 100%;
    background-color: #002449;
}

.tablecasinositeshead .paragraphs table tr th {
    padding:5px 2px 5px 2px;
    background-image: url(images/thead.jpg); 
    background-position: top left;
    background-repeat: repeat-x; 
    color: #FFFFFF;
    text-align: center;
	font-weight:normal;
	font-size:7pt;
}

 .tablecasinositeshead .paragraphs table tr td {
   	font-weight:normal;
	font-size:8pt;
    padding:2px;
    color: #00BAFF;
	background:#002449;
	color:#ffffff;
	border-top:1px solid #012c59;
}
.tablecasinositeshead .paragraphs table tr.replyarea td {
    background-color: #002244;
}
.tablecasinositeshead .paragraphs table tr td a {
    color: #00baff;
	font-style:italic;
	font-weight:normal;
}


.tablecasinositeshead .footer {
    padding: 5px;
    color: #ffffff;
	text-align:right;
	font-size:9pt;

}
/*   END CHARTS   */

#content {
	float:right;
	width:76%;
	margin:10px 10px 15px 0px;
	-margin-right:5px;
	padding:5px;
	background:#002449;
	border:1px solid #012c59;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}
#charts {
	width:97%;
	overflow:hidden;
	margin:10px 0px 10px 7px;
	float:left;
	padding:5px;
	background:#002449;
	border:1px solid #012c59;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

/**********************************Content-post**********************************/
.main-post {
	margin:5px 5px 20px 5px;
	float:left;
	width:99%;
}

.post {
	background:#155190 url(images/post.gif) no-repeat;
	background-position: bottom right;
    border:none;
	padding:0px 0px 10px 0px;
	color:#ffffff;
	-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;
}

.main-post h2, #sidebar ul li h4, #sidebar h2 {
    background-image: url(images/h2.gif);
    background-position: top left;
    background-repeat: no-repeat;    
	background-color: #122E49;
    width: auto;
    margin: 0px;
    float: none;
    clear: both;
    font-size: 12pt;
    text-align: left;
    color: #ffffff;
    height: auto;
    padding:5px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
}

.post .info {
    width:77%;
    padding:5px;
	float:right;
}

.post .info a {
	color:#00baff;
	font-weight:normal;
	font-style:italic;
}
#content .post a .calendar-post {
	background:url(images/date.png) no-repeat;
	width:107px;
	height:96px;
	float:left;
	padding:20px 20px 20px 0px;
	margin:10px;
	text-decoration:none;
	text-align:center;
	color:#ffffff;
	font-size:10pt;
	border:none;
	text-transform:uppercase;

}
.calendar-post  div {
    font-weight:bold;
    text-transform:uppercase;
    color:#ffffff;
    font-size:14pt;
    background:transparent;
	text-decoration:none;
}



/*   END POST  */

/* SIDEBAR ITEMS 
************************************/

body#charts-sidebar-body {
    background-color: #021b34;
    width: auto;
    padding: 0px;
    background-image: none;
}

body#charts-sidebar-body #sidebar, .tablecasinositeshead #sidebar {
	float: none;
	clear: both;
	margin: 0px;
	padding:0px;
	width:auto;
	background-color: #021b34;
}


#sidebar {
	float: left;
	width: 190px;
	color: #ffffff;
	margin: 10px 0px 15px 10px;
	font-size:9pt;
}
#sidebar ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#sidebar ul ul, #sidebar ul ol.links {
	padding:0px;
	margin:0px 0px 15px 0px;
	background:#155190 url(images/post.gif) no-repeat;
	background-position:bottom right;
	margin-bottom:10px;
	-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: none;
	list-style:none;
}

#sidebar ul ol.links li { 
	background-position: left;
	list-style-position: inside;
    padding: 5px 0px 5px 15px;
    vertical-align:middle;
	border: none;
}
#sidebar .banners {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	background:#155190 url(images/post.gif) no-repeat;
	background-position:bottom right;
	margin-bottom:10px;
	-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 {
	text-decoration: none;
	color: #ffffff;
}

#sidebar a:hover {
	text-decoration: none;
	color: #00baff;
}
form {
text-align: center;
padding: 15px 0px 15px 0px;
}

form input {
    width: 80%;
    border: 1px solid #8CDFFE;
    background-color: #FFFFFF;
}

#searchsubmit {
    width: 126px;
    height: 45px;
    background-image: url(./images/button1.gif);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    color: #FEFFDA;
    margin: 15px auto 5px auto;
    padding: 0px 0px 0px -5px;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
    font-weight: bold;   
}

#searchsubmit:hover {
    background-image: url(./images/button1_hov.gif);
    background-position: center;
    background-repeat: no-repeat;
    color: #06F436;
}

#searchsubmit:focus {
    outline: none;
}

#searchsubmit:active {
    outline: none;
}

.button:active {
    outline: none;
}

.button:focus {
    outline: none;
}

a:focus {
    outline: none;
}

/*   END SIDEBAR  */



/*   FOOTER  */
#footer {
    display: block;
    background-repeat: no-repeat;
    margin: 0px auto 0px auto;
    background-image: url(./images/footer.jpg);
    width: 1000px;
    height: 56px;
    text-align: center;
}

#footer p {
    display: block;
    margin: 0px 0px 0px 20px;
    float: left;
    padding-top: 15px;
}

#footer p a {
    color: #FFFFFF;
    font-weight: bold;
}

/*   END FOOTER  */


.image_and_button {
    width: auto;
    float: none;
    clear: both;
    text-align: center;
}

img {
    border: none;
    margin: 5px;
}

.review .post .paragraphs {
/*    background-color: #FFFFFF;
    border-bottom: none;
    background-image: url(./images/reviews_bg.jpg);
    background-position: top left;
    background-repeat: repeat-x; 
    padding: 5px;
    margin: 0px;
    padding: 0px;
    background-color: #111111;
    border: 1px solid #262626;
    border-top: 1px solid #111111;
    */
    padding-top: 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -khtml-border-bottom-left-radius: 8px;
    -khtml-border-bottom-right-radius: 8px;
}

#searchsubmit {
    width: 126px;
    height: 45px;
    background-image: url(./images/button1.gif);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    color: #FEFFDA;
    margin: 15px auto 5px auto;
    padding: 0px 0px 0px -5px;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
    font-weight: bold;   
}

#searchsubmit:hover {
    background-image: url(./images/button1_hov.gif);
    background-position: center;
    background-repeat: no-repeat;
    color: #06F436;
}


.image_and_button .button {
    display: block;
    float: none;
    width: 126px;
    height: 33px;
    background-image: url(./images/button1.gif);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    color: #FEFFDA;
    margin: 5px auto 0px auto;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    padding: 9px 0px 0px 0px;
}

.button:hover {
    background-image: url(./images/button1_hov.gif);
    background-position: center;
    background-repeat: no-repeat;
    color: #06F436;
}

.image_and_button .button2{
    display: block;
    float: none;
    width: 126px;
    height: 33px;
    background-image: url(./images/button2.gif);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    color: #807F72;
    margin: 0px auto 0px auto;
    background-color: transparent;
    cursor: pointer;
    font-weight: bold;
    padding: 12px 0px 0px 0px;
    color: #9C99FC;
}

.button2:hover {
    background-image: url(./images/button2_hov.gif);
    background-position: center;
    background-repeat: no-repeat;
    color: #458DF8;
}


td.top10table-1, td.top10table-2, td.top10table-4, td.top10table-5, td .top10table-6, td.top10table-7, td.top10table-8 , td.top10table-9, td.top10table-10  {
	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;} 

.post p a {
	text-decoration: underline;
}

.imgGame, .post_imp_cat_thumb {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.heading img {
    text-align: center;
    vertical-align: middle;
}

.fliesstextboxraummonat, .descriptions {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.fliesstextboxraummonat a, .descriptions a {
    font-size: 9pt;
    color: #7AB7F3;
}

.fliesstextboxraummonat a:hover, .descriptions a:hover {
    color: #FFFFFF;
}

.fliesstextboxraummonat h1, .descriptions h1,
.fliesstextboxraummonat h2, .descriptions h2,
.fliesstextboxraummonat h3, .descriptions h3,
.fliesstextboxraummonat h4, .descriptions h4,
.fliesstextboxraummonat h5, .descriptions h5,
.fliesstextboxraummonat h6, .descriptions h6
{
    text-align: left;
    padding: 7px;
    padding-left: 0px;
    font-size: 9pt;
    margin: 0px;
    float: none;
        color: #00baff;
}

.fliesstextboxraummonat p, .descriptions p
{
    text-align: left;
    padding: 0px;
margin: 0px;
float: none;
}


.fliesstextboxraummonat ul, .descriptions ul, .fliesstextboxraummonat ol, .descriptions ol{
    margin-left: 20px;
    padding-left: 10px;
}

td.top10table-2, td.top10table-5, td .top10table-6, td.top10table-7, td.top10table-8 , td.top10table-9, td.top10table-10  {
	text-align: center; 
	vertical-align: middle;
}

td.top10table-1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.top10table-3, td.top10table-4 {
	text-align: left;
	vertical-align: middle;
}

.charts table td table tr td {
    vertical-align: middle;
}

.charts table td {
    vertical-align: top;
}

.tablecasinositeshead .paragraphs table tr th, .tablecasinositeshead table thead th {
    font-size: 8pt;
}

.tablecasinositeshead .paragraphs table tr td {
    font-size: 8pt;
}

.tablecasinositeshead .paragraphs table {
    border-spacing: 0px;
}

.tablecasinositeshead img {
    border: none;
    margin: 0px;
}



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

/* Color tab styles */

.textVSMALLB, .paragraphs ul.search_textbox li.names {
    background-color: #002449;
    color: #ffffff;
    border: 1px solid #000e1b;
}
.paragraphs ul.search_textbox li {
    background-color: #000e1b;
}
.paragraphs ul.search_textbox li, .paragraphs ul.search_textbox li h4 {
    color: #ffffff;
}

/* Common tab styles */

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

.paragraphs .textVSMALLB {
    margin: 0;
    padding: 5px;
}

.paragraphs .textVSMALLB h1,
.paragraphs .textVSMALLB h2,
.paragraphs .textVSMALLB h3,
.paragraphs .textVSMALLB h4,
.paragraphs .textVSMALLB h5,
.paragraphs .textVSMALLB h6 {
    margin: 0;
}

