
	
	/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
	
	/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
	
			/*End of styles for the edit box*/
	
	/*******************************************************************************
	
	BROWSER HACKS: the hacks below should not be changed unless you are an expert
	
	*******************************************************************************/
	
	/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
	ul.MenuBarHorizontal iframe
	{
		position: absolute;
		z-index: 1010;
	}
	/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
	@media screen, projection
	{
		ul.MenuBarHorizontal li.MenuBarItemIE
		{
			display: inline;
			float: left;
			background-color: #FFF;
		}
	}
	
	




.su_button_green, .su_button_red, .su_button_yellow, .su_button_purple {
	color: #000000;
}
.su_button_green {
	background-color: #E7F7D6;
}
.su_button_red {
	background-color: #FCB0BE;
}
.su_button_yellow {
	background-color: #FFF3CE;
}
.su_button_purple {
	background-color: #DADAF9;
}

#su_header {
	width: 100%;
	display: block;
	 }
#su_header_left {
	display: inline;
	float: left;
	width: 65%; }
#su_header_right {
	display: inline;
	float: right;
	text-align: right;
	width: 35%; }
#su_header_icon {
	float:left; }
.text-hightlight {
	background-color: #FFFF00; }
div.alert {
  border: 1px solid #3366cc;
  background-color: #e5ecf9;
  padding: 0.5em;
  margin-top: 1em;
  margin-bottom: 0em;
}

