/* This is the style sheet used when Gallery is embedded into
   another product, like PHP-Nuke, and when it's running 
   standalone.

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

     "embedded_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 

   $Id: embedded_style.css.default,v 1.5 2004/01/29 18:19:47 jenst Exp $
*/ 


/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY  
	{ 
	margin:0;
	padding:0;
	font-family: Verdana, Arial;
	font-size: 14px;
	color:#333333;
	line-height:1.3;

	}
TD, P 
	{ 
	margin:0;
	padding:0;
        font: 10px/12px Verdana, Arial, sans-serif;
	color:#EFE7CD;
	line-height:1.2;
	}

/* 
   text styles 
*/
.title                          /* album titles on main page */
	{ 
	margin:0;
	padding:0;
        font: bold 12px/12px Verdana, Arial, sans-serif;
	color:#333333;
	line-height:1.9;
	}
.mod_title			/* album title -- Text is controlled by .title */
	{
	  border-right-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
	}
.mod_title_bg   /* album title hightlight Text is controled by .title */
	{
	}
.mod_title_right  /* album title hightlight  Text is controled by .title*/
	{
	}
.mod_title_left  /* album title hightlight  Text is controled by .title */
	{
	}
.albumdesc  /*album description includes all text and background*/
	{
	}
.desc                           /* album descriptions on main page */
	{ 
          font: bold 10px/12px Verdana, Arial, sans-serif;
	}
.caption                        /* photo captions on all pages */
	{ 
	  font-size: 10px; 
	}
.modcaption  /* modifies background for caption text to reside */
	{
	  font-size: 10px; 
	}
.error                          /* all error text */
	{ 
	  color: red; 
	  font-size: 12px; 
	}

.attention                          /* so far, just for voting instructions*/
        {
	margin:0;
	padding:0;
        font: 10px/12px Verdana, Arial, sans-serif;
	color:#333333;
	line-height:1.9;
        }

.headbox			/* box around the page headers */
	{
	}

.head                           /* page headers */
	{ 
          font: bold 12px/12px Verdana, Arial, sans-serif;
	}
.mod_headliner  /* Gallery & Album titles. Text is controled by .head */
	{
	}
.mod_toplight_bg  /* Gallery & Album titles. Text is controled by .head */
	{
	}
.mod_toplight_right  /* Gallery & Album titles. Text is controled by .head*/
	{
	}
.mod_toplight_left  /* Gallery & Album titles. Text is controled by .head */
	{
	}
.bread                          /* used in breadcrumb bars */
	{ 
          font: 12px/12px Verdana, Arial, sans-serif;
	}
.nav                            /* used in navigation bars */
	{ 
          font: 10px/12px Verdana, Arial, sans-serif;
	}
.navtableborderbegin
	{
	  border:1px solid #333333;
          padding: 5px 5px 5px 5px
	}
.navtableborderend
	{
	  border:1px solid #333333;
	  border-top-width:0px;
          padding: 5px 5px 5px 5px
	}
.fineprint                      /* used for fine print */
	{
          font: 9px/12px Verdana, Arial, sans-serif;
	}
.popuphead
	{
          font: 10px/12px Verdana, Arial, sans-serif;
	}
.popup
	{
          font: 10px/12px Verdana, Arial, sans-serif;
	}
.editlink                       /* Used for the [edit] tags */
	{
          font: 10px/12px Verdana, Arial, sans-serif;
	}
.modnavbox  /* main navigation bar next and previous */
	{
	}
.admin                          /* used in admin bars */
	{ 
          font: 10px/12px Verdana, Arial, sans-serif;
	}

.adminform
	{ 
          font: 10px/12px Verdana, Arial, sans-serif;
	}
.search                          /* used in search text */
	{ 
          font: bold 10px/12px Verdana, Arial, sans-serif;
	}
.leftspacer  /* amount of space to the left of the header and titles */
	{
	  width: 0px;
	}
.modnavboxtop  /*navagation bar top of screen where admin buttons show*/
	{
 
        }
.modnavboxmid  /*navagation bar middle where the link for the albums show*/
	{

	}
.modfooter /*footer where the Gallery version is located*/
	{
	}

