/* the other styles for casino, are in main.css */

body, a {
	color: #7A0179;	
}

a:hover {
	color: #FFD40C;
}

#container {
	background: url(/shared/images/custom/casino/body_bg_top.gif) repeat-x;
}

#topimages {
	background: #EECCEE;
}

#leftcol h1 {
	color: white;
	background: #AA00A8 url(/shared/images/custom/casino/leftcol_header.gif) no-repeat;
}

#leftcol_content {
	background: #AA00A8 url(/shared/images/custom/casino/leftcol_topbg.gif) repeat-x;
}

/********************
** JACKPOT COUNTER **
********************/


#counter_images {
text-align: center;
background: #000000;
padding:2px;
vertical-align: middle;
height: 37px;	
width: 234px;
cursor: pointer;
}

a #counter_images  {
	text-decoration: none;	
	line-height: 37px;
	color: #00B5E0;
}

/********************
**      MENU       **
********************/
/* the menu behaviour is determined in menu.css */

#menu {
	background: #7A0179 url(/shared/images/custom/casino/menu_bg.gif) repeat-x;
}

li.main_items {
	background: url(/shared/images/custom/casino/menu_rightend.gif) no-repeat right;
}

li.main_items a:hover, li.main_items a.selected {
	color: #FFD40C;
	background: #4B0550 url(/shared/images/custom/casino/menu_selected_bg.gif) repeat-x right;
}

li.sub_items a {
	background:#7A0179;
}

li.sub_items a:hover {
	color: #FFD40C;
	background: #4B0550;
}


/************************
**    HEADER STYLES    **
************************/

#midcol h1, h1 {
	font-size: 24px;
}

#midcol h2, h2 {
	font-size: 18px;
	color:#FFC000;
}

#midcol h3, h3 {
	font-size: 18px;
}

#midcol h4, h4 {
	font-size: 11px;
	color: black;	
	font-weight: normal;
}

#midcol h5, h5 {
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	display:inline;
}

