﻿.mapTileFrame {
    background-color: #f9f9f9;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    padding: 10px !important;
}

.mapTileSize {
    width: 200px !important;
    height: 190px !important;
}

.mapTitleFrame {
    background-color: #F9F9F9;
    font-size: 11px;
    margin: 0 0 20px;
    padding: 20px;
    line-height: .5em !important;
}

.mapTileImageFrame{
    height: 135px !important;
}

.mapTileImage {
    border: 1px solid #D6D6D6 !important;
    width: 200px !important;
}

.mapTileTitle {
    margin: auto;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 11px !important;
    line-height: 1.0em !important;
}

div.mapOpenDetails {
    font-size: x-small !important;
    padding: 0px !important;
}

    div.mapOpenDetails ul {
        padding: 0px !important;
        margin: 5px 0em 3px 0em !important;
        line-height: 1.0em !important;
        list-style-type: none !important;
    }

#tagsUL li {
    cursor: pointer;
}

.tagSubheader{
    margin-top: 12px !important;
}

.clearSearch {
    margin-top: 12px !important;
    cursor: pointer;
}

.clearFilter {
    margin-bottom: 12px !important;
    cursor: pointer;
}

.selectedItem
{
    font-weight: bold !important;
}

.selectedTagSubheader
{
    font-weight: bold !important;
}