/*
CSS Updater (style.php) 
*/

/*
Theme Name: T-0086

*/

* {
    font-family: arial, helvetica, sans-serif;
}

body {
    font-size: 10pt;
    margin: auto;
    padding: 0px;
    float: none;
    background-color: #181415;
}

img {
    border: none;
}

a:active, a:focus, a:visited {
    text-decoration: none;
    outline: none;    
}

h2, h3, h4 {
font-family : Verdana, Arial, Palatino, Sans-Serif;
}

h3, h4, h5, h6  {
    padding: 5px 0px 5px 10px;
    font-size: 10pt;
    font-family : Verdana, Arial, Palatino, Sans-Serif;
}

ul {
    margin: 0px;
    padding: 0px;
}

/*   HEADER  */

#top-div {
    display: block;
    margin: auto;
    background-image: url(./images/head.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #FFFBD6;
    width: 1000px;
    height: 217px;
    text-align: center;
    float: none;
    clear: both;
    margin-top: 0px;
}

h1 {
    float: left;
    margin: auto;
    margin-top: 86px;
    font-size: 22pt;
    width: 430px;
    text-transform: capitalize;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-style: normal;
    padding-left: 90px;
}


h1 a {
    color: #FFFFFF;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    text-transform: capitalize;
}

h1 a:hover {
color: #E2DFDF;
text-decoration: none;
}

.description {
    padding-top: 20px;
}

#nav-div {
    text-align: center;
    font-size: 9pt;
    margin: auto;
    float: none;
    height:28px;
    overflow: hidden;
    width: 1000px;
    padding: 0px;
    background-color: #181415;

}

#nav-div ul {
    margin: 0px;
    list-style-type: none;
    padding-left: 0px;
}

#nav-div ul li {
    display: block;
    _display: inline;
    float: left;
    width: auto;
    padding-top: 0px;
    _padding-top: 7px;
    _height: 30px;
    margin: 0px;
    margin-left: 5px;
}

#nav-div ul li:hover {
}

#nav-div ul li a { 
    display: block;
    _display: inline;
    color: #181818;
    font-size: 9pt;
    font-weight: bold;
    _height: 31px;
    padding: 6px 11px 6px 11px;
    text-decoration: none;
        background-image: url(./images/menu.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #4E4E4E;
    border: 1px solid #D2D2D2;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

#nav-div ul li.current_page_item  { 
text-decoration: none;
}

#nav-div ul li.current_page_item a{ 
    text-decoration: none;
    background-image: url(./images/menu-hover.jpg);
    background-position: top;
    background-repeat: repeat-x;
    color: #ffffff;
    background-color: #930401;
    border: 1px solid #E13F3B;
}

#nav-div ul li a:hover {
    text-decoration: none;
    background-image: url(./images/menu-hover.jpg);
    background-position: top;
    background-repeat: repeat-x;
    color: #ffffff;
    background-color: #930401;
    border: 1px solid #E13F3B;
}



/*   END HEADER  */

/*  MAIN */

#parent-div {
    display: block;
    margin: 0px auto 0px auto;
    width: 1000px;
    padding: 0px;
    border-bottom: 1px dotted #9D9D9D;
    padding-bottom: 20px;
}


/*   END MAIN  */

/*   #POST  */


#middle-div {
    margin-bottom: 10px;
    color: #393738;
    float: none;
    width: 780px;
    _width: 770px;
    margin: auto;
    float:left;

}

.text-div {
    float: none;
    width: 776px;
    _width: 760px;
    margin-left: 7px;
    _margin-left: 3px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #393738;
    padding: 0px;
    border-bottom: 1px dotted #9D9D9D;
}

.contentpaneopen .last_stats_widget ul, .text-div ul, .contentpaneopen .last_stats_widget ol, .text-div ol {
	margin:5px;
	padding:0px;
}

.contentpaneopen .last_stats_widget ul li, .text-div ul li {
	list-style-position:outside;
	padding:0px;
	margin:5px 5px 5px 20px;
	list-style-type:square;
}
.contentpaneopen .last_stats_widget ol li, .text-div ol li {
	list-style-position:outside;
	padding:0px;
	margin:5px 5px 5px 20px;
}
.text-div a {
    color: #C11712;
    font-weight: normal;
    text-decoration: none;
}


.text-div a:hover {
   color: #FE1811;
   text-decoration: none;
   
}

.text-div-title {
    font-family : Verdana, Arial, Palatino, Sans-Serif;
    width: auto;
    height: auto;
    font-size: 11pt;
    font-weight: bold;
    padding: 6px;
    margin: 0px;
    color: #E0DDDD;
    text-align: left;
    letter-spacing: normal;
}

.text-div-title a {
    font-weight: bold;
    color: #E0DDDD;
    text-decoration: none;
}

.text-div-title a:hover {
    color: #9E0805;
    text-decoration: none;
}

.inerm-div {
    margin: 0px;
    padding: 7px;
    color: #E0DDDD;
    padding-top: 0px;
}

.postdate {
    color: #C11712;
    padding-left: 7px;
}


/*   END post-div  */

/*   FOOTER  */
#bottom-div {
    display: block;
    clear: both;
    border-top: none;
    margin: 0px auto 0px auto;
    width: 1000px;
    height: 80px;
    text-align: center;
    background-image: url(./images/bg.gif);
}

#bottom-div-links {
    display: block;
    padding: 37px 0px 0px 0px;
    float: none;
    font-weight: bold;
    font-size: 9pt;
    color: #C11712;
}

#bottom-div-links a {
    color: #ffffff;
    font-weight: bold;
}

#bottom-div-links a:hover {
    color: #C11712;
    text-decoration: none;
}


/* SIDEBAR ITEMS 
************************************/

#s-box {
display: block;
float: right;
width: 200px;
color: #AFABAB;
margin-right: 5px;
_margin-right: 5px;
margin-bottom: 0px;
margin-top: 0px;
padding-left: 10px;
border-left: 1px dotted #9D9D9D;
}

#s-box ul li h4 {
    width: auto;
    height: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 7px;
    margin: 0px;
    color: #ffffff;
    text-align: center;
    letter-spacing: normal;
}


#s-box ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.widget {
    padding: 0px;
}

#s-box ul li ul {
    color: #AFABAB;
    padding: 0px 0px 10px 0px;
    margin:0px;
    background-color: #484848;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border: 3px solid #373737;
}

#s-box ul li ol {
    list-style: none;
    color: #AFABAB;
    padding: 0px 0px 10px 0px;
    margin:0px;
    background-color: #484848;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border: 3px solid #373737;
}

#s-box ul li ul li, #s-box ul li ol li {
border: none;
padding: 0px;
margin: 0px;
padding-left: 5px;
border-bottom: 1px solid #797979;
border-top: 1px solid #373737;
}


#s-box a {
display: block;
text-decoration: none;
color: #ffffff;
padding: 7px 10px 7px 10px;
margin: 0px;
}

#s-box a:hover {
display: block;    
text-decoration: none;
color: #FB1C16;
background-image: url(./images/link-hover.jpg);
_background-image: url(./images/link-hover.gif);
background-position: center left;
background-repeat: no-repeat;
}

#s-box ul li ul li:hover, #s-box ul li ol li:hover {
    background-color: #3C3638;
}

#s-box .banners {
    text-align: center;
    padding: 5px;
    color: #AFABAB;
    background-color: #484848;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border: 3px solid #373737;
}

#s-box .banners a {
    background-image: none;
    padding-left: 0px;
    border: none;
}

#s-box .banners a:hover {
    background-image: none;
    border: none;
    background-color: transparent;
}


#s-box .sidebar-post a {
    background-image: none;
    padding-left: 10px;
}


#s-box .sidebar-post a:hover {
    text-decoration: none;
}

#s-box .banners a:hover {
    text-decoration: none;
}

#s-box .banners  img {
    margin-bottom: 5px;
}

#s-box .banners  object, #s-box .banners  embed {
    margin-bottom: 5px;
 }
 
#s-box .date {
    text-align: left;
    color: #FB1C16;
    font-size: 8pt;
    font-weight: normal;
    margin-bottom: 4px;
}



/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/

#charts {
    width: 994px;
    margin: auto;
    overflow:hidden;
    float:none;
    margin-top: 10px;    
    padding: 5px 1px 5px 1px;
    margin-bottom: 0px;
    background-image: url(./images/bg.gif);
        -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;
    border-bottom: 1px dotted #9D9D9D;
}


.separate-div {
    clear:both;
    float:none;
}

.separator {
    clear:both;
    float:none;
}


.contentpaneopen {
    width: auto;
    height: auto;
    clear: both;
    margin: 0px 2px 10px 2px;
    padding: 0px 3px 0px 3px;
    border: 3px solid #000000;
    background-color: #484848;
    background-image: url(./images/cell.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

.contentpaneopen * {
    width: auto;
    float: none;
}

.contentpaneopen h2 {
    width: auto;
    height: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 7px;
    margin: 0px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: normal;
}

.contentpaneopen h2 a {
    color: #9E0805;
    text-decoration: none;
}
.contentpaneopen h2 a:hover {
    color: #ffffff;
    text-decoration: none;
}


.contentpaneopen .last_stats_widget {
    margin: 0px;
    padding: 0px;
    margin: 0px;
    width: auto;
    float: none;
    clear: both;
    text-align: left;
    color: #010000;
    border: 3px solid #E0E0E0;
    background-color: #9D9D9D;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.contentpaneopen .last_stats_widget object, .contentpaneopen .last_stats_widget embed {
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
}


.contentpaneopen .last_stats_widget table {
    width: 100%;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    }

.contentpaneopen .last_stats_widget table thead th{
    font-size: 7pt;
    padding: 3px; 
    text-align:center;
    font-weight:normal;
    background-image: url(./images/menu-hover.jpg);
    background-position: top;
    background-repeat: repeat-x;
    color: #ffffff;
    background-color: #930401;
}


.contentpaneopen .last_stats_widget table tr td {
    font-size: 8pt;
    padding: 3px;
    color: #000000;
}

td.commentheader-2, td.commentheader-5, td .commentheader-6, td.commentheader-7, td.commentheader-8 , td.commentheader-9, td.commentheader-10  {
	text-align: center; 
	vertical-align: middle;
}

td.commentheader-1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.commentheader-3, td.commentheader-4 {
	text-align: left;
	vertical-align: middle;
}

.charts table td table tr td {
    vertical-align: middle;
}

.charts table td {
    vertical-align: top;
}
.emptycell {
    background-color: transparent;
}
.table_border2 {
    background-color: transparent;
}

.commentbg {
    background-color: transparent;
}

.contentpaneopen .last_stats_widget table tr.table_border2  td, .contentpaneopen .last_stats_widget table tr.commentbg  td {
    border-top: 1px solid #797979;
    border-bottom: 1px solid #BEBEBE;
}

.even:hover, .odd:hover {
    background-color: #8D8A8A;
}

.contentpaneopen a {
    color: #FFFFFF;
    text-decoration: none;
}
.contentpaneopen a:hover {
    color: #A10905;
    text-decoration: none;
}

.contentpaneopen .last_stats_widget table tr td a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}
.contentpaneopen .last_stats_widget table tr td a:hover {
    color: #A10905;
    text-decoration: none;
    display: block;
}

.contentpaneopen .last_stats_widget table tr td img {
    border: none;
}

.contentpaneopen .footer {
    margin: 0px;
    padding: 6px;
    font-size: 9pt;
    text-align: center;
    font-weight: normal;
    width: auto;
    float: none;
    clear: both;
    border: none;
    color: #E43A36;
    margin: 0px;
  
}

.contentpaneopen .footer a {
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
    
    
}
.contentpaneopen .footer a:hover {
    color: #E6E2E2;
    text-decoration: none;
}

.banners, .img_center {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.zone img {
    text-align: center;
    vertical-align: middle;
}

.textboxenpokerheadtermine, .article {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.textboxenpokerheadtermine h1, .article h1,
.textboxenpokerheadtermine h2, .article h2,
.textboxenpokerheadtermine h3, .article h3,
.textboxenpokerheadtermine h4, .article h4,
.textboxenpokerheadtermine h5, .article h5,
.textboxenpokerheadtermine h6, .article h6
{
    text-align: left;
    padding: 7px;
    padding-left: 0px;
    font-size: 10pt;
    margin: 0px;
    float: none;
    font-weight: bold;
}

.textboxenpokerheadtermine p, .article p
{
    text-align: left;
    padding: 0px;
margin: 0px;
float: none;
}


.textboxenpokerheadtermine ul, .article ul, .textboxenpokerheadtermine ol, .article ol{
    margin-left: 20px;
    padding-left: 10px;
}


.contentpaneopen img {
    border: none;
    margin: 0px;
}


/*** TAB STYLES *************************************************************/

/* Color tab styles */

.atext, .last_stats_widget ul.bodytext li.div_last_comments {
    background-color: #484848;
    color: #ffffff;
    border: 1px solid #292929;
}
.last_stats_widget ul.bodytext li {
    background-color: #292929;
}
.last_stats_widget ul.bodytext li, .last_stats_widget ul.bodytext li h4 {
    color: #ffffff;
}

/* Common tab styles */

.last_stats_widget ul.bodytext {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: left;
}
.last_stats_widget ul.bodytext 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;
}
.last_stats_widget ul.bodytext li.div_last_comments {
    padding: 3px 3px 3px 3px;
    border-bottom: none;
}
.last_stats_widget ul.bodytext h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: inline;
}
.last_stats_widget ul.bodytext li.div_last_comments h4 {
    font-weight: bold;
}
.last_stats_widget ul.bodytext li:hover {
    text-decoration: underline;
}

.last_stats_widget .atext {
    margin: 0;
    padding: 5px;
}

.last_stats_widget .atext h1,
.last_stats_widget .atext h2,
.last_stats_widget .atext h3,
.last_stats_widget .atext h4,
.last_stats_widget .atext h5,
.last_stats_widget .atext h6 {
    margin: 0;
}

