body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #F4ECD7;
    background-image: url('images/background2.jpg');
    background-repeat:no-repeat;
    background-position:center top;
}

body.mainBody {
    margin: 0px;
}

form {
    padding: 0px;
    margin: 0px;
}

.titleBarTabs {
  padding-top: 39px;
  padding-right: 5px;
}

.legendGroup {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    background-color: #f0f0f0;
}

.legendLayer {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    padding-left: 20px;
    background-color: #ffffff;
}

.legendClass {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    padding-left: 40px;
    background-color: #ffffff;
}

.label {
    font-size: 11px;
}

.boldlabel {
    font-size: 11px;
    font-weight: bold;
}

.boldlabelinactive {
    font-size: 11px;
    font-weight: bold;
    color: #C0C0C0;
}

.header {
    font-size: 18px;
    color: #33023;
    font-weight: bold;
}

.text {
    font-size: 11px;
}

.text2 {
    font-size: 12px;
}

.text3 {
    font-size: 14px;
    color: #ffffff;
}

p.abuttersText {
    font-size: 12px;
}

.queryLabel {
    font-size: 11px;
    width: 45px;
}

.inputBox {
    background-color: #dae5ee;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.inputBox2 {
    border: 1px solid #F4ECD7;
    background-color: #F4ECD7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    width:  50px;
}

.inputBox3 {
    border: 1px solid #dae5ee;
    background-color: #dae5ee;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    width:  135px;
}

.inputBox4 {
    border: 1px solid #F4ECD7;
    background-color: #F4ECD7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    width:  60px;
}

.inputBox5 {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    width:  50px;
}

a {
    text-decoration: none;
    color: #FF6800;
}

a:link {
    text-decoration: none;
    color: #FF6800;
}

a:hover {
    text-decoration: underline;
    color: #FF6800;
}

a:active {
    text-decoration: underline;
    color: #FFB280;
}

.controlLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.dennislink {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000080;
    text-decoration: none;
    font-weight: bold;
}

.dennislink:hover {
    color: #000080;
    text-decoration: none;
    font-weight: bold;
}

.dennislink:link {
    color: #000080;
    text-decoration: none;
    font-weight: bold;
}

.dennislink:active {
    color: #000080;
    text-decoration: none;
    font-weight: bold;
}

.layername {
    font-size: 11px;
    color: #000000;
}

a.layername {
    color: #000000;
}
    
a.layername:hover {
    color: #FF6800
}

