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;
}


#LangSelection {
	color: #000000;
	float: left;
   	width: 110px;
   	margin-top: 16px;
   	line-height: 26px;
   	border: 1px solid white;
    	box-shadow: 0 0 0 1px #bbb;
    	background: transparent;
	
	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
}

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;

}

.StartBtnPlaceholder {
	z-index: 900;
	cursor: pointer;
	width: 85px;
	height: 55px;
	position: relative;
	top: 125px;
	left: 5px;
	background-image: url(/bin_images/btn_home_both.png);
 	background-repeat: no-repeat;
 	background-position: center 0;
	
}
.StartBtnPlaceholder:hover {
	background-position: center 100%;
}
.StartBtnPlaceholder #HomeButton {
	width: 100%;
 	height: 100%;
 	background-image: url(/bin_images/icn_home.png);
 	background-repeat: no-repeat;
 	background-position: center center;
}

#TopMenu {
    color: #ffffff;
    width: 100%;
    padding: 0px;
    float: left;
    padding-left: 66px;
    margin-top: -10px;
    width: 935px;
}

.MainMenu {
	font-size: 12px;
	font-weight: normal;
    text-align:center;
    color: #ffffff;
   /*table-layout: fixed; */
    width: 100%;
}
.MainMenu td{
	
}
.MainMenuItem {
	 cursor: pointer;
}
/* remove MyAccount from main menu selection */

.MainMenuItem a {
	color: #000000;
  	line-height: 58px;
  	display: block;
  	text-decoration: none;
  	text-transform: uppercase;
	background-color: #ffffff;
}
.MainMenuItem a:hover {
	font-weight: normal;
	color: #ffffff;
	 
	background-image: none;
  	background: #3d3d3c; /* Old browsers */
  	background: -moz-linear-gradient(top, #3d3d3c 0%, #393938 1%, #2d2d2c 52%, #262625 53%, #242323 99%, #2b2a2a 100%); /* FF3.6+ */
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3c), color-stop(1%,#393938), color-stop(52%,#2d2d2c), color-stop(53%,#262625), color-stop(99%,#242323), color-stop(100%,#2b2a2a)); /* Chrome,Safari4+ */
  	background: -webkit-linear-gradient(top, #3d3d3c 0%,#393938 1%,#2d2d2c 52%,#262625 53%,#242323 99%,#2b2a2a 100%); /* Chrome10+,Safari5.1+ */
  	background: -o-linear-gradient(top, #3d3d3c 0%,#393938 1%,#2d2d2c 52%,#262625 53%,#242323 99%,#2b2a2a 100%); /* Opera 11.10+ */
  	background: -ms-linear-gradient(top, #3d3d3c 0%,#393938 1%,#2d2d2c 52%,#262625 53%,#242323 99%,#2b2a2a 100%); /* IE10+ */
  	background: linear-gradient(to bottom, #3d3d3c 0%,#393938 1%,#2d2d2c 52%,#262625 53%,#242323 99%,#2b2a2a 100%); /* W3C */
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3c', endColorstr='#2b2a2a',GradientType=0 ); /* IE6-9 */
}
.MainMenuItemActive a {
	color: #ffffff;
	
	background-image: none;
  	background: #5b2c2c; /* Old browsers */
	background: -moz-linear-gradient(top, #5b2c2c 0%, #602828 1%, #681111 52%, #560b0b 53%, #5e0000 99%, #780d0d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b2c2c), color-stop(1%,#602828), color-stop(52%,#681111), color-stop(53%,#560b0b), color-stop(99%,#5e0000), color-stop(100%,#780d0d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5b2c2c 0%,#602828 1%,#681111 52%,#560b0b 53%,#5e0000 99%,#780d0d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5b2c2c 0%,#602828 1%,#681111 52%,#560b0b 53%,#5e0000 99%,#780d0d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5b2c2c 0%,#602828 1%,#681111 52%,#560b0b 53%,#5e0000 99%,#780d0d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5b2c2c 0%,#602828 1%,#681111 52%,#560b0b 53%,#5e0000 99%,#780d0d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b2c2c', endColorstr='#780d0d',GradientType=0 ); /* IE6-9 */
}
.MainMenuItemActive a:hover {
	background-image: none;
  	background: #672121; /* Old browsers */
	background: -moz-linear-gradient(top, #672121 0%, #8d4141 1%, #9b1b1b 52%, #8c1414 53%, #900303 99%, #780d0d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#672121), color-stop(1%,#8d4141), color-stop(52%,#9b1b1b), color-stop(53%,#8c1414), color-stop(99%,#900303), color-stop(100%,#780d0d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #672121 0%,#8d4141 1%,#9b1b1b 52%,#8c1414 53%,#900303 99%,#780d0d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #672121 0%,#8d4141 1%,#9b1b1b 52%,#8c1414 53%,#900303 99%,#780d0d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #672121 0%,#8d4141 1%,#9b1b1b 52%,#8c1414 53%,#900303 99%,#780d0d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #672121 0%,#8d4141 1%,#9b1b1b 52%,#8c1414 53%,#900303 99%,#780d0d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#672121', endColorstr='#780d0d',GradientType=0 ); /* IE6-9 */
}

#top-tab-container {
	float: right;
	margin-top: 77px;
    z-index: 999;
}
.top-tab {
	float: right;
   	width: 128px;
   	height: 53px;
  
  	background-image: none;
  	background: #3d3d3c; /* Old browsers */
  	background: -moz-linear-gradient(top, #3d3d3c 0%, #393938 1%, #2d2d2c 52%, #262625 53%, #242323 99%, #2b2a2a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3c), color-stop(1%,#393938), color-stop(52%,#2d2d2c), color-stop(53%,#262625), color-stop(99%,#242323), color-stop(100%,#2b2a2a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3d3d3c 0%,#393938 1%,#2d2d2c 52%,#262625 53%,#242323 99%,#2b2a2a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3d3d3c 0%,#393938 1%,#2d2d2c 52%,#262625 53%,#242323 99%,#2b2a2a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3d3d3c 0%,#393938 1%,#2d2d2c 52%,#262625 53%,#242323 99%,#2b2a2a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3d3d3c 0%,#393938 1%,#2d2d2c 52%,#262625 53%,#242323 99%,#2b2a2a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3c', endColorstr='#2b2a2a',GradientType=0 ); /* IE6-9 */
}
.top-tab:hover {
	background-image: none;
  	background: #5c5c5a; /* Old browsers */
  	background: -moz-linear-gradient(top, #5c5c5a 0%, #575756 1%, #444442 52%, #3b3b39 53%, #363535 99%, #413f3f 100%); /* FF3.6+ */
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c5c5a), color-stop(1%,#575756), color-stop(52%,#444442), color-stop(53%,#3b3b39), color-stop(99%,#363535), color-stop(100%,#413f3f)); /* Chrome,Safari4+ */
  	background: -webkit-linear-gradient(top, #5c5c5a 0%,#575756 1%,#444442 52%,#3b3b39 53%,#363535 99%,#413f3f 100%); /* Chrome10+,Safari5.1+ */
  	background: -o-linear-gradient(top, #5c5c5a 0%,#575756 1%,#444442 52%,#3b3b39 53%,#363535 99%,#413f3f 100%); /* Opera 11.10+ */
  	background: -ms-linear-gradient(top, #5c5c5a 0%,#575756 1%,#444442 52%,#3b3b39 53%,#363535 99%,#413f3f 100%); /* IE10+ */
  	background: linear-gradient(to bottom, #5c5c5a 0%,#575756 1%,#444442 52%,#3b3b39 53%,#363535 99%,#413f3f 100%); /* W3C */
  	ilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5c5a', endColorstr='#413f3f',GradientType=0 ); /* IE6-9 */
}
.top-tab.on {
 	background-image: none;
  	background: #5b2c2c; /* Old browsers */
	background: -moz-linear-gradient(top, #5b2c2c 0%, #602828 1%, #681111 52%, #560b0b 53%, #5e0000 99%, #780d0d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b2c2c), color-stop(1%,#602828), color-stop(52%,#681111), color-stop(53%,#560b0b), color-stop(99%,#5e0000), color-stop(100%,#780d0d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5b2c2c 0%,#602828 1%,#681111 52%,#560b0b 53%,#5e0000 99%,#780d0d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5b2c2c 0%,#602828 1%,#681111 52%,#560b0b 53%,#5e0000 99%,#780d0d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5b2c2c 0%,#602828 1%,#681111 52%,#560b0b 53%,#5e0000 99%,#780d0d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5b2c2c 0%,#602828 1%,#681111 52%,#560b0b 53%,#5e0000 99%,#780d0d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b2c2c', endColorstr='#780d0d',GradientType=0 ); /* IE6-9 */
}
.top-tab.on:hover {
 	background-image: none;
  	background: #672121; /* Old browsers */
	background: -moz-linear-gradient(top, #672121 0%, #8d4141 1%, #9b1b1b 52%, #8c1414 53%, #900303 99%, #780d0d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#672121), color-stop(1%,#8d4141), color-stop(52%,#9b1b1b), color-stop(53%,#8c1414), color-stop(99%,#900303), color-stop(100%,#780d0d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #672121 0%,#8d4141 1%,#9b1b1b 52%,#8c1414 53%,#900303 99%,#780d0d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #672121 0%,#8d4141 1%,#9b1b1b 52%,#8c1414 53%,#900303 99%,#780d0d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #672121 0%,#8d4141 1%,#9b1b1b 52%,#8c1414 53%,#900303 99%,#780d0d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #672121 0%,#8d4141 1%,#9b1b1b 52%,#8c1414 53%,#900303 99%,#780d0d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#672121', endColorstr='#780d0d',GradientType=0 ); /* IE6-9 */
}
.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;
	cursor: pointer;
}
.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;
	cursor: pointer;
}
.top-tab.on.affiliates div {
	background-image: url(/bin_images/icn_affiliates_active.png);
}
.top-tab.casino div {
	background-image: url(/bin_images/icn_casino_inactive.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	cursor: pointer;
}
.top-tab.on.casino div {
	background-image: url(/bin_images/icn_casino_active.png);
}
.top-tab.agents div {
	background-image: url(/bin_images/icn_agent_inactive.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	cursor: pointer;
}
.top-tab.on.agents div {
	background-image: url(/bin_images/icn_agent_active.png);
}
.top-tab.poker a, .top-tab.affiliates a, .top-tab.casino a, .top-tab.agents 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 #999999;
}
.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;
}


#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: 980px;
   	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;
    text-decoration: none;
    padding: 6px 0 6px 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: 111px;
	height: 15px;
	margin: 0 auto;
	position: relative;
	top: 30px;
}
#GoToTopButton {
	height: 49px;
	background-image: url(/bin_images/goto_top_btn.png);
	background-repeat: no-repeat;
	background-position: center 100%;
	cursor:pointer;
}
#GoToTopButton:hover {
	background-position: center 0%;
}

.ContentEqualize {
	float: none !important;
	display: table-cell;
	vertical-align: top;
}
#SubNaviSpace {
	width: 0px;
	height: 0px;
	float: right;
}
#SubNaviSpace.ContentEqualize {
	width: 10px !important;
}

#SubNavi {
	float: left;
	width: 270px;
	padding: 27px 5px 5px;
	
	border: none;
	background-color: #f1f1f1;
	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_both.png);
	background-repeat: no-repeat;
	background-position: center 0;
}
#SubNaviButtonSignup:hover {
	background-position: center 100%;
}
#SubNaviButtonDownload {
	width: 270px;
	height: 96px;
	background-image: url(/bin_images/btn_download_both.png);
	background-repeat: no-repeat;
	background-position: center 0;
}
#SubNaviButtonDownload:hover {
	background-position: center 100%;
}
#SubNaviButtonPlay{
	width: 270px;
	height: 97px;
	background-image: url(/bin_images/btn_playnow_both.png);
	background-repeat: no-repeat;
	background-position: center 0;
}
#SubNaviButtonPlay:hover {
	background-position: center 100%;
}
#MainArea {
	float: right;
	width: 700px;
	border: none;
	background-color: #ffffff;
	color: #000000;
}
.boxMain {
	padding: 10px !important;
}
.Fullscreen {
	float: left !important;
	width: 970px !important;
}

/* sub menu content area */
html>body #floating_left {
}
#tooltext_separator {
}
#tooltext {
}
#tooltext a {
}

#MenuLeftTopBanner {
}
#MenuLeftBottomBanner {
	padding-top:20px;
}
#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;
}

#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: 11px;
	font-weight: normal;
	padding: 5px;
	border-radius:3px;
}

.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 {
	height: 40px;
	width: 0px; /* 25px */
	display: none;
	visibility: hidden;
	
	border: 1px solid #444444;
  	border-left: none;
  	background-image: none;
  	background: #5b2c2c; /* Old browsers */
	background: -moz-linear-gradient(top, #5b2c2c 0%, #602828 1%, #681111 52%, #560b0b 53%, #5e0000 99%, #780d0d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b2c2c), color-stop(1%,#602828), color-stop(52%,#681111), color-stop(53%,#560b0b), color-stop(99%,#5e0000), color-stop(100%,#780d0d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5b2c2c 0%,#602828 1%,#681111 52%,#560b0b 53%,#5e0000 99%,#780d0d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5b2c2c 0%,#602828 1%,#681111 52%,#560b0b 53%,#5e0000 99%,#780d0d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5b2c2c 0%,#602828 1%,#681111 52%,#560b0b 53%,#5e0000 99%,#780d0d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5b2c2c 0%,#602828 1%,#681111 52%,#560b0b 53%,#5e0000 99%,#780d0d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b2c2c', endColorstr='#780d0d',GradientType=0 ); /* IE6-9 */
}
.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: #672121; /* Old browsers */
	background: -moz-linear-gradient(top, #672121 0%, #8d4141 1%, #9b1b1b 52%, #8c1414 53%, #900303 99%, #780d0d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#672121), color-stop(1%,#8d4141), color-stop(52%,#9b1b1b), color-stop(53%,#8c1414), color-stop(99%,#900303), color-stop(100%,#780d0d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #672121 0%,#8d4141 1%,#9b1b1b 52%,#8c1414 53%,#900303 99%,#780d0d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #672121 0%,#8d4141 1%,#9b1b1b 52%,#8c1414 53%,#900303 99%,#780d0d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #672121 0%,#8d4141 1%,#9b1b1b 52%,#8c1414 53%,#900303 99%,#780d0d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #672121 0%,#8d4141 1%,#9b1b1b 52%,#8c1414 53%,#900303 99%,#780d0d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#672121', endColorstr='#780d0d',GradientType=0 ); /* IE6-9 */
}
.button_main1, .button_main1_submit, .button_main2, .button_main3, .button_main4, .button_main5, .button_main6 {
	height: 40px;
	font-size: 14px;
	padding: 0 25px;
	color: #ffffff;
	border: 1px solid #444444;

  	background-image: none;
  	background: #5b2c2c; /* Old browsers */
	background: -moz-linear-gradient(top, #5b2c2c 0%, #602828 1%, #681111 52%, #560b0b 53%, #5e0000 99%, #780d0d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b2c2c), color-stop(1%,#602828), color-stop(52%,#681111), color-stop(53%,#560b0b), color-stop(99%,#5e0000), color-stop(100%,#780d0d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5b2c2c 0%,#602828 1%,#681111 52%,#560b0b 53%,#5e0000 99%,#780d0d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5b2c2c 0%,#602828 1%,#681111 52%,#560b0b 53%,#5e0000 99%,#780d0d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5b2c2c 0%,#602828 1%,#681111 52%,#560b0b 53%,#5e0000 99%,#780d0d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5b2c2c 0%,#602828 1%,#681111 52%,#560b0b 53%,#5e0000 99%,#780d0d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b2c2c', endColorstr='#780d0d',GradientType=0 ); /* IE6-9 */
}
.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: #672121; /* Old browsers */
	background: -moz-linear-gradient(top, #672121 0%, #8d4141 1%, #9b1b1b 52%, #8c1414 53%, #900303 99%, #780d0d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#672121), color-stop(1%,#8d4141), color-stop(52%,#9b1b1b), color-stop(53%,#8c1414), color-stop(99%,#900303), color-stop(100%,#780d0d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #672121 0%,#8d4141 1%,#9b1b1b 52%,#8c1414 53%,#900303 99%,#780d0d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #672121 0%,#8d4141 1%,#9b1b1b 52%,#8c1414 53%,#900303 99%,#780d0d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #672121 0%,#8d4141 1%,#9b1b1b 52%,#8c1414 53%,#900303 99%,#780d0d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #672121 0%,#8d4141 1%,#9b1b1b 52%,#8c1414 53%,#900303 99%,#780d0d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#672121', endColorstr='#780d0d',GradientType=0 ); /* IE6-9 */
}
.button_left1, .button_left2, .button_left3, .button_left4, .button_left5, .button_left6 {
	height: 40px;
	width: 0px; /* 25px */
	display: none;
	visibility: hidden;
	
	border: 1px solid #444444;
  	border-right: none;
  	background-image: none;
  	background: #5b2c2c; /* Old browsers */
	background: -moz-linear-gradient(top, #5b2c2c 0%, #602828 1%, #681111 52%, #560b0b 53%, #5e0000 99%, #780d0d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b2c2c), color-stop(1%,#602828), color-stop(52%,#681111), color-stop(53%,#560b0b), color-stop(99%,#5e0000), color-stop(100%,#780d0d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5b2c2c 0%,#602828 1%,#681111 52%,#560b0b 53%,#5e0000 99%,#780d0d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5b2c2c 0%,#602828 1%,#681111 52%,#560b0b 53%,#5e0000 99%,#780d0d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5b2c2c 0%,#602828 1%,#681111 52%,#560b0b 53%,#5e0000 99%,#780d0d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5b2c2c 0%,#602828 1%,#681111 52%,#560b0b 53%,#5e0000 99%,#780d0d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b2c2c', endColorstr='#780d0d',GradientType=0 ); /* IE6-9 */
}
.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: #672121; /* Old browsers */
	background: -moz-linear-gradient(top, #672121 0%, #8d4141 1%, #9b1b1b 52%, #8c1414 53%, #900303 99%, #780d0d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#672121), color-stop(1%,#8d4141), color-stop(52%,#9b1b1b), color-stop(53%,#8c1414), color-stop(99%,#900303), color-stop(100%,#780d0d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #672121 0%,#8d4141 1%,#9b1b1b 52%,#8c1414 53%,#900303 99%,#780d0d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #672121 0%,#8d4141 1%,#9b1b1b 52%,#8c1414 53%,#900303 99%,#780d0d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #672121 0%,#8d4141 1%,#9b1b1b 52%,#8c1414 53%,#900303 99%,#780d0d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #672121 0%,#8d4141 1%,#9b1b1b 52%,#8c1414 53%,#900303 99%,#780d0d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#672121', endColorstr='#780d0d',GradientType=0 ); /* IE6-9 */
}

.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 {
	overflow: hidden;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#StartMiddleArea { 
	margin-top: 5px;
	width: 100%;
	height: 160px;
	float: left;
}
#StartMiddleArea a img{ 
	margin-left: 12px;
}
#StartMiddleArea a:first-child img{ 
	margin-left: 0px;
}

.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;
	visibility:hidden;
}
.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;
	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;
	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;
}

#inputtext3 input{
border:solid 1px gray;
}

#inputtext2 input{
border:solid 1px gray;
}

/*
#submenu107 h4:after {
 content: url(/bin_images/help1.png);
  opacity:0.4;
  position:absolute;   
  float:right;
}
*/

#submenu107 {
 background-image: url(/bin_images/help2.png);
  background-position: bottom right;
   background-repeat: no-repeat;
   background-size: 40%;
}

#submenu333 {
 background-image: url(/bin_images/promo.png);
  background-position: bottom right;
   background-repeat: no-repeat;
   background-size: 45%;
}

/*tourney calender css*/
.trnpage {
	min-height:400px;
	margin: 0 auto;
}
.content_table {
	width:680px;
	margin: left; 
	margin-left:0px;			
}


.pppp {
	letter-spacing:0.5px;
	font-size: 13px; 
	text-align:center;
	font-weight:bold;
	font-family: Arial,Helvetica,sans-serif;
	color:black;
	margin-top:0px;
	margin-bottom:20px;
}	

.font1 {
	font-weight:bold;
	font-family: Arial,Helvetica,sans-serif;	
	font-size: 18px;		
	text-align:left;
	vertical-align:top;		
	margin-top:0px;
	margin-bottom:10px;											
}
.font2 {

	font-family: Arial,Helvetica,sans-serif;	
	font-size: 11px;		
	text-align:left;
	vertical-align:top;		
	margin-top:0px;
	margin-bottom:0px;											
}
.font3 {
	font-weight:bold;
	font-family: Arial,Helvetica,sans-serif;	
	font-size: 14px;		
	text-align:left;
	vertical-align:top;		
	margin-top:10px;
	margin-bottom:3px;			
	margin-left:5px;								
}
.font4 {
	font-family: Arial,Helvetica,sans-serif;	
	font-size: 12px;		
	text-align:left;
	vertical-align:top;		
	margin-top:0px;
	margin-bottom:0px;	
	margin-left:10px;										
}

.td0 {
	width:33%;
	
}
.trntable {
	float:left;	
}
.td1 {
	/*border: 1px dotted gray;*/	
	width:33%;
	padding-right:15px;
		cursor:pointer;
}

.tablerow {
	height:150px;
	vertical-align:middle;
	text-align:center;
}	
.tablerow1 {
	vertical-align:middle;
	text-align:left;
	color:black
}
			
.feedtrn {
   margin-top:1px;
   vertical-align:top;
   margin-left: 0px;
   width: 200px;
   border: 1px solid #7f7f7f;
   padding: 1px 10px 10px 10px ;
   height: 375px; 
   overflow:hidden;
   background-color:#eee;
}
			
.imgtrn {
	border:1px solid grey;
}
	
li {
	/* list-style-image:url('/bin_images/icon_poker.png'); */
}

#TournamentList{
width:100%;
  border-radius:15px;
  border:solid 1px gray;
}

.trn_headline{
  padding:4px;
  font-size:1.4em;
  font-weight:bold;
  text-align:center;
}

.trn_line1{
  background-color:silver;
  text-align:center;
}

.trn_line2{
  background-color:gray;
  text-align:center;
  border:1px gray solid;
}
.trn_status a{
  color:darkred;
}
.trn_status a:hover{
  color:darkred;
        text-decoration:unterline;
        font-weight:normal;
}



#content > ul {
    padding-left: 13px;
}
#content li {
    margin-bottom: 13px;
}

