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


body, a {
	color: #8E0000;
}

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

#topimages {
	background-color: #B2DBFE;
}

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

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

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

li.main_items a {
	color: #0D5DB4;
}

li.main_items a:hover, li.main_items a.selected {
	color: white;
	background: url(/shared/images/custom/portal/menu_selected_bg.gif) repeat-x right;
}

li.sub_items a {
	background:#E18305;
	color: white;
}

li.sub_items a:hover {
	color: white;
	background: #CE7304;
}



#midrow {
	min-height: 500px;
}

#midcol {
	width: 728px;
	padding: 0;
	background: url(/shared/images/custom/portal/bg_yellow_w.gif) repeat-y;
}

#maincols {
	background: url(/shared/images/custom/portal/top_3cols.gif) no-repeat 0px 50px;
	height: 233px;
	color: white;
}

#fungames_col, #bioscooptheater_col, #casino_col {
	width: 239px;
	float:left;
	
	
}
#casino_col {
	width: 250px;
}

#fungames_col h1, #bioscooptheater_col h1, #casino_col h1 {
	color: white;
	line-height: 50px;
	margin:0;
	font-size: 20px;
	padding-left: 10px;
}

#fungames_col h1 { 
	background: #0D5DB4 url(/shared/images/custom/portal/h_fungames.gif) no-repeat;
}
#bioscooptheater_col h1 {
	background: #9F0000 url(/shared/images/custom/portal/h_bioscooptheater.gif) no-repeat;
}

#casino_col h1 {
	background: #7A0179 url(/shared/images/custom/portal/h_casino.gif) no-repeat;
}

.goto {
	display: block;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

#tofungames {
	color: #1D81ED;
	background-image: url(/shared/images/custom/arrows_blue.gif);
}

#tobioscoop {
	color: #E80101;
	background-image: url(/shared/images/custom/arrows_red.gif);

}

#tocasino {
	color: #B011AE;	
	background-image: url(/shared/images/custom/arrows_purple.gif);
}

#rightcol {
	width: 254px;
	background: url(/shared/images/custom/portal/bg_agendatop.gif) repeat-x 50px 50px;

}

#rightcol h1 {
	color: white;
	font-size: 20px;
	background: #CE3C00 url(/shared/images/custom/portal/h_agenda.gif) no-repeat;
	line-height: 50px;
	margin:0;
	padding-right: 10px;
	text-align:right;
}

#rightcol div.agenda_item {
	padding-left: 13px;	
}

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

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

#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;
}


#pollquestion {
	padding-top: 12px;
	font-weight: bold;
	color: #a60e1b;
}
#poll_hr {
	width: 100%;
	height: 1px;
	background-color: #feb580;
	overflow: hidden;
	position: relative;
}

