a:link {
	text-decoration: none;
	color: #850000;
}
a:visited {
	text-decoration: none;
	color: #850000;
}
a:hover {
	text-decoration: underline;
	color: #850000;
}
a:active {
	text-decoration: none;
	color: #850000;
}

body {
  background: black;
  height: 100%;
  text-align: center;
  margin: 5px;
}

#pagepanel {
  background: white;
  height: auto;
  width: 900px;
  margin: 0px auto 0px auto;
  padding: 1px;
}

#header {
  width: 100%;
  background-color: #FFF;
  height: 200px;
  margin: 15px 15px 5px 0px;
}

#eiaseFIREHeader {
  float: middle;
  clear: both;
  width: auto;
  text-align: center;
  height: 135px;
  background-color: #AAA;
  padding-top: 10px;
  color: white;
}

#leftcol {
  float: left;
  width: 110px;
  text-align: center;  
  height: auto;
  margin: 0px 15px 0px 15px;
  padding: 5px 0px 10px 0px;
}

#menu {
  float: left;
  width: 110px;
  text-align: center;  
  height: auto;
  margin: 0px 15px 0px 15px;
  padding: 5px 0px 10px 0px;
}

#rightcol {
  float: right;
  width: 90px;
  text-align: center;  
  height: auto;
  margin: 0px 15px 0px 15px;
  padding: 5px 0px 10px 0px;
}

#content {
  float: right;
  width: 760px;
  height: auto;
  text-align: left;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;  
  margin: 0px 0px 25px 0px;
}

#footer {
  float: middle;
  clear: both;
  width: auto;
  height: 50px;
  margin-left: auto;  
  margin-right: auto;  
  padding: 0px;  
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;  
}

#loginBanner {
  width: auto;
  height: auto;
  margin-left: auto;  
  margin-right: auto;  
  padding-bottom: 5px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;  
  text-align: right;
  background-color: black;
  color: white;
}

#loginBannerGray {
  float: middle;
  clear: right;
  width: auto;
  height: 13px;
  margin-left: 0px;  
  margin-right: 0px;  
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 2px;  
  padding-right: 10px;  
  border-bottom: 1px solid #850000;
  border-top: 1px solid #850000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;  
  text-align: right;
  background-color: #DDD;
  color: #666;
}

#loginBannerFIRE {
  float: middle;
  clear: right;
  width: auto;
  height: 13px;
  margin-left: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 2px;  
  padding-right: 10px;  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bolder;  
  text-align: right;
  background-color: #000;
  color: #CC6633;
}

#loginBannerFIRE a:link {color: #FFCC00;}
#loginBannerFIRE a:visited {color: #FFCC00;}
#loginBannerFIRE a:hover {color: #FFCC00;}
#loginBannerFIRE a:active {color: #FFCC00;}

#loginBannerGrayClock {
  float: left;
  clear: both;
  width: auto;
  height: 13px;
  margin-left: 0px;  
  margin-right: 0px;  
  margin-top: auto;
  margin-bottom: 10px;
  padding-left: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;  
  text-align: right;
  background-color: #DDD;
  color: #666;
}

#loginBannerClockFIRE {
  float: left;
  clear: both;
  width: auto;
  height: 13px;
  margin-left: 0px;  
  margin-right: 0px;  
  margin-top: auto;
  margin-bottom: 10px;
  padding-left: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bolder;  
  text-align: right;
  background-color: #000;
  color: #CC6633;
}

#loading-mask {
  position: absolute;
  left:     0;
  top:      0;
  width:    100%;
  height:   100%;
  z-index:  20000;
  background-color: white;
}

#loading {
  position: absolute;
  left:     50%;
  top:      50%;
  padding:  2px;
  z-index:  20001;
  height:   auto;
  margin:   -35px 0 0 -30px;
}

#loading .loading-indicator {
  background: url(/_globals/img/loading.gif) no-repeat;
  color:      #555;
  font:       bold 13px tahoma,arial,helvetica;
  padding:    8px 42px;
  margin:     0;
  text-align: center;
  height:     auto;
}	
