﻿.offscreen 
{ 
  position:absolute; 
  margin-left:-9999px; 
}

.navTitle {
  color: white; 
  font-size: 2.5em;
}

span.purpleHeader {
  color: #4f2683;
  font-size: 2.5em;
}

#newpageMainDiv {
  background-color: white;
}

.tooltip-base {
  font-size: 1em;
  padding: 10px 10px 10px 10px;
  background: #515151;
  color: #fff;
  border-radius: 3px;
  z-index: 2;
  font-weight: normal;
}

.tooltip-standard {
  width: 325px;
  position: absolute;
}

.dimBackground {
  background: rgba(0,0,0,.5);
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:10000;
}

.captcha {
  margin-left: 25px;
  margin-top: -30px;
  float: left;
}

.clear {
  clear: both;
}