/*

LASSETERS PORTAL STYLES

Author: Cameron T. Owen

*/


/**************************************************************/

html, body {
	width:100%;
	height:100%;
	margin:0 0 0 0;
	padding:0 0 0px 0;
	font-family: Tahoma, Helvetica, Verdana, Sans-Serif;
	font-size:	100%;
	background: #0b0000 url(images/background.jpg) 50% 0 repeat-y;
}

body {
	color:				#ffffff;
	background-color:   #000000;
}

/**************************************************************/


h1 { 
	background: url(images/logo.gif) no-repeat;
	text-indent: -9999px;
	width:770px;
	height:114px;
	margin:0;
	padding:0;
	overflow:hidden;
}


a:link {
	color: #FFCC33;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
}

/**************************************************************/

#ContentContainer {
	width: 770px;
	margin: 0 auto;
}


/**************************************************************/

#Header {
	background:;
	width: 770px;
	margin: 0 auto;
	height: 170px;
}


/**************************************************************/


#LoginBlock {
	float:left;
	width: 255px;
	height: 105px;
	background:url(images/login_bg.jpg);
	font-size: 11px;
}

#LoginBlock #LoginSelector {
	margin-left: 20px;
	color:		#f3eedd;
}

#LoginSelector form{
	margin:0;
	padding:0;
	height: 20px;
}

#LoginSelector input{
	position:relative;
	top:2px;
	padding:0;
}

#LoginSelector h3 {
	display:inline;
	font-size: 11px;
	margin-right: 8px;
}

#LoginSelector .selected {
	color:	#d7cba7;
}

#LoginSelector .notSelected {
	color:	#645b3f;
}

#LoginSelector label{
	margin: 0 5px 0 2px;
}

/**************************************************************/


#CasinoLogin {
	position:	absolute;
	margin-left: 20px;
	width: 200px;
	height:55px;
}


#CasinoLoginForm {
	margin:0;
	padding:0;
	display:block;
}


/**************************************************************/

#CasinoLoginUsername {
	position:absolute;
	top:	14px;
	left:	4px;
	width:	112px;
	font-size: 10px;
	margin:0;
	padding:0;
	border:solid 0 #fff;
	background:transparent;
	color: #1b1711;
}

#CasinoLoginPassword {
	position:absolute;
	top:	36px;
	left:	4px;
	width:	112px;
	font-size: 10px;
	border:solid 0 #fff;
	background:transparent;
	color: #1b1711;
}

#CasinoLoginSubmit {
	position:absolute;
	top:	35px;
	left:	132px;
	width:	40px;
	height: 18px;
	font-size: 10px;
	margin:0;
	padding:0;
	border:solid 0 white;
	padding:0;
	margin:0;
	color: #1b1711;
	background:white;
}



/**************************************************************/

#LoginSignupText {
	color: #d7cba7;
	font-size: 10px;
	margin-left: 20px;
	position:	absolute;
	top: 78px;
}

#LoginSignupText a {
	font-weight:bold;
	color: #618b0f;
}



/**************************************************************/


#TopMenuBlock {
	width: 790px;
	height: 38px;
	margin-left:-10px;
	margin-right:-10px;

	background:url(images/menu_bg.jpg);
}

#TopMenuBlock a {
	display:block;
	float:left;
	position: relative;
	left:10px;
	top:1px;
}
#TopMenuBlock img{
	border:0;
}



/**************************************************************/

#LeftMenu {
	float:left;
	background:url(images/menu_bg.jpg);
	width: 230px;
	height: 490px;
}

#LeftMenu ul {
	margin:40px 0 0 45px;
	padding:0;
	width: 145px;
}

#LeftMenu li {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 19px;
}

#LeftMenu li a {
	font-size: 9px;
	color: #cd9b9b;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	padding:0;
	display:block;
	height:19px;
}

#LeftMenu li strong {
	font-size: 9px;
	color: #FFCC33;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	padding:0;
	display:block;
	height:19px;
}

#LeftMenu li a:link {
	text-decoration:none;
}

#LeftMenu li a:hover {
	color: white;
}


/**************************************************************/


#CasinoBlock {
	float: left;
	width: 385px;
	overflow: hidden;
	min-height: 500px;
}

#CasinoBlock h2 {
	background: url(images/casino_title.gif) no-repeat;
	text-indent: -9999px;
	height:44px;
	margin:0;
	padding:0;
	overflow:hidden;
}

#CasinoBlock img {
	margin:0;
	padding:0;
	display:block;
}

#CasinoBlock p {
	background: url(images/casino_footer.gif) no-repeat;
	text-indent: -9999px;
	font-size: 1px;
	line-height: 10%;
	height:9px;
	margin:0;
	padding:0;
	overflow:hidden;
}

#SportsBookBlock {
	float:left;
	width: 385px;
	overflow: hidden;
	min-height: 500px;
}

#SportsBookBlock h2 {
	background: url(images/sportsbook_title.gif) no-repeat;
	text-indent: -9999px;
	height:44px;
	margin:0;
	padding:0;
	overflow:hidden;
}

#SportsBookBlock img {
	margin:0;
	padding:0;
	display:block;
}

#SportsBookBlock p {
	background: url(images/sportsbook_footer.gif) no-repeat;
	text-indent: -9999px;
	font-size: 1px;
	line-height: 10%;
	height:9px;
	margin:0;
	padding:0;
	overflow:hidden;
}


#ContentBlock {
	width: 738px;
	margin: 0 auto 0px auto;
	background:url(images/content_bg.gif) repeat-y;
}

#ContentBlock h2 {
	padding: 10px 10px 0 10px;
	margin: 0;
	font-size: 16px;
	color: white;
	background: url(images/content_top_bg.gif) no-repeat;
}

#ContentBlock #ContentBody {
	padding: 0 10px 10px 10px;
	margin: 0 0 10px 0;
	font-size: 11px;
	color: #f3eedd;
	background: url(images/content_bottom_bg.gif) no-repeat 0 100%;
}

#ContentBody h3 {
	font-size: 14px;
	margin: 0 0 -5px 0;
	padding: 20px 0 0 0;
}

#ContentBody h4 {
	font-size: 12px;
	margin: 10px 0 -5px 0;
}

#ContentBody ul {
	font-size: 10px;
	color: #d7cba7;
	padding: 0 0 0 10px;
	margin: 0 20px 0 10px;
	list-style-type:disc;
}

#ContentBody li {
	margin:0 0 8px 0;
	padding:0;
	line-height:11px;
}


#BottomMenu {
	width: 770px;
	margin:0;
	padding: 40px 0 20px 0;
	font-size: 10px;
	color: #d7cba7;
	text-align: center;
	line-height: 150%;
	clear: both;
}

#BottomMenu a{
	color: #ffffc4;
	font-weight: normal;
	text-decoration:none;
	margin: 0 0.2em;
}

#BottomMenu a:hover{
	color: #e1ad39;
}

#Footer {
	width: 770px;
	margin: 0;
	background: url(images/footer_bg.gif);
	clear:both;
}

#FooterContent {
	padding: 20px 0 20px 0;
	font-size: 10px;
	color: #d7cba7;
	text-align: center;
	line-height: 150%;
	background: url(images/footer_top.gif) no-repeat;
}

#FooterContent a{
	color: #ffffc4;
	font-weight: normal;
	text-decoration:none;
	margin: 0 0.2em;
}

#FooterContent a:hover{
	color: #e1ad39;
}


/**************************************************************/


.center {
 
text-align: center;
}

.imageRight {
	float:right;
	padding: 20px 10px 20px 20px;
}