/*
CSS Updater (style.php) 
*/

/*
Theme Name: T-0071

*/

* {
    font-family: arial, helvetica, sans-serif;
}

body {
    font-size: 10pt;
    margin: auto;
    padding: 0px;
    float: none;
    background-color: #6FC7FF;
}

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;
    width: 1000px;
    height: 145px;
    text-align: center;
    float: none;
    clear: both;
    margin-top: 0px;    
}

h1 {
    float: left;
    margin: auto;
    margin-top:96px;
    font-size: 18pt;
    width: 1000px;
    text-transform: capitalize;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-style: normal;
}


h1 a {
    color: #FFFFFF;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    text-transform: capitalize;
}

h1 a:hover {
color: #91D4FF;
text-decoration: none;
}


#nav-div {
text-align: center;
font-size: 9pt;
margin: auto;
float: none;
height: 30px;
overflow: hidden;
width: 980px;
margin-top: 1px;
padding-top: 1px;
background-image: url(./images/menu.jpg);
background-position: top;
background-repeat: repeat-x;
background-color: #33627A;
padding-left: 10px;
padding-right: 10px;
-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;
    padding-top: 0px;
    _padding-top: 7px;
    _padding-bottom: 7px;
    border-right: 1px solid #6FC7FF;
}

#nav-div ul li:hover {
}

#nav-div ul li a { 
    display: block;
    _display: inline;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 9pt;
    _height: 31px;
    padding: 8px 11px 7px 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: #729038;
    text-decoration: none;
    background-image: url(./images/menu-hover.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #377A33;
}

#nav-div ul li a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(./images/menu-hover.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #377A33;
}



/*   END HEADER  */

/*  MAIN */

#parent-div {
    display: block;
    margin: 0px auto 0px auto;
    width: 996px;
    border: 5px solid #E6E6E6;
    background-color: #FFFFFF;
}


/*   END MAIN  */

/*   #POST  */


#middle-div {
    width: 780px;
    margin-bottom: 10px;
    color: #150000;
    float: left;
}

.text-div {
    float: none;
    width: 775px;
    _width: 765px;
    margin-left: 7px;
    _margin-left: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000000;
    padding: 0px;
    padding-bottom: 40px;
    background-image: url(./images/post-foot.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}


.text-div a {
    color: #073365;
    font-weight: normal;
    text-decoration: underline;
}


.text-div a:hover {
   color: #076507;
   text-decoration: none;
}

.text-div-title {
    font-family : Verdana, Arial, Palatino, Sans-Serif;
    width: auto;
    height: auto;
    font-size: 11pt;
    font-weight: bold;
    padding: 7px;
    margin: 0px;
    color: #30291E;
    text-align: left;
    letter-spacing: normal;
}

.text-div-title a {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.text-div-title a:hover {
    color: #4B4A4A;
    text-decoration: none;
}

.inerm-div {
    margin: 0px;
    padding: 7px;
    color: #0A0000;
    background-color: #DBDBDB;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}

.date-div {
background-image: url(./images/date.jpg);
float: none;
padding: 3px 10px 3px 0px;
margin: 0px;
color: #076507;
}


/*   END post-div  */

/*   FOOTER  */
#bottom-div {
    display: block;
    clear: both;
    border-top: none;
    margin: 0px auto 0px auto;
    width: 1000px;
    height: 78px;
    text-align: center;
    background-image: url(./images/foot.jpg);
    background-position: top;
    background-repeat: repeat-x;
    margin-top: 10px;
}

#bottom-div-links {
    display: block;
    padding: 25px 0px 0px 0px;
    float: none;
    font-weight: bold;
    font-size: 9pt;
    color: #DBDBDB;
}

#bottom-div-links a {
    color: #FFFFFF;
    font-weight: bold;
}

#bottom-div-links a:hover {
    color: #DBDBDB;
    text-decoration: none;
}


/* SIDEBAR ITEMS 
************************************/

#s-box {
display: block;
float: right;
width: 200px;
color: #0A0000;
margin-right: 5px;
_margin-right: 5px;
margin-bottom: 10px;
margin-top: 5px;
}

#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-color: #DFDED6;
    background-image: url(./images/menu.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #33627A;
    border-bottom: none;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    margin-bottom: 5px;
}


#s-box ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.widget {
    padding: 0px;
    margin-bottom: 15px;

}

#s-box ul li ul {
    color: #0A0000;
    padding: 10px 0px 10px 0px;
    background-color: #FFF195;
    margin:0px;
    background-image: url(./images/side.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #6FC7FF;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}

#s-box ul li ol {
    list-style:none;
    color: #0A0000;
    padding: 10px 0px 10px 0px;
    background-image: url(./images/side.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #6FC7FF;
    -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;
}


#s-box a {
display: block;
text-decoration: none;
color: #073365;
padding: 7px 10px 7px 20px;
margin: 0px;
}

#s-box a:hover {
display: block;    
text-decoration: none;
color: #073365;
background-color: #B1E0FF;
}

#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: #0A0000;
    background-image: url(./images/side.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #6FC7FF;
    -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: 20px;
}


#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: #150000;
    font-size: 8pt;
    font-weight: normal;
    margin-bottom: 4px;
}



/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/

#charts {
    width: 996px;
    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;
}


.w5_cells {
    width: auto;
    height: auto;
    clear: both;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.w5_cells * {
    width: auto;
    float: none;
}

.w5_cells h2 {
    width: auto;
    height: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 7px;
    margin: 0px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: normal;
    background-color: #DFDED6;
    background-image: url(./images/menu-hover.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #377A33;
    border-bottom: none;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}

.w5_cells h2 a {
    color: #FFFFFF;
    text-decoration: none;
}
.w5_cells h2 a:hover {
    color: #FFF195;
    text-decoration: none;
}


.w5_cells .w5_documentes {
    margin: 0px;
    padding: 0px;
    margin: 5px 0px 5px 0px;
    width: auto;
    float: none;
    clear: both;
    text-align: left;
    color: #0A0000;
    border: 2px solid #CACACA;
    background-color: #DBDBDB;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}

.w5_image, .w5_pixs {
    text-align: center;
    margin: auto;
}

.w5_pixs {
margin-top: 5px;   
}

.w5_cells .w5_documentes object, .w5_cells .w5_documentes embed {
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.w5_cells .w5_documentes table {
    width: 100%;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    background-color: #DEDADA;
    background-image: url(./images/table.jpg);
    background-position: top;
    background-repeat: repeat-x;
}

.w5_cells .w5_documentes table thead {
    font-size: 7pt;
    padding: 3px;
    text-align:center;
    font-weight:normal;
    color: #0A0000;
    border-bottom: 1px solid #7B7B7B;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}


.w5_cells .w5_documentes table tr td {
    font-size: 8pt;
    padding: 3px;
    color: #0A0000;
}

td.w5_f-2, td.w5_f-5, td .w5_f-6, td.w5_f-7, td.w5_f-8 , td.w5_f-9, td.w5_f-10  {
	text-align: center; 
	vertical-align: middle;
}

td.w5_f-1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.w5_f-3, td.w5_f-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: #DBDBDB;
}

.odd {
    background-color: #DBDBDB;
}

.w5_cells .w5_documentes table tr.even  td, .w5_cells .w5_documentes table tr.odd  td {
    border-top: 1px solid #A8A8A8;
    border-bottom: 1px solid #FFFFFF;
}

.even:hover, .odd:hover {
    background-color: #D0CCCC;
}

.w5_cells a {
    color: #073365;
    text-decoration: none;
}
.w5_cells a:hover {
    color: #076507;
    text-decoration: none;
}

.w5_cells .w5_documentes table tr td a {
    color: #073365;
    text-decoration: none;
    display: block;
}
.w5_cells .w5_documentes table tr td a:hover {
    color: #076507;
    text-decoration: none;
    display: block;
}

.w5_cells .w5_documentes table tr td img {
    border: none;
}

.w5_cells .footer {
    margin: 0px;
    padding: 4px 7px 10px 7px;
    font-size: 9pt;
    text-align: center;
    font-weight: normal;
    width: auto;
    float: none;
    clear: both;
    border: none;
    color: #0A0000;
    border: 1px solid #9F9F9F;
    background-color: #797979;
    margin: 0px;
    background-image: url(./images/cell-foot.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;  
  
}

.w5_cells .footer a {
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    
    
}
.w5_cells .footer a:hover {
    color: #D6D3D3;
    text-decoration: none;
}
.w5_image, .w5_pixs {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.w5_zone img {
    text-align: center;
    vertical-align: middle;
}

.w5_portions, .w5_part {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.w5_portions h1, .w5_part h1,
.w5_portions h2, .w5_part h2,
.w5_portions h3, .w5_part h3,
.w5_portions h4, .w5_part h4,
.w5_portions h5, .w5_part h5,
.w5_portions h6, .w5_part h6
{
    text-align: left;
    padding: 7px;
    padding-left: 0px;
    font-size: 10pt;
    margin: 0px;
    float: none;
    font-weight: bold;
}

.w5_portions p, .w5_part p
{
    text-align: left;
    padding: 0px;
margin: 0px;
float: none;
}


.w5_portions ul, .w5_part ul, .w5_portions ol, .w5_part ol{
    margin-left: 20px;
    padding-left: 10px;
}


.w5_cells img {
    border: none;
    margin: 0px;
}



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

/* Color tab styles */

.w5_clips, .w5_documentes ul.w5_clip li.w5_headings {
    background-color: #dbdbdb;
    color: #000000;
    border: 1px solid #bcbcbc;
}
.w5_documentes ul.w5_clip li {
    background-color: #bcbcbc;
}
.w5_documentes ul.w5_clip li, .w5_documentes ul.w5_clip li h4 {
    color: #000000;
}

/* Common tab styles */

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

.w5_documentes .w5_clips {
    margin: 0;
    padding: 5px;
}

.w5_documentes .w5_clips h1,
.w5_documentes .w5_clips h2,
.w5_documentes .w5_clips h3,
.w5_documentes .w5_clips h4,
.w5_documentes .w5_clips h5,
.w5_documentes .w5_clips h6 {
    margin: 0;
}

