/* ------ MEDIA TAG ----- */

@media screen {

body {
	background-color: #8B8EF2;
	padding: 0px;
	margin: 10px 5px 10px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	overflow: -moz-scrollbars-vertical;  /*add scrollbar to mozilla when to short to scroll normally*/
}

p {
	line-height: 140%;
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 145%;
}

h3 {
	font-size: 110%;
}

th {
}

td {
}

hr {
	border: none;
	height: 1px;
	border-top: 1px solid #FFF;
}

li {
	line-height: 140%;
}

blockquote {
	margin-left: 20px;
}

.yellow {
	color: #F7C600;
}

.clear {
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.siteContainer {
	margin: 0px auto;
	/*width: 770px;*/
	width: 850px;
}

.headerMenu {
	background-image: url(/images/template/gamble-menu-bg.gif);
	background-repeat: no-repeat;
	background-color: #2536B5;
	padding-left: 50px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.headerMenu a {
	color: #FFF;
	text-decoration: none;
}

.headerMenu a:hover {
	color: #F7C600;
	text-decoration: none;
}

.headerMenu ul {
	padding: 2px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
}

.headerMenu li {
	margin: 0px 19px 0px 0px;
	padding: 0px 0px 0px 12px;
	background-image: url(/images/template/arrow.gif);
	background-repeat: no-repeat;
	display: inline;
}

.siteMain {
	/*width: 768px;*/
	width: 848px;
	background-color: #2B0E72;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.ml {
	padding: 10px 5px 5px 0px;
	/*width: 124px;*/
	width: 144px;
	position: relative;
	/*left: -519px;*/
	left: -579px;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
}

.ml a {
	color: #FFFFFF;
	text-decoration: none;
}

.ml a:hover {
	color: #F7C600;
	text-decoration: none;
}

.ml ul {
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

.ml li {
	padding: 2px 0px 1px 0px;
	margin: 0px 0px 0px 20px;
	list-style-image: url(/images/template/bullet.gif);
	vertical-align: text-top;
}

.mm, .mmFullWidth {
	float: left;
	margin: 15px 0px 15px 0px;
	padding: 0px 20px 0px 20px;
	color: #FFFFFF;
	position: relative;
	left: 128px;
}

.mm a, .mmFullWidth a {
	color: #F7C600;
	text-decoration: none;
}

.mm a:hover, .mmFullWidth a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.mm {
	/*width: 479px;*/
	width: 539px;
}

.mmFullWidth {
	/*width: 598px;*/
	width: 658px;
}

.trHighlight {
	background-color: #260C65;
}

.mr {
	padding: 10px 5px 5px 5px;
	width: 110px;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.mr a {
	color: #FFFFFF;
	text-decoration: none;
}

.mr a:hover {
	color: #F7C600;
	text-decoration: none;
}

.mr p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.mr hr {
	border: none;
	height: 1px;
	border-top: 1px solid #FFF;
}

.mr img {
	border: 1px solid #F7C600;
}

.mt {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-left: 7px;
	margin-top: 7px;
	margin-bottom: 7px;
}

.mt a {
	color: #FF0000;
}

.mhL, .mhR {
	font-size: 12px;
	padding: 5px 7px 6px 7px;
}

.mhL {
	background-image: url(/images/template/menu-heading-corner.gif);
	background-repeat: no-repeat;
	margin: 8px 0px 8px 0px;
	color: #2B0E72;
}

.mhR {
}

.mf {
	background-image: url(/images/template/mf-bg.gif);
	background-repeat: repeat-y;
	padding-bottom: 1px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 15px;
	clear: both;
	display: inline-block;
	width: 100%;
}

.mmFullWidth .mf {
	background-image: url(/images/template/mfFullWidth-bg.gif);
}

.mf p, .mf h2, .mf h3, .mf table {
	margin: 10px;
}

.mf ul, .mf ol {
	margin-right: 10px;
}

.mf h1.title, .mf h2.title {
	font-size: 13px;
	margin: 0px;
	background-color: #FFF;
	padding: 5px 7px 5px 7px;
	background-image: url(/images/template/main-header-corner.gif);
	background-position: right top;
	background-repeat: no-repeat;
	color: #2B0E72;
	font-weight: bold;
}

.mf h2, .mf h3 {
	color: #F7C600;
}

.mf h2 {
	font-size: 140%;
}

.mf h3 {
	font-size: 120%;
}

.mf:after {
	content: ".";
    display: block;
    height: 5px;
    clear: both;
    visibility: hidden;
}

/*
##############################################
#
#	Start of styles section for special feature menu
#
##############################################
*/

.mfs {
	background-image: url(/images/template/mfs-bg.gif);
	background-repeat: repeat-y;
}

.mfs .mf {
	/*width: 438px;*/
	width: 498px;
	float: left;
	border-bottom: none;
}

.mfsClear {
	clear: both;
	border-bottom: 1px solid #FFFFFF;
	/*width: 439px;*/
	width: 499px;
}

.mrSpecial {
	float: left;
	width: 160px;
	font-size: 90%;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 25px;
	background-color: #2B0E72;
}

.mrSpecial p {
	margin: 10px;
	text-align: center;
	color: #FFFFFF;
}

.mrSpecial ol {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	list-style-type: none;
}

.mrSpecial a {
	color: #F7C600;
	display: block;
	background-color: #250C61;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: 5px;
	text-decoration: none;
}

.mrSpecial a:hover {
	color: #FFFFFF;
	display: block;
	background-color: #321081;
	border-left: 1px solid #321081;
}

.mrSpecialSelected a {
	color: #FFFFFF;
	display: block;
	background-color: #321081;
	border-left: 1px solid #321081;
}

.clearSpecial {
	clear: both;
	border-bottom: 1px solid #FFFFFF;
	/*width: 439px;*/
	width: 499px;
}

/* Some styles are also grouped above in the main content feature */

/*
##############################################
#
#	End of styles section for Poker Rules
#
##############################################
*/

.siteBottom {
	clear: both;
	width: 768px;
	font-size: 8px;
}

.siteFooter {
	clear: both;
	margin-top: 20px;
	text-align: center;
	font-size: 80%;
	color: #FFFFFF;
}

.siteFooter a {
	text-decoration: none;
	color: #F7C600;
}

.siteFooter a:hover {
	text-decoration: underline;
	color: #F7C600;
}

.imageFloatLeft {
	float: left;
	margin: 0px 8px 8px 0px;
}

.imageFloatRight {
	float: right;
	margin: 0px 0px 8px 8px;
}

.imageBorder {
	border: 1px solid #F7C600;
}

.lastModified {
	text-align: right;
	font-size: 90%;
	color: #FFFFFF;
}

.lastModified p {
	margin: 0px;
	padding: 0px;
}

.highlight {
	margin: 10px;
	padding: 10px 10px 0px 10px;
	background-color: #2B0E72;
	border: 1px solid #F7C600;
}

.smallPrint {
	margin: 10px;
	padding: 10px 10px 0px 10px;
	background-color: #2B0E72;
	border: 1px solid #F7C600;
	font-size: 80%;
}

}

/* ------ END MEDIA TAG ----- */