@CHARSET "UTF-8";

h4 {
    color: #3B95D1;
}
 
#leftSearchPane {
    float: left;
    width: 170px;
}

#toggleWrapper {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #3B95D1;
}

a.toggle, a.toggle:visited {
    color: #3B95D1;
    text-decoration: underline;
}


#rightSearchPane {
    float: right;
    width: 365px;
    border: 1px solid #3B95D1;
    background: url(/templates/public/visitstpaul/images/directory/searchPane/gradient.jpg) repeat-x;
}

#rightSearchPane table {
    border-spacing: 0px;
    width: 350px;
    color: #777777;
}

span.listingTitle {
    color: #000000;
}

span.listingTitle:hover {
    text-decoration: underline;
}

#rightSearchPane table tr.listing:hover {
    background: #3B95D1;
    cursor: pointer;
}

#rightSearchPane table td {
    padding: 5px 0;
}

#rightSearchPane table tr.searchHeader a, #rightSearchPane table tr.searchHeader a:visited {
    color: #3B95D1;
    text-decoration: underline;
    font-weight: bold;
}

#rightSearchPane table tr.searchHeader a:hover {
    
}

#rightSearchPane table tr.searchHeader font.sort {
    color: #3B95D1;
    font-weight: bold;
}

#rightSearchPane table tr.even {
    background: #CFE2F3;
}


div#featuredSorted {
    width:14px;
    height: 14px;
    background: url(/templates/public/visitstpaul/images/directory/searchPane/dotBig.jpg) no-repeat;
    background-position: top center;
    padding-left: 24px;
}

div#featuredIndicatorWrapper {
    float: right;
    padding-right: 20px;
}

div#featuredSortedIndicator {
    width:12px;
    height: 12px;
    background: url(/templates/public/visitstpaul/images/directory/searchPane/dotWhite.jpg) no-repeat;
    background-position: top center;
    padding-left: 10px;
}

#rightSearchPane table td#featuredColumn {
    width: 35px;
}

#rightSearchPane table td#featuredColumn a#featuredSort {
    display: block;
    width:12px;
    height: 12px;
    background: url(/templates/public/visitstpaul/images/directory/searchPane/dotWhite.jpg) no-repeat;
    background-position: top center;
}

#rightSearchPane table tr.even div.featured {
    width:10px;
    height: 11px;
    background: url(/templates/public/visitstpaul/images/directory/searchPane/dotBlue.jpg);
}

#rightSearchPane table tr.odd div.featured {
    width:12px;
    height: 12px;
    background: url(/templates/public/visitstpaul/images/directory/searchPane/dotWhite.jpg);
}

div.notFeatured {
    width: 35px;
    height: 12px;
}

#rightSearchPane table #nameColumn {
    width: 141px;
}

#rightSearchPane table #locationColumn {
    width: 75px;
}

font.categoryFont {
    text-transform: uppercase;
    font-family: Times New Roman;
    color: #777777;
}

ul.subCategories {
    display: none;
    list-style: none;
    margin-left: 10px;
    color: #777777;
    padding: 0px;
}

ul.active {
    display: block;
}

img.hideShow {
    float: right;
    cursor: pointer;
    margin-top: -50px;
    margin-right: 20px;
}

img.hideSubs {
    display: none;
}

img.inactive {
    display: none;
}

img.active {
    display: inline;
}

#leftSearchPane hr {
    border: 0px;
    background: #3B95D1;
    height: 1px;
}

.categoryContainer {
    padding: 8px 0;
}

#searchInputWrapper {
    padding: 5px 0;
}

#categoriesWrapper {
    height: 265px;
    overflow: auto;
    padding-right: 5px;
    margin-top: 10px;
}

#searchInputWrapper div#leftSearch {
    width: 8px;
    height: 20px;
    float: left;
    background: url(/templates/public/visitstpaul/images/directory/searchPane/textInputLeft.jpg) no-repeat; 
}

#searchInputWrapper input#keyword, #searchInputWrapper input#activeKey {
    border: 0px;
    background-image: url(/templates/public/visitstpaul/images/directory/searchPane/textInputInactive.jpg);
    width: 100px;
    height: 20px;
}

#searchInputWrapper input#activeKey {
    background-image: url(/templates/public/visitstpaul/images/directory/searchPane/textInputActive.jpg);
}

#searchInputWrapper #searchSubmit {
    display: block;
    float: left;
    width: 55px;
    height: 30px;
    background: url(/templates/public/visitstpaul/images/go_button.png) no-repeat;
    margin-left: 107px;
    margin-top: -27px;
    
}

#leftSearchPane a#layersOff {
    margin-top: 5px;
    display: block;
    float: left;
    width: 162px;
    height: 21px;
    background: url(/templates/public/visitstpaul/images/directory/searchPane/layersOff.jpg) no-repeat;
}

#radioOptions {
    padding-left: 8px;
    margin-top: 5px;
    font-size: 10px;
}

#searchTableRight {
    width: 365px;
    height: 525px;
    overflow: auto;
}

.inline {
    display: inline;
}

p#small {
    font-size: 10px;
    float: left;
    margin-left: 15px;
    margin-top: -20px;
    color: #000000;
}

div#content_db {
    border: none;
}

#searchResults {
    color: #000000;
}

a#resetSearch {
    margin-left: 10px;
    float: left;
    display: block;
    width: 56px;
    height: 26px;
    background: url(/templates/public/visitstpaul/images/directory/searchPane/reset.jpg) no-repeat;
}

a#searchNow {
    margin-left: 5px;
    float: left;
    display: block;
    width: 92px;
    height: 26px;
    background: url(/templates/public/visitstpaul/images/directory/searchPane/searchNow.jpg) no-repeat;
}

table#directoryTable td#listingName {
    width: 138px;
    
}