/*
CSS Updater (style.php)
*/

/*
Theme Name: T-0012
*/




* {
    font-family: arial, helvetica, sans-serif;
}

body {
    font-size: 10pt;
    background-image: url(./images/body_bg.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #3C2106;
    float: none;
    clear: both;
    padding: auto;
    margin: 0px;
	color:#e2c4a0;
    
}

img {
    border: none;
}

.separator {
    clear: both;
}

.text {
    padding: 5px;
    color: #E2C4A0;
}
a {
	color:#f3d8a4;
}
p {
    margin: 0px;
}

#main {
    display: block;
    margin: 0px auto 0px auto;
    width: 1000px;
    background-color: #4D2804;
}

.border {
    border-right: 1px solid #83480F;
    border-left: 1px solid #83480F;
    border-bottom: 1px solid #C78827;
}

#header {
    display: block;
    margin: 0px auto 10px auto;
    background-image: url(./images/header.jpg);
    width: 1000px;
    height: 112px;
	overflow:hidden;
}

h1 {
    margin: 0px 0px 0px 0px;
    padding: 17px 0px 0px 125px;
    font-weight: bold;
    font-size: 20pt; 
    text-transform: capitalize;
}

h1 a {
    color: #F8F864;
    text-transform: capitalize;
    font-style: italic;
}

h1 a:hover {
    color: #F49129;
}

#menu {
    text-align: center;
    font-size: 9pt;
    font-weight: bold;
    margin: 35px 0px 0px 120px;
	-margin-top:35px;
    padding: 0px;
	height: 30px;
	overflow: hidden;
}

#menu ul {
    margin: 0px 0px 0px 0px;
    list-style-type: none;
    padding: 0px;
}

#menu ul li {
    font-family: arial, helvetica, sans-serif;
    display: block;
    float: left;
    width: auto;
    border-right: 1px solid #F3D8A4;
}

a {
    text-decoration: none;
}

#menu ul li a { 
    display: block;
    width: auto;
    color: #F3D8A4;
    padding: 1px 10px 1px 10px;
}

#menu ul li a:hover {
    background-image: url(./images/menu_bg.jpg);
    background-repeat: repeat-x;
    background-position: right top;
    color: #FFFFFF;
    background-color: #C13F31;
}
#content {
	float: left;
	margin:10px 0px 15px 10px;
	-margin-left:5px;
	width: 77%;
	background-color: transparent;
}

#charts {
	width:98%;
	overflow:hidden;
	margin:10px 0px 0px 7px;
	-margin-left:5px;
	float:left;
}

/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/
a:hover, .footer a:hover {
    color: #3C2122;
}


.textbocknewsbar {
	width: auto;
	float: none;
	clear: both;
	margin: auto;
	padding: 5px;
	background:#271504;
	border:2px solid #744416;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

.textbocknewsbar .textH1 object, .textbocknewsbar .textH1 embed {
    width: 100%;
}

.textbocknewsbar .textH1  {
	width: auto;
	float: none;
	clear: both;
	margin:0px;
	padding:5px 0px 5px 0px;
	font-size:8pt;
	color:#ffffff;
}

.row {
    margin-bottom: 10px;
}

h2, #sidebar ul li h4{
    background-image: url(./images/h2_bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 17px;
    width: auto;
    height: auto;
    font-size: 10pt;
    font-weight: bold;
     margin: 0;
    font-size: 10pt;
    color: #E2C4A0;
    padding: 3px 0px 3px 70px;
    border: 1px solid #513214;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}
.textbocknewsbar .textH1 #accordeon, 
.textbocknewsbar .textH1 #tabs, 

h2 a {
	color: #E2C4A0;
	text-decoration:none;
	font-size: 10pt;
    font-weight: bold;
	font-style:normal;
}

h2 a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

.image_and_button {
    margin: 5px auto 0px auto;
    width: 50%;
    display: block;
    float: none;
    text-align: center;
    padding: 5px 5px 0px 5px;
    margin-bottom: 10px;
}
.image_and_button img {
    width: auto;
    float: none;
    border: none;
}

.button {
    display: block;
    width: 124px;
    height: 17px;
    background-image: url(./images/button.jpg);
    background-position: center;
    background-repeat: no-repeat;
    margin: 15px 0px 0px 15px;
    border: 1px solid #7F3520;
}



.image_and_button a:hover {
    color: #DFDF9D;
}

.textbocknewsbar .textH1 table {
    width: 100%;
	background:#3c2106;
}

.textbocknewsbar .textH1 table thead {
    color: #C4493B;
    text-align: center;
}

.textbocknewsbar .textH1 table tr th {
    background-image: url(./images/thead_bg.jpg);
    background-repeat: repeat-x;
    background-position: right top;
	border-bottom:1px solid #000000;
    padding: 3px 0px 3px 0px;
    background-color: #35200B;
	font-size:7pt;
	font-weight:normal;
}


.textbocknewsbar .textH1 table tr td {
    padding:3px;
    vertical-align: middle;
    font-size: 8pt;
	border-top:1px solid #482808;
	border-bottom:1px solid #281604;
	color:#e2c4a0;
}
.textbocknewsbar .textH1 table tr:hover td {
	background:#381f06;
}
.textbocknewsbar .textH1 table td img {
    vertical-align: middle; 
}

/*
.moduletable_text {
    background-image: url(./images/odd_bg.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #511503;
}

.moduletabletopartikel {
    background-image: url(./images/even_bg.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #391F06;
}
*/

.textbocknewsbar .textH1 table tr td a, .image_and_button a, .post p a  {
    color: #d56d08;
	font-style:italic;
	text-decoration:none;
	font-size:8pt;
	font-weight:normal;
}

.footer {
    width: auto;
    background:transparent;
    background-position: left top;
    padding:5px; 
    border-top: none;
    color: #956E3A;
}
    

.footer a {
color: #956E3A;
font-weight: bold;
}

cell.footer a {
color: #956E3A;
font-weight: bold;
}

.footer a:hover {
color: red;
}

.tab-content {
    padding: 10px 0;
    background-color: #3C2106
   
}


ul.ui-tabs-nav {
    margin: 0;
    padding: 0;
    text-align: center;
    padding-left: 5px;
    background-color: #3C2106;
}

ul.ui-tabs-nav li {
    display: block;
    float: left;
    width: 134px;
    height: 23px;
    list-style-type: none;
    text-align: center;
    padding: 0px 5px 0px 5px;
    background-image: url(./images/footer_bg.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #371E06;
    border: 1px solid #83480F;
    border-left: none;
}


ul.ui-tabs-nav li a {
    display: block;
    padding-top: 5px;
    font-weight: bold;
    color: #956E3A;
}

ul.ui-tabs-nav li a:active {
outline: none;
}

ul.ui-tabs-nav li.ui-tabs-selected, ul.ui-tabs-nav li.ui-tabs-selected a {
    color: #C4493B;
    font-weight: bold;
    outline: none;
}

ul.ui-tabs-nav li.ui-tabs-selected {
    background-color: #3C2106;
    border-bottom: none;
    background-image: none;
}

ul.ui-tabs-nav li.ui-tabs-selected, ul.ui-tabs-nav li.ui-tabs-selected a:focus {
    outline: none;
}


.ui-tabs-panel {
    clear: both;
}

.ui-tabs-hide {
    display: none;
}

.image_and_button a:focus {
    outline: none;
}

#row3 .picture {
    width: auto;
    margin: auto;
    float: right;
}



h3 {
margin: 5px 0px 5px 0px;
color: #B5270F;
font-size: 14px;
font-style: oblique;
}

h3 a{
margin: 5px 0px 5px 0px;
color: #FF3535;
font-size: 14px;
font-style: oblique;
}

/****************************************************************************/
/***[ SIDEBAR ]***************************************************************/
/****************************************************************************/
body#charts-sidebar-body .textbocknewsbar {
	border:none;
}
body#charts-sidebar-body {
	background:#4d2804;
	margin: 0;
	padding:0px;
}
body#charts-sidebar-body  #sidebar , .textbocknewsbar #sidebar {
	float: none;
	margin: 0;
	padding:0px;
	width: auto;
	clear:both;
}

#sidebar {
	float: right;
	width: 190px;
	color: #000000;
	margin: 10px 10px 15px 0px;
	margin-right:5px;
	color: #e2c4a0;
}
#sidebar ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#sidebar ul ul, #sidebar ul ol.links {
	padding:0px;
	margin:0px 0px 15px 0px;
	color: #d56d08;
	background:#3c2106;
	border:1px solid #83480f;
}

#sidebar ul ul li {
    background-position: left;
    padding: 5px 5px 5px 15px;
	margin:0px;
    vertical-align:middle;
	border-bottom:1px solid #83480f;
	list-style-type:disc;
	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 solid #83480f;
}
#sidebar .banners {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	background:#3c2106;
	margin-bottom:15px;
	border:1px solid #83480f;
}
#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: #e2c4a0;
font-style:italic;
}

#sidebar a:hover {
text-decoration: none;
color: #d56d08;
}

form {
text-align: center;
padding: 15px 0px 15px 0px;
}

form input {
    width: 70%;
    border: 1px solid #83480F;
    background-image: url(./images/odd_bg.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #511503;
    color: #E2C4A0;
}

button {
    width: 124px;
    height: 22px;
    background-image: url(./images/button.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 9px 10px 0px;
    border: 1px solid #5B2815;
    color: #E2C4A0;
    font-weight: bold;
    margin: 15px auto 5px auto;
    background-color: transparent;
    font-style: oblique;
}

button:hover {
    color: #97EDA9;
}
.post {
	margin-bottom:20px;
}

.post .textH1 {
	margin-top:10px;
}
.post .date {
background-image: url(./images/date_bg.jpg);
float: left;
width: 69px;
height: 67px;
margin: 30px 10px 0px 5px;
color: #E2C4A0;
border: 1px solid #5A3A1B;
}

.date_content_1 {
padding: 10px 0px 0px 0px;
font-size: 12pt;
font-weight: normal;
text-align: center;
color: #E2C4A0;
font-weight: bold;
}

.date_content_2 {
padding-left: 0px;
font-size: 20pt;
font-weight: normal;
text-align: center;
font-weight: bold;
}

#footer {
display: block;
background-repeat: no-repeat;
margin: 0px ;
background-image: url(./images/footer.jpg);
width: 1000px;
height: 100px;
}

#footer p {
display: block;
margin: 30px 15px 0px 0px;
float: right;
}

#footer p a {
color: #E2C4A0;
font-weight: bold;
}


.review .float_left {
float: left;
width: 580px;
margin: 0px 20px 0px 5px;
border: 1px solid #83480F;
}

.review .float_right {
float: left;
width: 285px;
margin-right: 5px;
}

.review .textH1 {
background-color: #3C2106;
}

.review_bar {
    background-image: url(./images/reviews_bg.jpg);
    background-position: center center;
    width: 325px;
    float: left;
    padding: 20px;
    vertical-align: middle;
}

.ui-progressbar {
    background-image: url(./images/progress-bar.gif);
    background-position: left center;
    width: 250px;
    height: 20px;
    background-color: #3C2106;
}
.ui-progressbar-value {
    background-image: url(./images/progress-bar-selected.gif);
    background-position: left center;
    height: 20px;
    background-color: #3C2106;
}
.value {
    vertical-align: middle;
    text-align: right;
    font-size: 18px;
    color: red;
    font-weight: bold;
    float: right;
}


.inner_cell .textH1 {
margin-left: 1px;
display: block;
border: 1px solid #83480F;
width: 285px;
border-top: 1px solid #83480F;
margin-bottom: 10px;
}

.review h2 {
width: 824px;
height: 21px;
margin-bottom: 5px;
padding-top: 2px;
}

.review .float_right .inner_cell h2  {
    width: 220px;
    margin-bottom: 0px;
}

.brev {
    border-bottom: 1px solid #83480F;
}

.review .float_right .picture {
    display: block;
    float: none;
    text-align: center;
    margin: 10px auto 10px auto;
}

.review .inner_cell ol {
    margin: 0px 0px 0px 0px;
    list-style-position: inside;
    padding: 0px 10px 0px 10px;
    color: #E2C4A0;
}

.review .inner_cell ol li {
    margin: 10px 4px 10px 10px;
    padding-bottom: 0px;

}

.review .inner_cell ol li a {
    color: #E2C4A0;
    margin-left: 5px;
    text-decoration: underline;
}

.review .inner_cell li a:hover {
    color: red;
}

.pult {
float: right;
margin: 5px 7px 0px 5px;
}



.r_button {
    display: block;
    width: 195px;
    height: 25px;
    background-image: url(./images/button_rev.jpg);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
    color: #E2C4A0;
}

.r_button2 {
    display: block;
    width: 195px;
    height: 25px;
    background-image: url(./images/button2_rev.jpg);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
    color: #4D2804;
}


.r_button:hover {
    color: #97EDA9;
}

.r_button2:hover {
    color: #FFFFFF;
}

.review .float_left h3 {
    margin-left: 5px;
}

#footer a:hover {
   color: #E19763; 
}

td.column2-unit-right-1, td.column2-unit-right-2, td.column2-unit-right-4, td.column2-unit-right-5, td .column2-unit-right-6, td.column2-unit-right-7, td.column2-unit-right-8 , td.column2-unit-right-9, td.column2-unit-right-10  {
	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;}

.sidebar-ads, .piks {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.bottomcurve img {
    text-align: center;
    vertical-align: middle;
}

.main-width, .contentdescription {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.main-width a, .contentdescription a {
    font-size: 9pt;
}

.main-width a:hover, .contentdescription a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.main-width h1, .contentdescription h1,
.main-width h2, .contentdescription h2,
.main-width h3, .contentdescription h3,
.main-width h4, .contentdescription h4,
.main-width h5, .contentdescription h5,
.main-width h6, .contentdescription h6
{
    text-align: left;
    padding: 7px;
    padding-left: 0px;
    font-size: 10pt;
    margin: 0px;
    float: none;
    color: #FFFFFF;
    font-style: normal;
}

.main-width p, .contentdescription p
{
    text-align: left;
    padding: 0px;
margin: 0px;
float: none;
}


.main-width ul, .contentdescription ul, .main-width ol, .contentdescription ol{
    margin-left: 20px;
    padding-left: 10px;
}

td.column2-unit-right-2, td.column2-unit-right-5, td .column2-unit-right-6, td.column2-unit-right-7, td.column2-unit-right-8 , td.column2-unit-right-9, td.column2-unit-right-10  {
	text-align: center; 
	vertical-align: middle;
}

td.column2-unit-right-1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.column2-unit-right-3, td.column2-unit-right-4 {
	text-align: left;
	vertical-align: middle;
}

.charts table td table tr td {
    vertical-align: middle;
}

.charts table td {
    vertical-align: top;
}

.textbocknewsbar .textH1 table tr th, .textbocknewsbar table thead th {
    font-size: 8pt;
}

.textbocknewsbar .textH1 table tr td {
    font-size: 8pt;
}

.textbocknewsbar .textH1 table {
    border-spacing: 0px;
}



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

/* Color tab styles */

.clips, .textH1 ul.text li.shapes {
    background-color: #3c2106;
    color: #ffffff;
    border: 1px solid #1d1003;
}
.textH1 ul.text li {
    background-color: #1d1003;
}
.textH1 ul.text li, .textH1 ul.text li h4 {
    color: #ffffff;
}

/* Common tab styles */

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

.textH1 .clips {
    margin: 0;
    padding: 5px;
}

.textH1 .clips h1,
.textH1 .clips h2,
.textH1 .clips h3,
.textH1 .clips h4,
.textH1 .clips h5,
.textH1 .clips h6 {
    margin: 0;
}

