/* 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: #ffffff; }
A:hover 
	{ color: #ffffff; }

/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY  
	{ 
	  background-color: #000000;
	  color: #ffffff;
	}
TD, P 
	{ 
	  color: #ffffff;
	}



.text {font:11px/13px verdana; color: #FFFFFF}
.textsm {font:10px/10px verdana; color: #FFFFFF}
.redtext {font:11px/13px verdana;color:#c40404}
.legaltext {font:9px/9px verdana;color:#646464}
a.legaltextlink:link,a.legaltextlink:active,a.legaltextlink:visited {font:9px/11px verdana;color:#646464}
a.textlinkred:link,a.textlinkred:visited,a.textlinkred:active {font:11px/13px verdana;color:#c40404}
a.textlinkredsm:link,a.textlinkredsm:visited,a.textlinkredsm:active {font:9px/9px verdana;color:#c40404}
a.textlink:visited{font:11px/13px verdana;color:#FFFFFF}
a.options:link,a.options:active,a.options:visited {font:10px/12px 
verdana;color:#c40404;font-weight:bold;text-decoration:none}
a.options:hover {font:10px/12px verdana;color:#c40404;font-weight:bold;text-decoration:underline}

#productsDIV {position:absolute;left:206px;top:94px;visibility:hidden}
#supportDIV {position:absolute;left:369px;top:94px;visibility:hidden}
#aboutDIV {position:absolute;left:511px;top:94px;visibility:hidden}

a.textlink:link { font:11px/13px verdana;color:#FFFFFF} a.textlink:active  { font:11px/13px verdana;color:#FFFFFF}
a.textlinkBIG:link { font:13px/15px verdana;color:#FFFFFF} a.textlinkBIG:active  { font:13px/15px verdana;color:#FFFFFF}

