
body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color:#f6f6f6; 
  text-align: center;
  margin: 0px;
}

h3 { 
	font-size: 12pt; 
	margin-left:3px 
}

label {
	display: block;
	float: left;
	width: 120px;
}

#MiddleDiv{
  position: relative;
  margin: 0px auto;
  text-align: left;
  width:  1024px;
  height: 100%;
  z-index:  0;  
}
#LogoContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 100px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	background-image: url("/images/rs_logo.gif");
	background-position:  center center; 
	background-repeat: no-repeat;
}
.luc{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 48px;
  height: 48px;
  margin: 0px;
  background-image: url("/images/luc.gif");
  background-position: left top;
  background-repeat: no-repeat;
  z-index:1;
}

.ruc{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 48px;
  height: 48px;
  margin: 0px;
  background-image: url("/images/ruc.gif");
  background-position: right top;
  background-repeat: no-repeat;
  z-index: 1;
}

.gluc{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 48px;
  height: 48px;
  margin: 0px;
  background-image: url("/images/gluc.gif");
  background-position: left top;
  background-repeat: no-repeat;
  filter:alpha(opacity=90);
  opacity: 0.90;
  -moz-opacity:0.90;
   z-index:1;
}

.gruc{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 48px;
  height: 48px;
  margin: 0px;
  background-image: url("/images/gruc.gif");
  background-position: right top;
  background-repeat: no-repeat;
  filter:alpha(opacity=90);
  opacity: 0.90;
  -moz-opacity:0.90;
  z-index: 1;
}
.gllc{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 48px;
  height: 48px;
  margin: 0px;
  background-image: url("/images/gllc.gif");
  background-position: left bottom;
  background-repeat: no-repeat;
  filter:alpha(opacity=90);
  opacity: 0.90;
  -moz-opacity:0.90;
  z-index:1;
}

.grlc{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 48px;
  height: 48px;
  margin: 0px;
  background-image: url("/images/grlc.gif");
  background-position: right bottom;
  background-repeat: no-repeat;
  filter:alpha(opacity=90);
  opacity: 0.90;
  -moz-opacity:0.90;
  z-index: 1;
}

#CompanyContainer {
	position: absolute;
	top: 0px;
	left: 200px;
	height: 100px;
	width: 824px;
	margin: 0px;
	padding: 0px;	
	background-color: #ffffff;
	background-image: url("images/hdrbkgnd.gif");
	background-repeat: repeat-y;
	clear: both;
}


#UserType{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 64px;
	height: 64px;
	}
	
#MenuContainer {
	position: absolute; 
	width: 80%;
	padding: 5px;
	left: 200px; 
	top: 75px;
	font-size: 8pt;
	font-weight:bold;


}

#TreeContainer {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 200px;
	overflow: auto;
	background-color: #ffffff;
	clear: both;
	background-image: url("images/lmenu.gif");
	background-repeat:no-repeat;
}

#DataContainer {
	position: absolute;
	top: 100px;
	left: 200px;
	width: 824px;
	overflow: auto;
	background-color: #ffffff;
	visibility: visible;
	clear: both;
}
 #MapContainer{
 position: absolute;
 top:100px;
 left:200px;
 width:824px;
 height: 600px;
 background-color:#FFF2CF;
/*	filter:alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity:0.95;	
*/
 visibility: hidden;
 }
 
#MapTitle{
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
	height: 20px;
	background-color: #99B3CC;
	color: #FFFFFF;
}

#olMap{
	position: absolute;
/*	z-index: 100;*/
	left:12px;
	top:20px;
 	border: thin solid #000000;
	width: 800px;
	height: 560px;
}
label {
	display: block;
	float: left;
	width: 150px;
}
#TreeContainerData{
	visibility : hidden;
}

#iframe {
	padding: 4px;
  margin: 4px;
  font-size: 12px;
	background-color: #ffffff;
  font-size: 12px;
	border-width: 0px;
	height: 750px;
	width: 95%;
}
#Content {
	background-color: #ffffff;
	clear: both;
}

#Tooling{
	position: absolute; 
	right: 35px; 
	top: 0px; 
	width: 200px; 
	z-index: 100;
	background-color:#CCCAEC;
	visibility:hidden;
	opacity: 0.95;
	-moz-opacity:0.95;	
}

#tabledata{
	position: relative; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 600px; 
	overflow: auto;	
}

#Footer{
  position: relative;
  margin: 0px auto;
  text-align: center; 
  width:  1024px;
  height: 25px;
  z-index:  0;  
  font-weight: bold;
  font-variant: small-caps;
  color: #000000;
}


#Footer a:hover { 
	text-decoration: none;
	color: #FF5A00;

}

.note{
  font-weight: bold;
  font-variant: small-caps;
  color: #CFCFCF;
}

.devInfo{
  cursor: hand;
  cursor: pointer;
  display: block;
  width: 198px;
  background-color : #EEEEEE;
  filter:alpha(opacity=75);
  opacity: 0.75;
  -moz-opacity: 0.75;
  border: thin solid #000000;
  clear: both;
}


#Overlay{
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px auto;
  text-align: center;
  width:  100%;
  height: 100%;
  z-index:  250;  
 background-color: #2F2F2F;
 filter:alpha(opacity=85);
 opacity: 0.85;
	-moz-opacity:0.85;
  visibility: hidden; 
}
#GraphBox{
  position: absolute;
  margin: 20px auto;
  text-align: center;
  width:  700px;
  height: 550px;
  z-index:  260; 
  background-color: #ffffff;
  background-position: center center;
  background-image: url("/images/loading.gif");
  visibility: hidden;
  background-repeat:no-repeat;
}
#AlarmBox{
  position: absolute;
  margin: 20px auto;
  text-align: center;
  width:  820px;
  height: 650px;
  z-index:  260;
  background-color: #ffffff;
  background-position: center center;
  background-image: url("/images/loading.gif");
  visibility: hidden;
  background-repeat:no-repeat;
}

