/*
 * A javadoc stylesheet that provides biltemore.se:ish colors.
 */
 
/* Page background color */
body { 
    background-color: #404040;
    color: #999999;
    font-size: small;
    font-family: Arial,Helvetica,sans-serif;
}

a:link, a:visited {
    color: #888888;
}

/*
a:active, a:hover, #leftcol a:active, #leftcol a:hover {
    color: #f30 !important;
}
*/

a:link.selfref, a:visited.selfref {
    color: #555 !important;
}

.a td {
    background: #ddd;
    color: #000;
}

h2 {
    color: #A49C87;
}

h3 {
    color: #A49C87;
}

/* Table colors */
.TableHeadingColor     {
    color: #A49C87;
    background-color: #757575;
} 
.TableSubHeadingColor  {
    background-color:#757575;
    color:#000000;
} 
.TableSubHeadingColor a:link, .TableSubHeadingColor a:visited {
    color: #999999;
}
.TableRowColor         {
    background-color: #404040;
    color: #999999;
}
.TableRowColor a:link, .TableRowColor a:visited {
    color: #bbbbbb;
}

/* Font used in left-hand frame lists */
.FrameTitleFont   { 
    font-size: small;
    font-family: Arial,Helvetica,sans-serif;
    color:#000000
}
.FrameHeadingFont { 
    font-size: small;
    font-family: Arial,Helvetica,sans-serif;
    color:#A49C87;

    font-weight: bold;
}
.FrameItemFont    { 
    font-size: small;
    font-family: Arial,Helvetica,sans-serif;
    color:#000000
}

/* Navigation bar fonts and colors */
.NavBarCell1    { 
    background-color:#cccccc;
}
.NavBarCell1Rev { 
    background-color:#000000;
    color: #cccccc;
}
.NavBarFont1    {
    font-family: Arial, Helvetica, sans-serif;
    color:#000000;
}
.NavBarFont1Rev {
    font-family: Arial, Helvetica, sans-serif;
    color:#cccccc;
    background-color: #003333;
}
.NavBarCell2    {
    font-family: Arial, Helvetica, sans-serif;
    /*background-color:#757575;*/
    background-color: #A49C87;
    color: #000000;
}
.NavBarCell2 a:link, .NavBarCell2 a:visited {
    color: #333333;
}
.NavBarCell2 a:hover {
    color: #ffffff;
}
.NavBarCell3    {
    font-family: Arial, Helvetica, sans-serif;
    /*background-color:#fbfbe8;*/
    background-color: #858585;
    color: #333333;
}
.NavBarCell3 a:link, .NavBarCell3 a:visited {
    color: #333333;
}
