/*
Theme Name: T-0016
*/



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

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

img {
    border: none;
}

.separator {
clear: both;
}


.text {
    padding: 5px;
    color: #396FA6;
}

a {
    text-decoration: none;
    color: #2B5385;
}

a:hover {
    color: #E57B0D;
}


/*   HEADER  */

#header {
    display: block;
    margin: 0px auto 0px auto;
    background-image: url(./images/head.gif);
    width:1044px;
    height: 172px;
	overflow:hidden;
}

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

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


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

h1 a:hover {
color: #1F6FE4;
}


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

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

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

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

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

#menu ul li a:hover {
    color: #FFEEAA;
    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;
}

h2 , #sidebar ul li h4 {
    background-image: url(images/h2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #2d4b7d;
    width: auto;
    margin: auto;
    font-size: 12pt;
    padding-top: 3px;
    float: none;
    clear: both;
    text-align: center;
    color: #10394E;
    min-height: 23px;
    height: auto;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
}

/*   CHARTS   */

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

#charts {
	width:98%;
	overflow:hidden;
	margin:10px 0px 0px 7px;
	-margin-left:5px;
	float:left;
}

.cell {
    float: none;
    clear: both;
    width: auto;
    margin: auto;
	background-image: url(images/content_bg.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #D4E8F2;
    border: 2px solid white;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
	padding:5px;
}

.cell .content {
    float: none;
    clear: both;
    width: auto;
    margin:5px 0px 5px 0px;
}

.footer {
    background-image: url(images/footer_bg.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #3A6FAD; 
    height: 15px;
    padding: 3px 0px 3px 10px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
}

.cell .content table {
    width: 100%;
    background:#b8d6ea;
}
.cell .content table tr th {
    font-size: 7pt;
    padding:2px;
	font-weight:normal;
}
.cell .content table thead {
background-color: #90B2D2; 
color: #FFFFFF;
text-align: center;
font-weight:normal;
padding:2px;
}

.cell .content table  td {
    padding:3px;
	font-weight:normal;
	border-top:1px dashed #ffffff;
}

.even {
    background-color: #b6d1ea;
    background-image: url(images/even_bg.jpg);
    background-position: top left;
    background-repeat: repeat-y;
}

/*   END CHARTS   */

/*   SIDEBAR  */

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

#sidebar {
    width: 190px;
    margin: 20px 10px 15px 0px;
	-margin-right:5px;
    float: right;
	color: #8a8a8a;
}

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

#sidebar ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#sidebar ul ul, #sidebar ul ol.links {
	padding:0px;
	margin:0px 0px 15px 0px;
	color: #8a8a8a;
	background-color: #FFFFFF;
    border: 1px solid #CBDAEA;
	-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 ul ul li {
    background-position: left;
    padding: 5px 5px 5px 15px;
	margin:0px;
    vertical-align:middle;
	border-bottom:1px dotted #396fa6;
	list-style-type:circle;
	list-style-position: inside;
}
#sidebar ul ul li.sidebar-post {
	list-style:none;
}
#sidebar ul ol.links li { 
	background-position: left;
	list-style-position: inside;
    padding: 5px 0px 5px 15px;
    vertical-align:middle;
	border-bottom:1px dotted #396fa6;
}
#sidebar .banners {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	background-color: #FFFFFF;
    border: 1px solid #CBDAEA;
	margin-bottom:15px;
	-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;
}

.banners .banner embed {

}

#sidebar a {
text-decoration: none;
color: #2a4b7b;
font-weight:bold;
}

#sidebar a:hover {
text-decoration: underline;
color: #1f6fe4;
}





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

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

button {
    width: 111px;
    height: 29px;
    background-image: url(./images/button1.gif);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    color: #807F72;
    margin: 15px auto 5px auto;
    background-color: transparent;
    cursor: pointer;
    font-weight: bold;
    padding-bottom: 7px;
    
}

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

button:focus {
    outline: none;
}

button:active {
    outline: none;
}

.button:active {
    outline: none;
}

.button:focus {
    outline: none;
}

a:focus {
    outline: none;
}

/*   END SIDEBAR  */

/*   POST  */

.post {
    display: block;
    float: left;
    margin: 0px 5px 10px 10px;
	overflow:hidden;
}

.post .content {
    background-color: #FFFFFF;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    border-bottom: 1px dashed #8A8A8A;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
}





#content .date {
background-image: url(./images/date.gif);
float: left;
width: 125px;
height: 66px;
margin: 10px 10px 10px 5px;
color: #FFFFFF;
}

.date_content_1 {
padding: 6px 0px 0px 0px;
font-size: 11pt;
font-weight: normal;
text-align: center;
color: #B47830;
font-weight: bold;
}

.date_content_2 {
padding-right: 3px;
font-size: 18pt;
font-weight: normal;
text-align: center;
font-weight: bold;
margin: 0px;
}

.post h3 {
    margin-top: 0px;
    padding-top: 10px;
    margin-bottom: 0px;
}

.post h3 a{
    color: #3D72AE;
    margin-top: 0px;
}

.post h3  a:hover {
    color: #1F6FE4;
}

/*   END POST  */

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

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

#footer p a {
    color: #A9E3FF;
    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;
    margin: 0px;
    padding: 0px;
    border-bottom: none;
    padding: 5px;
    background-image: url(./images/reviews_bg.jpg);
    background-position: top left;
    background-repeat: repeat-x;
}


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

.button:hover {
    background-image: url(./images/button1_hov.gif);
    background-position: center;
    background-repeat: no-repeat;

}

.image_and_button .button2{
    display: block;
    float: none;
    width: 111px;
    height: 29px;
    background-image: url(./images/button2.gif);
    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: 5px;
    color: #FFFFFF;
}

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


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;} 