/* For the different colors */
h1
{
    color:DarkSlateGray;
}
h2
{
    color:DarkSlateGray;
}
h3
{
    color:DarkSlateGray;
}
body
{
/*    background-color:Cornsilk;*/
}
#page
{
    background-color:Ivory;
}
.footer
{
    color:White;
}
.ui-tooltip
{
    color: black;
}
.accttable td
{
    color:DarkSlateGray;
}
.col_group .heading
{
    color:Black;
    background-color:Tan;
}
a, a:link, a:visited {
    color:Black;
}
a:active, a:hover {
    color:Black;
}
.normal-anchor-blue
{
    color:Blue;
}
input[type="text"], input[type="password"], textarea
{
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, .05);
    box-shadow: inset 0 0 10px rgba(255, 255, 255, .85);
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus
{
    background-color: yellow;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, .5);
}
select
{
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, .05);
    box-shadow: inset 0 0 10px rgba(255, 255, 255, .85);
}
#footer
{
    color:Black;
    border: 2px solid #676767;
}
#footer .footer-info ul li a
{
    color:Black;
}
#current-date
{
    color:White;
}
#page-title
{
    color:White;
}
