/*
Theme Name: T-0026
*/



* {
    font-family: arial, helvetica, sans-serif;
}

body {
    font-size: 10pt;
    background-image: url(./images/body.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #000000;
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
}

.separator {
clear: both;
}


.text {
    padding: 5px;
    color: #606060;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

a:hover {
    color: red;
}


/*   HEADER  */

#header {
    display: block;
    margin: 0px auto 0px auto;
    background-image: url(./images/header.gif);
    width: 1000px;
    height:190px;
}

#main {
    display: block;
    margin: 0px auto 0px auto;
    width: 1000px;
    background-color: transparent;
	overflow: hidden;
}

h1 {
    width:1000px;
    margin: auto;
    padding: 50px 0px 0px 0px;
    font-size: 20pt; 
    text-transform: capitalize;
    text-align: center;
}


h1 a {
color: #FFFFFF;
font-style: normal;
}

h1 a:hover {
color: #F6D7D7;
}


#menu {
text-align: center;
font-size: 9pt;
margin:75px 0px 0px 0px;
padding: 0px;
}

#menu ul {
    margin: 0px 0px 0px -10px;
    list-style-type: none;
}

#menu ul li {
    display: block;
    float: left;
    width: auto;
    margin: auto;
    border-right: 1px dotted #D4E8F2;

}

#menu ul li#noboder {
    border-right: none;
}

#menu ul li a { 
    display: block;
    width: auto;
    color: #FFEEAA;
    padding: 4px 10px 4px 10px;
    font-weight: bold;
}

#menu ul li a:hover {
    color: #FFFFFF;
    /*background-image: url(images/menu_hov.jpg);
    background-position: center center;
    background-repeat: no-repeat;*/
}

/*   END HEADER  */

.row {
    float: none;
    clear: both;
    width: auto;
    margin: auto;
}



/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/

.cell {
    float: none;
    clear: both;
    width: auto;
    margin: auto;
}

.cell h2 , #sidebar ul li h4, #sidebar h2{
    background-image: url(images/h2.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #111111;
    border: 2px solid #262626;
    border-bottom: none;
    width: auto;
    margin: 0px;
    float: none;
    clear: both;
    font-size: 12pt;
    text-align: center;
    color: #FF3232;
    min-height: 25px;
    height: auto;
    padding-top: 10px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -khtml-border-top-left-radius: 8px;
    -khtml-border-top-right-radius: 8px;
}

h2 a {
    color:#FF3232;
}

h2 a:hover {
    color:#FFFFFF;
}
.cell .content {
    float: none;
    clear: both;
    width: auto;
    margin: 0px;
    padding: 0px;
    color: #606060;
    /*background-image: url(images/content_bg.jpg);
    background-position: top left;
    background-repeat: repeat-x;*/
    background-color: #111111;
    border: 2px solid #262626;
    border-bottom: none;
    border-top: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
}


.cell .content table {
    width: 100%;
   background-color: #010100;
}

.cell .content table tr th {
	background-color: #000000; 
	color: #FFFFFF;
	text-align: center;
	padding:2px;
	font-size:7pt;
	border-bottom:1px dotted #ffffff;
	font-weight:normal;
}

.cell .content table tr td {
    padding:5px 0px 5px 0px;
	background-color: #010100;
	border-top:1px solid #262626;
    color: #606060;
	font-weight:normal;
	font-size:8pt;
}
.cell .content table tr.even td {
    background-color: #040801;
}
.cell .content table  td a {
    color: #606060;
	font-weight:normal;
	font-size:8pt;
}

.cell .content table  td a:hover{
    color: #979494;
}


.cell .content table tr:hover td {
    background-color: #050B01;
}



.cell .footer {
	padding:5px;
    background-color: #111111;
	border-top:2px dotted #ffffff;
    border: 1px solid #262626;
    color: #FFFFFF;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -khtml-border-bottom-left-radius: 8px;
    -khtml-border-bottom-right-radius: 8px;
}

/*   END CHARTS   */

/* SIDEBAR ITEMS 
************************************/

body#charts-sidebar-body {
    background-color: #010000;
    width: auto;
    padding: 0px;
    background-image: none;
}

body#charts-sidebar-body #sidebar, .cell #sidebar {
	float: none;
	clear: both;
	margin: 0px;
	padding:0px;
	width:auto;
}


#sidebar {
	float: right;
	width: 190px;
	margin:10px 0px 15px 0px;
	background:#111111;
	color: #606060;
	font-size:8pt;
}
#sidebar ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#sidebar ul ul, #sidebar ul ol.links {
	padding:0px;
	margin:0px;
	border: 2px solid #262626;
    border-bottom: none;
    border-top: none;
}

#sidebar ul ul li {
    background-position: left;
	border-top:1px solid #262626;
	list-style:none;
    background: url(images/ul_li.gif) no-repeat;
    background-position: left 3px;
    padding: 5px 0px 5px 20px;
	margin-left:10px;
    vertical-align:middle;
}

#sidebar ul ol.links li { 
	background-position: left;
	list-style-position: inside;
    padding: 5px 0px 5px 15px;
	border-top:1px solid #262626;
}

#sidebar ul ul li.sidebar-post {
	background:none;
	padding: 5px 0px 5px 15px;
	margin:0px;
}
#sidebar .banners {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	border: 2px solid #262626;
    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;
}
#sidebar .banners .banner {
	margin:5px;
}

#sidebar .banners .banner a img, .banners .banner object {
	text-align:center;
	vertical-align:middle;
	margin-bottom:10px;
	border:none;
}


#sidebar a {
text-decoration: none;
color: #fffff;
}

#sidebar a:hover {
	text-decoration: none;
	color: #ff3232;
}
#sidebar ul li li:hover {
	background:#010200;
}


form {
text-align: center;
padding: 15px 0px 15px 0px;
}

form input {
    width: 80%;
    border: 1px solid #C9AE83;
    background-color: #64CE4E;
}

#searchsubmit {
    width: 64px;
    height: 18px;
    background-image: url(./images/button1.gif);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    color: #313530;
    margin: 15px auto 5px auto;
    background-color: transparent;
    cursor: pointer;
    font-weight: normal;
    padding-bottom: 7px;
    
}

#searchsubmit:hover {
    background-image: url(./images/button1_hov.gif);
    background-position: center;
    background-repeat: no-repeat;
    color: #313530;
}

#searchsubmit:focus {
    outline: none;
}

#searchsubmit:active {
    outline: none;
}

.button:active {
    outline: none;
}

.button:focus {
    outline: none;
}

a:focus {
    outline: none;
}

/*   END SIDEBAR  */

#content {
float: left;
margin:10px 0px 15px 10px;
-margin-left:5px;
width: 78%;
background-color: transparent;
}

#charts {
	width:99%;
	overflow:hidden;
	margin:10px 0px 0px 7px;
	-margin-left:3px;
	float:left;
}
/**********************************Content-post**********************************/

.post {
	background-color: #262626;
	border:1px solid #262626;
   margin:0px 0px 20px 0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
	color:#606060;
}

.post .info h2, .post .info h2 a {
	color:#ff3232;
	text-decoration:none;
	background:transparent;
	font-size:12pt;
	text-align:left;
}

.post .info {
    width:79%;
    padding:5px;
	margin:0px;
	float:right;
}
#content .post a .calendar-post {
	background:url(images/date.gif) no-repeat;
	width:124px;
	height:60px;
	float:left;
	padding:50px 0px 10px 0px;
	margin:10px;
	text-decoration:none;
	text-align:center;
	color:#ffffff;
	font-size:10pt;
	border:none;
	text-transform:uppercase;

}
.calendar-post  div {
    font-weight:bold;
    text-transform:uppercase;
    color:#ffffff;
    font-size:14pt;
    background:transparent;
	text-decoration:none;
}


/*   END POST  */

/*   FOOTER  */
#footer {
    display: block;
    background-repeat: no-repeat;
    margin: 0px auto 0px auto;
    background-image: url(./images/footer.png);
    width: 1000px;
    height: 85px;
    text-align: center;
}

#footer p {
    display: block;
    margin: 0px 0px 0px 0px;
    float: none;
    padding-top: 35px;
}

#footer p a {
    color: #414141;
    font-weight: bold;
}

/*   END FOOTER  */


.image_and_button {
    width: auto;
    float: none;
    clear: both;
    text-align: center;
}

img {
    border: none;
    margin: 5px;
}

.review .post .content {
/*    background-color: #FFFFFF;
    border-bottom: none;
    background-image: url(./images/reviews_bg.jpg);
    background-position: top left;
    background-repeat: repeat-x; */
    padding: 5px;
    margin: 0px;
    padding: 0px;
    background-color: #111111;
    border: 1px solid #262626;
    border-top: 1px solid #111111;
    padding-bottom: 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -khtml-border-bottom-left-radius: 8px;
    -khtml-border-bottom-right-radius: 8px;
}


.image_and_button .button {
    display: block;
    float: none;
    width: 111px;
    height: 29px;
    background-image: url(./images/button1_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    color: #FFC940;
    margin: 5px auto -5px auto;
    background-color: transparent;
    cursor: pointer;
    font-weight: bold;
    padding-top: 10px;
}

.button:hover {
    background-image: url(./images/button1_1_hov.jpg);
    background-position: center;
    background-repeat: no-repeat;
    color: #FFFB87;
}

.image_and_button .button2{
    display: block;
    float: none;
    width: 111px;
    height: 29px;
    background-image: url(./images/button2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    color: #807F72;
    margin: -10px auto 5px auto;
    background-color: transparent;
    cursor: pointer;
    font-weight: bold;
    padding-top: 10px;
    color: #F5B7D2;
}

.button2:hover {
    background-image: url(./images/button2_hov.jpg);
    background-position: center;
    background-repeat: no-repeat;
    color: #F2FF26;
}

td.c1, td.c2, td.c4, td.c5, td .c6, td.c7, td.c8 , td.c9, td.c10  {
	text-align: center; 
	vertical-align: middle;
}
.charts table td table tr td {
    vertical-align: middle;
}
.charts table td {
    vertical-align: top;
}
.emptycell {background-color: transparent;} 