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

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

a:link    {
    color: #004B99;
}

a:visited  {
    color: #003399;
}

a:hover {
    color: #FF0000;
}

b {
    color: #004B99;
}

th {
    background-color: #004B99;
}

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

#header a:hover {
    color: #FF0000;
}

#header .lang-selector {
    padding-top: 10px;
}

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

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

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

#footer {
    background-color: #004DA7;
}

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

