/*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.6 2004/04/06 12:39:10 jenst Exp $
*/

/*default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/

body  {
font : 12px Verdana, Arial, Helvetica, sans-serif;
color : #FFFFFF;
background : #122848 url(../../_pggfx/sgbg.jpg) repeat fixed;
margin : 0px;
}

.main  {
border-right : 1px solid #999999;
border-left : 1px solid #999999;
background : #000000;
}

.mainbottom  {
border-right : 1px solid #999999;
border-bottom : 1px solid #999999;
border-left : 1px solid #999999;
background : #000000;
}

.contentbg  {
text-align : center;
background : url(../../_pggfx/pagebodybg.jpg) scroll;
}

.contentbgbot  {
background : #000000 url(../../_pggfx/pagebodybottom.jpg) no-repeat;
}

/*text styles 
*/

/*album titles on main page */

.title  {
font-weight : bold;
font-size : 14px;
}

/*album title -- Text is controlled by .title */

.mod_title  {
border-bottom : 0px;
border-right : 0px;
border-left : 0px;
border : 1px solid #000000;
}

/*album descriptions on main page */

.desc  {
font-size : 12px;
}

/*photo captions on all pages */

.caption  {
font-size : 10px;
}

/*modifies background for caption text to reside */

.modcaption  {
font-size : 10px;
}

/*all error text */

.error  {
color : red;
font-size : 12px;
}

/*so far, just for voting instructions*/

.attention  {
font : normal 12px Verdana, Arial, Helvetica, sans-serif;
color : blue;
}

/*page headers */

.head  {
font-weight : bold;
font-size : 14px;
}

/*used in breadcrumb bars */

.bread  {
font-size : 10px;
}

/*used in navigation bars */

.nav  {
font-size : 12px;
}

.navtableborderbegin
	{
	  border:1px solid #122848;
	}
.navtableborderend
	{
	  border:1px solid #122848;
	  border-top-width:0px;
	}
.bordertop
	{
	  border:1px solid #000000;
	  border-right-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
	}
.borderright
	{
	  border:1px solid #000000;
	  border-top-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
	}
.borderleft
	{
	  border:1px solid #000000;
	  border-top-width:0px;
	  border-bottom-width:0px;
	  border-right-width:0px;
	}
	

/*used for fine print */

.fineprint  {
font-size : 10px;
}

.viewcounter  {
font-size : 10px;
}

.popuphead  {
font-weight : bold;
font-size : 16px;
}

.popup  {
font-size : 12px;
}

/*Used for the [edit] tags */

.editlink  {
font-size : 10px;
}

/*used in admin bars */

.admin  {
font-weight : bold;
font-size : 10px;
}

.adminform  {
font-weight : bold;
font-size : 10px;
}

/*used in search text */

.search  {
font-weight : bold;
font-size : 10px;
}

/*amount of space to the left of the header and titles */

.leftspacer  {
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*/
	{
	}


