/*
CSS Updater (style.php) 
*/

/*
Theme Name: T-0125
*/

* {
    font-family: arial, helvetica, sans-serif;
}

body {
    font-size: 10pt;
    margin: auto;
    padding: 0px;
    float: none;
    background-color: #ffffff;
    background-image: url(./images/bg.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  */

#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: #ffffff;
    font-weight: bold;
    font-style: normal;
    padding: 50px 0px 0px 10px;
    width: 335px;
}


h1 a {
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    text-transform: capitalize;
}

h1 a:hover {
color: #CBFBB0;
text-decoration: none;
}

.description {
    color: #D6FCC1;
    padding-top: 9px;
    text-align: center;
    width: 365px;
    float: left;
    margin-top: 90px;
    margin-left: -353px;
}

#nav-div {
    text-align: center;
    float: none;
    font-size: 9pt;
    height: 28px;
    width: 980px;
    overflow: hidden;
    padding: 5px 0px 5px 0px;
    margin: auto;
    margin-top: 0px;
    background-image: url(./images/menu.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #629421;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}
        

#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;
    margin-left: 4px;
    _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: 6px 11px 6px 11px;
    text-decoration: none;
        -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;

    }

#nav-div ul li.current_page_item  { 
text-decoration: none;
}

#nav-div ul li.current_page_item a{ 
    color: #000000;
    text-decoration: none;
    background-color: #9CC135;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
  }

#nav-div ul li a:hover {
    color: #000000;
    text-decoration: none;
    background-color: #9CC135;
}



/*   END HEADER  */

/*  MAIN */

#parent-div {
    display: block;
    margin: 0px auto 0px auto;
    width: 1000px;
    padding: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-image: url(./images/main.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #F1F0EB;
        -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    }

/*   END MAIN  */

/*   #POST  */


#middle-div {
    margin-bottom: 10px;
    float: right;
    width: 780px;
    _width: 740px;
    margin: auto;

}

.text-div {
    display: block;
    float: none;
    width: 775px;
    _width: 765px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0px;
    background-image: url(./images/postfoot.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-bottom: 12px;
    
}


.text-div a {
    color: #006EAD;
    font-weight: normal;
    text-decoration: none;
    
}


.text-div a:hover {
    color: #3DAD00;
   text-decoration:  none;
   
}

.text-div-title {
    font-family : Verdana, Arial, Palatino, Sans-Serif;
    width: auto;
    height: auto;
    font-size: 11pt;
    padding: 5px;
    padding-bottom: 0px;
    padding-left: 10px;
    margin: 0px;
    color: #006EAD;
    text-align: left;
    letter-spacing: normal;
 }

.text-div-title a {
    font-weight: bold;
    color: #006EAD;
    text-decoration: none;
}

.text-div-title a:hover {
    color: #3DAD00;
    text-decoration: none;
}

.inerm-div {
    display: block;
    margin: 0px;
    padding: 7px;
    padding-top: 1px;
    color: #7B7E83;
    background-color: #ffffff;
    background-image: url(./images/post.jpg);
    background-position: top left;
    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;
}

.date-div {
background-image: url(./images/date.gif);
float: left;
width: 50px;
height: 55px;
margin: 14px 5px 5px 0px;
color: #FFFFFF;
}

.date_content_1 {
padding: 6px 0px 0px 0px;
font-size: 9pt;
font-weight: normal;
text-align: center;
color: #525252;
font-weight: bold;
}

.date_content_2 {
font-size: 14pt;
font-weight: normal;
text-align: center;
font-weight: bold;
margin: 0px;
}

/*   END post-div  */

/*   FOOTER  */
#bottom-div {
    display: block;
    clear: both;
    margin: auto;
    width: 1000px;
    height: 122px;
    text-align: center;
    margin-top: 4px;
    background-image: url(./images/foot.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

#bottom-div-links {
    display: block;
    padding: 62px 0px 0px 15px;
    float: none;
    font-weight: bold;
    font-size: 9pt;
    color: #006EAD;
}

#bottom-div-links a {
    color: #3DAD00;
    font-weight: bold;
}

#bottom-div-links a:hover {
    color: #006EAD;
    text-decoration: none;
}



/*  BAR ITEMS 
************************************/

#s-box {
display: block;
float: left;
width: 200px;
    color: #9A9898;
margin-left: 7px;
margin-bottom: 0px;
margin-top: 0px;
    background-color: #629421;
    padding: 0px;
    padding-bottom: 10px;
    background-image: url(./images/side.jpg);
    background-position: top;
    background-repeat: repeat-x;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}

#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;
}


#s-box ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.widget {
    padding: 0px;
    margin: 0px;
}

#s-box ul li ul {
    padding: 5px 0px 10px 0px;
    margin: 0px 7px 0px 7px;
    background-color: #9CC135;
    color: #3F3F3F;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}


#s-box ul li ol {
    list-style: none;
    padding: 5px 0px 10px 0px;
    margin: 0px 7px 0px 7px;
    background-color: #9CC135;
    color: #3F3F3F;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-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;

}

#s-box a:hover {
    display: block;    
    text-decoration: none;
    color: #000000;

}

#s-box ul li ul li:hover, #s-box ul li ol li:hover {
    background-color: #7BAB31;
    background-image: url(./images/hover.jpg);
    background-position: top;
    background-repeat: repeat-x;
}

#s-box .banners {
    text-align: center;
    padding: 5px;
    margin: 0px 7px 0px 7px;
    background-color: #9CC135;
    color: #3F3F3F;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-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-top: 0px;
}


.separate-div {
    clear:both;
    float:none;
}

.separator {
    clear:both;
    float:none;
}


.textVSMALLB {
    width: auto;
    height: auto;
    clear: both;
    margin: 0px 1px 10px 1px;
    padding: 3px;
    background-image: url(./images/cell.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #BEBEB6;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}

.textVSMALLB * {
    width: auto;
    float: none;
}

.textVSMALLB h2 {
    width: auto;
    height: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 7px;
    margin: 3px;
    margin-bottom: 6px;
    color: #ffffff;
    text-align: center;
    letter-spacing: normal;
    background-color: #080808;
    background-image: url(./images/h2.jpg);
    background-position: top;
    background-repeat: repeat-x;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    
}

.textVSMALLB h2 a {
    color: #E3EEC6;
    text-decoration: none;
}
.textVSMALLB h2 a:hover {
    color: #ffffff;
    text-decoration: none;
}


.textVSMALLB .srfr-feed-title {
    margin: 0px 1px 0px 3px;
    padding: 0px;
    width: auto;
    float: none;
    clear: both;
    text-align: left;
    color: #000000;
    background-color: #F0F0F0;
    border: 1px solid #CFCFC9;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    }

.textVSMALLB .srfr-feed-title object, .textVSMALLB .srfr-feed-title embed {
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
}


.textVSMALLB .srfr-feed-title table {
    width: 100%;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    background-image: url(./images/table.jpg);
    background-position: top;
    background-repeat: repeat-x;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    background-color: #ECECEA;
    }

.textVSMALLB .srfr-feed-title table thead th{
    font-size: 7pt;
    padding: 3px; 
    text-align:center;
    font-weight:normal;
    color: #000000;
}


.textVSMALLB .srfr-feed-title table tr td {
    font-size: 8pt;
    padding: 3px;
    color: #333333;
}

td.area-2, td.area-5, td .area-6, td.area-7, td.area-8 , td.area-9, td.area-10  {
	text-align: center; 
	vertical-align: middle;
}

td.area-1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.area-3, td.area-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;
}
.fielderror {
    background-color: #E2E2E2;
}

.doc-layout-body {
    background-color: transparent;
}

.textVSMALLB .srfr-feed-title table tr.fielderror  td, .textVSMALLB .srfr-feed-title table tr.doc-layout-body  td {
    border-bottom: 1px solid #FDFDFD;
    border-top: 1px solid #DEDEDB;
}

.even:hover, .odd:hover {
    background-color: #ffffff;
}

.textVSMALLB a {
    color: #006EAD;
    text-decoration: none;
}
.textVSMALLB a:hover {
    color: #3DAD00;
    text-decoration: none;
}

.textVSMALLB .srfr-feed-title table tr td a {
    color: #006EAD;
    text-decoration: none;
    display: block;
}
.textVSMALLB .srfr-feed-title table tr td a:hover {
    color: #3DAD00;
    text-decoration: none;
    display: block;
}

.textVSMALLB .srfr-feed-title table tr td img {
    border: none;
}

.textVSMALLB .footer {
    padding: 7px;
    font-size: 8pt;
    text-align: center;
    font-weight: bold;
    width: auto;
    float: none;
    clear: both;
    color: #000000;
    background-image: url(./images/cellfoot.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}

.textVSMALLB .footer a {
    font-weight: bold;
    font-size: 8pt;
    color: #006EAD;
    text-decoration: none;
    
    
}
.textVSMALLB .footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

.groupboximage, .post_imp_cat_thumb {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.specific img {
    text-align: center;
    vertical-align: middle;
}

.articles, .data-left {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.articles h1, .data-left h1,
.articles h2, .data-left h2,
.articles h3, .data-left h3,
.articles h4, .data-left h4,
.articles h5, .data-left h5,
.articles h6, .data-left h6
{
    text-align: left;
    padding: 7px;
    padding-left: 0px;
    font-size: 10pt;
    margin: 0px;
    float: none;
    font-weight: bold;
}

.articles p, .data-left p
{
    text-align: left;
    padding: 0px;
margin: 0px;
float: none;
}


.articles ul, .data-left ul, .articles ol, .data-left ol{
    margin-left: 20px;
    padding-left: 10px;
}


.textVSMALLB img {
    border: none;
    margin: 0px;
}


/*** TAB STYLES *************************************************************/

/* Color tab styles */

.feeds_widget_line_input_, .srfr-feed-title ul.post_imp_content li.newsletter_button {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #D7D7D7;
}
.srfr-feed-title ul.post_imp_content li {
    background-color: #D7D7D7;
}
.srfr-feed-title ul.post_imp_content li, .srfr-feed-title ul.post_imp_content li h4 {
    color: #006EAD;
}

/* Common tab styles */

.srfr-feed-title ul.post_imp_content {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: left;
    margin-top: 4px;
}
.srfr-feed-title ul.post_imp_content li {
    list-style: none;
    display: inline;
    cursor: pointer;
    margin: 0 0 0 4px;
    background-color: #D7D7D7;
    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;
}
.srfr-feed-title ul.post_imp_content li.newsletter_button {
    padding: 3px 3px 3px 3px;
    border-bottom: none;
}
.srfr-feed-title ul.post_imp_content h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: inline;
}
.srfr-feed-title ul.post_imp_content li.newsletter_button h4 {
    font-weight: bold;
}
.srfr-feed-title ul.post_imp_content li:hover {
    text-decoration: none;

}


.srfr-feed-title ul.post_imp_content h4:hover {
        color: #3DAD00;
}

.srfr-feed-title ul.post_imp_content li.newsletter_button h4:hover {
    color: #3DAD00;
}

.srfr-feed-title .feeds_widget_line_input_ {
    margin: 0;
    padding: 5px;    
}

.srfr-feed-title .feeds_widget_line_input_ a {
}

.srfr-feed-title .feeds_widget_line_input_ a:hover {
}

.srfr-feed-title .feeds_widget_line_input_ h1,
.srfr-feed-title .feeds_widget_line_input_ h2,
.srfr-feed-title .feeds_widget_line_input_ h3,
.srfr-feed-title .feeds_widget_line_input_ h4,
.srfr-feed-title .feeds_widget_line_input_ h5,
.srfr-feed-title .feeds_widget_line_input_ h6 {
    margin: 0;
}

