/*
CSS Updater (style.php) 
*/

/*
Theme Name: T-0124
*/

* {
    font-family: arial, helvetica, sans-serif;
}

body {
    font-size: 10pt;
    margin: auto;
    padding: 0px;
    float: none;
    background-color: #ffffff;
}

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;
    width: 1000px;
    height: 200px;
    text-align: center;
    float: none;
    clear: both;
    background-image: url(./images/head.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

h1 {
    float: left;
    margin: auto;
    font-size: 22pt;
    text-transform: capitalize;
    text-align: center;
    color: #DE2600;
    font-weight: bold;
    font-style: normal;
    padding: 25px 0px 0px 0px;
    width: 335px;
}


h1 a {
    color: #DE2600;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    text-transform: capitalize;
}

h1 a:hover {
color: #38393E;
text-decoration: none;
}

.description {
    color: #000000;
    padding-top: 3px;
    text-align: center;
    float: left;
    margin-top: 0px;

}

#nav-div {
    text-align: center;
    float: none;
    font-size: 9pt;
    height: 33px;
    width: 982px;
    overflow: hidden;
    padding: 0px 9px 0px 9px;
    margin: auto;
    margin-top: 0px;
    background-image: url(./images/menu.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #A31900;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    border: 1px solid #A9A9A7;
}
        

#nav-div ul {
    margin: 0px;
    list-style-type: none;
    padding-left: 0px;
}

#nav-div ul li {
    display: block;
    _display: inline;
    float: left;
    width: auto;
    _height: 30px;
    margin: 0px;
border-right: 1px solid #A9A9A7;
padding-top: 7px;
}

#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: 9px 11px 9px 11px;
    text-decoration: none;
    }

#nav-div ul li.current_page_item  { 
text-decoration: none;
}

#nav-div ul li.current_page_item a{ 
    color: #FFE400;
    text-decoration: none;
    background-color: #7C1300;
    background-image: url(./images/menu-hover.jpg);
    background-position: top;
    background-repeat: repeat-x;
    }

#nav-div ul li a:hover {
    color: #FFE400;
    text-decoration: none;
    background-color: #7C1300;
    background-image: url(./images/menu-hover.jpg);
    background-position: top;
    background-repeat: repeat-x;
}



/*   END HEADER  */

/*  MAIN */

#parent-div {
    display: block;
    margin: 0px auto 0px auto;
    width: 1000px;
    padding: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    }

/*   END MAIN  */

/*   #POST  */


#middle-div {
    margin-bottom: 10px;
    float: left;
    width: 780px;
    _width: 740px;
    margin: auto;

}

.text-div {
    display: block;
    float: none;
    width: 760px;
    _width: 760px;
    margin-left: 5px;
    margin-bottom: 25px;
    padding: 0px;
    border: 1px dashed #999999;
    padding: 5px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}


.text-div a {
    color: #DE2600;
    font-weight: normal;
    text-decoration: none;
    
}


.text-div a:hover {
    color: #931C04;
   text-decoration:  none;
   
}

.text-div-title {
    font-family : Verdana, Arial, Palatino, Sans-Serif;
    width: auto;
    height: auto;
    font-size: 11pt;
    padding: 5px;
    margin: -17px 7px 5px 7px;
    _margin: 0px 7px 5px 7px;
    color: #ffffff;
    text-align: center;
    letter-spacing: normal;
    background-image: url(./images/menu.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #A31900;
        -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
 }

.text-div-title a {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.text-div-title a:hover {
    color: #FFE400;
    text-decoration: none;
}

.inerm-div {
    display: block;
    margin: 0px;
    padding: 7px;
    padding-top: 1px;
    color: #000000;
    background-color: #D4D4D4;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}

.pdate{
color: #DE2600;
font-weight: bold;
font-size: 9pt;
margin: 2px 0px 0px 0px;
}


/*   END post-div  */

/*   FOOTER  */
#bottom-div {
    display: block;
    clear: both;
    margin: auto;
    width: 1000px;
    height: 97px;
    text-align: center;
    background-image: url(./images/footer.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

#bottom-div-links {
    display: block;
    padding: 45px 0px 0px 15px;
    float: none;
    font-weight: bold;
    font-size: 9pt;
    color: #ffffff;
}

#bottom-div-links a {
    color: #FFE400;
    font-weight: bold;
}

#bottom-div-links a:hover {
    color: #ffffff;
    text-decoration: none;
}



/*  BAR ITEMS 
************************************/

#s-box {
display: block;
float: right;
width: 210px;
    color: #9A9898;
margin-right: 0px;
margin-bottom: 0px;
margin-top: 0px;
    padding: 0px;
}

#s-box ul li h4 {
    width: 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: no-repeat;
}


#s-box ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.widget {
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}

#s-box ul li ul {
    padding: 5px 0px 10px 0px;
    margin: 0px 2px 0px 2px;
         _padding: 5px 0px 10px 35px;
    background-color: #5A5A5A;
    color: #000000;
    background-image: url(./images/side.jpg);
    background-position: top left;
    background-repeat: repeat-y;
    border-left: 7px solid #3E3E3E;  
    -moz-border-radius-bottomright:     9px;
    -webkit-border-bottom-right-radius: 9px;
    -khtml-border-bottom-right-radius:  9px;
}


#s-box ul li ol {
    list-style: none;
    padding: 5px 0px 10px 0px;
     _padding: 5px 0px 10px 35px;
    margin: 0px 2px 0px 2px;
        background-color: #5A5A5A;
    color: #000000;
    background-image: url(./images/side.jpg);
    background-position: top left;
    background-repeat: repeat-y;
    border-left: 7px solid #3E3E3E;  
    -moz-border-radius-bottomright:     9px;
    -webkit-border-bottom-right-radius: 9px;
    -khtml-border-bottom-right-radius:  9px;
}

#s-box ul li ul li, #s-box ul li ol li {
    border: none;
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
}



#s-box a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 7px 3px 7px 15px;
    margin: 0px;
    font-weight: normal;
    background-image: url(./images/link.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    _background-image: none;
}

#s-box a:hover {
    display: block;    
    text-decoration: none;
    color: #FFE400;
    background-image: url(./images/link-hover.jpg);
    background-position: center left;
    background-repeat: no-repeat;
     _background-image: none;
}


#s-box .banners {
    text-align: center;
    padding: 5px;
    margin: 0px 2px 0px 2px;
    color: #000000;
    background-image: url(./images/side.jpg);
    background-position: top left;
    background-repeat: repeat-y;
    border-left: 7px solid #3E3E3E;
    background-color: #5A5A5A;
    -moz-border-radius-bottomright:     9px;
    -webkit-border-bottom-right-radius: 9px;
    -khtml-border-bottom-right-radius:  9px;
}

#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: #000000;
    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: 20px;
    background-color: #D4D4D4;
    border: 1px solid #B7B7B7;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}


.separate-div {
    clear:both;
    float:none;
}

.separator {
    clear:both;
    float:none;
}


.z6_section {
    width: auto;
    height: auto;
    clear: both;
    margin: 0px 1px 10px 1px;
    padding: 0px;
    background-image: url(./images/cell.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #A11800;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}

.z6_section * {
    width: auto;
    float: none;
}

.z6_section 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;
    background-color: #292929;
    -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;
    
}

.z6_section h2 a {
    color: #FFE400;
    text-decoration: none;
}
.z6_section h2 a:hover {
    color: #ffffff;
    text-decoration: none;
}


.z6_section .z6_common {
    margin: 0px;
    padding: 0px;
    width: auto;
    float: none;
    clear: both;
    text-align: left;
    color: #ffffff;
    border: 1px solid #A11800;
    border-bottom: 1px solid #FF6224;
    border-top: none;
    }

.z6_section .z6_common object, .z6_section .z6_common embed {
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
}


.z6_section .z6_common table {
    width: 100%;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    }

.z6_section .z6_common table thead th{
    font-size: 7pt;
    padding: 3px; 
    text-align:center;
    font-weight:normal;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}


.z6_section .z6_common table tr td {
    font-size: 8pt;
    padding: 3px;
    color: #ffffff;
}

td.z6_part-2, td.z6_part-5, td .z6_part-6, td.z6_part-7, td.z6_part-8 , td.z6_part-9, td.z6_part-10  {
	text-align: center; 
	vertical-align: middle;
}

td.z6_part-1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.z6_part-3, td.z6_part-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;
}
.even {
    background-color: transparent;
}

.odd {
    background-color: transparent;
}

.z6_section .z6_common table tr.even  td, .z6_section .z6_common table tr.odd  td {
    border-bottom: 1px solid #B91D02;
    border-top: 1px solid #941903;
}

.even:hover, .odd:hover {
    background-color: #931701;
}

.z6_section a {
    color: #FFE400;
    text-decoration: none;
}
.z6_section a:hover {
    color: #FFB463;
    text-decoration: none;
}

.z6_section .z6_common table tr td a {
    color: #FFE400;
    text-decoration: none;
    display: block;
}
.z6_section .z6_common table tr td a:hover {
    color: #FFB463;
    text-decoration: none;
    display: block;
}

.z6_section .z6_common table tr td img {
    border: none;
}

.z6_section .footer {
    padding: 7px;
    font-size: 8pt;
    text-align: center;
    font-weight: bold;
    width: auto;
    float: none;
    clear: both;
    color: #FFB463;
    background-image: url(./images/cellfoot.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

.z6_section .footer a {
    font-weight: bold;
    font-size: 8pt;
    color: #FFE400;
    text-decoration: none;
    
    
}
.z6_section .footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

.z6_img, .z6_imgs {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.z6_graphs img {
    text-align: center;
    vertical-align: middle;
}

.z6_wordings, .z6_descriptions {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.z6_wordings h1, .z6_descriptions h1,
.z6_wordings h2, .z6_descriptions h2,
.z6_wordings h3, .z6_descriptions h3,
.z6_wordings h4, .z6_descriptions h4,
.z6_wordings h5, .z6_descriptions h5,
.z6_wordings h6, .z6_descriptions h6
{
    text-align: left;
    padding: 7px;
    padding-left: 0px;
    font-size: 10pt;
    margin: 0px;
    float: none;
    font-weight: bold;
}

.z6_wordings p, .z6_descriptions p
{
    text-align: left;
    padding: 0px;
margin: 0px;
float: none;
}


.z6_wordings ul, .z6_descriptions ul, .z6_wordings ol, .z6_descriptions ol{
    margin-left: 20px;
    padding-left: 10px;
}


.z6_section img {
    border: none;
    margin: 0px;
}


/*** TAB STYLES *************************************************************/

/* Color tab styles */

.z6_flags, .z6_common ul.z6_tags li.z6_description {
    background-color: #E02700;
    color: #ffffff;
    border: 1px solid #A21800;
}
.z6_common ul.z6_tags li {
    background-color: #A31800;
}
.z6_common ul.z6_tags li, .z6_common ul.z6_tags li h4 {
    color: #FFE400;
}

/* Common tab styles */

.z6_common ul.z6_tags {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: left;
    margin-top: 4px;
}
.z6_common ul.z6_tags li {
    list-style: none;
    display: inline;
    cursor: pointer;
    margin: 0 0 0 4px;
    background-color: #A31800;
    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;
}
.z6_common ul.z6_tags li.z6_description {
    padding: 3px 3px 3px 3px;
    border-bottom: none;
}
.z6_common ul.z6_tags h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: inline;
}
.z6_common ul.z6_tags li.z6_description h4 {
    font-weight: bold;
}
.z6_common ul.z6_tags li:hover {
    text-decoration: none;

}


.z6_common ul.z6_tags h4:hover {
        color: #ffffff;
}

.z6_common ul.z6_tags li.z6_description h4:hover {
    color: #ffffff;
}

.z6_common .z6_flags {
    margin: 0;
    padding: 5px;    
}

.z6_common .z6_flags a {
}

.z6_common .z6_flags a:hover {
}

.z6_common .z6_flags h1,
.z6_common .z6_flags h2,
.z6_common .z6_flags h3,
.z6_common .z6_flags h4,
.z6_common .z6_flags h5,
.z6_common .z6_flags h6 {
    margin: 0;
}

