
#mainContent {
    overflow: hidden;
}

.ui-autocomplete .ui-menu-item {
    font-size: 12px;
}

#columnLeft {
    width: 660px;
    height: 670px;
    float: left;
    margin: 0 0 0 30px;
}

#headerText {
    width: 560px;
    height: 30px;
    margin: 10px 0 0 0;
    font-size: 22px;
    font-weight: bold;
    color: #00345F;
}

#headerText a{
    color: #00345F;
}

#headerText a:hover{
    color: blue;
}

#descriptionText {
    width: 560px;
    height: 20px;
    font-size: 12px;
    color: #70311F;
    font-weight: bold;
}

#descriptionText a {
    color: #70311F;
    text-decoration: none;
    cursor: pointer;
}

#descriptionText a:hover {
    text-decoration: underline;
}

#explanatoryText {
    width: 560px;
    height: 30px;
    font-size: 12px;
    color: #00345F;
}

#mapWrapper {
    width: 620px;
    height: 500px;
    padding: 10px;
    margin: 10px 0 0 0;
    background-color: #CCCCCC;
    border: 1px solid #0464B1;
}

#mapView {
    width: 620px;
    height: 500px;
    margin: auto;
    border: 1px solid #0464B1;
}

#listView {
    width: 620px;
    height: 500px;
    margin: auto;
    border: 1px solid #0464B1;
}

#listView .noData {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#columnRight {
    width: 280px;
    height: 670px;
    float: left;
}

#columnRight .upper {
    width: 280px;
    height: 40px;
    margin : 40px 0 0 0 ;
    float: left;
}

#columnRight .upper .pageOptions {
    width: 280px;
    height: 30px;
    margin: 30px 0 0 0;
    float: left;
}

#columnRight .upper .pageOptions .tab {
    width: 88px;
    float: left;
    margin: 0 3px 0 0;
    padding: 5px 0;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #0464B1;
    background-color: #F0F5F9;
    color: #00345F;
}

#columnRight .upper .pageOptions .selected,
#columnRight .upper .pageOptions .tab:hover {
    background-color: #004D95;
    color: #FFFFFF;
    cursor: pointer;
}

#columnRight .upper .pageOptions .selected,
#columnRight .upper .pageOptions .selected:hover {
    cursor: default;
}

#columnRight .upper .viewOptions {
    width: 280px;
    height: 30px;
    margin: 5px 0 0 0;
    float: left;
}

#columnRight .upper .viewOptions .view {
    width: 88px;
    margin: 0 3px 0 0;
    padding: 5px 0;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #0464B1;
    background-color: #F0F5F9;
    color: #00345F;
    float: left;
}

#columnRight .upper .viewOptions .view:hover,
#columnRight .upper .viewOptions .selected {
    background-color: #004D95;
    color: #FFFFFF;
    cursor: pointer;
}

#columnRight .lower {
    width: 280px;
    height: 525px;
    float: right;
}

#columnRight .lower .sectionHeader {
    width: 260px;
    height: 15px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    color: #00345F;
    margin: 10px 0 0 10px;
    padding: 3px 0;
    border: 1px solid #00345F;
    background-color: #fffae7;
}

#columnRight .lower .open {
    background-image: url('../../../images/community/common/arrow_down.png');
    background-position: right;
    background-repeat: no-repeat;
}

#columnRight .lower .closed {
    background-image: url('../../../images/community/common/arrow_right.png');
    background-position: right;
    background-repeat: no-repeat;
}

#columnRight .lower .section {
    width: 250px;
    height: 300px;
    margin: 0 0 10px 10px;
    padding: 10px 5px;
    float: left;
    color: #00345F;
    border-left: 1px solid #00345F;
    border-right: 1px solid #00345F;
    border-bottom: 1px solid #00345F;
    background-color: #ccd6e2;
}

#columnRight .lower .section .label {
    width: 90px;
    margin: 0 0 10px 5px;
    float: left;
    clear: both;
    font-weight: bold;
    font-size: 12px;
}

#columnRight .lower .section .input {
    width: 145px;
    margin: 0 0 10px 0;
    float: left;
}

#columnRight .lower .section .input input {
    width: 145px;
    border : 1px solid #00345F;
}

#columnRight .lower .section .input input:focus {
    background-color: #F0F5F9;
}

#columnRight .lower .section .input select {
    width: 148px;
    border : 1px solid #00345F;
}
#columnRight .lower .section .input select:focus {
    background-color: #F0F5F9;
}

#columnRight .lower .section .goButton {
    width: 75px;
    height: 24px;
    border: 0;
    background-color: transparent;
    background-image: url('../../../images/community/common/go.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

#columnRight .lower .section .goButton:hover {
    background-image: url('../../../images/community/common/go_over.png');
}

#columnRight .lower .section .subHeader {
    width: 250px;
    height: 25px;
    float: left;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #00345F;
    margin: 10px 0 5px 0;
    padding: 5px 0;
}

#columnRight .lower .section .subsubHeader {
    width: 250px;
    height: 30px;
    float: left;
    font-weight: bold;
    text-align: center;
}

#columnRight .lower .section #group {
    width: 250px;
    height: 100px;
    float: left;
    border: 1px solid #00345F;
    padding: 15px 0 5px 0;
}

#section_activity .row {
    font-size: 12px;
    height: 20px;
    width: 250px;
    overflow: hidden;
    margin: 0 0 5px 0;
}

#section_organization .row {
    font-size: 12px;
    height: 30px;
    width: 250px;
    overflow: hidden;
    margin: 0 0 5px 0;
}

#section_activity .buttonRow,
#section_organizations .buttonRow {
    height: 30px;
    width: 250px;
}

#columnRight .lower .section .divider {
    border-bottom: 1px solid #00345F;
}

#columnRight .lower .section .advancedSelectionHeader {
    width: 250px;
    height: 30px;
    margin: 0 0 5px 0;
    float: left;
}

#columnRight .lower .section .advancedSelectionHeader .selection {
    text-align: center;
    width: 88px;
    padding: 5px 0;
    float: left;
    background-color: #F0F5F9;
    border: 1px solid #0464B1;
    color: #00345F;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
}

#columnRight .lower .section .advancedSelectionHeader .selection:hover {
    background-color: #004D95;
    color: #FFFFFF;
}

#columnRight .lower .section .advancedSelectionHeader .advanced {
    float: right;
}

#columnRight .lower .section .advancedSelectionHeader .activeSelection {
    background-color: #004D95;
    color: #FFFFFF;
}

#columnRight .lower .section .advancedSelectionHeader .activeSelection:hover {
    cursor: default;
    background-color: #004D95;
    color: #FFFFFF;
}

#locations_basic,
#locations_advanced,
#activity_basic,
#activity_advanced {
    height: 260px;
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
}

#columnRight .lower .section .locationButton {
    margin: 10px 0 0 87px;
}

#columnRight .lower .section .activityButton {
    margin: 10px 0 0 87px;
}

#columnRight .lower .section .organizationsButton {
    margin: 20px 0 0 87px;
}

#columnRight .lower .section .searchAdvancedActivitiesButton {

}

#columnRight .lower .section #addressGroup {
    width: 250px;
    height: 130px;
    float: left;
    border: 1px solid #00345F;
    padding: 15px 0 5px 0;
}

#columnRight .lower .section #addressGroup .label {
    font-size: 12px;
    padding: 5px 0 0 0;
}

#columnRight .lower .section .locationSubHeader,
#columnRight .lower .section .activitySubHeader {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 15px auto;
    width: 50%;
    height: 20px;
    border-bottom: 1px solid #00345F;
}

#columnRight .lower .section .locationSubHeader #locationSubHeaderText,
#columnRight .lower .section .activitySubHeader #activitySubHeaderText {
    display: block;
    float: left;
    width: 80%;
    text-align: center;
}

#columnRight .lower .section .locationSubHeader img,
#columnRight .lower .section .activitySubHeader img {
    width: 16px;
    height: 16px;
    float: right;
    cursor: pointer;
}

#columnRight .lower .section #locations_advanced .locationOptions,
#columnRight .lower .section #activity_advanced .activityOptions {
    width: 100%;
    height: 100px;
}

#columnRight .lower .section #locations_advanced .locationList,
#columnRight .lower .section #activity_advanced .activityList {
    width: 100%;
    height: 120px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #00345F;
}

#columnRight .lower .section #locations_advanced .locationList .row,
#columnRight .lower .section #activity_advanced .activityList .row {
    width: 100%;
    height: 20px;
    margin: 5px 0 0 0;
    padding: 0 0 0 5px;
}

#columnRight .lower .section #locations_advanced .locationList .row .label,
#columnRight .lower .section #activity_advanced .activityList .row .label {
    float: left;
    width: 190px;
    height: 15px;
    overflow: hidden;
    clear: none;
}

#columnRight .lower .section #locations_advanced .locationList .row img,
#columnRight .lower .section #activity_advanced .activityList .row img {
    width: 16px;
    height: 16px;
    float: left;
    cursor: pointer;
    margin: 0 10px 0 0;
}

#columnRight .bottom {
    width: 280px;
    height: 50px;
    float: right;
    background-color: #FFFFFF;
    border: 0;
    padding: 0;
    margin: 10px 0 0 0;
}

#columnRight .bottom .resetFilters {
    float: left;
    margin: 0 0 0 10px;
}

#columnRight .bottom .saveFilters {
    float: right;
    margin: 0 10px 0 0;
}

.infoWindow {
    font-size: 12px;
}
#legend{
    width : 500px;
}
#legend img{
    float : left;
    clear : both;
    margin : 10px;
}
#legend .groupName{
    float : left;
    margin : 13px 0 0 0;
}
#showLegend b
{
    cursor : pointer;
}
#showLegend b:hover
{
    text-decoration : underline;
}
#section_customList{
    font-size : 12px;
    overflow-x:hidden;
    overflow-y:auto;
}
#section_customList .row{
    min-height : 20px;
    margin : 5px 0;
}
#section_customList .row input{
    clear : both;
    float : left;
    width : 25px;
}
