/*
CSS Updater (style.php) 
*/

/*
Theme Name: T-0097

*/

* {
    font-family: arial, helvetica, sans-serif;
}

body {
    font-size: 10pt;
    margin: auto;
    padding: 0px;
    float: none;
    background-image: url(./images/bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #666666;
}

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  */

#h-ctr {
    display: block;
    margin: auto;
    width: 1000px;
    height: 209px;
    text-align: center;
    float: none;
    clear: both;
    background-image: url(./images/head.jpg);
    background-repeat: no-repeat;
}

h1 {
    float: none;
    margin: auto;
    padding-top: 84px;
    font-size: 18pt;
    text-transform: capitalize;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-style: normal;
}


h1 a {
    color: #ffffff;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    text-transform: capitalize;
}

h1 a:hover {
color: #666666;
text-decoration: none;
}

.description {
    color: #;
}


#n-ctr {
    text-align: center;
    float: none;
    font-size: 9pt;
    margin: auto;
    height: 33px;
    width: 1000px;
    overflow: hidden;
    background-color: #CCCCCC;
    border-bottom: 1px solid #D6D6D6;
    }
        

#n-ctr ul {
    margin: 0px;
    list-style-type: none;
    padding-left: 0px;
}

#n-ctr ul li {
    display: block;
    _display: inline;
    float: left;
    width: auto;
    padding-top: 0px;
    _padding-top: 7px;
    margin: 0px;
    margin-left: 4px;
}

#n-ctr ul li:hover {
}

#n-ctr ul li a { 
    display: block;
    _display: inline;
    color: #ffffff;
    font-size: 9pt;
    font-weight: bold;
    _height: 30px;
    padding: 8px 7px 8px 15px;
    text-decoration: none;
}

#n-ctr ul li.current_page_item  { 
text-decoration: none;
}

#n-ctr ul li.current_page_item a{ 
    color: #666666;
    text-decoration: underline;
  }

#n-ctr ul li a:hover {
    color: #666666;
    text-decoration: underline;

}



/*   END HEADER  */

/*  MAIN */

#m-ctr {
    display: block;
    margin: 0px auto 0px auto;
    width: 1000px;
    padding: 0px;
    padding-bottom: 10px;
    padding-top: 0px;
    background-color: #ffffff;
}

/*   END MAIN  */

/*   #POST  */


#c-ctr {
    margin-bottom: 10px;
    color: #000000;
    float: right;
    width: 780px;
    margin: auto;

}

.p-ctr {
    display: block;
    float: none;
    width: 765px;
    _width: 765px;
    margin-right: 5px;
    margin-bottom: 15px;
    padding: 0px;
}


.p-ctr a {
    color: #FF0102;
    font-weight: normal;
    text-decoration: none;
}


.p-ctr a:hover {
   color: #4A4949;
   text-decoration: none;
   
}

.p-ctr-title {
    font-family : Verdana, Arial, Palatino, Sans-Serif;
    width: auto;
    height: auto;
    font-size: 11pt;
    padding: 7px;
    padding-right: 23px;
    margin: 0px;
    margin-right: -20px;
    _margin-right: 0px;
    color: #ffffff;
    text-align: right;
    letter-spacing: normal;
    background-color: #666666;
    background-image: url(./images/title.jpg);
    background-position: center right;
    background-repeat: no-repeat;
}

.p-ctr-title a {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.p-ctr-title a:hover {
    color: #DFDBDB;
    text-decoration: none;
}

.t-ctr {
    display: block;
    margin: 0px;
    padding: 7px;
    padding-top: 1px;
    color: #000000;
    background-color: #CCCCCC;
}

.p-d-ctr {
    color: #FF0102;
    float: none;
    margin: 0px;
    padding: 4px 7px 0px 0px;
}

/*   END post-div  */

/*   FOOTER  */
#f-ctr {
    display: block;
    clear: both;
    border-top: none;
    margin: auto;
    width: 1000px;
    height: 80px;
    text-align: center;
    background-image: url(./images/foot.jpg);
    background-position: top;
    background-repeat: repeat-x;
}

#f-ctr-links {
    display: block;
    padding: 35px 5px 0px 5px;
    float: none;
    font-weight: bold;
    font-size: 9pt;
    color: #444343;
}

#f-ctr-links a {
    color: #FF0102;
    font-weight: bold;
}

#f-ctr-links a:hover {
    color: #444343;
    text-decoration: none;
}


/* SIDEBAR ITEMS 
************************************/

#s-ctr {
display: block;
float: left;
width: 200px;
color: #363535;
margin-left: 5px;
margin-bottom: 0px;
margin-top: 0px;
    padding: 0px;
}

#s-ctr ul li h4 {
    width: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 7px 7px 7px 23px;
    margin: 0px;
    margin-left: -7px;
    _margin-left: 0px;
    color: #ffffff;
    text-align: left;
    letter-spacing: normal;
    background-color: #666666;
    background-image: url(./images/h4.jpg);
    background-position: center left;
    background-repeat: no-repeat;
}


#s-ctr ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.widget {
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

#s-ctr ul li ul {
    padding: 5px 0px 10px 0px;
    margin: 0px;
    color: #363535;
    background-color: #CCCCCC;
}

#s-ctr ul li ol {
    list-style: none;
    padding: 5px 0px 10px 0px;
    margin: 0px;
    color: #363535;
        background-color: #CCCCCC;
}

#s-ctr ul li ul li, #s-ctr ul li ol li {
    border: none;
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
    background-image: url(./images/side.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}


#s-ctr a {
    display: block;
    text-decoration: none;
    color: #000000;
    padding: 7px 10px 7px 15px;
    margin: 0px;
    background-image: url(./images/link.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    
}

#s-ctr a:hover {
    display: block;    
    text-decoration: none;
    color: #FB0E0F;
    background-image: url(./images/link-hover.jpg);
    _background-image: url(./images/li-hover.gif);
    background-position: center left;
    background-repeat: no-repeat;
}

#s-ctr ul li ul li:hover, #s-ctr ul li ol li:hover {
}

#s-ctr .banners {
    text-align: center;
    padding: 5px;
    margin: 0px;
    color: #363535;
        background-color: #CCCCCC;

}

#s-ctr .banners a {
    background-image: none;
    padding-left: 0px;
    border: none;
}

#s-ctr .banners a:hover {
    background-image: none;
    border: none;
    background-color: transparent;
}


#s-ctr .sidebar-post a {
    background-image: none;
    padding-left: 10px;
}


#s-ctr .sidebar-post a:hover {
    text-decoration: none;
}

#s-ctr .banners a:hover {
    text-decoration: none;
}

#s-ctr .banners  img {
    margin-bottom: 5px;
}

#s-ctr .banners  object, #s-ctr .banners  embed {
    margin-bottom: 5px;
 }
 
#s-ctr .date {
    text-align: left;
    color: #FB0E0F;
    font-size: 8pt;
    font-weight: normal;
    margin-bottom: 4px;
}



/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/

#charts {
    width: 998px;
    margin: auto;
    overflow:hidden;
    float:none;
    margin-top: 0px;    
    padding: 5px 1px 5px 1px;
    margin-top: 0px;
}


.w-ctr {
    clear:both;
    float:none;
}

.separator {
    clear:both;
    float:none;
}


.textboxenpokerheadtermine {
    width: auto;
    height: auto;
    clear: both;
    margin: 0px 2px 10px 2px;
    padding: 5px 3px 5px 3px;
    background-color: #CBCBCB;
    background-image: url(./images/cell.jpg);
    background-position: top;
    background-repeat: repeat-x;
}

.textboxenpokerheadtermine * {
    width: auto;
    float: none;
}

.textboxenpokerheadtermine h2 {
    width: auto;
    height: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 7px;
    margin: 0px;
    color: #ffffff;
    text-align: center;
    letter-spacing: normal;
    background-image: url(./images/h2.jpg);
    background-position: top;
    background-repeat: repeat-x;
    border: 1px solid #CCCCCC;
    background-color: #DE0100;
    margin-bottom: 5px;
    
}

.textboxenpokerheadtermine h2 a {
    color: #FADCDD;
    text-decoration: none;
}
.textboxenpokerheadtermine h2 a:hover {
    color: #ffffff;
    text-decoration: none;
}


.textboxenpokerheadtermine .tablewidget {
    margin: 0px;
    padding: 0px;
    width: auto;
    float: none;
    clear: both;
    text-align: left;
    color: #000000;
    background-color: #CCCCCC;
    border-bottom: none;
    border-top: none;
    margin-bottom: 5px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
}

.textboxenpokerheadtermine .tablewidget object, .textboxenpokerheadtermine .tablewidget embed {
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
}


.textboxenpokerheadtermine .tablewidget table {
    width: 100%;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    }

.textboxenpokerheadtermine .tablewidget table thead th{
    font-size: 7pt;
    padding: 3px; 
    text-align:center;
    font-weight:normal;
    color: #666666;
    border-bottom: 2px solid #666666;
}


.textboxenpokerheadtermine .tablewidget table tr td {
    font-size: 8pt;
    padding: 3px;
    color: #000000;
}

td.titleArrow-2, td.titleArrow-5, td .titleArrow-6, td.titleArrow-7, td.titleArrow-8 , td.titleArrow-9, td.titleArrow-10  {
	text-align: center; 
	vertical-align: middle;
}

td.titleArrow-1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.titleArrow-3, td.titleArrow-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;
}
.cls2 {
    background-color: transparent;
}

.toproomsrow4 {
background-color: transparent;
}

.textboxenpokerheadtermine .tablewidget table tr.cls2  td, .textboxenpokerheadtermine .tablewidget table tr.toproomsrow4  td {
border-bottom: 1px solid #ffffff;
}

.even:hover, .odd:hover {
   background-color: #DEDBDB;
}

.textboxenpokerheadtermine a {
    color: #FF0102;
    text-decoration: none;
}
.textboxenpokerheadtermine a:hover {
    color: #4A4949;
    text-decoration: none;
}

.textboxenpokerheadtermine .tablewidget table tr td a {
    color: #FF0102;
    text-decoration: none;
    display: block;
}
.textboxenpokerheadtermine .tablewidget table tr td a:hover {
    color: #4A4949;
    text-decoration: none;
    display: block;
}

.textboxenpokerheadtermine .tablewidget table tr td img {
    border: none;
}

.textboxenpokerheadtermine .footer {
    margin: 0px;
    padding: 7px;
    font-size: 8pt;
    text-align: right;
    font-weight: bold;
    width: auto;
    float: none;
    clear: both;
    color: #ffffff;
    border-top: none;
    background-color: #666666;
    border-bottom: 3px solid #ffffff;
}

.textboxenpokerheadtermine .footer a {
    font-weight: bold;
    font-size: 8pt;
    color: #FF0102;
    text-decoration: none;
    
    
}
.textboxenpokerheadtermine .footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.subpagesimages, .imageframe {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.tabletext img {
    text-align: center;
    vertical-align: middle;
}

.blogtable, .columncontent {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.blogtable h1, .columncontent h1,
.blogtable h2, .columncontent h2,
.blogtable h3, .columncontent h3,
.blogtable h4, .columncontent h4,
.blogtable h5, .columncontent h5,
.blogtable h6, .columncontent h6
{
    text-align: left;
    padding: 7px;
    padding-left: 0px;
    font-size: 10pt;
    margin: 0px;
    float: none;
    font-weight: bold;
}

.blogtable p, .columncontent p
{
    text-align: left;
    padding: 0px;
margin: 0px;
float: none;
}


.blogtable ul, .columncontent ul, .blogtable ol, .columncontent ol{
    margin-left: 20px;
    padding-left: 10px;
}


.textboxenpokerheadtermine img {
    border: none;
    margin: 0px;
}


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

/* Color tab styles */

.feeds_widget_line2, .tablewidget ul.background_main li.postmetadata {
    background-color: #cccccc;
    color: #000000;
    border: 1px solid #adadad;
}
.tablewidget ul.background_main li {
    background-color: #adadad;
}
.tablewidget ul.background_main li, .tablewidget ul.background_main li h4 {
    color: #000000;
}

/* Common tab styles */

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

.tablewidget .feeds_widget_line2 {
    margin: 0;
    padding: 5px;
}

.tablewidget .feeds_widget_line2 h1,
.tablewidget .feeds_widget_line2 h2,
.tablewidget .feeds_widget_line2 h3,
.tablewidget .feeds_widget_line2 h4,
.tablewidget .feeds_widget_line2 h5,
.tablewidget .feeds_widget_line2 h6 {
    margin: 0;
}

