.mapOverlay{
  position:absolute; 
  background:#EBE6CE; 
  font-weight:bold; 
  font-size:9px; 
  padding:5px 5px 5px 5px; 
  margin:5px 5px 5px 5px; 
  color:black;
  text-decoration:none;
}
.mapOverlay:hover{
   text-decoration:none;
}
.mapLink{
   color:black;
   font-size:11px;
}
.mapLink:hover{
  text-decoration:none;
}
.climateData{
    width:100%;
    border-collapse: collapse;
    border: 1px solid #CCCCCC;
}
.climateData td{
    width:175px;
    text-align:left;
    padding:2px 2px 2px 2px;
    background:#EEEEEE;
}
.climateData td.header{ 
    background:#DDDDDD;
    font-size:12px;
    font-weight:bold;
	height: 30px;

}

#thumb-panel{
	float:right;
        width:200px;
        padding-left:20px;
        padding-right:30px;
        text-align:center;
        vertical-align:middle;
}
#image-panel{
        padding-left:30px;
        width:400px;
        padding-right:20px;
        background:url(/support/graphics/backgrounds/spacerdot2.gif) right repeat-y;
}
img#main-image{
    border: 1px solid #000000;
}
.gallery-thumb{
   border:2px solid #000000;
}
.gallery-thumb-highlight{
   border:2px solid #0000CE;
}
.thumb-row{
    display:block;
    text-align:center;
    clear:both;

}
div.thumb-row img{
   margin:3px 3px 3px 3px;
}
#instr-panel{display:none;}


