/* ####################################################
 *  MH xMambo Styles
 * ####################################################*/

body { 
	color: black;
	font-family: geneva, verdana, arial, sans-serif;
	font-size: 12px;
	background-color:#FFF;
}

p {
	padding: 10px 20px 0px 20px;
}

.title {
	padding: 40px 20px 0px 20px;
}


.contentheading h1, .contentheading, .componentheading h1, .componentheading {
	font-size: 12pt;
	font-weight: bold;
 	color: #036;
	text-align:left;
	margin: 1.5em 0 0em 0;
}

.contentsubheading, .contentsubheading a{
	font-size: 9pt;
	font-weight: bold;
 	color: #036;
	text-align:left;
	margin: 1.5em 0 0em 0;
        text-decoration:none;
}

.contentsubheading a:hover{
        text-decoration:underline;
}

.pathway {
	color: #036;
	font-size: 7pt;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 5px;
	text-decoration: none;
}

a.pathway {
	font-weight: bold;
	text-decoration: none;
}

a.pathway:hover {
	font-weight: bold;
	text-decoration: underline;
}


/* site mgmt integration styles */

.lined table { border-collapse: collapse; }
.lined th { border: 1px solid #000000; background-color: #dddddd; font-size: 115%; }
.lined tr { background-color: #ffffff; }
.lined td { border: 1px solid #000000; padding: 5px; font-size: 100%;}
.errorText{color: #ff0000;}

/* Public page management */

.mh_public_0 { padding-left: 0px; }
.mh_public_1 { padding-left: 15px; }
.mh_public_2 { padding-left: 30px; }
.mh_public_3 { padding-left: 45px; }
.mh_public_4 { padding-left: 60px; }
.mh_public_5 { padding-left: 75px; }
.mh_public_6 { padding-left: 90px; }


/* simple nested menus */

.simp_menu {
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	color:#FFFFFF;
	padding-left: 10px;
	font-size: 11px;
	color: #ffffff;
	padding-left : 0px;
	text-indent: 0px; 
}

.simp_menu ul { 
	list-style:none; 
	margin-left: 0;
	padding-left: 0;
}

.simp_menu ul li { 
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.simp_menu a:link { color: #ffffff }
.simp_menu a:active { color: #ffffff }
.simp_menu a:visited {color: #ffffff }
.simp_menu a:hover { color: #CCFFCC }


/* multiple menus, first level */

.mult_menu_0 {
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	color:#FFFFFF;
	padding: 3px 10px 10px 10px;
	font-size: 11px;
	color: #ffffff;
	padding-left: 10px;
	text-indent: 0px; 
}

.mult_menu_0 ul { 
	list-style:none; 
	margin-left: 0;
	padding-left: 0;
}

.mult_menu_0 ul li { 
	padding-bottom: 10px;
}

.mult_menu_0 a:link { color: #ffffff }
.mult_menu_0 a:active { color: #ffffff }
.mult_menu_0 a:visited {color: #ffffff }
.mult_menu_0 a:hover { color: #CCFFCC }


/* multiple menus, second level */

.mult_menu_1 {
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	color: black;
	padding: 3px 10px 10px 10px;
	font-size: 11px;
	color: #ffffff;
	padding-left : 20px;
	text-indent: 0px; 
}

.mult_menu_1 ul { 
	list-style:none; 
	margin-left: 0;
	padding-left: 0;
}

.mult_menu_1 ul li { 
	padding-bottom: 10px;
}

.mult_menu_1 a:link { color: #000; }
.mult_menu_1 a:active { color: #000; }
.mult_menu_1 a:visited {color: #000; }
.mult_menu_1 a:hover { color: #CFC }


/* nested flyout menu */

#container {
	width: 16em;
	background: #fff;
	text-align: left;
	margin: 0;
	padding: 0;
	
}

#flyout, #flyout ul {
	float: right;
	/*Change this to make horizontal*/
	width: 16em;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 1px;
	border: solid #555555;
	border-width: 1px;
	z-index: 5;
	margin: 0;
	}

#flyout a {
	display: block;
	width: auto;
	w\idth: auto;
	color: #666666;
	text-decoration: none;
	padding: .1em 1.5em;
	
}


#flyout a.menu_selected {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	background-color: #4681BD;
   	border-bottom: none;
	}

#flyout a.menu_selected:link {
	color: #FFF;
   	text-decoration: none;
   	border-bottom: none;
	}

#flyout a.menu_selected:visited {
   	color: #FFF;
   	text-decoration: none;
   	border-bottom: none;
	}

#flyout a.menu_selected:hover {
   	color: #000;
   	border-bottom: none;
   	text-decoration: none;
	}

#step-father {
	background: url(../images/rightarrow.gif) center right no-repeat;
	border: 1px;
	
}

/*Controls Main Level Nav*/

#flyout li {
	float: left;
	padding: 0;
	width: 100%;
	margin: 0;
}


#flyout li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 16em;
	w\idth: 16em;
	font-weight: normal;
	border: 1px solid #555555;
	margin-bottom:0;
	margin-top:-2em;
	margin-left:.52em;
	margin-right:0;
	padding: 0;
}

#flyout li li {
	padding-left: 0;
	padding-right: 0;
	width: 16em;
}

#flyout li ul a {
	width: auto;
	w\idth: auto;
}


/*Controls The Position of the 3rd level*/

#flyout li ul ul {
	margin-bottom:0;
	margin-top:-2em;
	margin-left:0em;
	margin-right:0;
	border-top:1px solid #555555;
	width: 100%;
}

#flyout li:hover ul ul, #flyout li:hover ul ul ul, #flyout li.sfhover ul ul, #flyout li.sfhover ul ul ul {
	left: -999em;
}

#flyout li:hover ul, #flyout li li:hover ul, #flyout li li li:hover ul, #flyout li.sfhover ul, #flyout li li.sfhover ul, #flyout li li li.sfhover ul {
	left: 14em;
}

#flyout li:hover, #flyout li.sfhover {
	background: #EEEEEE;
	
}

/* GENERIC SELECTED MENU ITEM CLASS */


a.menu_selected {
	text-decoration: none;
	font-weight: bold;
	color: #9C9;
	background-color: #FFFFFF;
   	border-bottom: none;
}

a.menu_selected:link {
	color: #036;
   	text-decoration: none;
   	border-bottom: none;
}

a.menu_selected:visited {
	color: #036;
   	text-decoration: none;
   	border-bottom: none;
}

a.menu_selected:hover {
	color: #9C9;
   	border-bottom: none;
   	text-decoration: none;
}


/* Footer elements */

#footer {
	clear: both;
	text-align: center;
	background: #DCDCDC;
	color: #036;
	font-size: 7pt;
	font-weight: normal;

}
#footer a:link {
	color: #036;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}
#footer a:visited {
	color: #036;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}
#footer a:hover {
	color: #036;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}

.module h3 {
	font-size: 9pt;
	padding-left: 10px;
	border-bottom: 1px dashed #FFF;
	color:#FFF;
}

.mosform_group_title {
	color: #036;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 5px;
	text-decoration: none;

}

/* ####################################################
 *  Template Styles
 * ####################################################*/

#content {
	padding: 0px 20px 20px 20px;
}

#outer {
	position:absolute;
	left:0;
  	top:0;
	width:100%;
}

#very-top {
	left:0;
  	top:0;
	width:100%;
	height: 108px;
	font-size: 14pt;
	text-decoration: none;
	padding-right: 20px;

}

#spacer-row {
	left:0;
	top:0;
	background:#99CC99;
	height:30px;
	width:100%;
	margin: -3px 0px 0px 0px;
}

#main-body {
	width:100%;
	left:0;
  	top:0;
}

#left-column {
	float:left;
	width:20%;
	background:#003366;
}

#center-column {
	float:left;
	width:60%;
}

#right-column {
	float:right;
	width:20%;
}

#bottom-row {
	clear:both;
	text-align:center;
	background:#DCDCDC;
	font-size:10px;
	height:30px;
}

#ie-spacer { height:500px; }


a.bluetitle:link { 
	color: #003366;
	text-decoration: none; 
	font-weight:bold;
}
a.bluetitle:active  { 
	color: #003366;
	text-decoration: none; 
	font-weight:bold;
}
a.bluetitle:visited  { 
	color: #336699;
	text-decoration: none; 
	font-weight:bold;
}
a.bluetitle:hover  { 
	color: #336633;
	text-decoration: none; 
	font-weight:bold;
}

.miniabstractSm { 
	font-family: geneva, arial, sans-serif; 
	color: #666666;
	font-size: 12px;
	line-height: 15px;
	
}