/*
CSS Updater (style.php) 
*/

/*
Theme Name: T-0079
*/
@charset "utf-8";

body {
    background: url(images/bg.gif) repeat;
	background-position:bottom;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:9pt;
    color:#ffffff;
}

#main_casino {
    width: 1000px;
    margin: 0px auto 0px auto;
    padding:0px;
	line-height:17px;
}

#top_casino {
    height:263px;
	width:1000px;
    background: url(images/header.jpg);
	background-repeat: no-repeat;
    background-position: left top;
    padding: 0px;
    margin:0px;
	text-align:center;
	position:relative;
	float:left;
}

#top_casino h1 {
    font-size:22pt;
    padding:0px;
    margin:80px 0px 0px 0px;
	text-transform:normal;
}

#top_casino h1 a {
    color:#ffffff;
    text-decoration:none;
	font-weight:bold;
}
h1, h2, h3, h4, h5, h6 {
	font-size:10pt;
	font-weight:bold;
	padding:5px;
	margin:0px;
	text-transform:capitalize;
}
.separator {
	clear:both;
}

a img {
	border:none;
}
/**************************MAIN MENU************************************/
#menu_casino {
	position: relative;
	top: 0px;
	width: 800px;
	height:40px;
	margin: 0px;
	padding: 0px;
	background:transparent;
	background-position: top right;
	overflow:hidden;
	float:right;
}

#menu_casino ul {
    margin:0px;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

#menu_casino ul li {
    display: block;
    float: left;
    position: relative;
    padding:0px;
	margin-right:2px;
	background:#fff5db;
	border:1px solid #fff5db;
	border-bottom:none;
	background-position:top;
	-moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    -khtml-border-top-right-radius: 10px;
}

#menu_casino ul li a {
    display: block;
    text-decoration: none;
	padding: 11px 16px 11px 16px;
    color: #000000;
    font-size: 9pt;
}

#menu_casino ul  li:hover a, #menu_casino ul  li a:hover {
	background:#fab706;
	color:#ffffff;
	-moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    -khtml-border-top-right-radius: 10px;
 }
 
 
#charts {
	width:98%;
	margin:0px;
	padding:10px;
	float:left;
	overflow:hidden;
	background:#165403 url(images/bg-charts.gif) repeat-x;
	background-position:left bottom;
	border-bottom:1px solid #fab706;
	-moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    -khtml-border-top-right-radius: 10px;
}

/*************************GET content***************************/
#conteiner_casino {
	width:78%;
	float:right;
	padding:0px;
	margin-top:10px;
}


.post_casino {
	padding:5px;
	margin:0px;
}

.info_casino {
	float:left;
	width:90%;
	margin:0px;
}
#conteiner_casino h2 {	
	padding:5px;
	margin:0px;
	width:auto;
	color:#ffffff;
	background:#377a33 url(images/bg-cell-h2.gif) repeat-x;
	background-position:top;
	border:1px solid #85c859;
	text-align:center;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

#conteiner_casino h2 a {
	color:#ffffff; 
	text-decoration:none;
	font-weight:bold;
}
.post_casino a .calendardate_casino {
	width: 52px;
    font-size:10pt;
    border: none;
	margin:5px 10px 0px 0px;
    padding:7px 0px 5px 0px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
	font-size:10pt;
    background:#fab706;
	cursor:pointer;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	float:left;
	font-style:normal;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}


.post_casino a img  {
	border:none;
}
.calendardate_casino div {
    font-weight:bold;
    color:#ffffff;
    background:transparent;
	text-decoration:none;
	font-size:10pt;
}

/* SIDEBAR ITEMS 
************************************/

body#charts-sidebar-body {
	padding: 0px;
	margin: 0px;
	background-image: none;
}

body#charts-sidebar-body #sidebar , .contentpane #sidebar {
	float: none;
	clear: both;
	margin: 0px;
	width:auto;
}
#sidebar {
	float: left;
	margin: 10px 0px 15px 0px;
	width:200px;
}

#sidebar ul li h4 {
	padding: 8px 5px 8px 5px;
	margin:0px;
	background:#23780b url(images/bg-h2-sidebar.jpg) no-repeat;
	background-position:top right;
	text-align:center;
	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:#23780b url(images/bg-sidebar.jpg) no-repeat;
	background-position:top right;
    -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 10px;
	margin:0px;
    vertical-align:middle;
	list-style-type:square;
	list-style-position: inside;
	border-top:1px solid #37bc15;
	border-bottom:1px solid #246108;
	-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.sidebar-post {
	list-style:none;
}

#sidebar ul ol.links li { 
	background-position: left;
	list-style-position: inside;
    padding: 3px 5px 3px 10px;
    vertical-align:middle;
	border-top:1px solid #37bc15;
	border-bottom:1px solid #246108;
	-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 {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	margin:0px 0px 15px 0px;
	background:#23780b url(images/bg-sidebar.jpg) no-repeat;
	background-position:top right;
    -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:#ffc11f;
	text-decoration:none;
}
#sidebar a:hover, a:hover {
	color: #ffffff;
	text-decoration:none;
}

/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/

.contentpane {
    width: auto;
    float: none;
    margin:0px 2px 10px 2px;
	padding:5px;
	background:#23780b url(images/bg-content.gif) no-repeat;
	background-position:center bottom;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
	border:2px solid #144e03;
}

.contentpane * {
    width: auto;
    float: none;
}

.contentpane h2 {
    width: auto;
    height: auto;
    font-weight: bold;
    padding: 5px;
    margin: 0;
    color: #ffffff;    
	text-align:center;
	background:#377a33 url(images/bg-cell-h2.gif) repeat-x;
	background-position:top;
	border:1px solid #85c859;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}
.contentpane h2 a {
    color: #ffffff;
    text-decoration: none;
	font-weight:bold;
}
.contentpane h2 a:hover {
    color: #fab706;
    text-decoration: underline;
}


.contentpane .rss-data {
    margin:5px 0px 5px 0px;
	padding:0px;
	background:#fff5db;
	color:#000000;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}
.charts table td table tr td {
    vertical-align: middle;
}
.charts table td {
    vertical-align: top;
}
.emptycell {
	background-color: transparent;
}
td.moduletableanwalt-1 {
	text-align: right; 
	vertical-align: middle;
}

td.moduletableanwalt-2, td.moduletableanwalt-5, td .moduletableanwalt-6, td.moduletableanwalt-7, td.moduletableanwalt-8 , td.moduletableanwalt-9, td.moduletableanwalt-10 {
	text-align: center; 
	vertical-align: middle;
}

td.moduletableanwalt-3, td.moduletableanwalt-4  {
	text-align: left; 
	vertical-align: middle;
}


.banner_300_widget, .imgSchool1 {
	vertical-align:middle;
	text-align:center;
	padding:auto;
}


.contentpane .rss-data #tabs, 
.contentpane .rss-data #accordeon, 
.portions,
.moduletable_text {
	padding:5px;
}
.contentpane .rss-data object, .contentpane .rss-data embed {
    width: 100%;
}
.contentpane .rss-data ul, .post_casino ul, .contentpane .rss-data ol, .post_casino ol {
	margin:5px;
	padding:0px;
	
}
.contentpane .rss-data ul li, .post_casino ul li {
	list-style-position:outside;
	padding:0px;
	margin:5px 5px 5px 20px;
	list-style-type:square;
}
.contentpane .rss-data ol li, .post_casino ol li {
	list-style-position:outside;
	padding:0px;
	margin:5px 5px 5px 20px;
}
.contentpane .rss-data table {
    width: 100%;
    background-color: #fff5db;
	border-spacing:0px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}
.contentpane .rss-data table tr th {
    color: #000000;
    font-size:7pt;
    padding: 2px;
	font-weight:normal;
    background:#fab706;
	border-bottom:1px solid #000000;
}

.contentpane .rss-data table tr td {
	font-size:8pt;
    padding:4px 2px 4px 2px;
    background-color:#fff5db;
	font-weight:normal;
	vertical-align:middle;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #b0afaf;
}
.contentpane .rss-data table tr.comment_author td {
    background-color: #ffeec1;
}

.contentpane .rss-data table tr td a, .contentpane .rss-data a  {
    color: #d97b00;
	font-weight:normal;
    text-decoration: none;
}
.contentpane .rss-data table tr td a:hover, .contentpane .rss-data a:hover, .contentpane .footer a:hover {
    color: #000000;
    text-decoration: none;
}

.contentpane .rss-data table tr td img {
    border: none;
	vertical-align:middle;
}
.contentpane .footer {
    padding: 5px;
    font-size:8pt;
    text-align: center;
	font-weight:bold;
	color:#ffffff;
	border:1px solid #36c014;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}
.contentpane .footer a {
	color:#ffffff;
    text-decoration: none;
	font-weight:bold;
}

/************************GET FOOTER*******************************/
#foot_casino {
	width:auto;
	text-align:center;
	background:url(images/bg-footer.gif) repeat-x;
	background-position: left top;
	height:30px;
	padding-top:15px;
	margin:0px;
	color:#ffc11f;
	border-top:1px solid #fab706;
}

#foot_casino a, a {
	text-decoration:none;
	color: #ffc11f;
}

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

/* Color tab styles */

.chapter, .rss-data ul.contentcontentarea li.ttext {
    background-color: #23780b;
    color: #ffffff;
    border: 1px solid #1b5908;
}
.rss-data ul.contentcontentarea li {
    background-color: #1b5908;
}
.rss-data ul.contentcontentarea li, .rss-data ul.contentcontentarea li h4 {
    color: #ffffff;
}

/* Common tab styles */

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

.rss-data .chapter {
    margin: 0;
    padding: 5px;
}

.rss-data .chapter h1,
.rss-data .chapter h2,
.rss-data .chapter h3,
.rss-data .chapter h4,
.rss-data .chapter h5,
.rss-data .chapter h6 {
    margin: 0;
}

