/*
CSS Updater (style.php) 
*/

/*
Theme Name: T-0129
*/

* {
    font-family: arial, helvetica, sans-serif;
}

body {
    font-size: 10pt;
    margin: auto;
    padding: 0px;
    float: none;
    background-color: #DEC38E;
    background-image: url(./images/body.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

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  */

#cell-head {
    display: block;
    margin: auto;
    width: 1000px;
    height: 201px;
    text-align: center;
    float: none;
    clear: both;
    background-image: url(./images/head.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

h1 {
    float: right;
    margin: auto;
    font-size: 22pt;
    text-transform: capitalize;
    text-align: left;
    color: #980202;
    font-weight: bold;
    font-style: normal;
    padding: 45px 0px 0px 0px;
    width: 555px;
}


h1 a {
    color: #980202;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    text-transform: capitalize;
}

h1 a:hover {
color: #ffffff;
text-decoration: none;
}

.description {
    text-align: center;
    color: #980202;
    float: right;
    margin-top: 10px;
    text-align: left;
    margin-left: 400px;
    width: 554px;
}

#cell-nav {
    text-align: center;
    float: right;
    font-size: 9pt;
    height: 28px;
    width: 700px;
    overflow: hidden;
    padding: 0px;
    margin: auto;
    margin-top: 0px;
}
        

#cell-nav ul {
    margin: 0px;
    list-style-type: none;
    padding-left: 0px;
}

#cell-nav ul li {
    display: block;
    _display: inline;
    float: right;
    width: auto;
    _height: 30px;
    margin: 0px;
    margin-left: 4px;
        _padding-top: 7px;
}

#cell-nav ul li:hover {
}

#cell-nav ul li a { 
    display: block;
    _display: inline;
    color: #9E330E;
    font-size: 9pt;
    font-weight: bold;
    _height: 30px;
    padding: 6px 13px 7px 13px;
    text-decoration: none;
    background-image: url(./images/menu.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #ffffff;
    -moz-border-radius-bottomleft:      24px;
    -moz-border-radius-bottomright:     16px;
    -webkit-border-bottom-left-radius:  24px;
    -webkit-border-bottom-right-radius: 16px;
    -khtml-border-bottom-left-radius:   24px;
    -khtml-border-bottom-right-radius:  16px;
    }

#cell-nav ul li.current_page_item  { 
text-decoration: none;
}

#cell-nav ul li.current_page_item a{ 
    color: #694E2E;
    text-decoration: none;

    }

#cell-nav ul li a:hover {
    color: #694E2E;
    text-decoration: none;
}



/*   END HEADER  */

/*  MAIN */

#cell-main {
    display: block;
    margin: 0px auto 0px auto;
    width: 1000px;
    padding: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #DEC38E;
    }

/*   END MAIN  */

/*   #POST  */


#cell-content {
    margin-bottom: 10px;
    float: right;
    width: 780px;
    _width: 770px;
    margin: auto;

}

.cell-post {
    display: block;
    float: none;
    width: 765px;
    _width: 765px;
    margin-right: 10px;
    margin-bottom: 15px;
    padding: 0px;
}


.cell-post a {
    color: #9E330E;
    font-weight: normal;
    text-decoration: none;
    
}


.cell-post a:hover {
    color: #ffffff;
   text-decoration:  none;
   
}

.cell-post-title {
    font-family : Verdana, Arial, Palatino, Sans-Serif;
    width: auto;
    height: auto;
    font-size: 11pt;
    padding: 7px;
    margin: 0px;
    color: #9E330E;
    text-align: center;
    letter-spacing: normal;
    background-image: url(./images/title.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #D0A862;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
 }

.cell-post-title a {
    font-weight: bold;
    color: #9E330E;
    text-decoration: none;
}

.cell-post-title a:hover {
    color: #ffffff;
    text-decoration: none;
}

.cell-text {
    display: block;
    margin: 0px;
    padding: 7px;
    padding-top: 1px;
    color: #694E2E;
    background-image: url(./images/post.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}

.cell-date {
float: left;
color: #9E330E;
font-size: 9pt;
font-weight: bold;
margin: 3px 5px 5px 0px;
}

/*   END post-div  */

/*   FOOTER  */
#cell-footer {
    display: block;
    clear: both;
    margin: auto;
    width: 1000px;
    height: 90px;
    text-align: center;
    background-color: #A5814F;
    margin-bottom: 20px;
}

#cell-footer-links {
    display: block;
    padding: 40px 0px 0px 0px;
    float: none;
    font-weight: bold;
    font-size: 9pt;
    color: #2E1E0A;
}

#cell-footer-links a {
    color: #FFFFFF;
    font-weight: bold;
}

#cell-footer-links a:hover {
    color: #2E1E0A;
    text-decoration: none;
}



/*  BAR ITEMS 
************************************/

#cell-sidebar {
display: block;
float: left;
width: 197px;
    color: #9A9898;
margin-left: 7px;
margin-bottom: 0px;
margin-top: 0px;
    padding: 0px;
}

#cell-sidebar ul li h4 {
    width: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 11px 7px 21px 7px;
    margin: 0px;
    color: #9E330E;
    text-align: center;
    letter-spacing: normal;
    background-image: url(./images/h4.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}


#cell-sidebar ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.widget {
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    padding-bottom: 48px;
    background-image: url(./images/widget.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
}

#cell-sidebar ul li ul {
    padding: 5px 0px 10px 0px;
    margin: 0px;
    color: #694E2E;
    background-image: url(./images/side.jpg);
    background-position: left;
    background-repeat: repeat-у;
}


#cell-sidebar ul li ol {
    list-style: none;
    padding: 5px 0px 10px 0px;
    margin: 0px;
    color: #694E2E;
    background-image: url(./images/side.jpg);
    background-position: left;
    background-repeat: repeat-у;
}

#cell-sidebar ul li ul li, #cell-sidebar ul li ol li {
    border: none;
    padding: 0px;
    margin: 0px;
    padding-left: 4px;
}



#cell-sidebar a {
    display: block;
    text-decoration: none;
    color: #9E330E;
    padding: 7px 3px 7px 22px;
    margin: 0px;
    font-weight: normal;
    background-image: url(./images/link.jpg);
    background-position: center left;
    background-repeat: no-repeat;
}

#cell-sidebar a:hover {
    display: block;    
    text-decoration: none;
    color: #694E2E;
    background-image: url(./images/link-hover.jpg);
    background-position: center left;
    background-repeat: no-repeat;
}

#cell-sidebar ul li ul li:hover, #cell-sidebar ul li ol li:hover {

}

#cell-sidebar .banners {
    text-align: center;
    padding: 5px;
    margin: 0px;
    color: #694E2E;
    background-image: url(./images/side.jpg);
    background-position: left;
    background-repeat: repeat-у;
}

#cell-sidebar .banners a {
    background-image: none;
    padding-left: 0px;
    border: none;
}

#cell-sidebar .banners a:hover {
    background-image: none;
    border: none;
    background-color: transparent;
}


#cell-sidebar .sidebar-post a {
    background-image: none;
    padding-left: 17px;
}


#cell-sidebar .sidebar-post a:hover {
    text-decoration: none;
}

#cell-sidebar .banners a:hover {
    text-decoration: none;
}

#cell-sidebar .banners  img {
    margin-bottom: 5px;
}

#cell-sidebar .banners  object, #cell-sidebar .banners  embed {
    margin-bottom: 5px;
 }
 
#cell-sidebar .date {
    text-align: left;
    color: #694E2E;
    font-size: 8pt;
    font-weight: normal;
    margin-bottom: 4px;
}



/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/

#charts {
    width: 998px;
    margin: auto;
    overflow:hidden;
    float:none;
    margin-top: 10px;    
    padding: 5px 1px 5px 1px;
    margin-bottom: 10px;
}


.cell-wrap {
    clear:both;
    float:none;
}

.separator {
    clear:both;
    float:none;
}


.sectiontableheader {
    width: auto;
    height: auto;
    clear: both;
    margin: 0px 1px 10px 1px;
    padding: 0px 3px 0px 3px;
    border: 1px solid #C09455;
    background-color: #C09455;
    background-image: url(./images/cell.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    -moz-border-radius-bottomleft:      9px;
    -moz-border-radius-bottomright:     9px;
    -webkit-border-bottom-left-radius:  9px;
    -webkit-border-bottom-right-radius: 9px;
    -khtml-border-bottom-left-radius:   9px;
    -khtml-border-bottom-right-radius:  9px;
}

.sectiontableheader * {
    width: auto;
    float: none;
}

.sectiontableheader h2 {
    width: auto;
    height: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 7px;
    margin: -1px -4px 0px -4px;
    color: #9E330E;
    text-align: center;
    letter-spacing: normal;
    background-image: url(./images/h2.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #DEC38E;    
}

.sectiontableheader h2 a {
    color: #694E2E;
    text-decoration: none;
}
.sectiontableheader h2 a:hover {
    color: #9E330E;
    text-decoration: none;
}


.sectiontableheader .txboxcontent {
    padding: 0px;
    margin: 9px 3px 0px 3px;
    width: auto;
    float: none;
    clear: both;
    text-align: left;
    color: #694E2E;
    background-color: #CEAF74;
        -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    }

.sectiontableheader .txboxcontent object, .sectiontableheader .txboxcontent embed {
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
}


.sectiontableheader .txboxcontent table {
    width: 100%;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    }

.sectiontableheader .txboxcontent table thead th{
    font-size: 7pt;
    padding: 3px; 
    text-align:center;
    font-weight:normal;
    color: #694E2E;
    border-bottom: 1px solid #694E2E;
}


.sectiontableheader .txboxcontent table tr td {
    font-size: 8pt;
    padding: 3px;
    color: #694E2E;
}

td.footerarea-2, td.footerarea-5, td .footerarea-6, td.footerarea-7, td.footerarea-8 , td.footerarea-9, td.footerarea-10  {
	text-align: center; 
	vertical-align: middle;
}

td.footerarea-1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.footerarea-3, td.footerarea-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;
}
.tablepkrpoker {
    background-color: transparent;
}

.rightarrowclass {
    background-color: transparent;
}

.sectiontableheader .txboxcontent table tr.tablepkrpoker  td, .sectiontableheader .txboxcontent table tr.rightarrowclass  td {
    border-bottom: 1px solid #DBC08C;
    border-top: 1px solid #AB7F3E;
}

.even:hover, .odd:hover {
    background-color: #E4C791;
}

.sectiontableheader a {
    color: #9E330E;
    text-decoration: none;
}
.sectiontableheader a:hover {
    color: #ffffff;
    text-decoration: none;
}

.sectiontableheader .txboxcontent table tr td a {
    color: #ffffff;
    text-decoration: none;
    display: block;
}
.sectiontableheader .txboxcontent table tr td a:hover {
    color: #9E330E;
    text-decoration: none;
    display: block;
}

.sectiontableheader .txboxcontent table tr td img {
    border: none;
}

.sectiontableheader .footer {
    padding: 5px 10px 5px 5px;
    font-size: 8pt;
    text-align: right;
    font-weight: bold;
    width: auto;
    float: none;
    clear: both;
    color: #694E2E;
    background-image: url(./images/cellfoot.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

.sectiontableheader .footer a {
    font-weight: bold;
    font-size: 8pt;
    color: #9E330E;
    text-decoration: none;
    
    
}
.sectiontableheader .footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

.new-img, .post_content_left_entry_thumb {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.tabletext img {
    text-align: center;
    vertical-align: middle;
}

.point, .text {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.point h1, .text h1,
.point h2, .text h2,
.point h3, .text h3,
.point h4, .text h4,
.point h5, .text h5,
.point h6, .text h6
{
    text-align: left;
    padding: 7px;
    padding-left: 0px;
    font-size: 10pt;
    margin: 0px;
    float: none;
    font-weight: bold;
}

.point p, .text p
{
    text-align: left;
    padding: 0px;
margin: 0px;
float: none;
}


.point ul, .text ul, .point ol, .text ol{
    margin-left: 20px;
    padding-left: 10px;
}


.sectiontableheader img {
    border: none;
    margin: 0px;
}


/*** TAB STYLES *************************************************************/

/* Color tab styles */

.widget-bottom, .txboxcontent ul.textBIGLinie li.caption {
    background-color: #C09455;
    color: #ffffff;
    border: 1px solid #EAD5AD;
}
.txboxcontent ul.textBIGLinie li {
    background-color: #EAD5AD;
}
.txboxcontent ul.textBIGLinie li, .txboxcontent ul.textBIGLinie li h4 {
    color: #9E330E;
}

/* Common tab styles */

.txboxcontent ul.textBIGLinie {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: left;
    margin-top: 4px;
}
.txboxcontent ul.textBIGLinie li {
    list-style: none;
    display: inline;
    cursor: pointer;
    margin: 0 0 0 4px;
    background-color: #EAD5AD;
    margin-top: 5px;
    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;
}
.txboxcontent ul.textBIGLinie li.caption {
    padding: 3px 3px 3px 3px;
    border-bottom: none;
}
.txboxcontent ul.textBIGLinie h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: inline;
}
.txboxcontent ul.textBIGLinie li.caption h4 {
    font-weight: bold;
}
.txboxcontent ul.textBIGLinie li:hover {
    text-decoration: none;

}


.txboxcontent ul.textBIGLinie h4:hover {
        color: #694E2E;
}

.txboxcontent ul.textBIGLinie li.caption h4:hover {
    color: #694E2E;
}

.txboxcontent .widget-bottom {
    margin: 0;
    padding: 5px;    
}

.txboxcontent .widget-bottom a {
}

.txboxcontent .widget-bottom a:hover {
    color #694E2E;
}

.txboxcontent .widget-bottom h1,
.txboxcontent .widget-bottom h2,
.txboxcontent .widget-bottom h3,
.txboxcontent .widget-bottom h4,
.txboxcontent .widget-bottom h5,
.txboxcontent .widget-bottom h6 {
    margin: 0;
}

