/* 
    Document   : napa
    Created on : June 19, 2007, 3:55 PM
    Author     : rsamson
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

*{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.formError{
    color: red;
    font-weight : bold;
    list-style-type: disc;
}
.resultsContent { font-size: 10px; color: #000000; }

a.resultsName:link  { font-size: 10px; font-weight : bold; color: #4a7aa2; text-decoration: none; }
a.resultsName:visited { font-size: 10px; font-weight : bold; color: #4a7aa2; text-decoration: none; }
a.resultsName:hover { font-size: 10px; font-weight : bold; color: #4a7aa2; text-decoration: underline; }

.resultAddress { font-size: 9px; color: black; text-decoration: none;  }
.resultDistance { font-size: 8px; color: black; font-weight: bold; text-decoration: none;  }
.resultsDetailString { font-size: 10px; color: white;}
.resultsTitle { font-size: 12px; color: white; font-weight: bold;}
.resultsTitleOff { font-size: 12px; color: #888888; font-weight: bold;}
.buttonText { font-size: 10px; color: white; font-weight: bold;}
.overlayToolTip { font-size: 11px; font-weight : bold; color: #0000FF; background-color: #FFFFFF; text-decoration: underline; }
.searchTitle{ font-size: 12px; color: #315294; font-weight: bold; }
#noResults{ padding-left: 5px; font-size: 11px; color: black; text-decoration: none; font-weight: bold;}

.detailTitle {
    font-size: 11px;
    color: #447bad;
    font-weight: bold;
    padding-bottom: 10px;
}
.detailText {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;    
}

@media print{

img{
    display: none;
}
#map img{
    display: block;
}
.noPrint {
    display: none;
}
.print {
    display: block;
}
.resultsTitle {
    display: none;
}
#resultsInnerDiv {
    height: 800px;
    overflow: hidden;
}

}