/* 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: rgb(204,204,204); }

A:hover 

	{ color: rgb(255,255,255); }



/* 

   default text styles - background and colors overriden by

   album 'bgcolor', 'background', and 'textcolor' properties.

*/

BODY  

	{ 

	  background-color: rgb(31,31,31);

	  color: rgb(204,204,204);

	}

TD, P 

	{ 

	  color: rgb(204,204,204);

	}
.navigationg
{
  COLOR: rgb(102,102,102);
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; 
  FONT-SIZE: 12px;
  TEXT-DECORATION: none;
}

.navigationg:hover
{
  COLOR: rgb(204,204,204);
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; 
  FONT-SIZE: 12px;
  TEXT-DECORATION: none;
}

.rightbar
{
  vertical-align: top;
  COLOR: rgb(102,102,102);
  FONT-SIZE: 11px;
  TEXT-DECORATION: none;
}



