.LookupPanelText
{
    float:left;
    width:100%;
    overflow:auto;
    font-size:1.0em;
}

.olmap
{
	width:595px;
	height:380px;
	z-index:2;
  	position: absolute; 
	top: 0px;
	right: 0px;
}

.olmapViewport
{
	width:595px;
	height:380px;
	z-index:2;
  	position: relative; 
	top: 0px;
	right: 0px;
}

.olControlCopyright
{
  	position: relative; 
	top: 350px;
	right: 10px;
}
.LookupPanelTitle
{
    float:left;
	font-size:1.2em;
	font-weight:bold
}

.olPopupContent 
{
    padding:5px;
}    

.olControlPanel div 
{ 
  display:block;
  width:  24px;
  height: 24px;
  margin: 5px;
  position: relative; 
  top: 250px;
  background-color:blue;	
}

.olControlPanZoomBar div
{
   top: 500px;
}
.olControlPanel .olControlMouseDefaultsItemActive 
{ 
  background-color: blue;
  background-image: url("../theme/default/img/pan_on.png");
}
.olControlPanel .olControlMouseDefaultsItemInactive 
{ 
  background-color: orange;
  background-image: url("../theme/default/img/pan_off.png");
}
.olControlPanel .olControlZoomBoxItemInactive 
{ 
  width:  22px;  
  height: 22px;
  background-color: orange;
  background-image: url("../img/drag-rectangle-off.png");
}
.olControlPanel .olControlZoomBoxItemActive 
{ 
  width:  22px;  
  height: 22px;
  background-color: blue;
  background-image: url("../img/drag-rectangle-on.png");
}

.olControlPanel .olControlAbshireSelectItemInactive 
{ 
  width:  28px;  
  height: 28px;
  background-color: orange;
  background-image: url("../img/select-off.png");
}
.olControlPanel .olControlAbshireSelectItemActive 
{ 
  width:  28px;  
  height: 28px;
  background-color: blue;
  background-image: url("../img/select-on.png");
}
.olControlPanel .olControlAbshireSelectItemActive 
{ 
  font-size:  110%;  
}

