/* 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: #AAB5CE; }
A:hover
	{ color: #999999; }

BODY {  font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
background-color: #555555;
color: #222222;
scrollbar-face-color:#444444;
scrollbar-highlight-color:#666666;
scrollbar-3dlight-color:#444444;
scrollbar-darkshadow-color:#222222;
scrollbar-shadow-color:#000000;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#333333;
margin-top:0;
margin-left:0;
marginwidth:0;
marginheight:0;
	}
TD, P
	{
	  color: #999999;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10pt;
}
.blaa {
 	background-color: #444444;
	}
.bla {
 	background-color: #000000;
	}
.title                          /* album titles on main page */
	{
	  font-size: 14px;
	  font-weight: bold;
	}
.desc                           /* album descriptions on main page */
	{
	  font-size: 12px;
	}
.caption                        /* photo captions on all pages */
	{
	  font-size: 10px;
	}
.head                           /* page headers */
	{
	  font-size: 16px;
	  font-weight: bold;
	}
.nav                            /* used in navigation bars */
	{
	  font-size: 12px;
	}
.fineprint                      /* used for fine print */
	{
	  font-size: 10px;
	}
.bread2                          /* used in breadcrumb bars */
	{
	  font-size: 12px;
      font-weight: bold;
	}