/*
CSS Updater (style.php)
*/

/*
Theme Name: Poker Theme
*/





/* General */

body {
	margin: 0;
	background: #490904;
	font-size:9pt;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1040px;
	background: url("images/page_only.gif") repeat-y;
}

#page-top {
	width: 1040px;
	background: url("images/page_top_only.jpg") no-repeat;
}

#page-bottom {
	width: 1040px;
	min-height: 590px;
	background: url("images/page_bottom_only.jpg") no-repeat left bottom;
}


/* Header */

#header {
	width: 1040px;
	height: 395px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 170px;
		left: 127px;
		width: 750px;
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 44px Arial, Verdana;
		padding-bottom: 1px;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: normal 14px Arial, Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 358px;
		left: 30px;
		width: 950px;
		height: 34px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 950px;
		height: 34px;
		overflow: hidden;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 34px;
		font: bold 12px/34px Arial, Verdana;
		color: #fefefe;
		margin-right: 15px;
	}
	
	#header #header-menu ul li a {
		color: #fefefe;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: none;
	}
	
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}
	

	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 401px;
		left: 645px;
		width: 101px;
		height: 110px;
	}


/* Main */

#main {
	width: 1004px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 79%;
		padding: 10px 0px 10px 0px;
        margin-left: 18px;
	}
	#charts {
	width:99%;
	overflow:hidden;
	margin:15px 0px 0px 20px;
	-margin-left:10px;
	float:left;
}
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin: 10px 3px 10px 3px;
		width:99%;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			height: 68px;
			padding: 5px 3px 1px 14px;
			background: url("images/post_title.jpg") no-repeat;
			color: #ffffff;
			font: normal 12px Arial, Verdana;
		}
		
		#content .post .post-title a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #ffffff;
			font: normal 18px Arial, Verdana;
			padding: 7px 0 4px 0;
		}
		
		#content .post .post-title h2 a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			height: 20px;
			line-height: 20px;
		}
		
			#content .post .post-title .post-title-info .post-title-date {
				float: left;
				background: url("images/icon_date.gif") no-repeat left center;
				padding: 0 15px 0 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-author {
				float: left;
				background: url("images/icon_author.gif") no-repeat left center;
				padding: 0 15px 0 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-category {
				float: left;
				background: url("images/icon_category.gif") no-repeat left center;
				padding: 0 15px 0 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-comments {
				float: left;
				background: url("images/icon_comments.gif") no-repeat left center;
				padding: 0 0 0 20px;
			}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 13px/20px Arial, Verdana;
			color: #f6cac8;
			padding: 0 5px;
		}
		
		#content .post .post-entry a {
			color: #f5514a;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #750f08;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #ffffff;
			font: normal 18px Arial, Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 13px/20px Arial, Verdana;
			color: #f6cac8;
			width: 600px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #f5514a;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #750f08;
		}
		
		#content .post .comments ol li cite {
			color: #f5514a;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #f5514a;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #f5514a;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 13px/20px Arial, Verdana;
			color: #f6cac8;
			width: 575px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #f5514a;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 13px Arial, Verdana;
		color: #f5514a;
		padding: 0 5px;
		float: left;
		width: 600px;
	}
	
	#content .navigation a {
		color: #f5514a;
		text-decoration: none;
		margin-bottom: 10px;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
		
		
		
body#charts-sidebar-body {
    background-color: #4f0804;
    width: auto;
    padding: 0px;
    background-image: none;
}

body#charts-sidebar-body #sidebar, .paragraph #sidebar {
float: none;
clear: both;
margin: 0px;
padding:0px;
width:auto;
}

	/* Main - Sidebar */
#sidebar {
	float: right;
    width: 180px;
    font-family: Verdana;
	font-size:8pt;
    color: #f6cac8;
	padding:5px;
    margin:20px -10px 15px 0px;
    background-color: #711000;
    border: 1px solid #932A2B;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
}

#sidebar ul li h4, #sidebar h2 {
	width: auto;
    height: 39px;
	padding-left: 18px;
	font: bold 14px/39px Arial, Verdana;
	color: #ffffff;
	background: url("images/sidebar_title_1.jpg") no-repeat;
	margin:0px;
}

#sidebar ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#sidebar ul ul, #sidebar ul ol.links {
	padding:0px;
	margin:0px;
	color: #ffffff;
}

#sidebar ul ul li {
    background-position: left;
    padding:5px;
	margin:2px 0px 2px 0px;
	background:#9b160e;
	border:1px solid #5b100b;
    vertical-align:middle;
	list-style:none;
}

#sidebar ul ol.links li { 
	background-position: left;
	list-style-position: inside;
    padding:5px;
	margin:2px 0px 2px 0px;
	background:#9b160e;
	border:1px solid #5b100b;
    vertical-align:middle;
}
#sidebar .banners {
	padding:5px;
	margin:2px 0px 2px 0px;
	text-align:center;
	vertical-align:middle;
	background:#9b160e;
	border:1px solid #5b100b;
}
#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 {
	color: #df8f8a;
	text-decoration: none;
	font-weight:normal;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #ffffff;
}




            
            	/* Header - Search */
	
#header-search {
		width: 188px;
		height: 129px;
        background-image: url(images/form_bg.jpg);
        background-position: top;
        background-repeat: no-repeat;
        -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;
	}
	
 #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 112px;
		height: 20px;

	}
	
 #header-search #s {
		width: 112px;
		height: 15px;
		border: 0;
		padding: 3px 0 17px 0;
		font: bold 10px Arial, Verdana;
		color: #ffffff;
		background: transparent;
		float: left;
        margin-top: 54px;
        margin-left: 70px;
		margin-right: -70px;
	}
	
 #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 20px;
		padding: 0;
		float: right;
		display: none;
	}
		
		/* Sidebar - Forms */


/* Footer */

#footer {
	width: 950px;
	height: 60px;
	padding: 0 27px;
	color: #ffffff;
	font: normal 13px/60px Arial, Verdana;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

/********** divs ***********/

.separator {
    clear: both;
}

.paragraph {
    width: auto;
    padding: 5px 3px 10px 3px;
    text-align: center;
    border: 1px solid #bd1b0a;
    background-color: #9b160e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    
}

.charts table {
    font-size:8pt;
}

.charts table a {
    font-size:8pt;
}

.charts table .paragraph .footercontent table tr th {
    font-size: 7pt;
    font-weight: normal;
}

.paragraph .footercontent {
    width: auto;
    margin: 0px;
    float: none;
    text-align: left;  
    padding-bottom: 0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
	margin:5px 0px 5px 0px;
	color: #F3E2E1;
}

.paragraph .footer {
    background-position: left;
    width: auto;
    padding:5px;
    font-size: 9pt;
    font-weight: bold;
    text-align: left;
    float: none;
    clear: both;
    color: #F5514A;
    background-color: #3D0600;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

.paragraph .footer a {
    color: #F5514A;
    text-decoration: none;
}

.paragraph .footer a:hover {
    text-decoration: underline;
}
.paragraph .footer a:active {
    outline: none;
}

.paragraph .footer a:focus {
    outline: none;
}

.paragraph h2 {
    display: block;
    padding: 3px 0px 3px 10px;
    margin: 0px;
    font-size: 12pt;
    font-weight: bold;
    text-align:  center;
    text-transform: capitalize;
    color: #ffffff;
    height: 20px;
    border: none;
    background-color: #3D0600;
    background-repeat: repeat-x;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}    

.paragraph h2 a {
	font-size: 12pt;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

.paragraph h2 a:hover {
    color: #FF1D05;
}

.paragraph .footercontent a {
    color: #FFFFFF;
    font-size:9pt;
    font-weight: bold;
    text-decoration: none;
}

.paragraph .footercontent a:hover {
   color: #FF1D05;
}

.paragraph  a:focus {
    outline: none;
}

.paragraph a:active {
    outline: none;
}

.paragraph a:focus {
    outline: none;
}

/********** table **********/

.paragraph table {
    width: 100%;
    float: none;
    clear: both;
    text-align: center;
    vertical-align: middle;
    background-color: #9D252E;
}

.paragraph table thead {
    width: auto;
    text-align: center;
    vertical-align: middle;
}

.paragraph table thead th {
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    background-color: #3D0600;
    color: #df8f8a;
	font-family:Verdana;
}

.paragraph table tr td img {
    border: none;
    background-color: transparent;
}

.comment_tab {
    background-color: #5A1008;
}

.line_bottom {
    background-color: #7A1B11;
}

.comment_tab  td{
    background-color: #5A1008;
    text-align: left;
    padding:3px;
}

.line_bottom  td {
    background-color: #7A1B11;
    text-align: left;
    padding:3px;
}

.paragraph table tbody td {
    color: #df8f8a;
    font-size:8pt;
	font-family:Verdana;
}

.paragraph .footercontent  table tr td a, a {
    color: #df8f8a;
    text-decoration: none;
    font-weight: normal;
}

.paragraph .footercontent table tr:hover td {
    background-color: #4F3835;
}

.paragraph table tr td a:hover {
    text-decoration: underline;
}

.paragraph table tr td a:active {
    outline: none;
}

.paragraph  a:active {
    outline: none;
}

.paragraph table td a:focus {
    outline: none;
}

/********** lists **********/

.paragraph  .footercontent ul {
    text-align: left;
}

.paragraph  li a {
    font-weight: normal;
}


.paragraph  li a:hover {
    color: #000000;
}

.paragraph .footercontent ol  {
    text-align: left;
}

.paragraph ol  li {
    background-image: none;
    
}

.paragraph ol  li a {
   text-decoration: none;
}

.paragraph ol  li a:hover {
    color: #000000;
}

/********** tabs *********/

.paragraph .footercontent .ui-tabs-hide {
    display: none;
}

.paragraph .footercontent .ui-tabs-panel {
    margin: 0 0 0 0;
    padding: 5px;
    background-color: #4F0804;
    border-left: 1px solid #9D252E;
    border-right: 1px solid #9D252E;
    border-bottom: 1px solid #9D252E;
}

.paragraph .footercontent .ui-tabs-panel img {
    background-color: transparent;
    border: none;
}

.paragraph .footercontent .ui-tabs-nav {
    height: 24px;
    display: block;
    padding: 0;
    margin: 0;
    border-right: 1px solid #9D252E;
    border-bottom: 1px solid #9D252E;
    background-color: #3D0600;
}


.paragraph .footercontent .ui-tabs-nav li.ui-tabs-selected {
    margin: 0;
    height: 17px;
    background-color: #4F0804;
    border-left: 1px solid #9D252E;
    border-top: 1px solid #9D252E;
}

.paragraph .footercontent .ui-tabs-nav li.ui-tabs-selected a {
    color: #F6CAC8;
}

.paragraph .footercontent .ui-tabs-nav li {
    height: 16px;
    display: inline;
    width: auto;
    float: left;
    clear: none;
    padding: 3px 5px 4px 5px ;
    margin: 0 0 -1px 0;
    border: none;
    background-color: #3D0600;
    background-image: none;
    border-right: 1px solid #9D252E;
    border-top: 1px solid #9D252E;
}

.paragraph .footercontent .ui-tabs-nav li a {
    display: block;
    color: #F5514A;
    text-decoration: none;
    display: inline;
    margin: 0;
    padding: 5px 0px 5px px;
    width: auto;
    float: none;
    clear: none;
    background-color: transparent;
}

.paragraph .footercontent .ui-tabs-nav li p {
    padding: 0;
    margin: 0;
    color: #FFFFFF;
}


.paragraph .footercontent .ui-tabs-nav li a:focus {
    outline: none;
}

/********** accordion **********/

.paragraph .ui-accordion h3 {
    color: #812010;
    cursor: pointer;
    padding: 5px;
    margin: 0;
    background-color: #5A1008;
    border-bottom: 1px solid #9D252E;
    border-top: 1px solid #9D252E;
    border-right: 1px solid #9D252E;
    border-left: 1px solid #9D252E;
    text-align: left;
}
.ui-accordion h3:focus {
    outline: none;
}

.paragraph .footercontent .ui-accordion .ui-state-active {
    background-color: #3D0600;
    color: #F6CAC8;
    
    border-top: 1px solid #9D252E;
}

.ui-accordion-content {
    margin: 0 0 0 0;
    padding: 5px;
    text-align: left;
    background-color: transpatrent;
    border-right: 1px solid #9D252E;
    border-left: 1px solid #9D252E;
    border-bottom: 1px solid #9D252E;
    color: #F6CAC8;
}

.ui-accordion-content  a {
    color: #F5514A;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
}

.ui-accordion-content  a:hover {
    text-decoration: underline;
}

/********** u-tube ***********/

.paragraph embed, .paragraph object {
    width: 100%;
}

td.moduletablenews-1, td.moduletablenews-2, td.moduletablenews-4, td.moduletablenews-5, td .moduletablenews-6, td.moduletablenews-7, td.moduletablenews-8 , td.moduletablenews-9, td.moduletablenews-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;}

.art, .sgimg2 {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.moduletabletopartikel img {
    text-align: center;
    vertical-align: middle;
}

.main, .fliesstext762 {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.main a, .fliesstext762 a {
    text-decoration: none;
    font-size: 9pt;
}

.main a:hover, .fliesstext762 a:hover {
}

.main h1, .fliesstext762 h1,
.main h2, .fliesstext762 h2,
.main h3, .fliesstext762 h3,
.main h4, .fliesstext762 h4,
.main h5, .fliesstext762 h5,
.main h6, .fliesstext762 h6
{
    text-align: left;
    padding: 7px;
    padding-left: 0px;
    font-size: 10pt;
    margin: 0px;
    float: none;
}

.main p, .fliesstext762 p
{
    text-align: left;
    padding: 0px;
margin: 0px;
float: none;
}


.main ul, .fliesstext762 ul, .main ol, .fliesstext762 ol{
    margin-left: 20px;
    padding-left: 10px;
}

td.moduletablenews-2, td.moduletablenews-5, td .moduletablenews-6, td.moduletablenews-7, td.moduletablenews-8 , td.moduletablenews-9, td.moduletablenews-10  {
	text-align: center; 
	vertical-align: middle;
}

td.moduletablenews-1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.moduletablenews-3, td.moduletablenews-4 {
	text-align: left;
	vertical-align: middle;
}

.charts table td table tr td {
    vertical-align: middle;
}

.charts table td {
    vertical-align: top;
}

.paragraph .footercontent table tr th {
    font-size: 8pt;
}

.paragraph .footercontent table tr td {
    font-size: 8pt;
}

.paragraph .footercontent table {
    border-spacing: 0px;
}



/*** TAB STYLES *************************************************************/

/* Color tab styles */

.boxnewsbar468, .footercontent ul.feed li.contentainer {
    background-color: #3d0600;
    color: #ffffff;
    border: 1px solid #000000;
}
.footercontent ul.feed li {
    background-color: #000000;
}
.footercontent ul.feed li, .footercontent ul.feed li h4 {
    color: #ffffff;
}

/* Common tab styles */

.footercontent ul.feed {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: left;
}
.footercontent ul.feed 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;
}
.footercontent ul.feed li.contentainer {
    padding: 3px 3px 3px 3px;
    border-bottom: none;
}
.footercontent ul.feed h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: inline;
}
.footercontent ul.feed li.contentainer h4 {
    font-weight: bold;
}
.footercontent ul.feed li:hover {
    text-decoration: underline;
}

.footercontent .boxnewsbar468 {
    margin: 0;
    padding: 5px;
}

.footercontent .boxnewsbar468 h1,
.footercontent .boxnewsbar468 h2,
.footercontent .boxnewsbar468 h3,
.footercontent .boxnewsbar468 h4,
.footercontent .boxnewsbar468 h5,
.footercontent .boxnewsbar468 h6 {
    margin: 0;
}

