/*body { margin: 0px 0px 0px 0px }*/
a:link { color: #a00; text-decoration: none; }
a:visited { color: #00a; text-decoration: none; }
a:hover { color: #a00; font-weight:bold; text-decoration: none;  /*underline*/}
a {font-family : Arial;  }

.smalltext { 
  font-size:11px; 
  color:#999966;
  text-align:center;
  margin-right:24px;
}

.title {
   font-size:12px;
   color:#a00;
}
.smalltitle {
  font-size:15px;
  color:#a00;
}
.cwu {
   font-size:9px;
   color:#a00;
}

#panga {
  position:absolute;
  top:2px;
  left:25px;
}

#status_bar {
   position:absolute;
   top:1px;
   padding:8px;
   left:157px;
   width:340px;
   height:38px;
   font-weight:bold;
   font-family:Arial;
   color:#a00;
}

#selectoptions {
  position: absolute;
  top:420px;
  left:3px;
  text-align:left;
  font-size:10px;
  font-family:Arial;
}
#infobarlabel {
   position: absolute;
   top:505px;
   left:3px;
   height:80px;
   width:145px;
  background:none;
  /*
   border:1px solid black;
   background-color: white; 
 */
   text-align:left;
   font-weight:bold;
   font-size:10px;
   font-family:Arial;
}
#infobar { 
   position: absolute;
   top:525px;
   left:3px;
   height:80px;
   width:145px;
   border:1px solid black;
   background-color: white; /*#EEEECC*/; 
   text-align:left;
   font-size:10px;
   font-family:Arial;
}

#canvas {
   position: absolute;
   top:0px;
   left:0px;
   height:638px;
   width:959px;
   border:1px solid black;
   background-color: white; /*#DDDDBB;*/ 
   background-image:url('http://www.panga.cwu.edu/graphics/navback2.jpg');
   background-repeat:repeat-y;
}
#sidemap {
   position: absolute;
   top:2px;
   left:157px;
   width:600px;
}
#topbar { 
   position: absolute;
   top:2px;
   left:157px;
   height:38px;
   width:600px;
   background-color: #DDDDBB; 
   background-color: #EEEECC; 
}
#map {
   position:absolute;
   top:36px;
   left:157px;
   width:800px;
   height:600px;
   border:1px solid black;
}
#rframes {
  position:absolute;
  top:23px;
  left:4px;
}
#nets {
   position: absolute;
   /*overflow: auto;*/
   overflow-y: auto;
   overflow-x: hidden;
   font-family:Arial;
   text-align:left;
   top:236px;
   left:4px;
   height:100px;
   width:145px;
   border:1px solid black;
   background-color: white; /*#44D1FF /*#EEFFAA*/; 
}

#net_label {
   position:absolute;
   top:215px;
   left:5px;
   background:none;
   font-family:arial;
   color:#a00;
   font-size:0.8em;
}

#sites_label {
   position:absolute;
   top:350px;
   left:5px;
   background:none;
   font-family:arial;
   color:#a00;
   font-size:0.9em;
}

#sites {
   position: absolute;
   /*overflow: auto;*/
   overflow-y: auto;
   overflow-x: hidden;
   font-family:Arial,Helvetica;
   text-align:left;
   top:370px;
   left:4px;
   height:140px;
   width:145px;
   border:1px solid black;
   background-color:#44D1FF /*#EEFFAA*/; 
}

#sites_total {
  position:absolute;
  top: 515px;
  left:6px;
  width:145px;
  font-family:Arial,Helvetica;
  font-weight:bold;
  font-size:11px;
}

#cb_cluster {
  position:absolute;
  top:535px;
  left:4px;
  font-family:Arial,Helvetica;
  font-weight:bold;
  font-size:12px;
  
}

#data_types {
  position:absolute;
  top:121px;
  left:4px;
}

.tlabel {
    padding: 0px 1px 0px 1px; 
    position: absolute;
	left: 20px;
    top: -32px;
	/*
	width:40px;
	height:17px;
	background-image:url('gps_receiver_label.png') ;
	background-position:bottom;
	background-repeat:no-repeat; */
	background-color: red;
	font-family: monospace;
	border: 1px solid black; 
	font-size: 0.9em;
	text-align:center;
	color:#000000;
	z-index:3;
}

.tab {
  float:left;
  height:15px;
  /*width:62px;*/
  font-family:Arial;
  font-size:0.68em;
  background-color: #44D1FF /*white*/;
 /* border:1px solid black; */
  border-top:1px solid black;
  border-left:1px solid black;
  border-right:1px solid black;
  border-bottom:none;
  padding:2px;
}
.listlabel {
  float:left;
  width:39px;
  height:15px;
  font-family:Arial;
  font-size:0.7em;
  text-align:left;
  padding:1px;
}

div.LabeledMarker_markerLabel {
  padding: 0px 2px 0px 2px;
  color:black;
  background-color:red;
  border: 1px solid black;
  font-family:Arial;
  font-size:0.7em;
  text-align:center;
  opacity:0.8;
}




