html, body {
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	color: #000000;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	background-image: url(/bin_images/background_default.png);
 	background-position: center center;
  	background-repeat: repeat;
}

#PageBackground {
	position: fixed;			
	height: 100%;
	width: 100%;
	background-image: url(/bin_images/background_default.png);
 	background-position: center center;
  	background-repeat: repeat;
}

#PageContainer {
	position: relative;	
}

.PageContent {
	margin: 0 auto;
	width: 1000px;
	padding: 0 10px;
}

#Header {
	font-size: 12px;
	min-height: 125px;
	background-image: url(/bin_images/background_top.png);
 	background-position: center top;
  	background-repeat: repeat-x;
}

#Masthead {
	width:100%;
	min-height: 56px;
}

#Playerhead {
	height: 36px;
	clear:both;
}

#Content {
	clear: both;
	color: #000000;
	padding-top: 20px;
}

#Footer {
	clear: both;
	line-height: 20px;
	color: #dddddd;
}
#Footer a {
	color: #dddddd;
	text-decoration: none;
	font-weight: normal;
}
.TopFooterBorder {
	border-top: 1px solid #cfcfcf;
	padding-top: 15px;
}

#Login {
	color: #000000;
  	font-weight: normal;
  	text-align: center;
  	float: right;
}
#Login .textinput {
    color: #000000 !important;
    float: left;
    height: 30px;
    margin-right: 2px;
    margin-top: 15px;
    padding: 0 15px;
    text-align: left;
    width: 100px;
    border: none;
	font-size: 12px;
	background: transparent;
	
   	background-image: url(/bin_images/field_bg.png);
 	background-repeat: no-repeat;
}
#Login .textinput:focus {
	background-image: url(/bin_images/field_bg_focus.png);
}
#Login .button_main_l {
	color: #ffffff;
   	float: left;
   	font-size: 14px;
   	font-weight: bold;
   	text-transform: uppercase;
   	text-align: center;
  	line-height: 28px; 	
   	cursor:pointer;
   	height: 30px;
   	width: 35px;
   	margin-top: 15px;
   	border: none;
   	
   	background-image: url(/bin_images/btn_ok.png);
 	background-position: center top;
 	background-repeat: no-repeat;
}
#Login .

_main_l:hover {
   	background-image: url(/bin_images/btn_ok_hovered.png);
}
#Login .login_info {
   	float: right;
   	height: 30px;
   	margin-top: 15px;
   	border: none;
   	background-image: url(/bin_images/border_bg_middle.png);
 	background-repeat: repeat-x;
}
#Login .login_info .login_info_img {
	float: left;
	padding: 0 10px;
	width: 30px;
	height: 30px;
	line-height: 18px;
	background-image: url(/bin_images/icn_user.png);
 	background-repeat: no-repeat;
 	background-position: center center;
}
#Login .login_info .login_info_text, #Login .login_info .login_info_logout {
	float: left;
	padding: 0 10px;
	color: #000000;
	border-left: 1px solid #000000;
	line-height: 18px;
	margin-top: 5px;
}
#Login .login_info .login_info_text .login_user {
	font-weight: bold;
	padding-left: 5px;
}

.BorderRightBackgroud {
	height: 30px;
	width: 2px;
	background-image: url(/bin_images/border_bg_right.png);
 	background-repeat: no-repeat;
 	float: right;
}
.BorderLeftBackground {
	height: 30px;
	width: 2px;
	background-image: url(/bin_images/border_bg_left.png);
 	background-repeat: no-repeat;
 	float: left;
}

#HomeDate {
  	color: #000000;
   	float: left;
   	height: 30px;
   	width: 230px;
   	margin-top: 15px;
   	margin-right: 15px;
   	line-height: 28px;
   	background-image: url(/bin_images/border_bg_middle.png);
 	background-repeat: repeat-x;
}
#HomeDate span {
	padding-left:10px;
}
#HomeDateTime {
	float:right;
	margin-right: 10px;
}

#LangSelection {
	color: #000000;
	float: left;
   	height: 30px;
   	width: 110px;
   	margin-top: 15px;
   	line-height: 28px;
   	border: none;
   	background-image: url(/bin_images/border_bg_middle.png);
 	background-repeat: repeat-x;
	
	position: relative;
    z-index: 999;
}
#LangSelection a {
	color: #000000;
	text-decoration: none;
}
#select-lang-box {
    margin: 0;
    padding: 0;
    width: 100%; 
}
#select-lang-box #lang-active {
	background-image: url(/bin_images/arrow_dropdown.png);
 	background-position: 90% 50%;
 	background-repeat: no-repeat;
}
#select-lang-box #lang-active:hover {
	background-image: url(/bin_images/arrow_dropdown_hovered.png);
}
#select-lang-box #lang-active.LanguageOpen, #select-lang-box #lang-active:hover.LanguageOpen {
	background-image: url(/bin_images/arrow_dropdown_opened.png);
}
#select-lang-box span {
    cursor: pointer;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 10px;
}
#select-lang-box span img, #select-lang-box ul li img {
    padding-bottom: 0px;
    padding-right: 5px;
    height: 9px;
}
#select-lang-box ul {
    margin: 5px 0;
    padding: 0;
    display: none;
}
#select-lang-box ul li {
    float: none;
    list-style-type: none;
}
#select-lang-box ul li a {
    border: 1px solid #B2B2B2;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 29px;
    text-decoration: none;
    white-space: nowrap;
    width: auto;
    padding-left: 10px;	
  
  	background-image: url(/bin_images/background_top.png);
 	background-repeat: repeat-x;
 	overflow: hidden;
}
#select-lang-box ul li a:hover {
    background-color: #D9D9D9;
    
  	background-image: url(/bin_images/background_default.png);
 	background-repeat: repeat;
 	overflow: hidden
}

#PageLogo {
	height: 93px;
	width: 280px;
	float:left;
	margin-top: 25px;
	cursor: pointer;
	background-image: url(/bin_images/logo.png);
 	background-repeat: no-repeat;
 	/*background-position: right top;*/
}

#PlayerMenuArea {
   	float: right;
   	height: 36px;
   	line-height: 34px;
   	padding-left: 15px;
}
.PLayerMenu {
	margin-top: 10px;
	line-height: 14px;
}
.PLayerMenuItem {
	padding: 0 10px;
	border-left: 1px solid #000000;
}
.PLayerMenuItem:last-child { 
	padding-right:0px;
}
.PLayerMenuItem:first-child { 
	border-left: 1px none;
}
.PLayerMenuItem a:hover{
	font-weight: normal;
}
.PLayerMenuItemActive a {
	font-weight: bold !important;
}

a {
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.StartBtnPlaceholder {
	z-index: 900;
	cursor: pointer;
	width: 85px;
	height: 55px;
	position: relative;
	top: 125px;
	left: 5px;
	background-image: url(/bin_images/btn_home.png);
 	background-repeat: no-repeat;
	
}
.StartBtnPlaceholder:hover {
	background-image: url(/bin_images/btn_home_hovered.png);
}
.StartBtnPlaceholder #HomeButton {
	width: 100%;
 	height: 100%;
 	background-image: url(/bin_images/icn_home.png);
 	background-repeat: no-repeat;
 	background-position: center center;
}

#TopMenuSkew {
   	width: 55px;
	height: 58px;
	position:relative;
	left: 25px;
	top: 80px;
	background-color: #ffffff;
	transform:skewX(153deg);
	-webkit-transform:skewX(153deg);
	-moz-transform:skewX(153deg);
	-ms-transform:skewX(153deg);	
	-o-transform:skewX(153deg);
}
#TopMenu {
    color: #ffffff;
    width: 100%;
    padding: 0px;
    float: left;
    padding-left: 66px;
    margin-top: 5px;
    width: 935px;
}

.MainMenu {
	font-size: 14px;
	font-weight: normal;
    text-align:center;
    color: #ffffff;
   /*table-layout: fixed; */
    width: 100%;
}
.MainMenu td{
	
}
.MainMenuItem {
	 cursor: pointer;
}
/* remove MyAccount from main menu selection */
#MainMenu_26 {
	display: none;
}
.MainMenuItem a {
	color: #000000;
  	line-height: 58px;
  	display: block;
  	text-decoration: none;
  	text-transform: uppercase;
	background-color: #ffffff;
}
.MainMenuItem a:hover {
	 font-weight: normal;
	 background-image: url(/bin_images/btn_grey_hovered.png);
	 background-repeat: no-repeat;
	 background-size: 100% 100%;
	 color: #ffffff;
}
.MainMenuItemActive a {
	background-image: url(/bin_images/btn_red.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #ffffff;
}
.MainMenuItemActive a:hover {
	background-image: url(/bin_images/btn_red_hovered.png);
}

#top-tab-container {
	float: right;
	margin-top: 77px;
    z-index: 999;
}
.top-tab {
	float: right;
   	width: 128px;
   	height: 53px;
   	background-image: url(/bin_images/btn_grey.png);
   	background-repeat: no-repeat;
}
.top-tab:hover {
	background-image: url(/bin_images/btn_grey_hovered.png);
}
.top-tab.on {
 	background-image: url(/bin_images/btn_red.png);
}
.top-tab.on:hover {
 	background-image: url(/bin_images/btn_red_hovered.png);
}
.top-tab a {
	line-height: 53px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
}
/* background images for top tabs */
.top-tab.poker div {
	background-image: url(/bin_images/icn_poker_inactive.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.top-tab.on.poker div {
	background-image: url(/bin_images/icn_poker_active.png);
}
.top-tab.affiliates div {
	background-image: url(/bin_images/icn_affiliates_inactive.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.top-tab.on.affiliates div {
	background-image: url(/bin_images/icn_affiliates_active.png);
}
.top-tab.poker a, .top-tab.affiliates a {
	margin-left: 32px; 
}
.top-tab.affiliates a {
	font-size: 13px;
}


.SubMenu {
	width: 100%;
	display: none;
}
.SubMenuActive {
	display: inline-table;
}
.SubMenu tr {
	display: block;
	padding: 0 10px;
}
.SubMenuItem {
	display: block;
  	line-height: 40px;
   	margin: 2px 0;
  	white-space: nowrap;
   	font-size: 12px;
   	width:100%;
   	border-top: 1px dashed #000000;
  	background-image: url(/bin_images/arrow_navigation.png);
 	background-repeat: no-repeat;
 	background-position: 10px 15px;
}
.SubMenu tr:first-child .SubMenuItem {
	border-top: 1px none;
}
.SubMenuItem a {
	color: #000000;
	display: block;
	padding-left: 35px;
	text-decoration: none;
	font-weight: normal;
	width: 90%;
}
.SubMenuItem a:hover {
	text-decoration: underline !important;
}
.SubMenuItemActive {
	background-image: url(/bin_images/arrow_navigation_hovered.png);
}
.SubMenuItemActive a {
	text-decoration: underline;
}
.SubMenuItem  a.SubMenItemHasChilds {
	background-image: url(/bin_images/arrow_dropdown.png);
 	background-repeat: no-repeat;
 	background-position: 90% 15px;
}
.SubMenuItem a:hover.SubMenItemHasChilds {
	background-image: url(/bin_images/arrow_dropdown_hovered.png);
}
.SubMenuItemActive a.SubMenItemHasChilds, .SubMenuItemActive a:hover.SubMenItemHasChilds {
	background-image: url(/bin_images/arrow_dropdown_opened.png);
}
.SubMenu .SubMenu tr .SubMenuItem {
	border-top: 1px dashed #cfcfcf;
}
.SubMenu .SubMenu .SubMenuItem a {
	color: #000000;
	display: block;
	padding-left: 35px;
	text-decoration: none;
	font-weight: normal;
	width: 90%;
}
.SubMenu .SubMenu .SubMenuItemActive a {
	text-decoration: underline;
}
/* old menu styles
		.khorbar {
			font-size: 14px;
			font-weight: normal;
			text-align:center;
			color: #ffffff;
			table-layout: fixed;
		}
		.khorbaritem {
			margin-left: 1px;
		}
		.khorbaritem:first-child {
			margin-left:0px;
		}
		.khorbaritem a {
			 color: #ffffff;
			line-height: 50px;
			display: block;
			text-decoration: none;
			margin-left: 1px;
			
			
			background: #535353; 
			background: -moz-linear-gradient(top,  #535353 0%, #333333 100%); 
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#535353), color-stop(100%,#333333));
			background: -webkit-linear-gradient(top,  #535353 0%,#333333 100%); 
			background: -o-linear-gradient(top,  #535353 0%,#333333 100%); 
			background: -ms-linear-gradient(top,  #535353 0%,#333333 100%); 
			background: linear-gradient(to bottom,  #535353 0%,#333333 100%); 
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#333333',GradientType=0 );
		}
		.khorbaritem:hover  {
			text-shadow: 1px 1px 2px #aaaaaa;
			font-weight: bold;
			cursor: pointer;
		}
		.khorbaritem_active a {
			cursor: default;
			text-shadow: 1px 1px 2px #aaaaaa;
			font-weight: bold;
			color: #E5DA13;
		}

		.ksubmenu {
			visibility: hidden;
		}
		.ksubmenu table {
			width: 100%;
		}
		.ksubframe {
			display: block;
			padding: 0 10px;
		}
		.kitem {
			line-height: 40px;
			white-space: nowrap;
			font-size: 12px;
			width:100%;
			border-top: 1px dashed #cfcfcf;
		}
		.kitem:first-child {
			border-top: 1px none; 
		}
		.kitem a {
			color: #000000;
			display: block;
			padding-left: 35px;
			text-decoration: none;
			font-weight: normal;
			width: 90%;
		}
		.kitem a:link {
		}
		.kitem a:visited {
		}
		.kitem a:hover {
			color: #B9B10F;
		}
		.kitem a:active {
		}
		.kitem .kfwdarr {
			line-height: 10px !important;
		}
		.kseparator {
			margin: 0px 0px 0px 0px;
			border: solid 1px red;
		}
*/

#article {
	text-align: left;
	width: 100%;
}

h1, .GeneralHeadline {
	font-size: 20px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	color: #860500;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	color: #860500;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	color: #860500;
	padding: 0px;
	margin: 0px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	color: #860500;
}

#MainMenuArea {
	padding-top: 10px;
}

.NaviPath {
    width: 100%;
    height: 30px;
    text-decoration: none;
    margin-bottom:10px;
}
.NaviPath a, .NaviPath a:link, .NaviPath a:visited {
    font-weight: normal;
    text-decoration: none;
}
.navi-buttons {
    float: left;
    line-height: 30px;
}
.welcome_m {
	float: left;
	line-height:30px;
}
.navi-top, .navi-print, .navi-support, .navi-download, .navi-instant {
    float: right;
    margin-left: 1px;
    background-color: #535353;
}
.navi-print a, .navi-support a, .navi-download a, .navi-instant a {
    display: block;
    color: #ffffff;
    text-decoration: none !important;
}
.navi-print:hover, .navi-support:hover, .navi-download:hover, .navi-instant:hover  {
    cursor: pointer;
}
.navi-support, .navi-download {
    padding: 0 12px;
}
.navi-print {
    width: 41px;
    -webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px; 
    -webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px; 
}
.navi-instant {
    padding: 0 12px;
     -webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#BreadcrumbsArea {
	float: left;
   	height: 36px;
   	line-height: 34px;
}
.breadcrumbs_item {
	float: left;
}
.breadcrumbs_item[href]:hover, .breadcrumbs_last:hover {
	cursor: pointer;
	font-weight: normal;
	text-decoration: underline;
}
.breadcrumbs_last, .breadcrumbs_last:hover, .breadcrumbs_last:link, .breadcrumbs_last:visited, .breadcrumbs_last:active {
	color: #e00202;
}
.breadcrumb_icon, .breadcrumb_icon_active {
	width: 30px;
	height: 35px;
	float: left; 
	background-image: url(/bin_images/arrow_navigation.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.breadcrumb_icon_active {
	background-image: url(/bin_images/arrow_navigation_hovered.png); 
}

.FooterMenu {
	float: right;
	padding-right: 15px;
	line-height: 54px;
}
.Copyright {
	float: left;
	padding-right: 15px;
	line-height: 54px;
}

.SiteMapArea {
   	clear: both; 
}
.SiteMapTable {
	width: 100%;
   	table-layout: fixed;
}
.SiteMapTable td {	
   	vertical-align: top;
}
.SiteMapTable td:hover {
    background-color: #5C5C5C;
}
.SiteMap {
	width: 100%;
	padding-bottom: 25px;
}
.SiteMap ul {
    list-style: none outside none;
    padding: 0;
}
.SiteMap a {
    display: block;
    font-weight: normal;
    line-height: 30px;
    text-decoration: none;
    padding-left: 15px;
    font-size: 10px;
}
.SiteMap a:hover {
	background-color: #404040;
}
.SiteMap th a {
   	font-size: 10px;
   	font-weight: bold !important;
   	text-transform: uppercase;
   	padding-left: 15px;
   	text-align: left;
   	border-bottom: 1px solid #2D2B2C;
}
.SiteMap th a:hover {
	background-color: #5C5C5C;
	color: #404040 !important;
}
.SiteMapItemActive a {
	text-decoration: underline !important;
}

#SiteMapAreaBottomStyle {
  	background-color: #404040;
  	padding-top: 45px;
}
#SiteMapAreaTopStyle {
	width: 100%;
	height: 35px;
	background-image: url(/bin_images/background_footer_lane.png);
	background-repeat: repeat-x;
}
#GoToTopButtonArea {
	width: 110px;
	height: 48px;
	margin: 0 auto;
	position: relative;
	top: 62px;
	background-image: url(/bin_images/gotop_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#GoToTopButton {
	width: 100%;
	height: 100%;
	background-image: url(/bin_images/gotop_btn.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#GoToTopButton:hover {
	background-image: url(/bin_images/gotop_btn_hovered.png);
}

#SubNavi {
	float: left;
	width: 270px;
	padding: 5px;
	
	border: none;
	background-color: #ffffff;
	color: #000000;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
}
#SubNaviHeader {
	display: none;

	width: 100%;
	line-height:40px;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
	
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px; 
}
#SubNaviHeader span {
	padding-left: 25px;
}
#SubNaviButtons {
	width: 100%;
	height:  290px;
	cursor: pointer;
}
#SubNaviButtonSignup {
	width: 270px;
	height: 97px;
	background-image: url(/bin_images/btn_signup_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#SubNaviButtonSignup:hover {
	background-image: url(/bin_images/btn_signup_hovered.png);
}
#SubNaviButtonDownload {
	width: 270px;
	height: 96px;
	background-image: url(/bin_images/btn_download_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#SubNaviButtonDownload:hover {
	background-image: url(/bin_images/btn_download_hovered.png);
}
#SubNaviButtonPlay{
	width: 270px;
	height: 97px;
	background-image: url(/bin_images/btn_playnow_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#SubNaviButtonPlay:hover {
	background-image: url(/bin_images/btn_playnow_hovered.png);
}
#MainArea {
	float: right;
	width: 700px;
	padding: 5px;
	
	border: none;
	background-color: #ffffff;
	color: #000000;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
}
.boxMain {
	padding: 10px !important;
}
.Fullscreen {
	float: left !important;
	width: 990px !important;
}

/* sub menu content area */
html>body #floating_left {
}
#tooltext_separator {
}
#tooltext {
}
#tooltext a {
}

#MenuLeftTopBanner {
}
#MenuLeftBottomBanner {
}
#BottomSpaceBanner {
}
#TopSpaceBanner {
}
#LeftSpaceBanner {
	position: absolute;
	top: 0px;
	left: 0px;
}
#RightSpaceBanner {
	position: absolute;
	top: 0px;
	right: 0px;
}
@media screen and (max-width:1270px) {
    #LeftSpaceBanner, #RightSpaceBanner {
    	display:none;
    }
}
#MainAreaBanner {
	float:left;
}
#BottomFooterBanners{
	width: 100%;
	height: 60px;
	background-color: #2D2B2C;
	padding-top: 4px;
} 
#TopFooterBanners {
	width: 100%;
}
#BottomFooterBanners .left, #TopFooterBanners .left {
	float: left;
}
#BottomFooterBanners .right, #TopFooterBanners .right {
	float: right;
}
#BottomFooterBanners .middle, #TopFooterBanners .middle {
	margin: 0 auto;
}
/* replaced with above
	#BottomLeftBanner {
		float: left;
	}
	#BottomRightBanner {
		float: right;
	}
	#BottomMiddleBanner {
		margin: 0 auto;
	}
	#MiddleLeftBanner {
		float: left;
	}
	#MiddleRightBanner {
		float: right;
	}
	#MiddleMiddleBanner {
		margin: 0 auto;
	}
*/
#TopLeftArea {
	float: left;
}
#TopLeftBanner {
	float: left;
	clear: left;
}
#TopRightArea {
	float: right;
}
#TopRightBanner {
	float: right;
	clear: right;
}
#TopMiddleBanner {
	margin: 0 auto;
}

.nac_step_active {
	color: #ffffff;
	text-transform: uppercase;
	line-height: 25px;
	background: #ecba09; 
}
.nac_step_inactive {
	color: #ffffff;
	text-transform: uppercase;
	line-height: 25px;
	background-color: #cfcfcf;
}
.reg_form {
	color: #000000;
}
.reg_form .topborder {
	border-top: 2px solid #cfcfcf;
	padding-top: 10px;
}
#nac_account, #nac_extra {
	width: 100%;
	table-layout: fixed;
	padding: 0 0 10px 0;
}
#nac_account td, #nac_extra td {
	height: 50px;
	padding: 2px 16px 2px 10px;
}
#nac_account .notextinput, #nac_extra .notextinput {
	padding-right: 10px;
}
#nac_account .textinput, #nac_extra .textinput {
	width: 100% !important;
}
#nac_extra select {
	width: 100% !important;
	font-size: 10px;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
}
#nac_extra #sel_month, #nac_extra #sel_year {
	width: 37% !important;
}
#nac_extra #sel_day {
	width: 26% !important;
}
#nac_extra_bonus {
	padding: 2px 0 !important;
}
#nac_extra_bonus td {
	padding-left: 9px;	
	border-left: 1px solid #cfcfcf;
}
#nac_extra_bonus tr:last-child td {
	padding-bottom: 0px;
}
#nac_extra_bonus tr:first-child td {
	padding-top: 0px;
}
#nac_info {
	width: 100%;
	padding: 10px;
}
#nac_buttons, #nac_terms {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	text-align: center;
}
#nac_terms_check{
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold; 
}
#nac_terms_check input[type=checkbox]{
  	-ms-transform: scale(1.25); /* IE */
 	-moz-transform: scale(1.25); /* FF */
  	-webkit-transform: scale(1.25); /* Safari and Chrome */
 	-o-transform: scale(1.25); /* Opera */
 	margin:10px; 
}
#nac_terms_check a {
	text-decoration: underline;
}
#nac_terms_check a:hover {
	text-decoration: none;
}
.nac_buttons_confirm {
	padding: 0 5px;
	width:50%;
}
.nac_rad_title label {
	padding-right: 25px;
}
.nac_rad_status {
}
.nac_inactive, .nac_inactive input, .nac_inactive select, .nac_inactive checkbox  {
	color: #cfcfcf !important;
}
.nac_from_info {
	font-size: 10px;
	text-align:right;
}
.nac_error_field{
	background-color:red;
}
.validateError{
	color: red;
}

.textinput {
	font-size: 10px;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
}

.padding10px {
	padding: 10px;
}

/* not really done */
	.button {
		color: #000000;
		border: 1px solid white;
		margin: 0px;
		padding: 0px;
		font-weight: bold;
		white-space: nowrap;
	}
	.button_main1 {
		background-repeat: repeat-x;
		height: 32px;
		color: #000000;
		margin: 0px;
		padding: 0px;
		font-weight: bold;
		white-space: nowrap;
		border-top: solid 1px white;
		border-bottom: solid 1px white;
		text-transform: uppercase;

	}
	.button_main1_submit {
		border: none;
		margin: 0px;
		padding: 0px;
		font-weight: bold;
		color: #000000;
		border: none;
		cursor: pointer;
		white-space: nowrap;
		border-top: solid 1px white;
		border-bottom: solid 1px white;
	}
	.button_main1_submit input {
		background: transparent;
	}
	.button_main1 a {
		color: #000000;
		text-decoration: none;
		margin: 0px;
		padding: 0px;
		border: none;
		white-space: nowrap;
	}
	.button_main1 a:hover {
		font-size: 13px;
		color: #000000;
		text-decoration: none;
	}
	.button_left1 {
		white-space: nowrap;
		width: 5px;
		height: 32px;
		margin: 0px;
		padding: 0px;
		border: 1px white solid;
		border-right: none;
	}
	.button_right1 {
		width: 5px;
		height: 32px;
		margin: 0px;
		padding: 0px;
		border-right: 1px solid white;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
	}
	.button_main2 {
		color: #000000;
		margin: 0px;
		padding: 0px;
		font-weight: bold;
		white-space: nowrap;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
	}
	.button_main2 a {
		color: #000000;
		text-decoration: none;
		margin: 0px;
		padding: 0px;
		white-space: nowrap;
	}
	.button_main2 a:hover {
		color: #000000;
		text-decoration: none;
		margin: 0px;
		padding: 0px;
	}
	.button_left2 {
		
		width: 5px;
		height: 32px;
		margin: 0px;
		padding: 0px;
		border: 1px solid white;
		border-right: none;
	}
	.button_right2 {
		
		width: 5px;
		height: 32px;
		margin: 0px;
		padding: 0px;
		border: 1px solid white;
		border-left: none;
	}
	.button_main3 {
		margin: 0px;
		padding: 0px;
		text-align: center;
		font-weight: bold;
		white-space: nowrap;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
	}
	.button_main3 a {
		color: #000000;
		text-decoration: none;
		white-space: nowrap;
	}
	.button_main3 a:hover {
		color: #000000;
		text-decoration: none;
	}
	.button_left3 {
		margin: 0px;
		padding: 0px;
		width: 5px;
		height: 30px;
		border: 1px solid white;
		border-right: none;
	}
	.button_right3 {
		margin: 0px;
		padding: 0px;
		width: 5px;
		height: 30px;
		border: 1px solid white;
		border-left: none;
	}
	.button_main4 {
		margin: 0px;
		padding: 0px;
		text-align: center;
		font-weight: bold;
		width: 8px;
		height: 30px;
		color: #000000;
		white-space: nowrap;
	}
	.button_main4 a {
		color: #000000;
		text-decoration: none;
		white-space: nowrap;
	}
	.button_main4 a:hover {
		color: #000000;
		text-decoration: none;
	}
	.button_left4 {
		margin: 0px;
		padding: 0px;
		width: 5px;
		height: 30px;
	}
	.button_right4 {
		margin: 0px;
		padding: 0px;
		width: 5px;
		height: 30px;
	}
	.button_main5 {
		margin: 0px;
		padding: 0px;
		text-align: center;
		font-weight: bold;
		width: 8px;
		height: 30px;
		color: #000000;
		white-space: nowrap;
	}
	.button_main5 a {
		color: #000000;
		text-decoration: none;
		white-space: nowrap;
	}
	.button_main5 a:hover {
		color: #000000;
		text-decoration: none;
	}
	.button_left5 {
		margin: 0px;
		padding: 0px;
		width: 5px;
		height: 30px;
	}
	.button_right5 {
		margin: 0px;
		padding: 0px;
		width: 5px;
		height: 30px;
	}
	.button_main6 {
		margin: 0px;
		padding: 0px;
		text-align: center;
		font-weight: bold;
		width: 8px;
		height: 26px;
		color: #000000;
		white-space: nowrap;
	}
	.button_main6 a {
		color: #000000;
		text-decoration: none;
		white-space: nowrap;
	}
	.button_main6 a:hover {
		color: #000000;
		text-decoration: none;
	}
	.button_left6 {
		background-repeat: no-repeat;
		margin: 0px;
		padding: 0px;
		width: 5px;
		height: 30px;
	}
	.button_right6 {
		background-repeat: no-repeat;
		margin: 0px;
		padding: 0px;
		width: 5px;
		height: 30px;
	}
/* buttons are not really done end */
.button_right1, .button_right2, .button_right3, .button_right4, .button_right5, .button_right6 {
	border: none;
	height: 40px;
	width: 25px;
	background-image: url(/bin_images/btn_right_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.button_1:hover .button_right1, .button_2:hover .button_right2, .button_3:hover .button_right3, .button_4:hover .button_right4, .button_5:hover .button_right5, .button_6:hover .button_right6 {
	background-image: url(/bin_images/btn_right_hovered.png);
}
.button_main1, .button_main1_submit, .button_main2, .button_main3, .button_main4, .button_main5, .button_main6 {
	color: #ffffff;
	height: 40px;
	border: none;
	font-size: 14px;
	background-image: url(/bin_images/btn_middle_bg.png);
	background-repeat: repeat-x;
	background-position: center center;
}
.button_1:hover .button_main1, .button_1:hover .button_main1_submit, .button_2:hover .button_main2, .button_3:hover .button_main3, .button_4:hover .button_main4, .button_5:hover .button_main5, .button_6:hover .button_main6 {
	background-image: url(/bin_images/btn_middle_hovered.png);
}
.button_left1, .button_left2, .button_left3, .button_left4, .button_left5, .button_left6 {
	border: none;
	height: 40px;
	width: 25px;
	background-image: url(/bin_images/btn_left_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.button_1:hover .button_left1, .button_2:hover .button_left2, .button_3:hover .button_left3, .button_4:hover .button_left4, .button_5:hover .button_left5, .button_6:hover .button_left6 {
	background-image: url(/bin_images/btn_left_hovered.png);
}

.formMessage {
	color: red;
	z-index: 500;
}
.formMessage a {
	color: red;
	font-weight: bold;
}
.formMessage a:hover {
	color: red;
	text-decoration: underline;
}
.formMessageRow td {
	height: 0px !important;
	width: 100%;
	vertical-align: top;
}
.formMessageHide {
	display: none;
}

.default_popup_window {
	top: 90px;
	left: 150px;
	width: 335px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #969696;
	background-image: url(/bin_images/background_default.png);
  	background-repeat: repeat;
}
.default_popup_bar_main {
	height: 24px;
	width: 100%;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(/bin_images/popup_bar_bg.png);
  	background-repeat: repeat-x;
}
.default_popup_bar_main img{
	float: right;
	width: 26px;
	height: 100%;
	background-image: url(/bin_images/popup_close_icon.png);
  	background-repeat: no-repeat;
  	background-position: center top;
}
.default_popup_bar_main img:hover{
	background-image: url(/bin_images/popup_close_icon_hovered.png);
}
.default_popup_area {
	padding: 80px 20px 10px 20px;
	background-image: url(/bin_images/logo.png);
 	background-position: center 10px;
  	background-repeat: no-repeat;
  	background-size: 50%;
}
.default_popup_closebutton {
	float: right;
	margin: 0px;
	padding-right: 10px;
	width: 20px;
	height: 21px;
	background-image: url(/bin_images/close.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	z-index: 100;
}
.default_popup_bottom_main {
	padding-bottom: 10px;
}
.default_popup_bar_left, .default_popup_bar_right {
	display: none;
}
.default_popup_bottom_left, .default_popup_bottom_right {
	display: none;
}
.default_popup_main_left, .default_popup_main_right {
	display: none;
}

#StartTopArea {
	height: 300px;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
#StartMiddleArea { 
	margin-top: 5px;
	width: 100%;
	height: 160px;
	float: left;
}
#StartMiddleArea a img{ 
	margin-left: 4px;
}
#StartMiddleArea a:first-child img{ 
	margin-left: 1px;
}

.iframe_message {
	padding: 0  5px 10px 5px; 
	background-color: white; 
	text-align: left;
}
.iframe_message table {
	table-layout: fixed;
}
.iframe_message a {
	text-decoration: underline;
	cursor: pointer;
	line-height: 24px;
}
.iframe_message h1{
	margin: 0;
}
.iframe_message iframe {
	margin-top: 10px;
}
.FullscreenIcon {
	background-image: url(/bin_images/icn_fullscreen.png);
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: bottom;
	margin-right:5px;
	width: 24px;
	height: 24px;
}

.paymentChannelAmount {
	line-height: 56px;
}
.paymentChannelImageLink {
	float:right;
}
.paymentChannelImage {	
	z-index:1;
 	margin-top:0px !important;
 	position: relative !important;
 	right: 0px !important;
}

.prepaidcards {
	border: 2px solid gray !important;
	background-color: #ffffff !important;
	color: #000000;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 300px !important;
	padding: 10px 14px 10px 10px !important;
}


/*** old css stuff **sss***********************************************/

#object1 {
	margin-left: -2px;
	margin-top: 58px;
}

#headbanner {
/*	float: right;*/
	height: 24px;
	margin-right: 3px;
}
#headbanner .item {
	float: right;
}

.sp_left {
	margin-top: -4px;
}
.sp_text_container {
	margin-top: 3px;
	width: 195px;
	height: 261px;
	background: url(/bin_images/startpage_tab_bg.jpg) scroll 0% 0% no-repeat;
}
.sp_text {
	height: 238px;
	width: 179px;
	padding: 8px 8px 8px 8px;
	overflow: auto;
}
.sp_text p {
	margin-top: 0px;
	margin-bottom: 10px !important;
}

.sp_right_banner {
	margin-bottom: 9px;
}
.sp_spacer {
	width: 3px;
}
.sp_lst {
	color: #02622a;
}
.sp_input {
	color: #a1a192;
}
.ciGelb {
	color: #7E1212;
}

.sp_ql_item {
	height: 26px;
	line-height: 26px;
	margin-top: 2px;
	width: 193px;
	background: url(/bin_images/startpagemenubg.gif) scroll 0% 0% no-repeat;
}
.sp_ql_item:hover {
	font-weight: bold;
	background: url(/bin_images/startpagemenubg_active.gif) scroll 0% 0% no-repeat;
}
.sp_ql_item a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding-left: 33px;
	background: url(/bin_images/start_menu_bullet.gif) scroll 22px 8px no-repeat;
}
.sp_ql_item a:visited {
	display: block;
	text-decoration: none;
	font-weight: normal;
}
.sp_ql_item a:hover {
	text-decoration: none;
	font-weight: bold;
	padding-left: 33px;
	background: url(/bin_images/start_menu_bullet_active.gif) scroll 17px 8px no-repeat;
}

.topbanners {
	padding-left: 68px;
	padding-top: 11px;
}
.sp_qs_button_l {
	width: 7px;
	background-image: url(/bin_images/sp_bt_l.gif);
	background-repeat: no-repeat;
}
.sp_qs_button {
	background-image: url(/bin_images/sp_bt.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #2d5b51;
	height: 22px;
}
.sp_qs_button_r {
	width: 7px;
	background-image: url(/bin_images/sp_bt_r.gif);
	background-repeat: no-repeat;
}
.bottom_text {
	color: #717171;
}
form {
	margin: 0px;
	border: 0px;
}
input {
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
}

.bottom_nav_bar {
	font-weight: normal;
	text-decoration: none;
	height: 24px;
	background: url(/bin_images/bottom_nav.jpg) scroll 0% 0% no-repeat;
	line-height: 22px;
}
.bottom_nav_bar a {
	font-weight: normal;
	text-decoration: none;
        text-transform: capitalize;
}
.bottom_nav_bar a:visited {
	font-weight: normal;
	text-decoration: none;
        text-transform: capitalize;
}
#search {
	display: none;
	visibility: hidden;
	position: absolute;
	top: 186px;
	right: 10px;
	text-transform: uppercase;
}
#search a {
	color: #005122;
	text-decoration: none;
	text-transform: uppercase;
}
textarea {
	border: solid 1px #001352;
}
.SearchField {
	display: none;
	visibility: hidden;
	background-image: url(/bin_images/eingabe1.gif);
	border-right: 0;
	border-bottom: 0;
	border: 1px solid #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 188px;
	height: 10px;
}


#PageBottom, #PageBottom_SSL {
	background: transparent url(/bin_images/bottom.png) no-repeat scroll right top;
	color: #80aca7;
	font-size: 9px;
	height: 39px;
	padding: 0px 0 0 0px;
	overflow: hidden;
}

.articlebox {
	border: dotted 1px #ffffff;
	color: white;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	font-size: 9px;
	background-color: #a02525;
}
.articlebox a {
	color: white;
}

.maincontent {
	float: right;
	border: none;
	padding: 10px;
	width: 580px;
	background-color: #606061;
	/*background-image: url(/bin_images/bg_content.gif);
	background-repeat: repeat-x;
	background-position: left top;
*/
	color: #ffffff;
}

.clock_time {
}
.clock_text {
}
.DownloadBtnPlaceholder {
	background-color: transparent;
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 55px;
	width: 170px;
}

.SearchBar {
	position: absolute;
	right: 108px;
	top: 32px;
	color: #aaaaaa;
}
.SearchBar a {
	color: #aaaaaa;
	text-decoration: none;
	text-transform: uppercase;
}
.SearchBar a:visited {
	color: #aaaaaa;
	text-decoration: none;
	text-transform: uppercase;
}
.SearchBar a:hover {
	color: #aaaaaa;
	text-decoration: none;
}
.
.breadcrumbs_item, .breadcrumbs_item:visited {
	color: #999999;
}






/* NEW SIGNUP PAGE  */
.notValidated {
	background-color: transparent;
	height: 18px;
}
.Valid {
	background: url(/bin_images/icon_correct.gif) no-repeat;
	background-color: transparent;
	height: 18px;
}
.InValid {
	background: url(/bin_images/icon_wrong.gif) no-repeat;
	background-color: transparent;
	height: 18px;
}
.hint {
	display: none;
	position: absolute;
	width: 200px;
	margin-top: -4px;
	border: 1px solid #c93;
	padding: 10px 12px;
	background: #ffc;
}
.hint .hint-pointer {
	position: absolute;
	left: -10px;
	top: 5px;
	width: 10px;
	height: 19px;
	background: url(/bin_images/pointer.gif) left top no-repeat;
}


/**** welcome message ***/
.welcome_closebutton {
	float: right;
	margin: 0px;
	margin-top: 4px;
	padding-right: 10px;
	width: 20px;
	height: 21px;
	background-image: url(/bin_images/close_red.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	z-index: 100;
}
.welcome_window {
	width: 335px;
}
.welcome_area {
	border: none;
	padding-top: 90px;
	/* background-color: #000000;
*/
}
.welcome_bar_main {
	border: none;
	background-image: url(/bin_images/win_pop_top);
	background-repeat: repeat-x;
}
.welcome_main_left {
	background-image: url(/bin_images/win_pop_left);
	background-repeat: repeat-y;
}
.welcome_main_right {
	background-image: url(/bin_images/win_pop_right);
	background-repeat: repeat-y;
}
.welcome_bar_right {
	background-image: url(/bin_images/win_pop_top_rgt_corner);
}
.welcome_bar_left {
	background-image: url(/bin_images/win_pop_top_left_corner);
}
.welcome_bottom_main {
	border: none;
	background-image: url(/bin_images/win_pop_bottom);
	background-repeat: repeat-x;
	background-position: bottom;
}
.welcome_bottom_right {
	background-image: url(/bin_images/1110);
	background-position: bottom;
}
.welcome_bottom_left {
	background-image: url(/bin_images/win_pop_bottom_left_corner);
	background-position: bottom;
}
/**** goodbye message ***/
.goodbye_closebutton {
	float: right;
	margin: 0px;
	margin-top: 4px;
	padding-right: 10px;
	width: 20px;
	height: 21px;
	background-image: url(/bin_images/close_red.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	z-index: 100;
}
.goodbye_window {
	width: 335px;
}
.goodbye_area {
	border: none;
	padding-top: 90px;
	background-color: #FFFFFF;
}
.goodbye_bar_main {
	border: none;
	background-image: url(/bin_images/win_pop_top);
	background-repeat: repeat-x;
}
.goodbye_main_left {
	background-image: url(/bin_images/win_pop_left);
	background-repeat: repeat-y;
}
.goodbye_main_right {
	background-image: url(/bin_images/win_pop_right);
	background-repeat: repeat-y;
}
.goodbye_bar_right {
	background-image: url(/bin_images/win_pop_top_rgt_corner);
}
.goodbye_bar_left {
	background-image: url(/bin_images/win_pop_top_left_corner);
}
.goodbye_bottom_main {
	border: none;
	background-image: url(/bin_images/win_pop_bottom);
	background-repeat: repeat-x;
	background-position: bottom;
}
.goodbye_bottom_right {
	background-image: url(/bin_images/1110);
	background-position: bottom;
}
.goodbye_bottom_left {
	background-image: url(/bin_images/win_pop_bottom_left_corner);
	background-position: bottom;
}
/**** image popup message ***/
.imagepopup_area {
	padding: 5px;
	/*background-color: #000000;
	color: #ffffff;
*/
	background-image: none;
	/*border-left: 1px solid #ffffff;
*/
}
.imagepopup_area p {
	padding: 0px;
}
.imagepopup_bottom_main {
	/*background-color: #000000;
*/
}
.imagepopup_bottom_left {
	/*background-color: #CCCCCC;
	border-left: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
*/
}
.imagepopup_bottom_right {
	/*background-color: #CCCCCC;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
*/
}
.imagepopup_main_right {
	/*background-color: #CCCCCC;
*/
}
.imagepopup_main_left {
	/*background-color: #CCCCCC;
*/
}
.imagepopup_bar_main {
	/*         background-image: url(/bin_images/top.gif);
	background-repeat: no-repeat;
	border-left: none;
	border-right: none;
	height: 48px;
	height: 24px;
	background-color: #5e5e5e;
	border: 1px solid #ffffff;
	border-bottom: none;
*/
}
.imagepopup_bar_right {
}
.imagepopup_bar_left {
}
/**** failure message ***/
.failure_window {
	width: 335px;
}
.failure_area {

}
.failure_bar_left {
	visibility: hidden;
	display: none;
}
.failure_bar_main {

}
.failure_closebutton {
}
.failure_bar_right {
	visibility: hidden;
	display: none;
}
.failure_main_left {
	visibility: hidden;
	display: none;
}
.failure_main_right {
	visibility: hidden;
	display: none;
}
.failure_bottom_left {
	visibility: hidden;
	display: none;
}
.failure_bottom_main {
	/*border-bottom: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
*/
}
.failure_bottom_right {
	visibility: hidden;
	display: none;
}
.ruler {
	border-top: solid 1px #cccccc;
}
.formMessagePointer {
	position: absolute;
	left: -10px;
	top: 5px;
	width: 10px;
	height: 19px;
	background: url(/bin_images/message_pointer.gif) left top no-repeat;
}
/* ////////tabellen///////// */
.set_list {
	color: #633031;
}
.set_list a {
	color: #633031;
}
.liste {
	color: #cccccc;
	background-color: #adadad;
	border: solid 1px #999999;
}
.headline {
	color: #990000;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding: 0px;
}
.headline:before {
	content: url(/bin_images/heading_left.gif) " ";
}
.headline:after {
	content: " " url(/bin_images/heading_right.gif);
}
.subheadline {
	background-color: #646464;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	border-top: none;
	border-right: 1px solid #303030;
	border-bottom: 1px solid #303030;
	border-left: none;
}
.subheadline td {
	background-color: #646464;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
}
.line1 td {
	color: black;
	background-color: #cccccc;
}
.line2 td {
	color: black;
	background-color: #999999;
}
.mceEditor {
	border: #9F0B01 1px solid;
}
.list_table_head {
	background-image: url(/bin_images/bg_tablehead.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	background-color: #860500;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	font-size: 12px;
	font-weight: bold;
}
.list_table_head td {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
.list_table_head a {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
.list_table_line1 {
	color: black;
	background-color: #f0f0f0;
}
.list_table_line1 td {
	color: black;
	border-top: none;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
.list_table_line1 td a {
	color: #003333;
	font-weight: normal;
}
.list_table_line2 {
	color: black;
	background-color: #e0e0e0;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;

}
.list_table_line2 td {
	color: #000000;
	border-top: none;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;

}
.list_table_line2 td a {
	color: #003333;
font-weight:normal;
}
.list_table_line3 {
	color: black;
	background-color: #CE0000;
}
.list_table_line3 td {
	color: #000000;
	border-top: none;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: none;
}
.list_table_trenner {
	background-color: #086550;
}
/*/
/////////// tournaments start//////////// */
/*/
/ fuer die menu-reiter /
/*/
.activ_reiter {
	font-size: 12px;
	width: 102px;
	height: 18px;
	margin: 0px;
	padding: 5px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #cccccc;
	border-top: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
}
.activ_reiter:before {
	content: "- ";
}
.inactiv_reiter {
	font-size: 12px;
	/*font-style: italic;
*/
	width: 102px;
	height: 18px;
	margin: 0px;
	padding: 5px;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #999999;
	border-top: 1px #7d7d7d solid;
	border-left: 1px #7d7d7d solid;
	border-right: 1px #7d7d7d solid;
}
.inactiv_reiter a {
	font-size: 12px;
	/*font-style: italic;
*/
	font-weight: normal;
	color: #ffffff;
}
.inactiv_reiter a:before {
	content: "+ ";
}
.tournamentday {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 2px;
	width: 14px;
	color: white;
	background-color: #ff0033;
}
.tournamentday i {
	color: #ffffff;
}
.tournamentsearch {
	background-color: #ffffff;
	border-top: 1px solid #999999;
	border-left: 1px solid #ffffff;
	color: black;
	font-size: 11px;
}
.tournamentsearch td {
	/*color: black;*/
}
/*announced*/
.tourn_status_1 a {
	color: #2d64a1;
	font-size: 11px;
}
/*registering*/
.tourn_status_2 a {
	color: #ff3c11;
	font-size: 11px;
}
/*completed*/
.tourn_status_6 a {
	color: #996633;
	font-size: 11px;
}
/*cancelled*/
.tourn_status_7 a {
	color: #005953;
	font-size: 11px;
}
.tourn_status_default a {
	color: #9a0000;
	font-size: 11px;
}
/*announced*/
.tourn_status_light_1 {
	color: #2d64a1;
	font-size: 10px;
}
/*register*/
.tourn_status_light_2 {
	color: #ff3c11;
	font-size: 10px;
}
/*completed*/
.tourn_status_light_6 {
	color: #996633;
	font-size: 10px;
}
/*canceled*/
.tourn_status_light_7 {
	color: #005953;
	font-size: 10px;
}
.tourn_status_light_default {
	color: #9a0000;
	font-size: 10px;
}
.tourn_week {
	color: white;
}
.color1 {
	color: white;
}
.color2 {
	color: #990000;
}
.color3 {
	color: #666666;
}
.color4 {
	color: #999999;
}
.color5 {
	color: #ff0000;
}
.tourn_headline a {
	color: #003333;
}
.tabLabel {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}
.tabLabel a {
	font-weight: bold;
	font-size: 12px;
	color: #FE0032;
}
.boxBottom1 {
	/*border-bottom: solid 1px #663300;
*/
	/*color: #666666;
*/
}
.boxBottom {
	/*border-bottom: dashed 1px #663300;
*/
	/*color: #666666;
*/
}
#signup_txt_phone {
	display: none;
	visibility: hidden;
}
#signup_sel_phonetime {
	display: none;
	visibility: hidden;
}
#signup_txt_phonealternate {
	display: none;
	visibility: hidden;
}
#signup_sel_phonetimealternate {
	display: none;
	visibility: hidden;
}
#signup_sel_lng {
	display: none;
	visibility: hidden;
}
#signup_txt_state {
}
/* The main calendar widget.  DIV containing a table. */
.calendar {
	position: relative;
	display: none;
	border: 2px solid #191A1A;
	font-size: 11px;
	color: black;
	cursor: default;
	background: #DDDDDD;
}
.calendar table {
	font-size: 11px;
	color: #cccccc;
	cursor: default;
	background: #DDDDDD;
}
/* Header part -- contains navigation buttons and day names. */
.calendar .button {
/* "<<", "<", ">", ">>" buttons have this class */
	text-align: center;
	padding: 1px;
	border-top: 1px solid #fff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #fff;
	color: #000000;
}
.calendar .nav {
	background: transparent url(menuarrow.gif) no-repeat 100% 100%;
	color: #000000;
}
.calendar thead .title {
/* This holds the current "month, year" */
	font-weight: bold;
	padding: 1px;
	border: 1px solid #cccccc;
	background: #A7A4B4;
	color: #645555;
	text-align: center;
}
.calendar thead .headrow {
/* Row <TR> containing navigation buttons */
	color: #000;
}
.calendar thead .daynames {
/* Row <TR> containing the day names */
	color: #1b553c;
}
.calendar thead .name {
/* Cells <TD> containing the day names */
	border-bottom: 1px solid #cccccc;
	padding: 2px;
	text-align: center;
	color: #000000;
}
.calendar thead .weekend {
/* How a weekend day name shows in header */
	color: #BC0000;
}
.calendar thead .hilite {
/* How do the buttons in header appear when hover */
	border-top: 2px solid #fff;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-left: 2px solid #fff;
	padding: 0px;
	background-color: #d8e4e0;
	color: #545552;
}
.calendar thead .active {
/* Active (pressed) buttons in header */
	padding: 2px 0px 0px 2px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #cccccc;
	background-color: #b8c4c0;
	color: #545552;
}
/* The body part -- contains all the days in month. */
.calendar tbody .day {
/* Cells <TD> containing month days dates */
	width: 2em;
	text-align: right;
	padding: 2px 4px 2px 2px;
	color: black;
}
.calendar tbody .day.othermonth {
	font-size: 80%;
	color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
	color: #faa;
}
.calendar table .wn {
	padding: 2px 3px 2px 2px;
	border-right: 1px solid #000;
	background: #cccccc;
}
.calendar tbody .rowhilite td {
	background: #cccccc;
}
.calendar tbody .rowhilite td.wn {
	background: #cccccc;
}
.calendar tbody td.hilite {
/* Hovered cells <TD> */
	padding: 1px 3px 1px 1px;
	border: 1px solid #000000;
	color: #ffffff;
}
.calendar tbody td.active {
/* Active (pressed) cells <TD> */
	padding: 2px 2px 0px 2px;
	border-top: 1px solid #000;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #000;
	color: #000;
}
.calendar tbody td.selected {
/* Cell showing selected date */
	font-weight: bold;
	border: 1px solid #000;
	padding: 2px 2px 0px 2px;
	background: #dedede;
	color: #A4A6CB;
}
.calendar tbody td.weekend {
/* Cells showing weekend days */
	color: #BC0000;
}
.calendar tbody td.today {
/* Cell showing today date */
	font-weight: bold;
	color: #3D4B73;
	border: solid 1px #3D4B73;
}
.calendar tbody .disabled {
	color: #999;
}
.calendar tbody .emptycell {
/* Empty cells (the best is to hide them) */
	visibility: hidden;
}
.calendar tbody .emptyrow {
/* Empty row (some months need less than 6 rows) */
	display: none;
}
/* The footer part -- status bar and "Close" button */
.calendar tfoot .footrow {
/* The <TR> in footer (only one right now) */
}
.calendar tfoot .ttip {
/* Tooltip (status bar) cell <TD> */
	padding: 1px;
	border-top: solid 1px #cccccc;
	color: #000000;
	text-align: center;
}
.calendar tfoot .hilite {
/* Hover style for buttons in footer */
	border-top: 1px solid #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #fff;
	padding: 1px;
	background: #d8e4e0;
}
.calendar tfoot .active {
/* Active (pressed) style for buttons in footer */
	padding: 2px 0px 0px 2px;
	border-top: 1px solid #000;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #000;
}
/* Combo boxes (menus that display months/years for direct selection) */
.calendar .combo {
	position: absolute;
	display: none;
	width: 4em;
	top: 0px;
	left: 0px;
	cursor: default;
	border-top: 1px solid #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #fff;
	background: #d8e4e0;
	font-size: 90%;
	padding: 1px;
	z-index: 100;
}
.calendar .combo .label, .calendar .combo .label-IEfix {
	text-align: center;
	padding: 1px;
}
.calendar .combo .label-IEfix {
	width: 4em;
}
.calendar .combo .active {
	background: #c8d4d0;
	padding: 0px;
	border-top: 1px solid #000;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #000;
}
.calendar .combo .hilite {
	background: #cccccc;
	color: black;
}
.calendar td.time {
	border-top: 1px solid #cccccc;
	padding: 1px 0px;
	text-align: center;
	background-color: #BBBBBB;
	color: black;
}
.calendar td.time .hour, .calendar td.time .minute, .calendar td.time .ampm {
	padding: 0px 3px 0px 4px;
	border: 1px solid #cccccc;
	font-weight: bold;
	background-color: #fff;
	color: #000000;
}
.calendar td.time .ampm {
	text-align: center;
}
.calendar td.time .colon {
	padding: 0px 2px 0px 3px;
	font-weight: bold;
	color: #000;
}
.calendar td.time span.hilite {
	border-color: #cccccc;
	background-color: #cccccc;
	color: #000;
}
.calendar td.time span.active {
	border-color: #f00;
	background-color: #cccccc;
	color: #000;
}
.startform_field {
	border: none;
}
.startform_label {
	text-align: left;
	color: #484821;
	background-color: transparent;
	padding: 2px;
	border: none;
	border-bottom: none;
}
.startform_head {
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #003115;
	height: 36px;
	background: transparent url(/bin_images/startsignup_bg.jpg) no-repeat scroll 50% top;
}
/* NEW SIGNUP PAGE  */
.notValidated {
	background-color: transparent;
	height: 18px;
}
.Valid {
	background: url(/bin_images/icon_correct.gif) no-repeat;
	background-color: transparent;
	height: 18px;
}
.InValid {
	background: url(/bin_images/icon_wrong.gif) no-repeat;
	background-color: transparent;
	height: 18px;
}
.hint {
	display: none;
	position: absolute;
	width: 200px;
	margin-top: -4px;
	border: 1px solid #c93;
	padding: 10px 12px;
	background: #ffc;
	z-index: 500;
}
.hint .hint-pointer {
	position: absolute;
	left: -10px;
	top: 5px;
	width: 10px;
	height: 19px;
	background: url(/bin_images/pointer.gif) left top no-repeat;
}

.formMessagePointer {
	position: absolute;
	left: -10px;
	top: 5px;
	width: 10px;
	height: 19px;
	background: url(/bin_images/message_pointer.gif) left top no-repeat;
}

#formtext {
	/*color: #666666;
*/
}

.footer_left {
	position: absolute;
	left: 5px;
	padding-top: 2px;
}
.footer_right {
	position: absolute;
	right: 5px;
	padding-top: 2px;
}


#ext-game.selection h1{
display:none;
}
