/*
CSS Updater (style.php) 
*/

/*
Theme Name: T-0029
*/
@charset "utf-8";

body {
    background:#96b5c7;
    font-family:"Times New Roman", Times, serif;
    font-size:10pt;
    color:#000000;
}

#poker_and_casino_main {
    width: 1000px;
    margin: 0px auto 0px auto;
    padding:0px;
	background:#bcd7e8;
}

#poker_and_casino_top {
    height:126px;
	width:1000px;
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0px;
    margin:0px;
}

#poker_and_casino_top h1 {
    font-size:30pt;
    padding:40px 0px 0px 150px;
    margin:0px;
	text-transform:capitalize;
	font-style:italic;
}

#poker_and_casino_top h1 a {
    color:#264983;
    text-decoration:none;
}


.separator {
	clear:both;
}
/**************************MAIN MENU************************************/

ul.main_top_menu {
    display: block;
    width: 100%;
    height:42px;
    margin: 0px;
    padding: 0px;
	background:url(images/bg-menu.gif) repeat-x;
        overflow: hidden;
}

ul.main_top_menu li {
    display: block;
    float: left;
	background-position:left top;
    position: relative;
    margin-left:10px;
    padding:0px;
	overflow:hidden;
	}

ul.main_top_menu li a {
    display: block;
    text-decoration: none;
	padding: 10px 16px 10px 16px;
    color: #ffffff;
    font-size: 10pt;
	font-style:italic;
	text-transform:uppercase;
	font-weight:bold;
}

ul.main_top_menu li:hover a, .poker_and_casino_post a:hover {
	color:#000000;
	text-decoration:underline;
 }
 
 
#charts {
	width:100%;
	margin:10px 0px 0px 0px;
	float:left;
	overflow:hidden;
}

/*************************GET CONTENT***************************/
#poker_and_casino_conteiner {
	line-height:15px;
	width:762px;
	float:right;
	font-size:9pt;
	margin:0px 5px 10px 0px;
	background-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;
}


.top-content {
	background:url(images/top-content.jpg) no-repeat;
	background-position:top;
	width:762px;
	height:70px;
}

.poker_and_casino_post {
	padding:5px;
	margin:10px 5px 15px 5px;
	background:#FFFFFF url(images/bg-sidebar.gif) no-repeat;
	background-position:left bottom;
	border:1px solid #60d3e5;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
	 font-size: 10pt;
}
.poker_and_casino_post h2 {	
	padding: 10px 5px 10px 5px;
	margin:0px;
	width:auto;
	background-color: transparent;
	background:url(images/bg-menu.gif);
	background-repeat: repeat-x;
	color:#ffffff;
    font-size: 10pt;
	font-style:italic;
	text-transform:uppercase;
	text-align:left;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

.poker_and_casino_post h2 a {
	color:#FFFFFF; 
	font-style:italic;
	text-transform:uppercase;
	text-decoration:none;
	
}

#poker_and_casino_conteiner .poker_and_casino_post a .info-calendar-date {
	width: 81px;
    font-size:10pt;
    border: none;
	margin:0px 10px 0px 0px;
    padding:35px 0px 30px 0px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
	font-size:15pt;
    background-image: url(images/calendar-date.png);
    background-repeat: no-repeat;
	cursor:pointer;
	display:block;
	text-decoration:none;
	float:left;
	font-style:normal;
}
.info-calendar-date  div {
    font-weight:bold;
    color:#ffffff;
    background:transparent;
	text-decoration:none;
	margin:5px;
}

/* SIDEBAR ITEMS 
************************************/

body#charts-sidebar-body {
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	background-image: none;
}

body#charts-sidebar-body #sidebar , .doc-layout #sidebar {
	float: none;
	clear: both;
	margin: 0px;
	width:auto;
}
#sidebar {
	float: left;
	margin: 10px 0px 0px 5px;
	width:200px;
	color: #000000;
}

#sidebar h4, #sidebar h5, #sidebar h2 {
	padding: 10px 5px 10px 5px;
	margin:0px;
	width:auto;
	background-color: transparent;
	background:url(images/bg-menu.gif);
	background-repeat: repeat-x;
	color:#ffffff;
    font-size: 10pt;
	font-style:italic;
	text-transform:uppercase;
	text-align:center;
	-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:#FFFFFF url(images/bg-sidebar.gif) no-repeat;
	background-position:left bottom;
	border:1px solid #60d3e5;
	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;

}

#sidebar ul ul li {
    background-position: left;
    padding: 3px 5px 3px 15px;
	margin:0px;
    vertical-align:middle;
	list-style:none;
	border-top:1px dotted #95b9c9;
}

#sidebar ul ol.links li { 
	background-position: left;
	list-style-position: inside;
    padding: 3px 5px 3px 15px;
    vertical-align:middle;
	border-top:1px dotted #95b9c9;
}
#sidebar .banners {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	margin-bottom:15px;
	background:#FFFFFF url(images/bg-sidebar.gif);
	background-position:left bottom;
	border:1px solid #60d3e5;
	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;
}
#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 ul li a {
	color:#234a83;
	text-decoration:none;
	border-left:3px solid #234a83;
	padding-left:10px;
	font-style:italic;
}
#sidebar ul li a:hover {
	color: #000000;
	border-left:3px solid #000000;
	padding-left:10px;
	text-decoration:underline;
}

#sidebar ol li a, 
#sidebar ul li.sidebar-post a,  
#sidebar a, a {
	border:none;
	padding:0px;
	color:#234a83;
	text-decoration:none;
	font-style:italic;
}
#sidebar a:hover, 
#sidebar ol li a:hover,
#sidebar ul li.sidebar-post a:hover, a:hover {
	color: #000000;
	text-decoration:underline;
	border:none;
	padding:0px;
}
#sidebar ul li li:hover {
	background-color:#FFFFFF;
	opacity:0.5;
	filter: alpha(opacity=50);
	-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 ]***************************************************************/
/****************************************************************************/

.doc-layout {
    width: auto;
    float: none;
    margin:0px 2px 10px 2px;
	padding:5px;
	background-color:#95b5c7;
	border:1px solid #c8e3f3;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

.doc-layout * {
    width: auto;
    float: none;
}


td.groupboxtitle-1, td.groupboxtitle-2, td.groupboxtitle-4, td.groupboxtitle-5, td .groupboxtitle-6, td.groupboxtitle-7, td.groupboxtitle-8 , td.groupboxtitle-9, td.groupboxtitle-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;
}

.doc-layout h2 {
    width: auto;
    height: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
    margin: 0;
    color: #ffffff;    
	text-transform:uppercase;
	text-align:right;
	font-style:italic;
	background:#21adc8 url(images/bg-h2.gif) repeat-x;
	border:1px solid #7ec7da;
	border-bottom:1px solid #c2dced;
	background-position:top;
    letter-spacing: normal;
	-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;
}
.doc-layout h2 a {
    color: #ffffff;
    text-decoration: none;
}
.doc-layout h2 a:hover {
    color: #000000;
    text-decoration: underline;
}


.doc-layout .latestnews {
    margin:0px;
	background:#ffffff;
}

.doc-layout .latestnews h3, h1, h2, h3, h4, h5, h6 {
	color:#224a87;
	font-size:12pt;
}

.doc-layout .latestnews p, 
.doc-layout .latestnews #tabs, 
.doc-layout .latestnews #accordeon {
	padding:5px;
}
.doc-layout .latestnews object, .doc-layout .latestnews embed {
    width: 100%;
}
	
.doc-layout .latestnews ul li a, .doc-layout .latestnews ol li a { 
	border-left:2px solid #224a85;
	color:#224a85;
	padding:0 4px;
}
.doc-layout .latestnews ul li a:hover, .doc-layout .latestnews ol li a:hover {
	color:#000000;
	border-left:2px solid #000000;
}
.doc-layout .latestnews table {
    width: 100%;
    background-color: #ffffff;
}
.doc-layout .latestnews table tr th {
    color: #ffffff;
    font-size:7pt;
    padding: 2px;
	font-weight:normal;
    background:#258ab8 url(images/bg-th.gif) repeat-x;
	background-position:left top;
	border-top:1px solid #1b6a93;
}
.doc-layout .latestnews table tr td {
    padding:2px;
    background-color:#ffffff;
	font-weight:normal;
	border-top:1px solid #d6e4ed;
}
.doc-layout .latestnews table tr.o0 td {
    background-color: #e8f5fb;
}

.doc-layout .latestnews table tr td a {
    color: #264a88;
	font-weight:normal;
    text-decoration: none;
	font-style:normal;
}
.doc-layout .latestnews table tr td a:hover {
    color: #000000;
    text-decoration: underline;
}

.doc-layout .latestnews table tr td img {
    border: none;
	vertical-align:middle;
}
.doc-layout .footer {
    padding: 5px;
    font-size:9pt;
    text-align: left;
	font-weight: bold;
	color:#ffffff;
	background:#5fd2e5;
	border:1px solid #FFFFFF;
	border-top:none;
	-moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
}
.doc-layout .footer a {
   font-weight: bold;
	color:#ffffff;
    text-decoration: none;
	font-style:normal;
}
.doc-layout .footer a:hover {
    color: #000000;
}

/************************GET FOOTER*******************************/
#main_bottom_footer {
	background: url(images/footer.jpg) no-repeat;
    width:auto;
	padding:50px 0px 10px 10px;
	width:1000px;
    background-position:left bottom;
	text-align:center;
}

#main_bottom_footer a {
	text-decoration:none;
	text-transform:uppercase;
    font-size: 10pt;
    font-style:italic;
	color: #214b85;
	font-weight:bold;
}


.pixels, .photographs {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.parts img {
    text-align: center;
    vertical-align: middle;
}

.textfeld179, .blogview_content {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.textfeld179 ul, .blogview_content ul, .textfeld179 ol, .blogview_content ol{
    margin-left: 20px;
    padding-left: 10px;
}

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

/* Color tab styles */

.articles, .latestnews ul.portions li.textboxenpokerhead {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #e0e0e0;
}
.latestnews ul.portions li {
    background-color: #e0e0e0;
}
.latestnews ul.portions li, .latestnews ul.portions li h4 {
    color: #000000;
}

/* Common tab styles */

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

.latestnews .articles {
    margin: 0;
    padding: 5px;
}

.latestnews .articles h1,
.latestnews .articles h2,
.latestnews .articles h3,
.latestnews .articles h4,
.latestnews .articles h5,
.latestnews .articles h6 {
    margin: 0;
}

