/* Promotion game */
ul.HighlightedGame {
	background: transparent url(../../images/default/basebox/topbg.png) no-repeat;
	float: left;
	list-style: none;
	margin: 0;
	padding: 10px;
	padding-bottom: 10px;
	width: 660px;
	height: 170px;
	border-bottom: 1px dashed #DDDDDD;
	}
ul.HighlightedGame li {
	display: block;
	float: left;
	overflow: hidden;
	padding: 5px 5px 5px 8px;
	width: 350px;	
	}
ul.HighlightedGame .LargeThumb {
	border: 1px solid #666666;
	float: left;
	margin: 5px;
	}
ul.HighlightedGame li h1 {
	color: #000000;
	font-size: 24px;
	font-weight: bold;	
	margin-bottom: 5px;	
	}
ul.HighlightedGame li .Desc {
	display: block;
	color: #333333;
	font-size: 12px;
	width: 100%;
	margin-bottom: 10px;	
	}
ul.HighlightedGame li .Desc a {
	font-weight: bold;
	}
ul.HighlightedGame li .Desc a[rel="Help"] {
	background: url(../../images/default/icons/moreinfo.png) no-repeat right;
	font-weight: bold;	
	padding-right: 18px;
	}
ul.HighlightedGame li .Link {
	float: left;
	line-height: 20px;
	}
ul.HighlightedGame li .Link a {
	background: url(../../images/default/common/link_arrow.png) no-repeat 0 0;
	color: #666666;	
	font-weight: bold;
	text-decoration: none;
	padding-left: 16px;
	}
ul.HighlightedGame li .Link a:hover {
	color: #F38630;
	font-weight: bold;
	text-decoration: underline;
	}
	

/* Game info list with start button */
ul.GamesList {
	background: transparent url(../../images/default/basebox/gamezoneboard_bg.png) no-repeat;
	display: block;
	float: left;
	list-style: none;
	margin: 12px 0;
	padding: 10px;
	width: 100%;
	}
ul.GamesList li {	
	float: left;
	margin-bottom: 10px;
	margin-right: 19px;
	width: 150px;		
	}
ul.GamesList li .GameThumb {
	border: 0px solid #BFBFBF;	
	padding: 3px 3px 5px 3px;	
	position: relative;
	width: 155px;	
	}
ul.GamesList li .GameThumb img {	
	border: 1px solid #666666;
	cursor: pointer;
	height: 100px;
	margin: 0 auto;
	margin-top: 2px;
	margin-left: 2px;
	width: 150px;		
	}
	
	/* Details panel - LeftAlign */
ul.GamesList li ul.DetailsPanelLeft {
	background: url(../../images/default/basebox/board_gameinfo.png) no-repeat top left;
	height: 170px;
	line-height: 18px;
	margin-top: -6px;
	margin-left: -6px;
	padding: 5px;
	position: absolute;
	width: 291px;
	z-index: 9999;
	}
ul.GamesList li ul.DetailsPanelLeft li.GameThumb {	
	border-width: 0px;
	float: left;
	margin: 0;
	margin-left: 1px;
	margin-top: 1px;
	padding: 3px;
	width: 156px;	
	}
ul.GamesList li ul.DetailsPanelLeft li.Extra {
	border: none;
	float: right;
	line-height: 20px;
	margin: 0;
	padding-top: 5px;
	padding-right: 15px;
	width: 110px;
	}
ul.GamesList li ul.DetailsPanelLeft li.Extra .Link {
	bottom: 36px;
	left: 170px;
	position: absolute;
	}	
ul.GamesList li ul.DetailsPanelLeft li img {
	cursor: pointer;
	border: 1px solid #666666;
	height: 100px;
	margin: 0 auto;
	margin-top: 2px;
	margin-left: 2px;
	width: 150px;
	}
ul.GamesList li ul.DetailsPanelLeft li.Extra a {
	background: url(../../images/default/common/link_arrow-gray.png) no-repeat 0 2px;
	*background: url(../../images/default/common/link_arrow-gray.png) no-repeat left 2px;
	border: none;
	color: #333333;
	display: inline;
	float: left;
	font-size: 12px;
	margin-right: 10px;
	padding-left: 16px;
	}
ul.GamesList li ul.DetailsPanelLeft {
	display: none;
	}
/*ul.GamesList li:hover ul.DetailsPanelLeft {	
	visibility: visible;
	}*/
	
	/* Details panel - RightAlign */
ul.GamesList li ul.DetailsPanelRight {
	background: url(../../images/default/basebox/board_gameinfo.png) no-repeat top left;
	height: 170px;
	line-height: 18px;
	margin-top: -6px;
	margin-left: -120px;
	padding: 5px;
	position: absolute;
	width: 291px;
	z-index: 9999;
	}
ul.GamesList li ul.DetailsPanelRight li.GameThumb {	
	border-width: 0px;
	float: right;
	margin: 0;
	margin-left: 1px;
	margin-top: 1px;
	margin-right: 12px;
	padding: 3px;
	width: 156px;		
	}
ul.GamesList li ul.DetailsPanelRight li.Extra {
	border: none;
	float: left;
	line-height: 20px;
	margin: 0;
	padding-top: 5px;
	padding-left: 10px;
	width: 105px;
	}
ul.GamesList li ul.DetailsPanelRight li.Extra .Link {
	bottom: 36px;
	left: 10px;
	position: absolute;
	}	
ul.GamesList li ul.DetailsPanelRight li img {
	cursor: pointer;
	border: 1px solid #666666;
	height: 100px;
	margin: 0 auto;
	margin-top: 2px;
	margin-left: 2px;
	width: 150px;
	}
ul.GamesList li ul.DetailsPanelRight li.Extra a {
	background: url(../../images/default/common/link_arrow-gray.png) no-repeat 0 3px;
	*background: url(../../images/default/common/link_arrow-gray.png) no-repeat left 2px ;
	border: none;
	color: #333333;
	display: inline;
	float: left;
	font-size: 12px;
	margin-right: 10px;
	padding-left: 16px;
	}
ul.GamesList li ul.DetailsPanelRight {
	display: none;
	}
/*ul.GamesList li:hover ul.DetailsPanelRight {	
	visibility: visible;
	}*/
	
.GameNameArea {
  	background: url(../../images/default/basebox/bg_gamename.png) repeat-x top left;
	border: 1px solid #999999;
	height: 30px;  	
	margin-top: -5px;
	margin-left: 2px;
	position: relative;
	width: 150px;
	}
.GameNameAreaHover {
	background: url(../../images/default/basebox/bg_gamename.png) repeat-x top left;
	border: 1px solid #CCCCCC;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #BFBFBF;
	height: 30px;  	
	margin-top: -5px;
	margin-left: 2px;
	position: relative;
	width: 150px;
	}
.GameName {
	display: table;
	position: absolute;
	left: 0px;
	top: 0px;	
	height: 30px;
	width: 150px;
	}
.GameName p {
	color: #444444;
	display: table-cell;
	font-size: 11px;
	line-height: 13px;
	vertical-align: middle;
	text-align: center;
	*position: relative;
	*margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
	}
.GameName p.Hover {
	color: #000000;
	font-size: 11px;
	}
	
/* Start services button */
.StartButton {
	background: transparent url(../../images/default/buttons/start_btn_right.png) no-repeat scroll top right;
	display: block;
	float: left;
	height: 46px;
	padding-right: 9px;
	text-decoration: none;
	}
.StartButton input {
	background: transparent url(../../images/default/buttons/start_btn_left.png) no-repeat;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 46px;
	line-height: 16px;
    /*min-width: 110px;*/
	padding: 5px 7px 5px 25px;
	*padding: 10px 0 5px 18px;
	}
.StartButton:hover input {
	background-position: bottom left;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	padding: 5px 7px 5px 25px;
	*padding: 8px 0 5px 18px;
	}
.StartButton:hover {
	background-position: bottom right;
	}
	
.StartButtonSmall {
	background: transparent url(../../images/default/buttons/start_small_btn_right.png) no-repeat scroll top right;
	display: block;
	float: left;
	height: 38px;
	padding-right: 9px;
	text-decoration: none;
	}
.StartButtonSmall input {
	background: transparent url(../../images/default/buttons/start_small_btn_left.png) no-repeat top left;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 38px;
	line-height: 12px;
	padding: 6px 3px 5px 23px;
	*padding: 10px 0px 5px 25px;
	margin: 0;
	width: 90px;
	}
.StartButtonSmall:hover input {
	background-position: bottom left;
	border: none;
	color: #0F7B00;
	font-weight: bold;
	cursor: pointer;
	padding: 6px 3px 5px 23px;
	*padding: 10px 0px 5px 25px;
	}
.StartButtonSmall:hover {
	background-position: bottom right;
	}

/* popup panel */ 
.PopupContent {
	background:#FFFFFF;
	border:3px solid #BBBBBB;
	display:none;
	overflow: hidden;
	padding:12px;
	position:absolute;
	width:400px;
	z-index:999999;
	}
.PopupContent h1 {
	border-bottom:1px dotted #D3D3D3;
	color:#333333;
	font-size:22px;
	font-weight:bold;
	margin-bottom:20px;
	padding-bottom:2px;
	text-align:left;
	}
.PopupContent .ContactArea {
	color:#666666;
	font-size:13px;
	max-height:350px;
	overflow:auto;
	}
.PopupContentClose {
	background:url(../../images/default/buttons/close.gif) no-repeat;
	cursor:pointer;
	display:block;
	font-size:14px;
	height:16px;
	line-height:14px;
	position:absolute;
	right:16px;
	top:16px;
	width:16px;
	}
