/*
CSS Updater (style.php) 
*/

/*
Theme Name: T-0049

*/

* {
    font-family: arial, helvetica, sans-serif;
}

body {
    font-size: 10pt;
    margin: auto;
    padding: 0px;
    background-color: #000000;
    float: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #0C8DC7;
}


a:hover {
    color: #20C5FB;
}

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;
}

/*   HEADER  */

#h-conteyner {
    display: block;
    margin: 0px;
    background-image: url(./images/head.jpg);
    background-position: top;
    background-repeat: no-repeat;
    width: 1000px;
    height: 160px;
    text-align: center;
    background-color: #000000;
}

h1 {
    margin: 40px 0px 0px 70px;
    _margin: 40px 0px 0px 35px;
    width: 765px;
    padding: 5px 5px 5px 0px;
    font-size: 19pt; 
    text-transform: capitalize;
    text-align: left;
    color: #E3E3E2;
    float: left;
}


h1 a {
color: #E3E3E2;
font-style: normal;
}

h1 a:hover {
color: #D2D8DB;
}


#m-conteyner {
text-align: center;
font-size: 9pt;
margin: 0px;
padding: 0px;
float:  none;
width: 1000px;
height: 48px;
background-image: url(images/menu.jpg);
background-position: top;
background-repeat: repeat-x;
background-color: #DBE5E7;
overflow: hidden;
border-bottom: 1px solid #BECBD1;
}

#m-conteyner ul {
    margin: 0px;
    list-style-type: none;
    padding-left: 0px;
}

#m-conteyner ul li {
    display: block;
    float: left;
    width: auto;
    margin-left: 0px;
    background-image: url(images/menu.jpg);
    background-color: #DBE5E7;
    background-position: top;
    background-repeat: repeat-x;
    border-top: 1px solid #FFFFFF;

}

#m-conteyner ul li:hover {
    background-image: url(images/menu-hover.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #191512;
    border-top: none;
}

#m-conteyner ul li a { 
    display: block;
    min-height: 30px;
    height: auto;
    color: #34393E;
    font-weight: bold;
    padding: 18px 15px 0px 15px; 
}

#m-conteyner ul li.current_page_item  { 
    background-image: url(images/menu-hover.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #191512;
    _color: #D61F6D;    
}

#m-conteyner ul li.current_page_item a{   
    color: #E3E3E2;
}

#m-conteyner ul li a:hover {
    color: #E3E3E2;
    text-decoration: none;
    _color: #D61F6D;
}



/*   END HEADER  */

/*  MAIN */

#mn-conteyner {
    display: block;
    margin: 0px auto 0px auto;
    width: 1000px;
    background-color: #E1EDF1;
    border: none;
}

#c-conteyner {
    width: 780px;
    margin-bottom: 10px;
    color: #2C3F03;
    margin-left: 5px;
}

/*   END MAIN  */

/*   #POST  */

.p-conteyner {
    float: left;
    width: 780px;
    width: 770px;
    margin-bottom: 10px;
    margin: 5px;    
    margin-top: 10px;
    _margin-left: 2px;
}

.p-conteyner a {
    text-decoration: none;
    color: #D61F6D;
    text-decoration: underline;
}


.p-conteyner a:hover {
    color: #FE3262;
    text-decoration: none;
}


.p-conteyner-title {
    width: auto;
    height: auto;
    font-size: 12pt;
    font-weight: bold;
    padding: 7px 0px 4px 5px;
    margin: 0;
    margin-bottom: 6px;
    color: #30393D;
    text-align:left;
    letter-spacing: normal;
    background-color: #441919;
    background-color: transparent;
    border-bottom: 4px solid #30393D;
}

.p-conteyner-title a {
color: #30393D;
text-decoration: none;
}

.p-conteyner-title a:hover {
color: #000000;
}

.e-conteyner {
    margin: 0px;
    margin-top: 0px;
    width: auto;
    color: #5E6568;
    padding: 5px;
    height: auto;
    background-color: #FDFEFE;
}

.text-f {
    padding: 7px;
    font-size: 9pt;
    padding-bottom: 9px;
    text-align: left;
    color: #D61F6D;
    width: auto;
    float: none;
    clear: both;
    margin-top: 0px;
    background-color: #FDFEFE;
    border-top: 1px solid #E8EBEC;
    border-bottom: 2px solid #D1DDE3;
    background-image: url(images/text-f.jpg);
    background-position: top;
    background-repeat: repeat-x;
}

.text-f a {
    color: #D61F6D;
    font-weight: bold;
    text-decoration: underline;
}
.text-f a:hover {
    color: #FE3262;
}

.date-conteyner  {
    background-color: #D61F6D;
    height: 20px;
    width: 140px;
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    color: #FFFFFF;
    margin: -5px 0px 4px -5px;
    }


/*   END post-div  */

/*   FOOTER  */
#f-conteyner {
    display: block;
    background-color: #0F0D0C;
    border-top: none;
    margin: 0px auto 0px auto;
    width: 1000px;
    height: 100px;
    text-align: left;
    background-image: url(images/foot.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
}

#f-conteyner-links {
    display: block;
    padding: 20px 0px 0px 30px;
    float: none;
    font-weight: bold;
    font-size: 9pt;
    color: #888883;
}

#f-conteyner-links a {
    color: #E3E3E2;
    font-weight: bold;
}

#f-conteyner-links a:hover {
    color: #FFFFFF;
}


/* SIDEBAR ITEMS 
************************************/

#s-conteyner {
display: block;
float: right;
width: 200px;
color: #FFFFFF;
margin-right: 5px;
-margin-right: 3px;
margin-bottom: 10px;
margin-top: 10px;
}

#s-conteyner ul li h4 {
    width: auto;
    height: auto;
    font-size: 11pt;
    font-weight: bold;
    padding: 7px 0px 4px 5px;
    margin: 0;
    margin-bottom: 6px;
    color: #30393D;
    text-align:left;
    letter-spacing: normal;
    background-color: #441919;
    background-color: transparent;
    border-bottom: 4px solid #30393D;
}

#s-conteyner ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

#s-conteyner ul li ul {
color: #5E6568;
background-color: #FDFEFE;
padding-bottom: 10px;
padding-top: 5px;
}

#s-conteyner ul li ol {
color: #5E6568;
list-style:none;
padding-left: 0px;
padding-bottom: 10px;
background-color: #FDFEFE;
padding-top: 5px;
margin-left: 0px;
}

#s-conteyner ul li ul li, #s-conteyner ul li ol li {
border: none;
margin-bottom: 0 !important;
color: #5E6568;
padding:5px;
}

#s-conteyner ul li ul li:hover , #s-conteyner ul li ol li:hover  {
}

#s-conteyner ul li ol li {
padding-left: 5px;
}

#s-conteyner a {
display: block;
text-decoration: none;
padding-left: 5px;
margin-left: 5px;
border-left: 2px solid #979C9E;
color: #5E6568;
}

#s-conteyner a:hover {
display: block;    
text-decoration: none;
color: #000000;
padding-left: 5px;
margin-left: 5px;
border-left: 2px solid #F23183;
}


#s-conteyner .banners {
    text-align: center;
    padding: 5px;
    color: #5E6568;
    background-color: #FDFEFE;
}

#s-conteyner .banners  img {
    margin-bottom: 5px;
}

#s-conteyner .banners a, #s-conteyner .sidebar-post a {
    border: none;
}

#s-conteyner .banners  a:hover, #s-conteyner .sidebar-post  a:hover {
    border: none;
}

#s-conteyner .banners  object, #s-conteyner .banners  embed {
    margin-bottom: 5px;
 }
 
#s-conteyner .date {
    text-align: center;
    color: #000000;
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
    text-decoration: underline;
    padding-left: 10px;
    margin-bottom: 3px;
}


/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/

#charts {
	width: 1000px;
	margin: 0px;
	overflow:hidden;
	float:none;
        padding-top: 10px;
        background-image: url(images/chart.jpg);
        background-position: top;
        background-repeat: repeat-x;
}

.w-conteyner {
	clear:both;
	float:none;
}


.cell {
    width: auto;
    height: auto;
    clear: both;
    margin:0px 2px 10px 2px;
    padding: 0px;
}

.cell * {
    width: auto;
    float: none;
}

.cell h2 {
    width: auto;
    height: auto;
    font-size: 11pt;
    font-weight: bold;
    padding: 7px 0px 4px 5px;
    margin: 0;
    margin-bottom: 6px;
    color: #30393D;
    text-align:left;
    letter-spacing: normal;
    background-color: #441919;
    background-color: transparent;
    border-bottom: 4px solid #30393D;
}

.cell h2 a {
    color: #30393D;
    text-decoration: none;
}
.cell h2 a:hover {
    color: #000000;
    text-decoration: none;
}


.cell .content {
    margin: 0px;
    width: auto;
    float: none;
    clear: both;
    text-align: left;
    color:#000000;
    background-color: #FDFEFE;
}

.spider-images, .spider-image {
    text-align: center;
    margin: auto;
    background-color: #FDFEFE;
}

.spider-image {
margin-top: 5px;   
}

.cell .content object, .cell .content embed {
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.cell .content table {
    width: 100%;
    background-color: #FFFFFF;
    background-image: url(images/table.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
}

.cell .content table tr th {
    color: #950C1F;
    font-size: 7pt;
    padding: 2px;
    background-image: url(images/thead.jpg);
    background-position: top;
    background-repeat: repeat-x;
    text-align:center;
    font-weight:normal;
    height: 27px;
    border-bottom: 1px solid #EAEEF1;
}


.cell .content table tr td {
    font-size: 8pt;
    padding: 3px;
    color: #30393D;
}

td.c2, td.c5, td .c6, td.c7, td.c8 , td.c9, td.c10  {
	text-align: center; 
	vertical-align: middle;
}

td.c1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.c3, td.c4 {
	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 {

}

.odd {
  
}

.cell .content table tr.even  td, .cell .content table tr.odd  td {
    border-top: 1px solid #E8EAEB;
    border-bottom: 1px solid #FFFFFF;
}

.even:hover, .odd:hover {
    background-color: #E2EAEE;
}

.cell .content table tr td a {
    color: #000000;
    text-decoration: none;
}
.cell .content table tr td a:hover {
    color: #292828;
    text-decoration: underline;
}

.cell a {
    color: #0661A8;
    text-decoration: underline;
}
.cell a:hover {
    color: #187ECE;
}

.cell .content table tr td img {
    border: none;
}

.cell .footer {
    padding: 7px;
    font-size: 9pt;
    padding-bottom: 9px;
    text-align: left;
    color: #D61F6D;
    width: auto;
    float: none;
    clear: both;
    margin-top: 0px;
    background-color: #FFFFFF;
    border-top: 1px solid #E8EBEC;
    border-bottom: 2px solid #D1DDE3;
}

.cell .footer a {
    color: #D61F6D;
    font-weight: bold;
    text-decoration: underline;
}
.cell .footer a:hover {
    color: #FE3262;
}
