﻿.PageContent 
{
	background-color: #ffffff;
	padding: 20px 20px 30px;
	width: 940px;
	float: left;
	z-index:499;
	position:relative;
	box-shadow:0px 0px 7px #c4c4c4; -moz-box-shadow:0px 0px 7px #c4c4c4; -webkit-box-shadow:0px 0px 7px #c4c4c4;
}

.PageContent.ShowHP
{
	padding-left: 0px;
	width: 960px;
}

.PageContent .GrayHeader, .HomePageContent .GrayHeader, .PromotionsHeader .GrayHeader
{
	color: #62645c;
	font-size: 20px;
	font-weight: bold;
}

.PageContent .GrayBg .GrayHeader
{
	padding: 5px 10px;
}

.PageContent .GameDiv
{
    background-color: #EAEAEC;
    text-align: center;
}

.FormatedContent ul 
{
	list-style-type: disc;
	margin-right: 15px;
}

.FormatedContent ol
{
	list-style-type: decimal;
	margin-right: 15px;	
}

.FormatedContent a
{
	text-decoration: underline;
}

.FormatedContent p
{
	padding-bottom: 14px;
}

/*=== STATIC PAGE ===*/
.StaticPageHeader 
{
	padding:30px 30px 20px;
	/*background:#fff;*/
	position:relative;
	z-index:500;
	width:920px;
}

.StaticPageHeader h1
{
	color:#000;
	font-size:24px;
	width:580px;
	line-height:95%;
}

.StaticPageContent, .StaticPageContent a
{
	font-size: 14px;
}


.ShowMenuLarge .Middle, .ShowMenuLarge.ShowsDropDown.Selected .Middle{ background:#000!important}


.StaticPageContent ul
{
	display: block;
	margin: 14px 0 14px 0;
	padding-right: 40px;
}

.StaticPageContent ul li
{
	display: list-item;
	list-style: disc outside;	
}

.StaticPageContent strong
{
	font-size: 14px;
	font-weight: bold;
}