@import url(portal.css);
html, body
{
    margin:0px;
    padding:0px;
}
body
{
    background:#fff url(images_design/country_selector_background.jpg) repeat-x top;
}    
.Splash
{
    position:absolute;
    left:50%;
    top:50%;
    margin:-282px 0px 0px -489px;
}
.Splash .Background
{
	width:978px;
    height:565px;
    background:url(images_design/splash.png) no-repeat;
}
* html .Splash .Background
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/egt/images_design/splash.png',sizingMethod='scale');
}
.CountryList
{
    position:absolute;
    left:42px;
    top:80px;
    width:600px;
    height:350px;
}
.CountryList table.Content
{
    height:350px;
}
.CountryList ul, .CountryList li
{
    margin:0px;
    padding:0px;
}
.CountryList ul
{
    margin-left:34px;
}
.CountryList ul ul
{
    margin-left:4px;
}
.CountryList li
{
    list-style:none;
    background:url(images_design/continent-arrow.gif) no-repeat 0px 6px;
    padding-left:15px;
	color:#fff;
}
* html.CountryList li a
{
	position:relative;
}
.CountryList li a
{
	color:#fff;
	text-decoration:none;
}	

.CountryList li.Selected
{
    background:url(images_design/continent-arrow-selected.gif) no-repeat 0px 6px;
    color:#000;
}
.CountryList li li
{
    background-image:none;
    padding-left:0px;
}
.TD_Module_HeaderB table
{
    position:absolute;
}
.Footer, .Footer *
{
    font:normal 8pt verdana;
    text-align:justify;
}
.Footer
{
    position:absolute;
    left:42px;
    top:445px;
    width:560px;
    height:90px;
}
.Footer strong {
    font-weight:bold;
}
#Requirements 
{
	background:url(/egt/images_design/restriction-top.gif) no-repeat left top;
	bottom:140px;
	left:23px;
	position:absolute;
	width:407px;
}
#Requirements #Content1
{
	background:url(/egt/images_design/restriction-bottom.gif) no-repeat left bottom;
	padding:8px 0px;
}
#Requirements #Content2
{
	background:#fff;
	border: solid 1px #a63135;
	border-top:none;
	border-bottom:none;
	padding:0px 11px;
}
#Requirements #Content2 .TD_Module_HeaderA,
#Requirements #Content2 #NeedCookie
{
	display:none;
}
#Requirements #Content2, #Requirements #Content2 td, #Requirements #Content2 td p
{
	color:#a50709;
	font:bold 12px arial;
	margin:0px;
}
