/* CSS STYLES FOR PRO OFFICE */
/*  
.navitem {
    color: rgb(0,145,179);
    border: 2px solid rgb(0,145,179);
}

.navitem:hover {
    background: rgba(0,145,179,0.8);
}


.toolitem.active {
    background: rgba(0,145,179,0.8);
    color: rgb(255,255,255);
    border-color: rgb(255,255,255);
}

.toolitem.active:hover {
    background: rgba(0,145,179,0.8);
    color: rgb(61,61,61);
    border-color: rgb(61,61,61);
}

.ctxitem:hover {
    background: rgba(255,255,255,0.8);
    color: rgb(0,145,179);
    border-color: rgb(0,145,179);
}

.ctxitem.active {
    background: rgba(0,145,179,0.8);
    color: rgb(255,255,255);
    border-color: rgb(255,255,255);
}

.ctxitem.active:hover {
    background: rgba(0,145,179,0.8);
    color: rgb(61,61,61);
    border-color: rgb(61,61,61);
}
*/


#maptipContainer {

   background-color: #000066;

   border: 2px solid black;

   color: black;

}

 

#maptipHeader {

   color: white;

}

 

.odd {

   background-color:#54B044;

}

.even {

   background-color:#C9E5B6;

}