/*
CSS Updater (style.php) 
*/

/*                                                  
Theme Name: T-0131
*/

* {
    font-family: arial, helvetica, sans-serif;
}

body {
    font-size: 10pt;
    margin: auto;
    padding: 0px;
    float: none;
    background-image: url(./images/bg.gif);
}

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  */

#conteyner-top {
    display: block;
    margin: auto;
    width: 1000px;
    height: 179px;
    text-align: center;
    float: none;
    clear: both;
    background-image: url(./images/head.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

#bg {
    width: auto;
    float: none;
    margin:0px;
    background-image: url(./images/top.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    height: 53px;
}

h1 {
    float: left;
    margin: auto;
    font-size: 22pt;
    text-transform: capitalize;
    text-align: center;
    color: #F9DB81;
    font-weight: bold;
    font-style: normal;
    padding: 15px 0px 0px 0px;
    width: 600px;
    margin-left: 170px;
    _margin-left: 85px;
}


h1 a {
    color: #F9DB81;
    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: #C3B99F;
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 600px;
    margin-left: 170px;
    _margin-left: 85px;
}

#conteyner-menu {
    text-align: center;
    float: right;
    font-size: 9pt;
    height: 30px;
    width: 990px;
    overflow: hidden;
    padding: 0px 5px 0px 5px;
    margin: auto;
    margin-top: 20px;
}
        

#conteyner-menu ul {
    margin: 0px;
    list-style-type: none;
    padding-left: 0px;
}

#conteyner-menu ul li {
    display: block;
    _display: inline;
    float: left;
    width: auto;
    _height: 30px;
    margin: 0px;
    _padding-top: 7px;
}

#conteyner-menu ul li:hover {
}

#conteyner-menu ul li a { 
    display: block;
    _display: inline;
    color: #ffffff;
    font-size: 9pt;
    font-weight: bold;
    _height: 30px;
    padding: 7px 11px 7px 11px;
    text-decoration: none;
    }

#conteyner-menu ul li.current_page_item  { 
text-decoration: none;
}

#conteyner-menu ul li.current_page_item a{ 
    color: #F4D367;
    text-decoration: none;
    background-color: #271E24;
    background-image: url(./images/hover.jpg);
    background-position: bottom;
    background-repeat: repeat-x;

    }

#conteyner-menu ul li a:hover {
    color: #F4D367;
    text-decoration: none;
    background-color: #271E24;
    background-image: url(./images/hover.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
}



/*   END HEADER  */

/*  MAIN */

#conteyner-main {
    display: block;
    margin: 0px auto 0px auto;
    width: 1000px;
    padding: 10px 0px 20px 0px;
    border: 1px solid #221114;
    border-top: none;
    background-color: #000000;
    -moz-border-radius-topleft:      9px;
    -moz-border-radius-topright:     9px;
    -webkit-border-top-left-radius:  9px;
    -webkit-border-top-right-radius: 9px;
    -khtml-border-top-left-radius:   9px;
    -khtml-border-top-right-radius:  9px;
    border-bottom: none;
    }

/*   END MAIN  */

/*   #POST  */


#conteyner {
    float: right;
    width: 780px;
    _width: 770px;
    margin: auto;
}

.conteyner-post {
    display: block;
    float: right;
    width: 770px;
    _width: 760px;
    margin-right: 5px;
    padding: 0px;
    margin-bottom: 10px;
}


.conteyner-post a {
    color: #F4D367;
    font-weight: normal;
    text-decoration: none;
    
}


.conteyner-post a:hover {
    color: #ffffff;
   text-decoration:  none;
   
}

.conteyner-post-title {
    font-family : Verdana, Arial, Palatino, Sans-Serif;
    width: auto;
    height: auto;
    font-size: 11pt;
    padding: 0px 5px 0px 17px;
    margin: 0px;
    color: #F9DB81;
    text-align: left;
    letter-spacing: normal;
 }

.conteyner-post-title a {
    font-weight: bold;
    color: #F9DB81;
    text-decoration: none;
}

.conteyner-post-title a:hover {
    color: #ffffff;
    text-decoration: none;
}

.conteyner-text {
    display: block;
    margin: 0px;
    padding: 7px;
    padding-top: 1px;
    color: #C3B99F;
}

.conteyner-date {
    float: left;
background-image: url(./images/date.jpg);
width: 62px;
height: 58px;
margin: 10px 10px 5px 0px;
color: #FFFFFF;
}

.conteyner-date_1 {
padding: 7px 0px 0px 12px;
font-size: 9pt;
font-weight: normal;
text-align: center;
color: #ffffff;
font-weight: bold;
}

.conteyner-date_2 {
padding-left: 12px;
font-size: 12pt;
font-weight: normal;
text-align: center;
font-weight: bold;
margin: 0px;
}

/*   END post-div  */

/*   FOOTER  */
#conteyner-foot {
    display: block;
    clear: both;
    margin: auto;
    width: 1000px;
    height: 88px;
    text-align: center;
    margin-bottom: 20px;
    background-image: url(./images/footer.jpg);
    background-position: top;
    background-repeat: no-repeat;
}

#conteyner-foot-links {
    display: block;
    padding: 29px 0px 0px 0px;
    float: none;
    font-weight: bold;
    font-size: 9pt;
    color: #C3B99F;
}

#conteyner-foot-links a {
    color: #F4D367;
    font-weight: bold;
}

#conteyner-foot-links a:hover {
    color: #C3B99F;
    text-decoration: none;
}



/*  BAR ITEMS 
************************************/

#conteyner-side {
display: block;
float: left;
width: 204px;
margin-left: 10px;
margin-bottom: 0px;
margin-top: 0px;
    padding: 0px;
}

#conteyner-side ul li h4 {
    width: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 23px 5px 7px 5px;
    margin: 0px;
    color: #F9DB81;
    text-align: center;
    letter-spacing: normal;
    background-image: url(./images/h4.jpg);
    background-position: top left;
    background-repeat: no-repeat;
        background-color: #011425;
}


#conteyner-side ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.widget {
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
    padding-bottom: 51px;
    background-image: url(./images/widget.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
}

#conteyner-side ul li ul {
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
    color: #C3B99F;
    background-color: #291C25;
    border: 2px solid #D5B446;
    border-top: none;
    border-bottom: none;
}


#conteyner-side ul li ol {
    list-style: none;
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
    color: #C3B99F;
    background-color: #291C25;
    border: 2px solid #D5B446;
    border-top: none;
    border-bottom: none;
}

#conteyner-side ul li ul li, #conteyner-side ul li ol li {
    border: none;
    padding: 0px;
    margin: 0px;
    padding-left: 15px;
}



#conteyner-side a {
    display: block;
    text-decoration: none;
    color: #F4D367;
    padding: 7px 3px 7px 20px;
    margin: 0px;
    font-weight: normal;
    background-image: url(./images/link.jpg);
    background-position: center left;
    background-repeat: no-repeat;
}

#conteyner-side a:hover {
    display: block;    
    text-decoration: none;
    color: #ffffff;
    background-image: url(./images/link-hover.jpg);
    background-position: center left;
    background-repeat: no-repeat;
}

#conteyner-side ul li ul li:hover, #conteyner-side ul li ol li:hover {

}

#conteyner-side .banners {
    text-align: center;
    padding: 5px;
    margin: 0px;
    color: #C3B99F;
    background-color: #291C25;
    border: 2px solid #D5B446;
    border-top: none;
    border-bottom: none;
}

#conteyner-side .banners a {
    background-image: none;
    padding-left: 0px;
    border: none;
}

#conteyner-side .banners a:hover {
    background-image: none;
    border: none;
    background-color: transparent;
}


#conteyner-side .sidebar-post a {
    background-image: none;
    padding-left: 18px;
}


#conteyner-side .sidebar-post a:hover {
    text-decoration: none;
}

#conteyner-side .banners a:hover {
    text-decoration: none;
}

#conteyner-side .banners  img {
    margin-bottom: 5px;
}

#conteyner-side .banners  object, #conteyner-side .banners  embed {
    margin-bottom: 5px;
 }
 
#conteyner-side .date {
    text-align: left;
    color: #ffffff;
    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-bottom: 10px;
    padding-bottom: 0px;
    padding-top: 10px;
}


.conteyner-sep {
    clear:both;
    float:none;
}

.separator {
    clear:both;
    float:none;
}


.moduletabletabs {
    width: auto;
    height: auto;
    clear: both;
    margin: 0px 1px 10px 1px;
}

.moduletabletabs * {
    width: auto;
    float: none;
}

.moduletabletabs h2 {
    width: auto;
    height: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
    margin: 0;
    color: #F9DB81;
    text-align: left;
    letter-spacing: normal;
    background-color: #1D1A19;
    background-image: url(./images/h2.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    -moz-border-radius-topleft:      9px;
    -moz-border-radius-topright:     9px;
    -webkit-border-top-left-radius:  9px;
    -webkit-border-top-right-radius: 9px;
    -khtml-border-top-left-radius:   9px;
    -khtml-border-top-right-radius:  9px;
    border-bottom: 1px solid #180F15;
}

.moduletabletabs h2 a {
    color: #ffffff;
    text-decoration: none;
}
.moduletabletabs h2 a:hover {
    color: #F9DB81;
    text-decoration: none;
}


.moduletabletabs .moduletablenews2 {
    padding: 0px;
    margin: 0px;
    width: auto;
    float: none;
    clear: both;
    text-align: left;
    color: #C3B99F;
    background-color: #1F151C;
    background-image: url(./images/cell.jpg);
    background-position: top;
    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;
    }

.moduletabletabs .moduletablenews2 object, .moduletabletabs .moduletablenews2 embed {
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
}


.moduletabletabs .moduletablenews2 table {
    width: 100%;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    }

.moduletabletabs .moduletablenews2 table thead th{
    font-size: 7pt;
    padding: 3px; 
    text-align:center;
    font-weight:normal;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}


.moduletabletabs .moduletablenews2 table tr td {
    font-size: 8pt;
    padding: 3px;
    color: #C3B99F;
}

td.group-rating-2, td.group-rating-5, td .group-rating-6, td.group-rating-7, td.group-rating-8 , td.group-rating-9, td.group-rating-10  {
	text-align: center; 
	vertical-align: middle;
}

td.group-rating-1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.group-rating-3, td.group-rating-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;
}
.doc-layout-1 {
    background-color: transparent;
}

.reviewrank_avatar {
    background-color: transparent;
}

.moduletabletabs .moduletablenews2 table tr.doc-layout-1  td, .moduletabletabs .moduletablenews2 table tr.reviewrank_avatar  td {
    border-bottom: 1px solid #041D34;
    border-top: 1px solid #3F2B39;
}

.even:hover, .odd:hover {
    background-color: #120B10;
}

.moduletabletabs a {
    color: #F4D367;
    text-decoration: none;
}
.moduletabletabs a:hover {
    color: #ffffff;
    text-decoration: none;
}

.moduletabletabs .moduletablenews2 table tr td a {
    color: #F4D367;
    text-decoration: none;
    display: block;
}
.moduletabletabs .moduletablenews2 table tr td a:hover {
    color: #ffffff;
    text-decoration: none;
    display: block;
}

.moduletabletabs .moduletablenews2 table tr td img {
    border: none;
}

.moduletabletabs .footer {
    padding: 5px 5px 10px 5px;
    font-size: 8pt;
    text-align: center;
    font-weight: bold;
    width: auto;
    float: none;
    clear: both;
    color: #C3B99F;
    margin-top: 2px;
    background-image: url(./images/cell-foot.jpg);
    background-position: top;
    background-repeat: repeat-x;
    -moz-border-radius-topleft:      9px;
    -moz-border-radius-topright:     9px;
    -webkit-border-top-left-radius:  9px;
    -webkit-border-top-right-radius: 9px;
    -khtml-border-top-left-radius:   9px;
    -khtml-border-top-right-radius:  9px;
    
}

.moduletabletabs .footer a {
    font-weight: bold;
    font-size: 8pt;
    color: #F9DB81;
    text-decoration: none;
    
    
}
.moduletabletabs .footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

.artworks, .header_top_banner {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.groupboxitem img {
    text-align: center;
    vertical-align: middle;
}

.bildercontent, .intro-text {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.bildercontent h1, .intro-text h1,
.bildercontent h2, .intro-text h2,
.bildercontent h3, .intro-text h3,
.bildercontent h4, .intro-text h4,
.bildercontent h5, .intro-text h5,
.bildercontent h6, .intro-text h6
{
    text-align: left;
    padding: 7px;
    padding-left: 0px;
    font-size: 10pt;
    margin: 0px;
    float: none;
    font-weight: bold;
}

.bildercontent p, .intro-text p
{
    text-align: left;
    padding: 0px;
margin: 0px;
float: none;
}


.bildercontent ul, .intro-text ul, .bildercontent ol, .intro-text ol{
    margin-left: 20px;
    padding-left: 10px;
}


.moduletabletabs img {
    border: none;
    margin: 0px;
}



/*** TAB STYLES *************************************************************/

/* Color tab styles */

.articles, .moduletablenews2 ul.widget_ts_twitter li.textboxenpokerhead {
    background-color: #20151C;
    color: #C3B99F;
    border: 1px solid #4E3344;
}
.moduletablenews2 ul.widget_ts_twitter li {
    background-color: #372933;
}
.moduletablenews2 ul.widget_ts_twitter li, .moduletablenews2 ul.widget_ts_twitter li h4 {
    color: #F4D367;
}

/* Common tab styles */

.moduletablenews2 ul.widget_ts_twitter {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: left;
    margin-top: 4px;
}
.moduletablenews2 ul.widget_ts_twitter li {
    list-style: none;
    display: inline;
    cursor: pointer;
    margin: 0 0 0 4px;
    background-color: #372933;
    border: 1px solid #4E3344;
    border-bottom: none;
    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;
}
.moduletablenews2 ul.widget_ts_twitter li.textboxenpokerhead {
    padding: 3px 3px 3px 3px;
    border-bottom: none;
}
.moduletablenews2 ul.widget_ts_twitter h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: inline;
}
.moduletablenews2 ul.widget_ts_twitter li.textboxenpokerhead h4 {
    font-weight: bold;
}
.moduletablenews2 ul.widget_ts_twitter li:hover {
    text-decoration: none;

}


.moduletablenews2 ul.widget_ts_twitter h4:hover {
        color: #ffffff;
}

.moduletablenews2 ul.widget_ts_twitter li.textboxenpokerhead h4:hover {
    color: #ffffff;
}

.moduletablenews2 .articles {
    margin: 0;
    padding: 5px;    
}

.moduletablenews2 .articles a {
}

.moduletablenews2 .articles a:hover {
}

.moduletablenews2 .articles h1,
.moduletablenews2 .articles h2,
.moduletablenews2 .articles h3,
.moduletablenews2 .articles h4,
.moduletablenews2 .articles h5,
.moduletablenews2 .articles h6 {
    margin: 0;
}

