@charset "UTF-8";
/*-----------------------------------------------------------------------------
ACES ID Bar Stylesheet; should be last linked stylesheet for ACES sites 

  version:   2.0
  dev date:  2009 Feb
  author:    tvaughan
-----------------------------------------------------------------------------*/

body { /* just in case the defaults haven't been set elsewhere */
	margin: 0;
	padding: 0;
	}
	
#idbar_aces {
	height: 40px; 
	background-color: #000; 
	color: #fff; 
	position: relative; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif
	}
	
#idbar_aces img { 
	border: 0; 
	}
	
#idbar_aces a { 
	border: 0; 
	}
	
	
#bigskip { 
	position:absolute; 
	top: -500px; 
	left: 131px; 
	height: 1px; 
	width: 1px;
	}
	
	
#idbar_aces #searcharea {
	width: 500px; 
	float: right; 
	text-align: right; 
	padding-right: 20px; 
	padding-top: 7px;	
	position: relative
	}
	
#idbar_aces #atoz { 
	display:inline; 
	margin-right: 40px; 
	position: relative; 
	
	}
	
#idbar_aces form { 
	margin: 0; padding: 0; 
	font-size: 80%; 
	display: inline
	}
	
#idbar_aces #query { 
	border: 0;
	width: 130px; 
	background: url(idbar_images/search_bg.gif) 50% 50% no-repeat; 
	} 
	
#idbar_aces #query:focus { 
	background: #fff; 
	background-image: none
	}
	
#idbar_aces #sa {
	background: #000; 
	color: #A7C0E5; 
	text-transform: uppercase; 
	font-size: 11px; 
	border: 1px solid #A7C0E5; 
	cursor: pointer
	}

	
#idbar_aces a:link, #idbar_aces a:visited  { 
	color: #fff;
	text-decoration: none;
	}
	
#idbar_aces a:hover, #idbar_aces a:visited:hover { 
	color: #A7C0E5; 
	text-decoration: none;
	}


#idbar_aces #atozwindow { 
	position:absolute;
	top: 40px; 
	right: 220px; 
	width: 350px; 
	/*height: 330px;*/
	background-color: #000; 
	color: #fff; 
	text-align: left; 
	z-index: 1111
	}


#idbar_aces #atozwindow  ul { 
	list-style-type: none; 
	margin: 0; 
	padding: 0;
	}
	
#idbar_aces #atozwindow ul li { 
	list-style-type: none; 
	margin: 0; 
	padding: 0;
	
	}
	
#idbar_aces #listside	{ 
	 background-color: #383838; 
	 width: 184px; 
	 margin: 10px 0 10px 10px; 
	 float: left
	}
	
	
	
#idbar_aces #listside ul li a { 
	display: block;
	padding: 5px 0 6px 3px;
	zoom: 1;
	}
	
#idbar_aces #listside ul li a:hover { 
	background: #57698A url(idbar_images/idbar_blue-over.gif) repeat-x;
	color: #fff;
	}
	
	
#idbar_aces #barcats { 
	text-align: left; padding-top: 30px; margin-left: 194px
	}
	

#idbar_aces #barcats ul li a { 
	display: block;
	padding: 8px 0 12px 8px;
	border-top: 1px solid #000;
	zoom: 1;
	}
	
	
#idbar_aces #barcats ul li a:hover { 
	background-color: #383838;
	color: #A7C0E5;
	
	}
	
#idbar_aces #barcats .selected { 
	background-color: #383838;
	}
	

#idbar_aces #close { 
	position: absolute; 
	top: 6px; 
	right: 6px; 
	font-size: 90%
	}
	
	
#idbar_aces #biglink { 
	margin: 18px 0 0 8px;
	font-weight: bold; 
	}

#idbar_aces #biglink a:link, #idbar_aces #biglink a:visited { 
	color: #A7C0E5; 
	}
	
	
#idbar_aces #biglink a:hover, #idbar_aces #biglink a:visited:hover { 
	text-decoration: underline 
	}
	
	
	
.ewas-alert-box{
    top: 50px;
    left: 0px;
}
.ewas-mini-box{
    top: 0px;
    left: 50%;
}