/****
 * Theme:       NAPA
 * Description: Style that is specifically for NAPA template.  Redefines
 *              css classes to override the default colors specified in
 *              the default style file
 * Revision:    v1.0 - 5/24/2010 - Initial Creation
 ****/

body {
    background-image: url("/themes/napa/images/diag_back.gif");
}

a:link {
    color: #0C2988;
}

a:visited {
    color: #EF4136;
}

a:hover {
    color: #FF0000;
}

b {
    color: #0C2988;
}

th {
    background-color: #003399;
}

#header .top {
    background-color: #004DA7;
    background-image: url("/themes/napa/images/bg.jpg");
}

#header .napa-autocare-center {
    float: right;
    text-align: right;
    padding: 8px 10px 7px 10px;
}

#menu-bar {
    color: #666666;
    background: url("/themes/napa/images/menubar.jpg");
}

#menu-bar a:hover, #menu-bar a:active {
    color: #FFFFFF;
    background-color: #FFB410;
}

#left-bar .car-owner-tools {
    background: url("/themes/napa/images/bull.jpg") no-repeat;
}

.button {
    color: #003399;
    background-color: #FFB60E;
    border-top: 2px solid #FFCB4F;
    border-bottom: 2px solid #CF9200;
    border-left: 2px solid #FFCB4F;
    border-right: 2px solid #CF9200;
}

#message_preview, #update_address {
    position: absolute;
    padding: 0px;
    border: solid 1px #003399;
    background-color: #003399;
    visibility: hidden;
}
