/*
CSS Updater (style.php) 
*/

/*
Theme Name: T-0038

*/

* {
    font-family: arial, helvetica, sans-serif;
}

body {
    font-size: 10pt;
    margin: auto;
    padding: 0px;
    background-color: #000000;
    float: none;
}

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  */

#headstyle {
    display: block;
    margin: auto;
    background-image: url(./images/head.jpg);
    background-position: top;
    background-repeat: no-repeat;
    width: 1000px;
    height: 154px;
    text-align: center;
    float: none;
    clear: both;
    margin-top: 0px;
}

h1 {
    float: left;
    margin-top: 20px;
    margin-left: 255px;
    _margin-left: 4px;
    font-size: 22pt; 
    text-transform: capitalize;
    text-align: center;
    color: #FFFFA8;
    font-weight: bold;
    font-style: italic;
}


h1 a {
color: #FFFFA8;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
}

h1 a:hover {
color: #FFFFFF;
text-decoration: none;
}

.description {
    float: left;
    margin-top: 0px;
    margin-left: 255px;
    _margin-left: 4px;
    text-align: center;
    color: #FFFFFF;    
}


#menustyle {
text-align: center;
font-size: 9pt;
margin: auto;
float: right;
padding: 0px;
margin-top: 16px;
width: 758px;
height: 30px;
overflow: hidden;
border-bottom: none;
border-top: none;
padding-left: 0px;
}

#menustyle ul {
    margin: 0px;
    list-style-type: none;
    padding-left: 0px;
}

#menustyle ul li {
    display: block;
    _display: inline;
    float: left;
    height: 30px;
    width: auto;
    margin-right: 3px;
    _padding-top: 6px;
}

#menustyle ul li:hover {
 
}

#menustyle ul li a { 
    display: block;
    _display: inline;
    height: 18px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 9pt;
    padding: 5px 10px 3px 10px;
    text-decoration: none;
    _padding-bottom: 13px;
}

#menustyle ul li.current_page_item  { 
text-decoration: none;
}

#menustyle ul li.current_page_item a{ 
    text-decoration: none;
    border-bottom: none;
    color: #FFFFA8;
    background-color: #7E991C;
    -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;
}

#menustyle ul li a:hover {
    color: #FFFFA8;
    text-decoration: none;
    background-color: #7E991C;
    -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;
}



/*   END HEADER  */

/*  MAIN */

#mainstyle {
    display: block;
    margin: 0px auto 0px auto;
    width: 1000px;

}


/*   END MAIN  */

/*   #POST  */


#contentstyle {
    width: 780px;
    margin-bottom: 10px;
    color: #2C3F03;
    float: left;
}

.poststyle {
    float: none;
    width: 770px;
    _width: 770px;
    margin-left: 7px;
    _margin-left: 3px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #FFFFFF;
    padding: 0px;
    background-color: #23518D;
    border: 1px solid #777777;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}


.poststyle  a {
   text-decoration: none;
   color: #FFFFA8;
   font-weight: bold;
}


.poststyle  a:hover {
   color: #FFFFFF;
   text-decoration: none;
}

a {
}


a:hover {
}


.posttitlestyle {
    width: auto;
    height: auto;
    font-size: 11pt;
    font-weight: bold;
    padding: 5px 5px 0px 96px;
    margin: 15px 0px 0px 0px;
    
    color: #FFFFA8;
    text-align: left;
    letter-spacing: normal;
    text-transform: uppercase;
}

.posttitlestyle a {
    color: #FFFFA8;
    text-decoration: none;
}

.posttitlestyle a:hover {
color: #FFFFFF;
    text-decoration: none;
}

.entrystyle {
    margin: 0px;
    width: auto;
    color: #FFFFFF;
    padding: 5px;
    padding-top: 0px;
    height: auto;
}

.datestyle {
background-image: url(./images/date.jpg);
float: left;
width: 81px;
height: 89px;
margin: 15px 10px 5px 10px;
color: #7E991C;
}

.datestyle_1 {
padding: 34px 0px 0px 14px;
font-size: 9pt;
font-weight: normal;
text-align: center;
color: #000000;
font-weight: bold;
}

.datestyle_2 {
padding-left: 14px;
font-size: 13pt;
font-weight: normal;
text-align: center;
font-weight: bold;
margin: 0px;
}


/*   END post-div  */

/*   FOOTER  */
#footstyle {
    display: block;
    clear: both;
    background-image: url(./images/foot.jpg);
    background-position: top;
    background-repeat: repeat-x;
    border-top: none;
    margin: 0px auto 0px auto;
    width: 1000px;
    height: 74px;
    text-align: left;
    margin-top: 10px;
}

#footlinksstyle {
    display: block;
    padding: 26px 0px 0px 23px;
    float: none;
    font-weight: bold;
    font-size: 9pt;
    color: #FFFFFF;
}

#footlinksstyle a {
    color: #FFFFA8;
    font-weight: bold;
}

#footlinksstyle a:hover {
    color: #FFFFFF;
    text-decoration: none;
}


/* SIDEBAR ITEMS 
************************************/

#sidestyle {
display: block;
float: right;
width: 200px;
color: #FFFFA8;
margin-right: 6px;
_margin-right: 5px;
margin-bottom: 10px;
margin-top: 6px;
}

#sidestyle ul li h4 {
    width: auto;
    height: auto;
    font-size: 11pt;
    font-weight: bold;
    padding: 15px 2px 15px 2px; 
    margin: 0px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: normal;
    background-image: url(./images/side-h4.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-color: #CDED3F;
    -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;
}

#sidestyle ul li h4.orange {
    background-image: url(./images/side-post-h4.jpg);
}

#sidestyle ul li h4.green {
    background-image: url(./images/side-green-h4.jpg);
}


#sidestyle ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.widget {
    padding: 0px;
    margin-bottom: 15px;
}

#sidestyle ul li ul.ul-green {
    background-color: #7E991C;
    background-image: url(./images/side-green.jpg);
}

#sidestyle ul li ul.ul-orange {
    background-color: #E57E22;
    background-image: url(./images/side-orange.jpg);
}

#sidestyle ul li ul {
color: #FFFFA8;
padding: 10px 0px 10px 5px;
margin: 0px;
margin-right: 13px;
background-color: #23518D;
background-image: url(./images/side.jpg);
background-position: top;
background-repeat: repeat-x;
border-top: none;
-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;
}

#sidestyle ul li ol {
list-style:none;
padding: 10px 0px 10px 5px;
background-color: #23518D;
margin: 0px;
margin-right: 13px;
background-image: url(./images/side.jpg);
background-position: top;
background-repeat: repeat-x;
border-top: none;
-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;
}



#sidestyle ul li ul li, #sidestyle ul li ol li {
border: none;
padding: 5px;   
}


#sidestyle a {
display: block;
text-decoration: none;
color: #FFFFFF;
padding-left: 10px;
}

#sidestyle a:hover {
display: block;    
text-decoration: underline;
color: #FFFFFF;

}

#sidestyle ul li ul li:hover, #sidestyle ul li ol li:hover {
}

#sidestyle .banners {
    text-align: center;
    padding: 5px;
    color: #FFFFA8;
    background-image: url(./images/side.jpg);
background-position: top;
background-repeat: repeat-x;
margin-right: 13px;
background-color: #23518D;
border-top: none;
-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;
}

#sidestyle .banners a {
    background-image: none;
    padding-left: 0px;
}

#sidestyle .sidebar-post a {
    background-image: none;
    padding-left: 10px;
}


#sidestyle .sidebar-post a:hover {
    text-decoration: none;
    color: #496711;
}

#sidestyle .banners a:hover {
    text-decoration: none;
}

#sidestyle .banners  img {
    margin-bottom: 5px;
}

#sidestyle .banners  object, #sidestyle .banners  embed {
    margin-bottom: 5px;
 }
 
#sidestyle .date {
    text-align: left;
    color: #FFFFA8;
    font-size: 8pt;
    font-weight: normal;
    margin-bottom: 4px;
}



/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/

#charts {
    width: 998px;
    margin: auto;
    overflow:hidden;
    float:none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px 1px 10px 1px;
    border-top: 1px solid #333333;
    background-color: #FFFFFF;
    background-image: url(./images/main.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;
}

.wrapp {
    clear:both;
    float:none;
}

.separator {
    clear:both;
    float:none;
}


.form-rowb20 {
    width: auto;
    height: auto;
    clear: both;
    margin:0px 0px 10px 0px;
    padding: 3px 3px 0px 3px;
    background-color: #999999;
    border: 1px solid #777777;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}

.form-rowb20 * {
    width: auto;
    float: none;
}

.form-rowb20 h2 {
    width: auto;
    height: auto;
    font-size: 11pt;
    font-weight: bold;
    padding: 9px 2px 9px 35px;
    margin: 0px;
    margin-bottom: 2px;
    color: #FFFFA8;
    text-align: left;
    letter-spacing: normal;
    border-bottom: none;
    background-image: url(./images/cell.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

.form-rowb20 h2 a {
    color: #FFFFA8;
    text-decoration: none;
}
.form-rowb20 h2 a:hover {
    color: #FFFFFF;
    text-decoration: none;
}


.form-rowb20 .moduletable_menu {
    margin: 0px;
    padding: 0px;
    width: auto;
    float: none;
    clear: both;
    text-align: left;
    color: #000000;
    border: 1px solid #777777;
    background-color: #FFFFFF;
}

.jpegs, .piks {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.toptable img {
    text-align: center;
    vertical-align: middle;
}

.paragraphs, .data-left {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.paragraphs ul, .data-left ul, .paragraphs ol, .data-left ol{
    margin-left: 20px;
}

.form-rowb20 .moduletable_menu object, .form-rowb20 .moduletable_menu embed {
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.form-rowb20 .moduletable_menu object, .form-rowb20 .moduletable_menu embed {
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.form-rowb20 .moduletable_menu table {
    width: 100%;
    background-color: #D1D1D1;
    border-spacing: 0px;
}

.form-rowb20 .moduletable_menu table tr th {
    color: #1C2302;
    font-size: 7pt;
    padding: 3px;
    text-align:center;
    font-weight:normal;
    color: #FFFFFF;
    background-image: url(./images/thead.jpg);
    background-position: top;
    background-repeat: repeat-x;
    border-top: 1px solid #FFD5A8;
    border-bottom: 1px solid #FFFFFF;
    
}


.form-rowb20 .moduletable_menu table tr td {
    font-size: 8pt;
    padding: 3px;
    color: #000000;
}

td.groupboxtitle-2, td.groupboxtitle-5, td .groupboxtitle-6, td.groupboxtitle-7, td.groupboxtitle-8 , td.groupboxtitle-9, td.groupboxtitle-10  {
	text-align: center; 
	vertical-align: middle;
}

td.groupboxtitle-1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.groupboxtitle-3, td.groupboxtitle-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;
}
.narrow {
    background-color: transparent;
}

.rating_star_user {
    background-color: #FFFFFF;
}

.form-rowb20 .moduletable_menu table tr.narrow  td, .form-rowb20 .moduletable_menu table tr.rating_star_user  td {

}

.even:hover, .odd:hover {
    background-color: #FA9503;
}

.form-rowb20 a {
    color: #546515;
    text-decoration: none;
}
.form-rowb20 a:hover {
    color: #546515;
    text-decoration: underline;
}

.form-rowb20 .moduletable_menu table tr td a {
    color: #546515;
    text-decoration: none;
    display: block;
}
.form-rowb20 .moduletable_menu table tr td a:hover {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

.form-rowb20 .moduletable_menu table tr td img {
    border: none;
}

.form-rowb20 .footer {
    padding: 7px;
    font-size: 9pt;
    padding-bottom: 10px;
    text-align: left;
    color: #000000;
    font-weight: bold;
    width: auto;
    float: none;
    clear: both;
    border: none;
    -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;
}

.form-rowb20 .footer a {
    color: #000000;
    text-decoration: none;
    
}
.form-rowb20 .footer a:hover {
    color: #FFFFFF;
    text-decoration: none;
}


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

/* Color tab styles */

.words, .moduletable_menu ul.ttext li.form-row {
    background-color: #23518d;
    color: #ffffff;
    border: 1px solid #1b416e;
}
.moduletable_menu ul.ttext li {
    background-color: #1b416e;
}
.moduletable_menu ul.ttext li, .moduletable_menu ul.ttext li h4 {
    color: #ffffff;
}

/* Common tab styles */

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

.moduletable_menu .words {
    margin: 0;
    padding: 5px;
}

.moduletable_menu .words h1,
.moduletable_menu .words h2,
.moduletable_menu .words h3,
.moduletable_menu .words h4,
.moduletable_menu .words h5,
.moduletable_menu .words h6 {
    margin: 0;
}

