body {
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Container	{
	margin: 0em auto;
	width: 860px;
	text-align: left;
	}

.Main {
}

.SideBar {
	float: left;
	width: 213px;
	padding-top: 7px;
}
.MainBody {
	float: right;
	width: 631px;
	margin-left: 16px;
}

.Content {
}
.ClearBoth {
	clear: both;
}

/*** Header styles *****************/

.Header {
	padding: 0;
	margin: 0;
	height: 125px;
	background-image: url(../skin/images/en/HeaderBg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.Logo {
	float: left;
	margin-top: 37px;
}
.JackpotTotal {
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	font-size: 80%;
	color: #DB66A2;
	background-image: url(../skin/images/JackpotTotalBg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	width: 500px;
	
}

.JackpotTotal .Total {
	font-size: 17px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	width: 140px;
	color: #C6106E;
	float: right;
	text-align: center;
	
}
.HeaderPlayBtn {
	float: right;
}
.HeaderMemberBox {
	float: right;
	margin-right: 27px;
	width: 255px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.HeaderMemberBox th {
	font-size: 70%;
	text-align: left;
	color: #666666;
	padding-left: 0px;
	padding-top: 3px;

}
.HeaderMemberBox td {
	padding-left: 0px;
	padding-bottom: 5px;

}
.HeaderMemberBox p {
	font-size: 70%;
	padding-top: 10px;
}

/*** General Tags *****************/

a:link {
	color: #D92281;
	text-decoration: none;
}

a:visited {
	color: #D92281;
	text-decoration: none;
}

a:hover, a:active	{
	color: #D92281;
	text-decoration: underline;
	}

p	{
	font-size: 90%;
	line-height: 130%;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #000000;
	padding: 0px;
	}
h1	{
	color: #A2DB35;
	font-size: 120%;
	line-height: 100%;
	font-weight: normal;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 0.1em;
	}

h2	{
	color: #C5086A;
	margin: 0px 0 10px 0;
	font-size: 130%;
	text-align: left;
	line-height: 100%;
	font-weight: bold;
	}

h2 a:link {
	color: #0033CC;
	text-decoration: none;
}

h2 a:visited {
	color: #000099;
	text-decoration: none;
}

h2 a:hover, h2 a:active	{
	color: #0000FF;
	text-decoration: underline;
	}

h3	{
	color: #C50769;
	margin: 0px 0 5px 0;
	font-size: 110%;
	text-align: left;
	line-height: 100%;
	font-weight: bold;
	}

h4	{
	font-weight: bold;
	margin-top: 0px;
	font-size: 110%;
	margin-bottom: 10px;
	color: #133285;
	line-height: 130%;
	}

ul {
	line-height: 110%;
	margin-top: 8px;
	margin-bottom: 15px;
	list-style-image:  url("../skin/images/bullet.gif");
	font-size: 90%;
	text-align: justify;
	}

li {
	padding-bottom: 8px;
	}

.ImageFloatRight {
	float: right;
}

.ImageFloatLeft {
	float: Left;
	padding-right: 8px;
}

/************ navbar styles **************/

.NavBar {
	font-size:16px;
	line-height:normal;
	background-repeat: no-repeat;
	background-image:  url(../skin/images/NavBarBg.gif);
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	float: none;
	background-color: #B0005B;
	font-variant: small-caps;
      }

.NavBar ul {
	margin:0px;
	padding:0px 0px 0px 10px;
	list-style: none;
	float: left;
	text-align: left;
	line-height: 120%;
      }

.NavBar li {
	margin:0;
	padding:0px 0 0 8px;
	float: left;
	background-image: url(../skin/images/NavLeft.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 0px;
      }

.NavBar a {
	float:none;
	display:block;
	padding:12px 8px 6px 0px;
	text-decoration:none;
	font-weight:normal;
	color:#FFFFFF;
	background-image: url(../skin/images/NavRight.gif);
	background-repeat: no-repeat;
	background-position: top right;
	letter-spacing: -1px;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
 .NavBar a {float:none;}
    /* End IE5-Mac hack */      
.NavBar a:hover {
	color:#FFFF00;
      }
.NavBar #current {
	background-image:  url(../skin/images/NavLeftOn.gif);
	border-width:0;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}

.NavBar #current a {
	background-image:  url(../skin/images/NavRightOn.gif);
	color:#FFFF00;
	padding-bottom:6px;
	background-position: top right;
}

/************ footer styles **************/
.Footer {
	clear: both;
	margin-bottom: 0px;
	margin-top: 20px;
	padding-left: 229px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.Footer	p{
	line-height: 120%;
	text-align: center;
	color: #A3A486;
	font-size: 70%;
	}
	
.Footer a:link	{
	color: #D92281;
	text-decoration: none;
	}
	
.Footer a:hover, .Footer a:active	{
	color: #D92281;
	text-decoration: underline;
	}
.Footer a:visited	{
	color: #D92281;
	text-decoration: none;
	}
.FooterLinks {
	font-size: 70%;
	text-align: center;
}
.FooterLinks p {
	font-size: 90%;
	color: #D92281;
}
.FooterLogos {
	text-align: center;
	color: #FFFFFF;
	font-size: 70%;
}


/*** Forms styles *************************************/

.FormFieldLeft  		{
	direction:ltr;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 85%;
}

.FormField		{
	direction:ltr;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
}

.FormButton 		{
	FONT-SIZE: 90%;
	text-align: center;
	font-weight: bold;
}
.Mandatory {
	color: #A2DB35;
	vertical-align: top;
}
#MainFlash {
	clear: both;
	height: 255px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.Left {
	float: left;
}
.Right {
	float: right;
}


//*** Tables styles *************************************/
.TableList {
	color: #FFFFFF;
	font-size: 90%;


}

.TableList td {
	text-align: left;
	padding: 3px 5px 3px 0px;
	border-bottom: 1px solid #496327;
}

.TableList th {
	text-align: left;
	padding: 2px 5px 2px 0px;
	border-bottom: 2px solid #496327;

}

.TableForm {
	color: #FFFFFF;
	font-size: 90%;
}
.TableForm td {
	text-align: left;
	padding: 00px 5px 4px 0px;
}

.TableForm th {
	text-align: left;
	padding: 6px 5px 0px 0px;
	font-weight: normal;
}

.TableDetails td {
		padding: 3px;
}
.TableDetails .Row2 {
	background-color: #F8F8F8;
}


/*** SideBox styles *************************************/

.SideBox {
	width: 213px;
	margin-bottom: 6px;
}
.SideBoxTop {
	background-image: url(../skin/images/SideBoxTopBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 7px 7px 10px 10px;
	text-align: left;
	background-color: #C5086A;
	margin-bottom: 1px;
}
.SideBoxMain {
	padding: 0px;
	text-align: left;
	background-color: #E9E8E8;
	border: 1px solid #DBDADA;
	margin-bottom: 1px;
	width: 211px;
	font-size: 90%;
	color: #50514D;
}

.SideBoxTop h2 {
	color: #FFFFFF;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 0px;
	letter-spacing: 0em;
	
}
.SideBox h3 {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0em;
	font-size: 100%;
}

.SideBox li {
	list-style-image: url(../skin/images/SideBoxBullet.gif);
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 0px 5px 0px;
}
.SideBoxMain p {
	color: #50514D;
}
.SideBoxMain .BoxPadding {
	padding: 5px;
}
.SideBox ul {
	padding-left: 0px;
	margin: 0px 0px 5px 20px;
}

/*** HomeBox styles *************************************/
.HomeBox {
	width: 200px;
	border: 2px solid #DBDADA;
	float: left;
	margin-right: 0px;
	text-align: center;
}
#Last .HomeBox  {
	margin-right: 0px;
}
.HomeBoxSpacer {
	float: left;
	height: 200px;
	width: 9px;
}
.HomeBoxImage {
	margin: 1px;
	padding: 0px;
	border: 2px solid #DBDADA;
	text-align: center;
	width: 190px;
}

.HomeBox .BoxPadding {
	padding: 8px;
	height: 8.2em;
}
.HomeBox  p {
	font-size: 80%;
	line-height: 130%;
	color: #50514D;
font-family: Arial, Helvetica, sans-serif;
}
.HomeBox  h2 {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 140%;
	
}
.HomeBoxButton {
	text-align: right;
	padding: 8px;
}

