/******************************************
 * TITLE: Night Vision Default Stylesheet *
 ******************************************/

/* DESCRIPTION:
 * This is the green colour stylesheet for the Night Vision Australia website.
 *
 * This stylesheet is best used for display on large display areas (eg: standard computer
 * monitors).
 */

/* Import the default layout */
@import url(default.css);

body        {
            background-color:#c7a7d9;
            }

.titleBar   {
            background-color:black;
            color:green;
            border-color:black;
            }

.titleCall  {
            color:white;
            }

#navBar     {
            background:black;
            color:#43F927;
            }

#navBar a:link      {
            color: #43F927;
            }
#navBar a:visited   {
            color: #43F927;
            }
#navBar a:hover     {
            color: #9AFF03;
            }
#navBar a:active    {
            color: #43F927;
            }

.main       {
            color:black;
            padding-top: 100px;
            }

.gradBar    {
            background:#c7a7d9 url("../images/gradbar-magenta.gif");
            background-repeat: repeat-x;
            }
  
.titletextcontainer {
  color: #893AA2;
}

.titleshadowcontainer {
  color: #DDAAEE;
  display: none;
}                        