/* ******************************* */
/* Envision IT Image Rotator CSS   */
/* ******************************* */
#EIT_ImageRotator
{
  position: relative; 
  margin: auto;  
  min-height: 200px;
}
#EIT_ImageRotator.loading {
  background: url('loading.gif') no-repeat center;
}
#EIT_ImageRotator * { 
  border: 0; 
  padding: 0;
  margin: 0;
}
#EIT_ImageRotator a {
  display: block;
}
#EIT_ImageRotator .slides {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
#EIT_ImageRotator .controls {
  position: absolute;
  padding-top: 5px;
}
#EIT_ImageRotator .controls a {
  display: inline-block;
  cursor: pointer;
}
#EIT_ImageRotator.vertical .controls {
  top: 0;
  padding-top: 0px;
  /*overflow-y: auto;*/
  overflow-y: hidden;
  overflow-x: hidden;
}
#EIT_ImageRotator.vertical .controls a {
  display: block;  
  margin-bottom: -3px;
}
/* error message from webpart, such as not configured */
.WPError
{
  color: Red;
  font-size: larger;
  margin: 10px;
  padding: 10px;
  font-weight: bold;
  background-color: yellow;
}

/* used by YouTube video overlay */
#shadeLayer
{
  background-color: #000000;
  height: 100%;
  position:  fixed;
  top: 0; left: 0;
  width: 100%;
  z-index: 100;
}
.vidbox
{
  margin: -12.5% auto 0;
  position: relative;
  top: 50%;
}
.topbar
{
  width: 100%;
}
.topbar div
{
  float: right;
  color: #ffffff;
  font-size: 1.2em;
  background-color: #333333;
  padding: 0 5px;
  cursor: pointer;
}

/* new for #1019 - fix firefox and Safari */
.greyContentArea1 
{
  height: 100%; 
  overflow: hidden;
  position:  fixed;
  top: 0; left: 0;
  width: 100%;
  z-index: 101;
}