/**
* supplemental.css
*
* supplemental styles for this applicaiton
*
* Snohomish County, WA
* Department of Information Systems
* Web Services Team
*
* created: 2004-06-11
* version: 1.0.0
* author: Michael VonWald
*/

.detail-off
{
    display:none;
}
.detail-on
{
    font-family:verdana;  
    border:1px solid #CCCCCC;   
    margin-left:10px; 
    padding:3px; 
    text-align:center;     
}
.special-link 
{
    font-family : Verdana;
    font-size : 8pt;
    padding : 2px;
    color : #0000FF /** blue */;
    text-decoration : underline;
}
.bookingNameLink
{
    font-family : Arial;
    font-size : 10pt;
    color : #000000 /** black */;
    text-decoration : none;
}
.bookingNameLink-over
{
    background-color: Yellow;
    font-family : Arial;
    font-size : 10pt;
    color : #000000;
    text-decoration : none;
    font-weight : bold;
}
