﻿#G-main{
	background-color:White;
}

#LeftContent{
	width:200px;
	float:left;
}

#RightContent{
	width:780px;
	float:right;
	/*border:1px solid #000000;*/
	/*min-height:500px;*/
}

#GamesMain{
	margin:8px 0 8px 0;
}

#DefaultGamesTop{
	background-image: url("/Global/images/newgame_top.gif");
	background-repeat: no-repeat;
	height: 13px;
	width: 765px;
}

#DefaultGamesBottom{
	background-image: url("/Global/images/newgame_bottom.gif");
	background-repeat: no-repeat;
	height: 13px;
	width: 765px;
}

#NewGames{
	width:765px;
	background-color:#333333;
}

#NewGameBigMain{
	color:Black;
	background-color:#ffffff;
	width:140px;
}

#NewGameBigTop{
	background-image: url("/Global/images/newgamesbig_01.gif");
	height:6px;
	width:140px;
}

#NewGameBigBottom{
	background-image: url("/Global/images/newgamesbig_03.gif");
	height:6px;
	width:140px;
}

#FirstNewGame{
	width:136px;
	padding:2px;
	font-size:0.8em;
}

#FirstNewGame img{
	border:2px solid #333333;
	margin:2px 0 6px 0;
}

#FirstNewGame a{
	font-size:1.2em;
	font-weight:bold;
}

.desc{
	text-indent:25px;
	text-align:justify;
	margin:6px 2px 0px 2px;
	color:#333333;
	min-height:40px;
}

.newGames2{
	float:left;
	margin:8px;
}

.newGames2Top{
	background-image: url("/Global/images/newgamesother_01.gif");
	height:6px;
	width:280px;
}

.newGames2Main{
	color:Black;
	background-color:#ffffff;
	width:280px;
	font-size:0.8em;
}

.newGames2Main a{
	font-size:1.2em;
	font-weight:bold;
}

.newGames2Main img{
	width:60px;
	height:45px;
	border:2px solid #cccccc;
	float:left;
	padding:4px;
	margin:4px;
}

.newGames2Bottom{
	background-image: url("/Global/images/newgamesother_03.gif");
	height:6px;
	width:280px;
}

#Games3{
	text-align:center;
}

.newGames3{
	float:left;
	margin:6px 6px 6px 6px;
	width:140px;
	font-size:0.8em;
	text-align:center;
	min-height:140px;
	border:1px solid #ffffff;
}

.newGames3:hover{
	background-color:#ebf6ff;
	border:1px solid #005ea5;
}

.newGames3 a{
	font-size:1.1em;
	font-weight:bold;
}

.newGames3 a:hover{
	text-decoration:none;
	color:Maroon;
}

.newGames3 img{
	width:120px;
	height:90px;
	border:1px solid #000000;
	margin:8px 4px;
}

.gameInformation{
	float:left;
	width:400px;
}

.gameAds1{
	float:right;
	width:350px;
}

	/* Default/unfocused Panel style */
	.yui-skin-sam div[role=panel].yui-panel .hd {
		background: #F2F2F2;
	}

	/* Focused Panel style */	
	.yui-skin-sam .yui-panel-container.focused div[role=panel].yui-panel .hd {
		background: url(http://yui.yahooapis.com/2.5.2/build/assets/skins/sam/sprite.png) repeat-x 0 -200px;
	}
	
	/*
		The Container ARIA Plugin removes the "href" attribute from the <A> used to create the 
		close button for a Panel, resulting in the focus outline no longer be rendered in 
		Gecko-based browsers when the <A> element is focused.  For this reason, it is necessary to 
		restore the focus outline for the <A>.
	*/	
	a.container-close[role=button]:focus {
		outline: dotted 1px #000;
	}

	/*
		Necessary to explicitly set the text-align property so the content of the Panels 
		is aligned properly when viewed inside the YUI Examples chrome.
	*/
	#panel-2{
		text-align: left;
	}
	
