/*
CSS Updater (style.php)
*/

/*
Theme Name: T-0022
*/



* {
    font-family: georgia, "thimes new roman", serif;
}

body {
    font-size: 10pt;
	background-image: url(./images/body.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #80A506;
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
}

.separator {
clear: both;
}


.text {
    padding: 5px;
    color: #FEFF85;
}

a {
    text-decoration: none;
    color: #0a5600;
}

a:hover {
    color: #FFFFFF;
}


/*   HEADER  */

#header {
    display: block;
    margin: 0px auto 0px auto;
    background: url(images/head.gif) no-repeat;;
	background-position:bottom;
    width: 1000px;
    height: 202px;
}

#main {
    display: block;
    margin: 0px auto 0px auto;
    width: 1000px;
    background-color: #FDFE94;
    border: 5px solid white;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
}

h1 {
    width: auto;
    margin: auto auto 0px auto;
    padding: 80px 0px 0px 260px;
    font-size: 20pt; 
    text-transform: capitalize;
    text-align: left;
}


h1 a {
color: #000000;
font-style: normal;
}

h1 a:hover {
color: #7C7A77;
}

#menu {
    text-align: center;
    font-size: 12pt;
    margin:54px 0px 0px 10px;
	height:35px;
    padding: 0px;
	overflow: hidden;
}

#menu ul li#noboder {
    border-right: none;
}


#menu ul {
    display: block;
    width: 100%;
    height:35px;
    margin: 0px;
    padding: 0px;
	overflow: hidden;
}

#menu ul li {
    display: block;
    float: left;
	border-right: 1px solid #D1D283;
    position: relative;
    margin-right:2px;
    padding:0px;
	overflow: hidden;
	 height:35px;
	}

#menu ul li a {
    display: block;
    text-decoration: none;
	padding: 10px 16px 10px 16px;
    font-size: 14px;
	color: #2A6D03;
	font-weight:bold;
	overflow: hidden;
}

#menu ul li:hover a {
    color: #FDFE94;
    background:#2a6d03 url(images/menu_hov.jpg) repeat-x;
	background-position:top;
	overflow: hidden;
 }
 
 
 
 
 
/*   END HEADER  */

.row {
    float: none;
    clear: both;
    width: auto;
    margin: auto;
}

h2, #sidebar ul li h4 {
	width: auto;
    height: auto;
    margin: 0;
    color: #000;
    letter-spacing: normal;
    background-image: url(images/h2.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #9A271C;
    border-bottom: 1px solid #FEFF90;
    font-size: 12pt;
    text-align: left;
    color: #FEFF90;
    padding: 5px 5px 5px 60px;
    -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: #FEFF90;
}

h2 a:hover {
    color:#FFFFFF;
}

/*   CHARTS   */



.table_gold {
    float: none;
    clear: both;
    width: auto;
    margin: auto;
	margin-bottom:10px;
}


.table_gold .htext {
    float: none;
    clear: both;
    width: auto;
    margin: 0px;
    padding: 0px;
	font-size:9pt;
    color: #FEFF85;
    background-color: #83A601;
    border: none;
	color:#000000;
}
.table_gold .htext object, .table_gold .htext embed {
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.table_gold .htext #accordeon, 
.table_gold .htext #tabs, 

.table_gold .htext table {
    width: 100%;
    background-color: #aaaaaa;
}

.table_gold .htext table tr th{
    height: 30px;
    background-image: url(images/thead.jpg); 
    background-position: top left;
    background-repeat: repeat-x; 
    background-color: #083100; 
    color: #FDFE94;
    text-align: center;
	font-weight:normal;
	font-size:7pt;
}

.table_gold .htext table tr td {
    font-size: 8pt;
    padding: 2px;
    background-color: #aaaaaa;
	font-weight:normal;
	color:#000000;
}

td.specific-1, td.specific-2, td.specific-4, td.specific-5, td .specific-6, td.specific-7, td.specific-8 , td.specific-9, td.specific-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;
}
.table_gold .htext table tr.moduletableartikel td {
    background-color: #7a7a7a;
}
.table_gold .htext table  td a, .post a {
    color: #FEFF85;
	font-weight:normal;
}

.table_gold .htext table  td a:hover{
	color:#000000;
}

.footer {
    background-image: url(images/footer_bg.jpg); 
    background-position: top left;
    background-repeat: repeat-x; 
    height: 21px;
    padding: 5px 0px 3px 10px;
    background-color: #7F7F7F;
    color: #000000;
	border-top:1px solid #fdfe94;
    -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   */

#content {
	float:right;
	width:77%;
	margin:10px 10px 15px 0px;
}
#charts {
	width:98%;
	overflow:hidden;
	margin:10px 0px 0px 7px;
	float:left;
}

/**********************************Content-post**********************************/

.post {
	background-color: #8eae01;
	margin:0px 0px 20px 0px;
	-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;
}

.post .info {
    width:86%;
    padding:5px;
	float:right;
}


#content .post a .calendar-post {
	background:#ad3528;
	width:60px;
	height:50px;
	float:left;
	padding:10px 0px 0px 0px;
	border: 1px solid #ffffff;
	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;
}

/* SIDEBAR ITEMS 
************************************/

body#charts-sidebar-body {
    background-color: #fdfe94;
    width: auto;
    padding: 0px;
    background-image: none;
}

body#charts-sidebar-body #sidebar, .table_gold #sidebar {
	float: none;
	clear: both;
	margin: 0px;
	padding:0px;
	width:auto;
    background-color: #fdfe94;
}


#sidebar {
	float: left;
	width: 190px;
	color: #000000;
	margin: 10px 0px 15px 10px;
}

#sidebar ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#sidebar ul ul, #sidebar ul ol.links {
	padding:0px;
	margin:0px 0px 15px 0px;
	color: #000000;
	background:#ffffff;
	border:1px solid #91b012;
}

#sidebar ul ul li {
    background-position: left;
    padding: 5px 5px 5px 15px;
	margin:0px;
    vertical-align:middle;
	list-style:none;
}

#sidebar ul ol.links li { 
	background-position: left;
	list-style-position: inside;
    padding: 5px 0px 5px 15px;
    vertical-align:middle;
}
#sidebar .banners {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	background:#ffffff;
	border:1px solid #91b012;
	margin-bottom:15px;
}
#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 ul ul li a {
	text-decoration: underline;
	color: #2a6d03;
	font-weight:normal;
	font-size:8pt;
	border-left:3px solid #2a6d03;
	padding-left:10px;
}

#sidebar ul ul li a:hover {
	text-decoration: none;
	color: #000000;
	border-left:3px solid #000000;
	padding-left:10px;
}
#sidebar a, #sidebar ul ul li.sidebar-post a {
	border:none;
	padding:0px;
	text-decoration: underline;
	color: #2a6d03;
}

#sidebar a:hover, #sidebar ul ul li.sidebar-post a:hover {
	border:none;
	padding:0px;
	text-decoration: none;
	color: #000000;
}
form {
text-align: center;
padding: 15px 0px 15px 0px;
}

form input {
    width: 80%;
    border: 1px solid #FEFF85;
    background-color: #FFFFFF;
}

#searchsubmit {
    width: 125px;
    height: 32px;
    background-image: url(./images/button1.gif);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    color: #FEFFDA;
    margin: 15px auto 5px auto;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
    font-weight: bold;   
}

#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  */



/*   FOOTER  */
#footer {
    display: block;
    background-repeat: no-repeat;
    margin: 0px auto 0px auto;
    background-image: url(./images/footer.jpg);
    width: 1000px;
    height: 168px;
    text-align: center;
}

#footer p {
    display: block;
    margin: 0px 20px 0px 0px;
    float: right;
    padding-top: 15px;
}

#footer p a {
    color: #768E25;
    font-weight: bold;
}

/*   END FOOTER  */


.image_and_button {
    width: auto;
    float: none;
    clear: both;
    text-align: center;
}

img {
    border: none;
    margin: 5px;
}

.review .post .htext {
/*    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-top: 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: 125px;
    height: 27px;
    background-image: url(./images/button1.gif);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    color: #FEFFDA;
    margin: 5px auto 0px auto;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    padding: 9px 0px 0px 0px;
}

.button:hover {
    background-image: url(./images/button1_hov.gif);
    background-position: center;
    background-repeat: no-repeat;
    color: #FFFB87;
}

.image_and_button .button2{
    display: block;
    float: none;
    width: 125px;
    height: 28px;
    background-image: url(./images/button2.gif);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    color: #807F72;
    margin: 0px auto 0px auto;
    background-color: transparent;
    cursor: pointer;
    font-weight: bold;
    padding: 7px 0px 0px 0px;
    color: #DAFBFF;
}

.button2:hover {
    background-image: url(./images/button2_hov.gif);
    background-position: center;
    background-repeat: no-repeat;
    color: #01FF3D;
}

.outline, .adsbanner {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.moduletabletopartikel img {
    text-align: center;
    vertical-align: middle;
}

.sectiontableentry1, .stories {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.sectiontableentry1 a, .stories a {
}

.sectiontableentry1 a:hover, .stories a:hover {
}

.sectiontableentry1 h1, .stories h1,
.sectiontableentry1 h2, .stories h2,
.sectiontableentry1 h3, .stories h3,
.sectiontableentry1 h4, .stories h4,
.sectiontableentry1 h5, .stories h5,
.sectiontableentry1 h6, .stories h6
{
    text-align: left;
    padding: 7px;
    padding-left: 0px;
    font-size: 10pt;
    margin: 0px;
    float: none;
}

.sectiontableentry1 p, .stories p
{
    text-align: left;
    padding: 0px;
margin: 0px;
float: none;
}


.sectiontableentry1 ul, .stories ul, .sectiontableentry1 ol, .stories ol{
    margin-left: 20px;
    padding-left: 10px;
}

td.specific-2, td.specific-5, td .specific-6, td.specific-7, td.specific-8 , td.specific-9, td.specific-10  {
	text-align: center; 
	vertical-align: middle;
}

td.specific-1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.specific-3, td.specific-4 {
	text-align: left;
	vertical-align: middle;
}

.charts table td table tr td {
    vertical-align: middle;
}

.charts table td {
    vertical-align: top;
}

.table_gold .htext table tr th, .table_gold table thead th {
    font-size: 8pt;
}

.table_gold .htext table tr td {
    font-size: 8pt;
}

.table_gold .htext table {
    border-spacing: 0px;
}

.table_gold img {
    border: none;
    margin: 0px;
}



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

/* Color tab styles */

.story, .htext ul.tablepkrpoker li.formatting {
    background-color: #fdfe94;
    color: #000000;
    border: 1px solid #dfdf82;
}
.htext ul.tablepkrpoker li {
    background-color: #dfdf82;
}
.htext ul.tablepkrpoker li, .htext ul.tablepkrpoker li h4 {
    color: #000000;
}

/* Common tab styles */

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

.htext .story {
    margin: 0;
    padding: 5px;
}

.htext .story h1,
.htext .story h2,
.htext .story h3,
.htext .story h4,
.htext .story h5,
.htext .story h6 {
    margin: 0;
}

