/* this is an amalgamation of stylesheet_css_buttons.css, stylesheet_wgs.css, style_imagehover.css, stylesheet_header_menu.css */

/* css buttons */
.cssButton, .cssButtonHover {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  /* to center the button texts vertically line-height and height need to be equal */
  line-height: 18px; */
  height: 21px;
  border: 1px solid;
  color: white;
  background: #d88a8a ; /* #b00 !important; /* !important to retain the background color after auto form field coloring fix */
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  margin: 1px;
  /* padding: 0 0.5em; */
  padding: 1px 5px;

}
.cssButtonHover, a:hover .cssButton, .cssButton:hover{
  color: black ; /* #ff0; */
  background: #fc5afe ; /* #d00 !important; */
}

/* bof some IE comp. stuff */ 
.cssButton, .cssButtonHover{
  /*  _width: 0; needed to stop IE adding "magic" padding to the input, _witdh is a hack that uses an IE bug */
  /* to remove this hack move the width setting to an IE specific stylesheet */
  _width: 0;
  overflow: visible;   
}
/* eof some IE comp. stuff */
span.cssButton, span.cssButtonHover{
/* added to get the right line-height */
display: block;
}
.navNextPrevWrapper span.cssButton, .navNextPrevWrapper span.cssButtonHover{
/* note that the diplay inline removes line-height from the element (depending on doctype settings) */
display: inline;
}

/* bof css popups */
.cssButtonLinkPopup strong, .cssButtonSubmitPopup strong{
display: none;
}
span.cssButtonLinkPopup, span.cssButtonSubmitPopup{
position: relative;
}
a:hover .cssButtonLinkPopup strong, span.cssButtonSubmitPopup:hover strong{
display: block;
position: absolute;
text-align: left;
top: 2em;
left: 0;
color: black;
background: #d88a8a ; /*  #f6f6f6; */
padding: 0.4em;
white-space: nowrap;
border: 1px dotted silver;
}

.cssButtonLinkPopup strong span, .cssButtonSubmitPopup strong span{
font-weight: normal;
background: white;
text-align: center;
padding: 0.4em;
margin: 0.2em;
font-size: xx-small;
border: 1px solid silver;
display: block;
width: 275px;
white-space: normal;
}
/* eof css popups */

td .cssButton, td .cssButtonHover{
/* prevents buttons taking the full width of table cells */
display: inline;
}

/* imagehover.css */
#trailimageid {
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 0px;
  z-index: 1000;
}

#trailimageid div {
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #888;
  text-align: center;
}

#trailimageid h1 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 2px 0px;
  text-align: left;
  width: 100%;
}

#trailimageid img {
  margin: 2px;
  border: none;
}


/* stylesheet_header_menu.css */
body {
	behavior: url(includes/csshover.htc);
	}



/*grey */
/* div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #5B315B!important;background:#FFDBFF;} */

div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {
  color: #5B315B!important;
  background:#FC5AFE;
  }

div#dropMenu {
	width:70em;
	margin:0 auto;
    text-align:center;
	z-index:85; /* amended from 1000 so that zen_lightbox loads above it */
	position:relative;
	}

div#dropMenu ul {
    margin:0;
	padding:0;
	}

div#dropMenu li {
	position:relative;
	list-style:none;
	margin:0;
	float:left;
	line-height:0.9em;
	}

div#dropMenu ul.level1 {
	width:70em;
	margin:0 auto;
	text-align:center;
	background:#D88A8A ; /* #5B315B; */
	z-index:85; /* amended from 1000 so that zen_lightbox loads above it */
	float:left;
	}

div#dropMenu li:hover {}
/*div#dropMenu li.submenu {background: url(../images/dropmenu.gif) 95% 50% no-repeat;} */
div#dropMenu li.submenu:hover {}
div#dropMenu li a {display: block; padding: .6em 1.5em .6em 1.5em;text-decoration: none; text-transform:uppercase; color:#ffffff; text-align:center; border-right:2px solid #ffe1e1;}
div#dropMenu>ul a {width: auto;}
div#dropMenu ul ul {position: absolute; width: 14em;display: none;}
div#dropMenu ul ul li {border-bottom: 1px solid #CCC; width:14em;}
/*div#dropMenu li.submenu li.submenu {background: url(../images/submenu.gif) 95% 50% no-repeat;} */
div#dropMenu ul.level1 li.submenu:hover ul.level2,
div#dropMenu ul.level2 li.submenu:hover ul.level3,
div#dropMenu ul.level3 li.submenu:hover ul.level4,
div#dropMenu ul.level4 li.submenu:hover ul.level5,
div#dropMenu ul.level5 li.submenu:hover ul.level6,
div#dropMenu ul.level6 li.submenu:hover ul.level7,
div#dropMenu ul.level7 li.submenu:hover ul.level8 {display:block;z-index:1000;}
div#dropMenu ul.level2 {background:#C84E4E;z-index:1000;position:absolute;}
div#dropMenu ul.level3 {top: 0; left: 14em; background:#9750B4; }
div#dropMenu ul.level4,
div#dropMenu ul.level5,
div#dropMenu ul.level6,
div#dropMenu ul.level7,
div#dropMenu ul.level8 {top: 0; left: 14em; background:#5B315B; }
div#dropMenu ul.level2 a {padding: 0.5em 0 0.5em 0.25em;color: white; text-transform:none;}  /* this is text color on drop-down submenu */
div#dropMenu ul.level2 a:hover {color:#5B315B; background:#FC5AFE;}

/* stylesheet_wgs.css */
#welcomeGoogleSearcher {
  background: white;
  border: 2px solid white;
  border-bottom: 2px solid #FFDBFF;
  padding: 5px;
}
#welcomeGoogleSearcherKeywords {
  font-weight: bold;
}
