/* 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.



   $Id: standalone_style.css.default,v 1.6 2003/09/09 12:15:20 beckettmw Exp $

*/ 



/* 

   link colors - overridden by the album 'linkcolor' property.

*/

body{

background: #ffffff;

color:#000000;

font:12px Verdana,Arial,Helvetica,sans-serif;

scrollbar-3dlight-color: #000000;

scrollbar-arrow-color: #012F8B;

scrollbar-darkshadow-color: #000000;

scrollbar-face-color: #ffffff;

scrollbar-highlight-color:#ffffff;

scrollbar-shadow-color: #ffffff;

scrollbar-track-color: #ffffff}



/* General font families for common tags */

font, td, p{color:#000000; font:12px Verdana,Arial,Helvetica,sans-serif}

th{color:#ffffff; font:12px Verdana,Arial,Helvetica,sans-serif color:#ffffff}

a:link, a:active, a:visited, a.postlink:link{color:#1B218F;text-decoration:none}

a:hover{color:#767676;text-decoration:underline}

.postbody{font-size:12px}



hr{border:0px solid #d1d7dc; border-top-width:1px; height:0px}



/* This is the border line & background colour round the entire page */

.bodyline

{

 	 background:#fff;

	 border:2px solid #162986;

   font-size: 11px;

}

TD, P 

	{ 

	  color: #000000;

	}

/* Copyright and bottom info */
.copyright{font:10px Verdana,Arial,Helvetica,sans-serif}
a.copyright{color:#444444}
a.copyright:hover{color:#000000;text-decoration:underline}

