﻿    body
        {
            font-family: verdana;
            font-size: 12px;
            background-color: #f7f7f7;
              color: #002233;
        }
        .mapContainer
        {
            text-align: center;
            margin-left: 10px;
        }
        img {
        border: 0px;
        }
        .clearer
        {
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
        }
        input {
             background-color: #f7f7f7;
             border: 1px solid #b3c4cb;
        }
        .search
        {
            font-size: 16px;
            color: #002233;
        }
        .errs {font-size: 16px;
            color: #a22b00; padding-left: 10px;}
        #header
        {
            height: 29px;
            border-bottom: 1px solid #b3c4cb;
        }
        #top-menu
        {
            display: inline;
            height: 29px;
        }
        #top-menu ul
        {
            margin-top: 13px;
            margin-left: 0px;
            list-style: none;
            list-style-type: none;
        }
        #top-menu li
        {
            float: left;
            list-style: none;
            height: 21px;
            border-bottom: 1px solid #b3c4cb;
            padding-top: 8px;
            padding-left: 8px;
            padding-right: 8px;
        }
        #top-menu li.active
        {
            height: 21px;
            padding-top: 7px;
            border-left: 1px solid #b3c4cb;
            border-right: 1px solid #b3c4cb;
            border-top: 1px solid #b3c4cb;
            border-bottom: 1px solid #ffffff;
            margin-bottom: 1px;
            padding-left: 7px;
            padding-right: 7px;
        }
        #top-menu li.first
        {
            padding-left: 8px;
        }
        #top-menu li a
        {
            font-size: 14px;
            text-decoration: none;
            color: #002233;
        }
        #top-menu li.active a
        {
            text-decoration: none;
            color: #e74810;
        }
        h1 {
        color: #002233;
        }
        #pnl {
          min-height: 815px;
	    height: auto !important;
        height: 815px;
        }
        
        .panelBG {
             background-color: #f2f6f7;
        }