/*
CSS Updater (style.php) 
*/

/*
Theme Name: T-0085

*/

* {
    font-family: arial, helvetica, sans-serif;
}

body {
    font-size: 10pt;
    margin: auto;
    padding: 0px;
    float: none;
    background-image: url(./images/body.jpg);
    background-position: top;
    background-repeat: repeat-x;
}

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: 164px;
    text-align: center;
    float: none;
    clear: both;
    margin-top: 0px;
}

h1 {
    float: right;
    margin: auto;
    margin-top: 92px;
    font-size: 22pt;
    width: 380px;
    text-transform: capitalize;
    text-align: left;
    color: #393738;
    font-weight: bold;
    font-style: normal;
}


h1 a {
    color: #393738;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    text-transform: capitalize;
}

h1 a:hover {
color: #B3090A;
text-decoration: none;
}

.description {
    color: #9DC7E1;
    float:left;
    text-align: left;
    padding-top: 5px;
}


#nav-div {
    text-align: center;
    font-size: 9pt;
    margin: auto;
    margin:0px auto 0px auto;
    float: none;
    height: 32px;
    overflow: hidden;
    width: 960px;
    padding: 0px;
    padding-top: 6px;
    background-image: url(./images/menu.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #3EA807;
    -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;
}

#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;
    _height: 32px;
    _padding-top: 7px;
    margin: 0px;
    margin-left: 4px;
}

#nav-div ul li:hover {
}

#nav-div ul li a { 
    display: block;
    _display: inline;
    color: #ffffff;
    font-size: 9pt;
    font-weight: bold;
    _height: 30px;
    padding: 6px 11px 13px 11px;
    _padding-bottom: 10px;
    text-decoration: none;

}

#nav-div ul li.current_page_item  { 
text-decoration: none;
}

#nav-div ul li.current_page_item a{ 
    text-decoration: none;
    color: #ffffff;
    text-decoration: none;
    background-image: url(./images/menu-hover.jpg);
    background-position: top;
    background-repeat: repeat-x;
}

#nav-div ul li a:hover {
    text-decoration: none;
    color: #4F4E4F;
    text-decoration: none;
    background-color: #DCE6E7;
    -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;
}



/*   END HEADER  */

/*  MAIN */

#parent-div {
    display: block;
    margin: 0px auto 0px auto;
    width: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(./images/main.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #ffffff;
    -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;
}


/*   END MAIN  */

/*   #POST  */


#middle-div {
    margin-bottom: 10px;
    color: #393738;
    float: none;
    width: 780px;
    margin: auto;
    float:left;

}

.text-div {
    float: none;
    width: 775px;
    _width: 765px;
    margin-left: 7px;
    _margin-left: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #393738;
    padding: 0px;
    padding-bottom: 40px;
    background-color: #F7F7F7;
    border: 2px solid #E9E9E9;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -khtml-border-top-left-radius: 6px;
        -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
}

.textonly .text ul, .text-div ul, .textonly .text ol, .text-div ol {
	margin:5px;
	padding:0px;
}

.textonly .text ul li, .text-div ul li {
	list-style-position:outside;
	padding:0px;
	margin:5px 5px 5px 20px;
	list-style-type:square;
}
.textonly .text ol li, .text-div ol li {
	list-style-position:outside;
	padding:0px;
	margin:5px 5px 5px 20px;
}
.text-div a {
    color: #035EAF;
    font-weight: normal;
    text-decoration: none;
}


.text-div a:hover {
   color: #035EAF;
   text-decoration: underline;
   
}

.text-div-title {
    font-family : Verdana, Arial, Palatino, Sans-Serif;
    width: auto;
    height: auto;
    font-size: 11pt;
    font-weight: bold;
    padding: 8px 6px 0px 10px;
    margin: 0px;
    color: #045FAF;
    text-align: left;
    letter-spacing: normal;
}

.text-div-title a {
    font-weight: bold;
    color: #045FAF;
    text-decoration: none;
}

.text-div-title a:hover {
    color: #60656A;
    text-decoration: none;
}

.inerm-div {
    margin: 0px;
    padding: 7px;
    color: #393738;
    padding-top: 0px;
}

.date-div {
background-image: url(./images/date.jpg);
float: left;
width: 48px;
height: 54px;
margin: 0px 10px 5px 5px;
color: #DCEEC2;
}

.date_content_1 {
padding: 9px 0px 0px 0px;
font-size: 9pt;
font-weight: normal;
text-align: center;
color: #ffffff;
font-weight: bold;
}

.date_content_2 {
padding-right: 0px;
font-size: 14pt;
font-weight: normal;
text-align: center;
font-weight: bold;
margin: 0px;
}


/*   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/foot.jpg);
    background-position: top;
    background-repeat: no-repeat;
}

#bottom-div-links {
    display: block;
    padding: 37px 0px 0px 0px;
    float: none;
    font-weight: bold;
    font-size: 9pt;
    color: #393738;
}

#bottom-div-links a {
    color: #ffffff;
    font-weight: bold;
}

#bottom-div-links a:hover {
    color: #393738;
    text-decoration: none;
}


/* SIDEBAR ITEMS 
************************************/

#s-box {
display: block;
float: right;
width: 200px;
color: #333333;
margin-right: 5px;
_margin-right: 5px;
margin-bottom: 10px;
margin-top: 10px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
        -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
    background-color: #216C96;
}

#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;
    background-image: url(./images/h4.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #014C74;
    border-bottom: 1px solid #003955;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;

}


#s-box ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.widget {
    padding: 0px;
}

#s-box ul li ul {
    color: #000000;
    padding: 5px 0px 5px 0px;
    margin:0px;
    background-color: #216C96;
    border-top: 1px solid #015989;
    background-image: url(./images/side.jpg);
    background-position: top;
    background-repeat: repeat-x;
        -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
}

#s-box ul li ol {
    list-style: none;
    color: #000000;
    padding: 5px 0px 5px 0px;
    margin:0px;
    background-color: #216C96;
    border-top: 1px solid #015989;
    background-image: url(./images/side.jpg);
    background-position: top;
    background-repeat: repeat-x;
        -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
}

#s-box ul li ul li, #s-box ul li ol li {
border: none;
padding: 0px;
margin: 0px;
padding-left: 15px;
}


#s-box a {
display: block;
text-decoration: none;
color: #ffffff;
padding: 7px 10px 7px 16px;
margin: 0px;
background-image: url(./images/link.png);
_background-image: url(./images/link.gif);
background-position: center left;
background-repeat: no-repeat;
}

#s-box a:hover {
display: block;    
text-decoration: none;
color: #06FEF5;
background-image: url(./images/link-hover.png);
_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: #;
}

#s-box .banners {
    text-align: center;
    padding: 5px;
    color: #C9D1D1;
    background-color: #216C96;
    border-top: 1px solid #015989;
    background-image: url(./images/side.jpg);
    background-position: top;
    background-repeat: repeat-x;
        -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
}

#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: 0px;
}


#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: #06FEF5;
    font-size: 8pt;
    font-weight: normal;
    margin-bottom: 4px;
}



/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/

#charts {
    width: 994px;
    margin: auto;
    overflow:hidden;
    float:none;
    margin-top: 0px;    
    padding: 5px 1px 5px 1px;
    margin-bottom: 15px;
}


.separate-div {
    clear:both;
    float:none;
}

.separator {
    clear:both;
    float:none;
}


.textonly {
    width: auto;
    height: auto;
    clear: both;
    margin: 0px 2px 10px 2px;
    padding: 0px;
}

.textonly * {
    width: auto;
    float: none;
}

.textonly h2 {
    width: auto;
    height: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 7px 7px 7px 10px;
    margin: 0px;
    color: #FFFFFF;
    text-align: left;
    letter-spacing: normal;
    background-image: url(./images/h2.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    border: 1px solid #1580B9;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -khtml-border-top-left-radius: 6px;
}

.textonly h2 a {
    color: #DEEFF4;
    text-decoration: none;
}
.textonly h2 a:hover {
    color: #ffffff;
    text-decoration: none;
}


.textonly .text {
    margin: 0px;
    padding: 0px;
    margin: 0px;
    width: auto;
    float: none;
    clear: both;
    text-align: left;
    color: #000000;
    background-image: url(./images/cell.jpg);
    background-position: top;
    background-repeat: repeat-x;
    border: 1px solid #E0E0E0;
    border-top: none;
    background-color: #DDE6E7;
    -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;
}

.textonly .text object, .textonly .text embed {
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
}


.textonly .text table {
    width: 100%;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    }

.textonly .text table thead th{
    font-size: 7pt;
    padding: 3px; 
    text-align:center;
    font-weight:normal;
    color: #ffffff;
    background-color: #666666;
    border-bottom: 1px solid #A0A0A0;
    border-top: 1px solid #ffffff;
}


.textonly .text table tr td {
    font-size: 8pt;
    padding: 3px;
    color: #393738;
}

td.toppoker_rank-2, td.toppoker_rank-5, td .toppoker_rank-6, td.toppoker_rank-7, td.toppoker_rank-8 , td.toppoker_rank-9, td.toppoker_rank-10  {
	text-align: center; 
	vertical-align: middle;
}

td.toppoker_rank-1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.toppoker_rank-3, td.toppoker_rank-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;
}
.commentsList {
    background-color: #CEDCE2;
}

.menu57 {
    background-color: transparent;
}

.textonly .text table tr.commentsList  td, .textonly .text table tr.menu57  td {
    border-top: 1px solid #;
    border-bottom: 1px solid #;
}

.even:hover, .odd:hover {
    background-color: #7BCEF8;
}

.textonly a {
    color: #035EAF;
    text-decoration: none;
}
.textonly a:hover {
    color: #393738;
    text-decoration: none;
}

.textonly .text table tr td a {
    color: #035EAF;
    text-decoration: none;
    display: block;
}
.textonly .text table tr td a:hover {
    color: #393738;
    text-decoration: none;
    display: block;
}

.textonly .text table tr td img {
    border: none;
}

.textonly .footer {
    margin: 0px;
    padding: 6px;
    font-size: 9pt;
    text-align: center;
    font-weight: normal;
    width: auto;
    float: none;
    clear: both;
    border: none;
    color: #000000;
    background-color: #B2B2B2;
    border: 1px solid #E0E0E0;
    border-top: none;
    margin: 0px;
-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;
  
}

.textonly .footer a {
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
    
    
}
.textonly .footer a:hover {
    color: #035EAF;
    text-decoration: none;
}

.imgSchool3, .image {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.elements img {
    text-align: center;
    vertical-align: middle;
}

.point, .clause {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.point h1, .clause h1,
.point h2, .clause h2,
.point h3, .clause h3,
.point h4, .clause h4,
.point h5, .clause h5,
.point h6, .clause h6
{
    text-align: left;
    padding: 7px;
    padding-left: 0px;
    font-size: 10pt;
    margin: 0px;
    float: none;
    font-weight: bold;
}

.point p, .clause p
{
    text-align: left;
    padding: 0px;
margin: 0px;
float: none;
}


.point ul, .clause ul, .point ol, .clause ol{
    margin-left: 20px;
    padding-left: 10px;
}


.textonly img {
    border: none;
    margin: 0px;
}



/*** TAB STYLES *************************************************************/

/* Color tab styles */

.widget_pages, .text ul.tablewidget li.div_last_comments {
    background-color: #216c96;
    color: #ffffff;
    border: 1px solid #1a5777;
}
.text ul.tablewidget li {
    background-color: #1a5777;
}
.text ul.tablewidget li, .text ul.tablewidget li h4 {
    color: #ffffff;
}

/* Common tab styles */

.text ul.tablewidget {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: left;
}
.text ul.tablewidget 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;
}
.text ul.tablewidget li.div_last_comments {
    padding: 3px 3px 3px 3px;
    border-bottom: none;
}
.text ul.tablewidget h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: inline;
}
.text ul.tablewidget li.div_last_comments h4 {
    font-weight: bold;
}
.text ul.tablewidget li:hover {
    text-decoration: underline;
}

.text .widget_pages {
    margin: 0;
    padding: 5px;
}

.text .widget_pages h1,
.text .widget_pages h2,
.text .widget_pages h3,
.text .widget_pages h4,
.text .widget_pages h5,
.text .widget_pages h6 {
    margin: 0;
}

