/*
CSS Updater (style.php) 
*/

/*
Theme Name: T-0061

*/

* {
    font-family: arial, helvetica, sans-serif;
}

body {
    font-size: 10pt;
    margin: auto;
    padding: 0px;
    float: none;
    background-color: #E5F3FF;
}

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  */

#conteynertop {
    display: block;
    margin: auto;
    background-image: url(./images/head.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 1000px;
    height: 226px;
    text-align: center;
    float: none;
    clear: both;
    margin-top: 0px;
}

h1 {
    float: left;
    margin-top:75px;
    margin-left: 250px;
    _margin-left: 130px;
    font-size: 24pt; 
    text-transform: capitalize;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-style: normal;
}

.description {
    float: left;
    margin-top: -10px;
    margin-left: 250px;
    _margin-left: 130px;
    color: #ffffff;
}


h1 a {
    color: #FFFFFF;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    text-transform: capitalize;
}

h1 a:hover {
color: #D0DFEF;
text-decoration: none;
}


#conteynernav {
text-align: center;
font-size: 9pt;
margin: auto;
float: right;
padding: 0px;
margin-top: 30px;
_margin-top: 48px;
height: 31px;
overflow: hidden;
width: 729px;
padding-left: 0px;
}

#conteynernav ul {
    margin: 0px;
    list-style-type: none;
    padding-left: 0px;
}

#conteynernav ul li {
    display: block;
    _display: inline;
    float: left;
    _height: 33px;
    width: auto;
    padding-top: 0px;
    _padding-top: 7px;
    margin-left: 0px;
}

#conteynernav ul li:hover {
}

#conteynernav ul li a { 
    display: block;
    _display: inline;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 9pt;
    padding: 7px 9px 8px 9px;
    text-decoration: none;
    border-right: 1px solid #FFFFFF;
}

#conteynernav ul li.current_page_item  { 
text-decoration: none;
}

#conteynernav ul li.current_page_item a{ 
    text-decoration: none;
    color: #E4F2FA;
    text-decoration: none;
    background-image: url(./images/menu-hover.jpg);
    background-position: top;
    background-repeat: repeat-x;
}

#conteynernav ul li a:hover {
    color: #E4F2FA;
    text-decoration: none;
    background-image: url(./images/menu-hover.jpg);
    background-position: top;
    background-repeat: repeat-x;
}



/*   END HEADER  */

/*  MAIN */

#conteynermain {
    display: block;
    margin: 0px auto 0px auto;
    width: 1000px;
    background-color: #FFFFFF;
}


/*   END MAIN  */

/*   #POST  */


#conteynercont {
    width: 780px;
    margin-bottom: 10px;
    color: #B5B2B2;
    float: left;
}

.conteynerpost {
    float: none;
    width: 775px;
    _width: 775px;
    margin-left: 7px;
    _margin-left: 3px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #000000;
    padding: 0px;
}


.conteynerpost a {
    color: #034077;
    font-weight: normal;
    text-decoration: none;
}


.conteynerpost a:hover {
   color: #034077;
   text-decoration: underline;
}

.conteynerposttitle {
    font-family : Verdana, Arial, Palatino, Sans-Serif;
    width: auto;
    height: auto;
    font-size: 11pt;
    font-weight: bold;
    padding: 7px 7px 7px 10px;
    margin: 0px;
    color: #FFFFFF;
    background-image: url(./images/h2.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #33627A;
    text-align: left;
    letter-spacing: normal;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border: 1px solid #C5C5C5;
}

.conteynerposttitle a {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.conteynerposttitle a:hover {
    color: #D0DFEF;
    text-decoration: none;
}

.conteynertext {
    margin: 0px 5px 0px 5px;
    padding: 7px;
    color: #000000;
    background-color: #CACACA;
    background-image: url(./images/cell.jpg);
    background-position: top;
    background-repeat: repeat-x;
    border: 1px solid #D2D9E7;
    -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;
}

.conteynertextdate {
float: none;
width: 120px;
height: 16px;
margin: 0px;
margin-bottom: 3px;
color: #FFB906;
font-weight: bold;
}

.conteynertextfoot {
    margin: 0px 10px 0px 10px;
    padding: 7px;
    font-size: 9pt;
    text-align: left;
    color: #000000;
    font-weight: normal;
    width: auto;
    float: none;
    clear: both;
    border: none;
    background-image: url(./images/cell-foot.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}


/*   END post-div  */

/*   FOOTER  */
#conteynerfoot {
    display: block;
    clear: both;
    border-top: none;
    margin: 0px auto 0px auto;
    width: 1000px;
    height: 80px;
    text-align: center;
    background-color: #E3F2FF;
    background-image: url(./images/foot.jpg);
    background-position: top;
    background-repeat: repeat-x;
}

#conteynerfootlinks {
    display: block;
    padding: 47px 0px 0px 0px;
    float: none;
    font-weight: bold;
    font-size: 9pt;
    color: #575D67;
}

#conteynerfootlinks a {
    color: #032868;
    font-weight: bold;
}

#conteynerfootlinks a:hover {
    color: #575D67;
    text-decoration: none;
}


/* SIDEBAR ITEMS 
************************************/

#conteynerside {
display: block;
float: right;
width: 200px;
color: #31302F;
margin-right: 4px;
_margin-right: 5px;
margin-bottom: 10px;
margin-top: 5px;
}

#conteynerside ul li h4 {
    width: auto;
    height: auto;
    font-size: 11pt;
    font-weight: bold;
    padding: 7px 7px 7px 10px;
    margin: 0px;
    color: #FFFFFF;
    background-image: url(./images/h2.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #33627A;
    text-align: left;
    letter-spacing: normal;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border: 1px solid #C5C5C5;
}


#conteynerside ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.widget {
    padding: 0px;
    margin-bottom: 15px;
}

#conteynerside ul li ul {
color: #31302F;
margin: 0px 5px 0px 5px;
    background-color: #908E8F;
    background-image: url(./images/side.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    border: 1px solid #D2D9E7;
    -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;
padding: 10px 0px 10px 0px;

}

#conteynerside ul li ol {
    color: #31302F;
    list-style:none;
    margin: 0px 5px 0px 5px;
    background-color: #908E8F;
    background-image: url(./images/side.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    border: 1px solid #D2D9E7;
    -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;
    padding: 10px 0px 10px 0px;
}

#conteynerside ul li ul li, #conteynerside ul li ol li {
border: none;
padding: 5px;
padding-left: 5px;
}


#conteynerside a {
display: block;
text-decoration: none;
color: #FFFCA2;
padding: 5px 2px 5px 5px;
border-bottom: 1px solid #FFFCA2;
}

#conteynerside a:hover {
display: block;    
text-decoration: none;
color: #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}

#conteynerside ul li ul li:hover, #conteynerside ul li ol li:hover {
    background-color: #;
}

#conteynerside .banners {
    text-align: center;
    padding: 5px;
    margin: 0px 5px 0px 5px;
    color: #31302F;
    background-color: #908E8F;
    background-image: url(./images/side.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    border: 1px solid #D2D9E7;
    -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;
}

#conteynerside .banners a {
    background-image: none;
    padding-left: 0px;
    border: none;
}

#conteynerside .banners a: hover {
    background-image: none;
    border: none;
}


#conteynerside .sidebar-post a {
    background-image: none;
    padding-left: 10px;
}


#conteynerside .sidebar-post a:hover {
    text-decoration: none;
}

#conteynerside .banners a:hover {
    text-decoration: none;
}

#conteynerside .banners  img {
    margin-bottom: 5px;
}

#conteynerside .banners  object, #conteynerside .banners  embed {
    margin-bottom: 5px;
}
 
#conteynerside .date {
    text-align: left;
    color: #FFFFFF;
    font-size: 8pt;
    font-weight: normal;
    margin-bottom: 4px;
}



/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/

#charts {
    width: 995px;
    margin: auto;
    overflow:hidden;
    float:none;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 10px 1px 10px 1px;

}

.conteynersep {
    clear:both;
    float:none;
}

.separator {
    clear:both;
    float:none;
}


.footer-left-content {
    width: auto;
    height: auto;
    clear: both;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;

}

.footer-left-content * {
    width: auto;
    float: none;
}

.footer-left-content h2 {
    width: auto;
    height: auto;
    font-size: 11pt;
    font-weight: bold;
    padding: 7px 7px 7px 10px;
    margin: 0px;
    color: #FFFFFF;
    background-image: url(./images/h2.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #33627A;
    text-align: left;
    letter-spacing: normal;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border: 1px solid #C5C5C5;
}

.footer-left-content h2 a {
    color: #FFFFFF;
    text-decoration: none;
}
.footer-left-content h2 a:hover {
    color: #D0DFEF;
    text-decoration: none;
}


.footer-left-content .feeds_widget {
    margin: 0px 5px 0px 5px;
    padding: 0px;
    width: auto;
    float: none;
    clear: both;
    text-align: left;
    color: #000000;
    background-color: #CACACA;
    background-image: url(./images/cell.jpg);
    background-position: top;
    background-repeat: repeat-x;
    border: 1px solid #D2D9E7;
    -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;
}

.copies, .imageswitcher {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.boxes img {
    text-align: center;
    vertical-align: middle;
}

.index_service_text_moneyfornothing, .data {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.index_service_text_moneyfornothing ul, .data ul, .index_service_text_moneyfornothing ol, .data ol{
    margin-left: 20px;
    padding-left: 10px;
}

.footer-left-content .feeds_widget object, .footer-left-content .feeds_widget embed {
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.footer-left-content .feeds_widget table {
    width: 100%;
    border-spacing: 0px;
    background-color: #0067B2;
    background-image: url(./images/table.jpg);
    background-position: top;
    background-repeat: repeat-x;
}

.footer-left-content .feeds_widget table tr th {
    font-size: 7pt;
    padding: 3px;
    text-align:center;
    font-weight:normal;
    color: #A2E1FF;    
}


.footer-left-content .feeds_widget table tr td {
    font-size: 8pt;
    padding: 3px;
    color: #FFFEFE;
}

td.doc-layout-3-2, td.doc-layout-3-5, td .doc-layout-3-6, td.doc-layout-3-7, td.doc-layout-3-8 , td.doc-layout-3-9, td.doc-layout-3-10  {
	text-align: center; 
	vertical-align: middle;
}

td.doc-layout-3-1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.doc-layout-3-3, td.doc-layout-3-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;
}
.compareleft {
    background-color: transparent;
}

.groupboxdesc {
    background-color: #1A65A9;
}

.footer-left-content .feeds_widget table tr.compareleft  td, .footer-left-content .feeds_widget table tr.groupboxdesc  td {
    border-top: ;
    border-bottom: ;
}

.even:hover, .odd:hover {
    background-color: #0D2754;
}

.footer-left-content a {
    color: #002B77;
    text-decoration: none;
}
.footer-left-content a:hover {
    color: #1158D6;
    text-decoration: underline;
}

.footer-left-content .feeds_widget table tr td a {
    color: #FFFCA2;
    text-decoration: none;
    display: block;
}
.footer-left-content .feeds_widget table tr td a:hover {
    color: #A2E1FF;
    text-decoration: none;
    display: block;
}

.footer-left-content .feeds_widget table tr td img {
    border: none;
}

.footer-left-content .footer {
    margin: 0px 10px 0px 10px;
    padding: 7px;
    font-size: 9pt;
    text-align: right;
    color: #000000;
    font-weight: normal;
    width: auto;
    float: none;
    clear: both;
    border: none;
    background-image: url(./images/cell-foot.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    -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;
}

.footer-left-content .footer a {
    font-weight: normal;
    color: #002B77;
    text-decoration: none;
    
    
}
.footer-left-content .footer a:hover {
    color: #1158D6;
    text-decoration: none;
}

.copies, .imageswitcher {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.boxes img {
    text-align: center;
    vertical-align: middle;
}

.index_service_text_moneyfornothing, .data {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.index_service_text_moneyfornothing h1, .data h1,
.index_service_text_moneyfornothing h2, .data h2,
.index_service_text_moneyfornothing h3, .data h3,
.index_service_text_moneyfornothing h4, .data h4,
.index_service_text_moneyfornothing h5, .data h5,
.index_service_text_moneyfornothing h6, .data h6
{
    text-align: left;
    padding: 7px;
    padding-left: 0px;
    font-size: 10pt;
    margin: 0px;
    float: none;
    font-weight: bold;
}

.index_service_text_moneyfornothing p, .data p
{
    text-align: left;
    padding: 0px;
margin: 0px;
float: none;
}


.index_service_text_moneyfornothing ul, .data ul, .index_service_text_moneyfornothing ol, .data ol{
    margin-left: 20px;
    padding-left: 10px;
}


.footer-left-content img {
    border: none;
    margin: 0px;
}







/*** TAB STYLES *************************************************************/

/* Color tab styles */

.moduletable-hilite1, .feeds_widget ul.boxnewsbar468middlecontentsleft li.eStore_text_input {
    background-color: #33627a;
    color: #ffffff;
    border: 1px solid #264a5b;
}
.feeds_widget ul.boxnewsbar468middlecontentsleft li {
    background-color: #264a5b;
}
.feeds_widget ul.boxnewsbar468middlecontentsleft li, .feeds_widget ul.boxnewsbar468middlecontentsleft li h4 {
    color: #ffffff;
}

/* Common tab styles */

.feeds_widget ul.boxnewsbar468middlecontentsleft {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: left;
}
.feeds_widget ul.boxnewsbar468middlecontentsleft 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;
}
.feeds_widget ul.boxnewsbar468middlecontentsleft li.eStore_text_input {
    padding: 3px 3px 3px 3px;
    border-bottom: none;
}
.feeds_widget ul.boxnewsbar468middlecontentsleft h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: inline;
}
.feeds_widget ul.boxnewsbar468middlecontentsleft li.eStore_text_input h4 {
    font-weight: bold;
}
.feeds_widget ul.boxnewsbar468middlecontentsleft li:hover {
    text-decoration: underline;
}

.feeds_widget .moduletable-hilite1 {
    margin: 0;
    padding: 5px;
}

.feeds_widget .moduletable-hilite1 h1,
.feeds_widget .moduletable-hilite1 h2,
.feeds_widget .moduletable-hilite1 h3,
.feeds_widget .moduletable-hilite1 h4,
.feeds_widget .moduletable-hilite1 h5,
.feeds_widget .moduletable-hilite1 h6 {
    margin: 0;
}

