/**
 * night.css
 *
 * Copyright (c) 2003-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Night theme.
 *
 * $Id: night.css,v 1.3 2008/06/11 18:55:16 asmecher Exp $
 */
body
{
    background-color : white;
    color : black;
}
a:link
{
    color : rgb(51 , 51 , 51);
}
a:active
{
    color : teal;
}
a:visited
{
    color : rgb(102 , 102 , 102);
}
a:hover
{
    color : teal;
    background : white;
}
input.textField, select.selectMenu, textarea.textArea, input.uploadField
{
    background-color : rgb(136 , 136 , 136);
}
input.defaultButton
{
    background-color : rgb(0 , 0 , 0);
}
#container
{
    text-align : left;
}
#header
{
    background-color : rgb(228, 228, 203);
    border-bottom : 1px solid red;
}
#headerTitle
{
    color : rgb(255 , 255 , 255);
}
#main
{
    background-color : white;
    border-left : 1px solid silver;
    border-right : 1px solid silver;
    border-bottom : 1px solid silver;
}
#navbar
{
    border-bottom : 1px dotted silver;
}
#breadcrumb
{
    padding-bottom : 10px;
    border-bottom : 1px dotted silver;
}
#content
{
    border-top : 0px dotted rgb(0 , 0 , 0);
}
