/* the other styles for the portal, 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;
}

#leftcol h1 {
	color: white;
	background: #0D5DB4 url(/shared/images/custom/fungames/lefttop_headerbg.gif) no-repeat;
}
#leftcol_content {
	background: #1D81ED url(/shared/images/custom/fungames/leftcol_topbg.gif) repeat-x;
}

/********************
**      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;
}


/************************
**    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;
}

