/************ End of stuff we are going to change via js *********/

body
{
	background-color:	#000000;
	margin:				0px;
	font-family:		Tahoma, Verdana, sans-serif;
	font-size:			12px;
	color:				#FFFFFF;
}

h1
{
	font-size:			18px;
	color:				#FFFFFF;
	margin:				0px;
	padding:			0px;
	font-weight:		bold;
}
a
{
	font-size:			18px;
	font-weight:		bold;
	color:				#FFFFFF;
	text-decoration:	none;

}
a:hover
{
	font-size:			18px;
	font-weight:		bold;
	color:				#FFFFFF;
	text-decoration:	underline;
}

/***************************************** Overall ******************************************/
.outerOuterDiv
{
	width:				910px;
	background-color:	#990000;
	border-left:		1px solid #FFFFFF;
	border-right:		1px solid #FFFFFF;
	border-bottom:		1px solid #FFFFFF;
	margin-left: 		-455px;
	margin-bottom:		5px;
	position:			absolute;
	left:				50%;
}
.header
{
	background-color:	#990000;
}
.headerTop
{
	height:				25px;
	width:				100%;
	border-bottom:		1px solid #FFFFFF;
	background-color:	#484848;
}
.headerTopInner
{
	padding-left:		5px;
	padding-right:		5px;
}
.navCategory
{
	height:				25px;
	border-top:			1px solid #FFFFFF;
	border-bottom:		1px solid #FFFFFF;
	background-color:	#484848;
	width:				100%;
}
.navCategoryInner
{
	padding-left:		5px;
	padding-right:		5px;
}
.searchText
{
	font-size:			18px;
	font-weight:		bold;
	color:				#FFFFFF;
	text-decoration:	none;

}
.navFooter
{
	height:				25px;
	border-top:			1px solid #FFFFFF;
	background-color:	#484848;
	width:				100%;
}
.navFooterInner
{
	padding-left:		5px;
	padding-right:		5px;
	text-align:			center;
}

/***************************************** GameBox ******************************************/

.gameBox
{
	margin-top:			5px;
	margin-left:		5px;
	margin-right:		5px;
}
.gameBoxInner
{
	background-image:	url('images/gameBox.gif');
	background-repeat:	no-repeat;
	background-position:0px 0px;
	height:				250px;
	width:				728px;
}
.gameBoxInnerMini
{
	background-image:	url('images/gameBoxMini.gif');
	background-repeat:	no-repeat;
	background-position:0px 0px;
	height:				250px;
	width:				398px;
}
.gameBoxLeft
{
	padding-top:		2px;
	padding-left:		15px;
	float:				left;
}
.gameBoxRight
{
	float:				left;
	padding-left:		5px;
	padding-top:		5px;
}
.gameBoxTop
{
	height:				10px;
	width:				728px;
	background-image:	url("images/gameBoxTop.gif");
	background-repeat:	no-repeat;
}
.gameBoxMiddle
{
	width:				728px;
	background-image:	url("images/gameBoxMiddle.gif");
	background-repeat:	repeat-y;
}
.gameBoxBottom
{
	height:				10px;
	width:				728px;
	background-image:	url("images/gameBoxBottom.gif");
	background-repeat:	no-repeat;
}
.gameBoxMiniTop
{
	height:				10px;
	width:				398px;
	background-image:	url("images/gameBoxMiniTop.gif");
	background-repeat:	no-repeat;
}
.gameBoxMiniMiddle
{
	width:				398px;
	background-image:	url("images/gameBoxMiniMiddle.gif");
	background-repeat:	repeat-y;
}
.gameBoxMiniBottom
{
	height:				10px;
	width:				398px;
	background-image:	url("images/gameBoxMiniBottom.gif");
	background-repeat:	no-repeat;
}
.gameBoxMicroTop
{
	height:				10px;
	width:				160px;
	background-image:	url("images/gameBoxMicroTop.gif");
	background-repeat:	no-repeat;
}
.gameBoxMicroMiddle
{
	width:				160px;
	background-image:	url("images/gameBoxMicroMiddle.gif");
	background-repeat:	repeat-y;
}
.gameBoxMicroBottom
{
	height:				10px;
	width:				160px;
	background-image:	url("images/gameBoxMicroBottom.gif");
	background-repeat:	no-repeat;
}
.gameBoxGameThumbsTop
{
	height:				10px;
	width:				113px;
	background-image:	url("images/gameBoxGameThumbsTop.gif");
	background-repeat:	no-repeat;
}
.gameBoxGameThumbsMiddle
{
	width:				113px;
	background-image:	url("images/gameBoxGameThumbsMiddle.gif");
	background-repeat:	repeat-y;
}
.gameBoxGameThumbsBottom
{
	height:				10px;
	width:				113px;
	background-image:	url("images/gameBoxGameThumbsBottom.gif");
	background-repeat:	no-repeat;
}
.gameBoxGameTop
{
	height:				10px;
	width:				610px;
	background-image:	url("images/gameBoxGameTop.gif");
	background-repeat:	no-repeat;
}
.gameBoxGameMiddle
{
	width:				610px;
	background-image:	url("images/gameBoxGameMiddle.gif");
	background-repeat:	repeat-y;
}
.gameBoxGameBottom
{
	height:				10px;
	width:				610px;
	background-image:	url("images/gameBoxGameBottom.gif");
	background-repeat:	no-repeat;
}

/***************************************** GameThumbs ******************************************/

.gameThumbTd
{
	width:				111px;
	height:				124px;
	text-align:			center;
	vertical-align:		top;
}
.gameThumbOuterDiv
{
	text-align:			center;
	background-image:	url("images/gameThumbBG.gif");
	background-repeat:	no-repeat;
	background-position:6px 0px;
	height:				118px;
	cursor:				pointer;
}
.gameThumbImgDiv
{
	margin-left:		auto;
	margin-right:		auto;
	padding-top:		4px;
}
.gameThumbImg
{
	border:				1px solid #000000;
	height:				92px;
	width:				92px;
}
.gameThumbTitle
{
	width:				102px;
	height:				16px;
	margin-left:		auto;
	margin-right:		auto;
	font-weight:		bold;
	margin-top:			0px;
	overflow:			hidden;
	color:				#FFFFFF;

}

/***************************************** Left ******************************************/

.hardlinks
{
	font-size:			10px;
	font-weight:		normal;
	color:				#FFFFFF;
	padding-left:		5px;
	padding-right:		5px;

}
.hardlinks:hover
{
	font-size:			10px;
	font-weight:		normal;
	color:				#FFFFFF;
}

/***************************************** Delay ******************************************/

.delayTable
{
	margin-left:		auto;
	margin-right:		auto;
	margin-top:			10px;
}
.delayAdDiv
{
	width:				300px;
	height:				300px;
}
.bigThumbOuter
{
	width:				300px;
	text-align:			center;
	cursor:				pointer;
}
.bigThumbTitle
{
	margin-left:		auto;
	margin-right:		auto;
	cursor:				pointer;

}
.bigThumbImage
{
	width:				120px;
	height:				120px;
	margin-left:		auto;
	margin-right:		auto;
	border:				1px solid #FFFFFF;
	cursor:				pointer;
}
.bigThumbDesc
{
	width:				300px;
	margin-left:		auto;
	margin-right:		auto;
	cursor:				pointer;

}
.bigThumbDescInner
{
	margin-left:		auto;
	margin-right:		auto;
	padding-bottom:		5px;
	cursor:				pointer;
	font-size:			12px;
}
.bigThumbDescInner:hover
{
	margin-left:		auto;
	margin-right:		auto;
	padding-bottom:		5px;
	cursor:				pointer;
	font-size:			12px;
}

/***************************************** DisplayGame ******************************************/

.gameInfoTitle
{

}
.gameInfoDesc
{
	margin-top:			10px;
	width:				350px;

}