@import url("css/block_distances.css");
@import url("css/menu.css");
@import url("css/QuizzrContainer.css");
@import url("css/text.css");

@import url("css/modules/announcments.css");
@import url("css/modules/community.css");
@import url("css/modules/feedbackCst.css");
@import url("css/modules/forum.css");
@import url("css/modules/jackpot.css");
@import url("css/modules/games.css");
@import url("css/modules/help.css");
@import url("css/modules/jackpot.css");
@import url("css/modules/lobby.css");
@import url("css/modules/login.css");
@import url("css/modules/recommend.css");
@import url("css/modules/registration.css");
@import url("css/modules/userBankAccount.css");
@import url("css/modules/userInfoBox.css");
@import url("css/modules/userProfile.css");

#flashContainer,
#dnn_targetControlFake{
	display: block;
}

/* BASIC DEFINITIONS */
*
{
	position: relative;
}

body
{
	font-size: 12px;
	height: 100%;
}

form 
{
    height: 100%;
    width: 100%;
    padding: 0;
    border: none;
}

div
{
	margin: 0px;
	padding: 0px;
}

img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input[type="button"]
{
    cursor: pointer;
    border: 1px solid;
}

input[type="submit"]
{
    cursor: pointer;
}

.c_actions
{
	position: absolute;
	z-index: 10000;
	text-align: center;
	margin-left: -20px;
	margin-top: 10px;
}

.ModuleTitle_MenuBar table 
{
	background: #009933;
	border: 1px solid #000;
}

.ModuleTitle_MenuItem
{
	border: none;
}

.ModuleTitle_MenuBreak,
.ModuleTitle_MenuIcon
{
	height: 0px;
	line-height: 0px;
}	

#container_area_header
{
	width: 100%;
	background: url("img/bg_page_spacer_top_1400x276_repeat.jpg") top center;
	background-repeat: repeat-x;
	background-position: top left;
	height: 276px;
	overflow: hidden;
	z-index: 2;
}

#container_area_content
{
	width: 100%;
	margin-top:0px;
	background-color: #fff;
	z-index: 2;
}

#container_area_content_registration
{
	width: 100%;
	margin-top:-180px;
	padding-left: 65px;
	background-color: transparent;
	z-index: 2;
}

#container_area_footer
{
	width: 100%;
	height: 158px;
	margin: 0 auto;
	z-index: 1;
}

#container_area_footer_registration
{
	width: 100%;
	height: 100px;
	margin: 0 auto;
	z-index: 1;
}

#container_area_footer #area_footer {
	width: 100%;
	height: 158px;
	margin: 0 auto;
	background: url("img/playjack/footer_bg.jpg") 0px 0 repeat-x;
}

#area_footer_registration {
	width: 100%;
	height: 158px;
	padding-left: 4px;
	margin: 0 auto;
}

#container_area_footer #area_footer #footer_content{
	width: 880px;
	margin: 0 auto;
	padding: 5px 32px 0px 35px;
	font-size: 11px;
	max-height: 145px;
}

#area_header
{
	height: 305px;
	width: 1000px;
	margin: 0 auto;
	z-index: 3;
}

#area_content
{
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	z-index: 2;
	overflow: hidden;
}

#area_content_registration
{
	width: 1000px;
	margin: 0 auto;
	background-color: transparent;
	z-index: 2;
	overflow: hidden;
}

#area_footer
{
	width: 1000px;
	margin: 0 auto;
	background-repeat: no-repeat;
}
/* BASIC DEFINITIONS */

/* AREA HEADER */
#header_content
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(img/contents/bg_page_top.png) no-repeat scroll center top;
	height:140px;
	left:40px;
	position:absolute;
	top:-10px;
	padding-top: 10px;
	width:937px;
	z-index:10;
}

#header_logo{
	position: absolute;
	margin: 18px 0 0 52px
}

#HeaderPane{
}

#header_login
{
	position: absolute;
	top: 20px;
	left: 355px;
	width: 672px;
	height: 31px;
	overflow: hidden;
	font-size: 12px;
	background: none;;
	background-repeat: no-repeat;
	background-position: top left;
}

#header_navigation
{
	position: absolute;
	top: 47px;
	right: 45px;
	height: 31px;
	text-align: right;
}

#header_top 
{	
	height: 55px;
	width: 1000px;
	z-index: 0;
}


.header_content
{
	width: 1000px;
	margin-top: 35px;
	height: 145px;
	background-repeat: no-repeat;
}

.header_content #flashContainer
{
    position: absolute; 
    top: 0;
    left: 0; 
    margin-top: -6px;
    margin-left: 65px;
    width: 1000px; 
    height: 180px;
    z-index: 13;
}


#header_bottom
{
	height: 35px;
	width: 1000px;
	background-repeat: no-repeat;
	margin-top: 6px;
	z-index: 15;
}
/* AREA HEADER */


/* AREA CONTENT */
#tab_container_right 
{
    z-index: 100;
    margin-left: 660px;
    margin-top: 6px;
    
}

.siteNavigationTab
{
	height: 23px;
	float: left;
	
	padding: 6px 5px;
	margin-left: 2px;
	text-align: center;
	
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	z-index: 200;
}

.siteNavigationTab_active
{
	background-color: #F5EEE6;
	color: red;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
}

.siteNavigationTab_inactive
{
	background: url("img/buttons/tab_sitenavigation_inactive_1x29.gif");
	background-position: top left;
	background-repeat: repeat-x;
	color: #fff;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
}

.siteNavigationTab span 
{
  z-index: 250;
	padding: 10px 0px;
}

.siteNavigationContainer
{
	width: 250px;
}
#content_container_left
{
	width: 560px;
	min-height: 600px;
	margin-left:70px;
	padding-right: 30px;
	float: left;
	background-color: #fff;
	padding-bottom: 1000em;
	margin-bottom: -999.5em;
}

#content_container_right
{
	width: 250px;
	padding-left: 30px;
	padding-right: 59px;
	border-left: 1px solid #9d9d9d;
	background-color: #F5EEE6;
	float: left;
	padding-bottom: 1000em;
	margin-bottom: -999.5em;
}

#content_container_right_spacer
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 1000px;
	height: 100%;
	background-color: #f5eee6;
}
/* AREA CONTENT */

/* COMMON LAYOUT CLASSES */
.pagingBox
{
	width: 94px;
	height: 22px;
	position: absolute;
	margin-left: 470px;
	background: url("img/buttons/tab_button.png") no-repeat;
	font-size: 12px;
	color: #fff !important;
}

.pagingBox:hover
{
	background: url("img/buttons/tab_button.png") 0px -23px no-repeat;
}

.pagingBox_left_container
{
	width: 18px;
	height: 18px;
	margin-left: 2px;
	margin-top: 2px;
	float: left;
}

.pagingBox_left_container input
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

.pagingBox_center_container
{
	width: 48px;
	height: 18px;
	margin: 2px;
	margin-top: 4px;
	text-align: center;
	float: left;
}

.pagingBox_center_container a
{
	color: #fff !important;
}

.pagingBox_center_container a[disabled]
{
	font-weight: bold;
	color: #000;
}

.pagingBox_right_container
{
	width: 18px;
	height: 18px;
	margin-top: 2px;
	float: left;
}

.pagingBox_right_container input
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

.pagingBox_btn_left
{
	width: 10px;
	height: 10px;
	background: url("img/pagingbox/btn_pagingbox_left_18x18.png");
	background-position: top left;
	background-repeat: no-repeat;
}

.pagingBox_btn_right
{
	width: 10px;
	height: 10px;
	background: url("img/pagingbox/btn_pagingbox_right_18x18.png");
	background-position: top left;
	background-repeat: no-repeat;
}

.sortBtn_asc
{
	width: 12px;
	height: 12px;
	font-size: 0px;
	line-height: 0px !important;
	background-color: Transparent;
	background: url("img/buttons/btn_sort_up_12x12.png");
	background-position: top left;
	background-repeat: no-repeat;
	border: none;
}

.sortBtn_desc
{
	width: 12px;
	height: 12px;
	font-size: 0px;
	line-height: 0px !important;
	background-color: Transparent;
	background: url("img/buttons/btn_sort_down_12x12.png");
	background-position: top left;
	background-repeat: no-repeat;
	border: none;
}

.modal_popup_background
{
	opacity: 0.65;
	filter: Alpha(opacity=65);
	background-color: #000;
}

.modal_popup_headline
{
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

.btn_info
{
	width: 16px;
	height: 16px;
	background: url(img/buttons/help.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: Transparent;
	border: none;
	padding: 0px;
	margin: 0px;
}

.btn_default
{
	width: 87px;
	height: 21px;
	background: url(img/buttons/tab_button.png) 0 0px;
	color: #fff;
	font-weight: bold;
	padding: 0px 5px;
	vertical-align: middle;
	border: none;
}

/* hier */
.btn_default_large
{
	width: 174px;
	height: 21px;
	border: none;
	background: url(img/buttons/tab_button_large.gif) 0 0px;
	color: #fff;
	font-weight: bold;
	padding: 0px 5px;
	vertical-align: middle;
}

/* hier */
.btn_default_large:hover
{
	background: url(img/buttons/tab_button_large.gif) 0 -23px;
}

/* hier */
.btn_default:hover
{
	background: url(img/buttons/tab_button.png) 0 -23px;
}

/* hier */
.btn_default_active
{
	width: 87px;
	height: 21px;
	border: none;
	background: url(img/buttons/tab_button.png) 0px -23px;
	color: #fff;
	font-weight: bold;
	padding: 0px 5px;
	vertical-align: middle;
}

.acceptBtn
{
	background: transparent url(img/buttons/btn_accept_19x19.png);
	background-color: transparent;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	border: none;
	height: 19px;
	width: 19px;
}

.deleteBtn
{
	background: transparent url(http://www.playjack.de/portals/_default/skins/playjack/img/buttons/btn_del_19x19.png) no-repeat 0% 0%;
	background-color: transparent;
	background-color: transparent;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	border: none;
	height: 19px;
	width: 19px;
}

.closeBtn, .closeBtn_tournament
{
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-color: Transparent;
	background: url(img/buttons/close_btn_20x20.png);
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
}


.auto_complete_completion_list
{
	max-width: 200px !important;
	font-size: 11px;
	z-index: 50;
	background-color: #fff;
	margin: 0px;
	list-style: none;
	list-style-type: none;
	list-style-position: inside;
	border: 1px solid #333;
	border-top: 0px; 
	margin-top: -1px;
}

.error
{
	text-align: left;
	clear: both;
}

.ajax__tab_header { padding:3px 9px; }
.ajax__tab_default .ajax__tab_tab { margin-right: 0px !important; }
/* COMMON LAYOUT CLASSES */

/* HELPER */
.floatKiller
{
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	clear: both;
}

.siteNavigationContainer
{
	visibility: hidden;
	display: none;
}

/* HELPER */
h2#footer_title
{
	background: transparent url(img/headlines/unsere_partner.png) no-repeat;
	width: 277px;
	height: 42px;
	display: block;
	font-size: 0px;
	padding-top: 0;
	margin-top: 0;
	float: left;
}

h4#footer_subline
{
	color: #fff;
	font-weight: normal;
	font-style: italic;
	float: left;
	margin-top: 22px;
}

a#footer_secure
{
	background: transparent url(img/footer/secure_icon.gif) no-repeat;
	width: 128px;
	height: 25px;
	padding: 0 15px;
	display: block;
	float: left;
}

a#footer_payment
{
	background: transparent url(img/footer/payment_icon.gif) no-repeat;
	width: 60px;
	height: 43px;
	padding: 0 15px;
	display: block;
	float: left;
}

a#footer_assoc1
{
	background: transparent url(img/footer/assoc_1.png) no-repeat;
	width: 63px;
	height: 70px;
	display: block;
	float: left;
	padding: 0 15px;
}

a#footer_assoc2{
	background: transparent url(img/footer/assoc_2.png) no-repeat;
	width: 69px;
	height: 65px;
	display: block;
	float: left;
	padding: 0 15px;
}

a#footer_assoc3
{
	background: transparent url(img/footer/assoc_3.png) no-repeat;
	width: 69px;
	height: 62px;
	display: block;
	float: left;
	padding: 0 15px;
}

a#footer_assoc4
{
	background: transparent url(img/footer/assoc_4.png) no-repeat;
	width: 138px;
	height: 85px;
	display: block;
	float: left;
	padding: 0 15px;
}

a#footer_assoc5
{
	background: transparent url(img/footer/assoc_5.png) no-repeat;
	width: 63px;
	height: 73px;
	display: block;
	float: left;
	padding: 0 15px;
}

#footer_bottom{
	width: 880px;
	display: block;
	clear: left;	
}

#footerlinks
{
	width: 750px;
	text-align: justify;
	clear: both;
	color: #312a1d;
}

#copyright,
#footerlinks a
{
	color: #d9ccb2;
	padding: 0 10px;
}

#dnn_footerLinks_COPYRIGHT1_lblCopyright
{
	font-weight: normal;
	color: #d9ccb2;
}

#footerlinks{
	clear: both;
}

#footerlinks a:hover{
	color: #d9ccb2;
}

.c_content
{
	min-height:20px;
}

#content_container_registration_left
{
	float: left;
	width: 289px;
	min-height:605px;
}

#content_container_registration_center
{
	float: left;
	width: 250px;
	padding: 0px 25px;
	min-height: 605px;
	background-color: #F5EEE6;
}

#content_container_registration_right
{
	float: left;
	width: 289px;
	min-height:605px;
}

#footer_content_registration
{
	width: 877px;
	margin: 0px auto;
	height: 150px;
}

#footer_content_registration img
{
	margin: 0px 5px;
}

.updatePanelProgressParent
{
	width: 100%;
	height: 100%;
	
	position: absolute;
	top: 0px;
	left: 0px;
	
	background-image: url("img/progress_bg_1x1.png");
	background-repeat: repeat;
	/*display: block !important;  property for making progressbar visibile */
}

.updatePanelProgress
{
    position: absolute; 
	top: 50%;  
	left: 50%; 
	width: 32px;
	height: 32px;
	margin-top: -15px;
	margin-left: -10px; 
}

.updatePanelProgress img
{
	width: 31px;
	height: 31px;
}