body {
    font-family: Verdana, Helvetica, Arial, Sans-serif;
    font-size: 9pt;
}

.hsControlPanel {
    background-color: #DEECFD;
    padding: 4px;
    height: 24px;
}

.hsControlPanel .hsControlHelpItemInactive { 
    background-image: url("../img/help.png");
}

.hsControlPanel .hsControlEmailItemInactive {
    background-image: url("../img/email_off.png");
} 

.hsControlPanel .hsControlEmailItemActive {
    background-image: url("../img/email_on.png");
} 

td.olMawesInfoCaption {
    font-weight: bold;
}

td.olMawesInfoAttrName {
    white-space:nowrap;
}

td.olMawesInfoAttrValue {
    white-space:nowrap;
}

hr {
    color: #FFFFFF; 
    height:1px;
    border: 0px;
    border-top: 1px solid #AAAAAA;
    margin-top: 10px;
    margin-bottom: 10px;
} 

.layerGroupTitle {
    margin-top: 10px;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 12px;
}

