﻿body {

}
.infoHeading
{
    font-family:Calibri;
    font-size:9pt;
    font-weight:bold;
    color:Green;
	text-align:right;
}
.caption
{
    font-family:Calibri;
    font-size:9pt;
    font-weight:bold; 
    color:black;
    padding:1px;
    width:20%;
    height:15px;
	text-align:right;
}
.dropdown
{
    font-family:Calibri;
    font-size:9pt;
}
.tblCell
{
    font-family:'Noto Sans', sans-serif;
    font-size:9pt;
    height:20px;
    vertical-align:top;
    padding:3px;
    color:black;
    cursor:pointer;
	text-align:right;
}
.alttblCell
{
    font-family:Calibri;
    font-size:9pt;
    height:20px;
    vertical-align:top;
    background-color:#fff;
    border-bottom:#8fc8d3 1px solid;
    border-top:#8fc8d3 1px solid;
    padding:5px;
    color:black;
    cursor:pointer;
    text-align:right;
}
.anchorclass
{
    color:#8b7239;
    cursor:pointer;
}
.highlightCell
{
    background-color:#8b7239;
}
.TableHeading
{
    background-color:#4ea7b9;
    color:White;
    font-family:Calibri;
    font-size:9pt;
    height:25px;
    font-weight:bold;
    padding:2px;
}
.btn
{
    border:0px;
    font-family:Calibri;
    font-size:9pt;
	text-align:right;
}
.menuItem
{
    font-family:Calibri;
    font-size:9pt;
	text-align:right;
}
#map{
     padding:0;
     padding-left:1px;
      }
  .zoominIcon
        {
            background-image: url('../Images/Tools/nav_zoomin.png');
            width: 32px;
            height: 32px;
            background-repeat:no-repeat;
        }
        .zoomoutIcon
        {
            background-image: url('../Images/Tools/nav_zoomout.png');
            width: 32px;
            height: 32px;
            background-repeat:no-repeat;
        }
        .zoomfullextIcon
        {
            background-image: url('../Images/Tools/nav_fullextent.png');
            width: 32px;
            height: 32px;
			background-repeat:no-repeat;
        }
        .zoomprevIcon
        {
            background-image: url('../Images/Tools/nav_previous.png');
            width: 32px;
            height: 32px;
			background-repeat:no-repeat;
        }
        .zoomnextIcon
        {
            background-image: url('../Images/Tools/nav_next.png');
            width: 32px;
            height: 32px;
			background-repeat:no-repeat;
        }
        .panIcon
        {
            background-image: url('../Images/Tools/nav_pan.png');
            width: 32px;
            height: 32px;
			background-repeat:no-repeat;
        }
        .img
        {
            vertical-align:middle;
            cursor:pointer;
        }