/* This is the default style sheet used by the Gallery when
   it is running as a standalone product.  

   If you would like to customize the styles please create 
   copy of this file called 

     "standalone_style.css" (same name without ".default")

   If that file is found in this directory it will be 
   used instead of this one.

   Some of the styles below are overriden by specific 
   album properties. These are noted.

   NOTE:  When Gallery is running standalone it still loads
   embedded_style as a baseline, but you can override those
   settings here.
*/ 

/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A:link, A:visited, A:active 
	{ color: #73CC00; }
A:hover 
	{ color: #CC0000; }

/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY  
	{ 
	  background-color: #FFFFFF;
	  color: #000000;
	  margin-left: 5px;
	  margin-top: 5px;
	  margin-right: 15px;
	  margin-bottom: 0px;

	scrollbar-face-color: #86ED00;
	scrollbar-highlight-color: #86ED00;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-shadow-color: #86ED00;
	scrollbar-arrow-color: white;
	scrollbar-track-color: #efefef;

	}
TD, P 
	{ 
	  color: #333333;
	}

INPUT
	{
	  font-family:Terminal, Verdana, mono-sans, sans-serif;
	  font-size:10px;
	  color:#000000;
	  background-color:#86ED00;
	  width:125px;
	  height:15px;}

.head                           /* page headers */
	{ 
	  font-size: 14px; 
	  font-weight: bold;
	}

.title                          /* album titles on main page */
	{ 
	  font-size: 12px; 
	  color: #86ed00;
	  font-weight: bold; 
	}

.modnavbox  /* main navigation bar next and previous */
	{
	  margin-top: 5px;
	  height: 20px;
	  border: 1px solid #cccccc;
	}

.modnavboxmid  /*navagation bar middle where the link for the albums show*/
	{
	  margin-top: 5px;	  
	}
.modfooter /*footer where the Gallery version is located*/
	{
	}

.albumdesc  /*album description includes all text and background*/
	{
	  color: #ACACAC;
	}

.desc                           /* album descriptions on main page */
	{ 
	  line-height: 17px;
	  font-size: 10px; 
	  color: #505050;
	}