@media
print
{
input {
    border: 1px solid gray;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

#authheader {
    border: 1px dashed gray;
    margin-bottom: 0.3em;
    background-color: seashell;
    padding: 1em;
}

#authheader p {
    text-align: right;
    margin: 0;
    margin-left:80%;
    margin-right: 1em;
    padding: .05em;
}

.admindata {
    font-size: smaller;
    border: 1px solid lightgray;
    background-color: seashell;
    width: 100%;
    padding: 2px;
}

#locator-container {
    border: 0px solid blue;
    margin: 2em;
}

.locator-pager {
    display: none;
}
	
.submit-buttons {
	display: none;
}

.locator-pager ul {
    display: none;
}




#locator-map-container {
    text-align: center;
    width: 602px;
}

.locator-mapped {
    text-align: left;
}

.locator-mapped .locator-location {
}

#locator-results {
    border: 0px solid green; /*background: url( "../img/locator_results_bg.gif" ) top left repeat-y;*/
}

#locator-results .column {
/*
    position: relative;
    float: left;
    width: 48%;
*/
}


#locator-independent {
    float: left;
	width: 48%;
} 

#locator-retail {
    float: right;
	width: 48%;
}

table.locator-location {
    margin-bottom: 1em;
    width: 100%;
    border: 0px solid pink;
}

.locator-location span, .locator-text {
/*font-size: 9pt;*/
}

.locator-location a {
    color: #58788F;
}

.locator-location tr td {
    white-space: normal;
}

.locator-text {
    margin-top: 3px;
    margin-bottom: 3px;
}

.locator-business {
    font-weight: bold;
    color: #587892;
}

#map-image {
    position: relative;
    right: 0px;
    z-index: 0;
    border: 1px solid black;
}

.locator-button {
    position: relative;
    z-index: 1;
    border: 0;
}

#pan-north {
    top: 26px;
    left: -196px;
}

#pan-east {
    top: 45px;
    left: -225px;
}

#pan-west {
    top: 45px;
    left: -242px;
}

#pan-south {
    top: 66px;
    left: -270px;
}

#zoomin {
    top: 94px;
    left: -300px;
}

#zoomout {
    top: 120px;
    left: -326px;
}

.locator-center-button {
    text-align: left;
}

.clear {
    clear: both;
}

/* ERRORS */
.errors {
    color: red;
}
.blue_row_with_buttons {
	display: none;
}
	
.locator-selectall {
	display: none;
}
.checkbox {
	display: none;
}
#logo {
	display: none;
}

}