/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
/*
  $Id: standalone_style.css,v 1.3 2004/07/08 23:47:31 beckettmw Exp $
 
  Gallery - a web based photo album viewer and editor
  Copyright (C) 2000-2004 Bharat Mediratta
 
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or (at
  your option) any later version.
 
  This program is distributed in the hope that it will be useful, but
  WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  General Public License for more details.
 
  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

*/ 


.commentbox	{ border-width:1px; border-style:solid; border-color: #000000;
		  padding:2px;
		}
		
.commentboxhead	{ background-color: #FCFCF3; padding:2px;
		  border-bottom-width:1px; border-bottom-style: solid; border-color: #000000;
		  font-size:10pt;
		}

.commentlabel	{ background-color: #DCDCC0; padding:5px; font-weight: bold;
		  font-size:10pt;
		}

.commentboxfooter { background-color: #FCFCF3; padding:2px;
		  border-top-width:1px; border-top-style: solid; border-color: #000000;
		  font-size:10pt;
		}

.sitedesc	{ background-color: #FCFCF3; margin-top:25px; padding:5px;
		  border-style: solid; border-width: 1px ; border-color: #000000;
		}

.inner		{ padding: 5px; margin-top:20px;
		  border-style: solid; border-color: #000000; border-width:1px;
		}

.shortdesc	{ background-color: #DCDCC0; padding:5px; font-weight: bold;
		}

body	{ 
	  color:#404040;
	  font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	  background-color:#ffffff;
	}

a:link	{ color: #0033CC; 
 	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	line-height: 12pt; 
	font-weight:700;
	text-decoration: none; }
a:visited { color: #003300; text-decoration: none; font-weight:700; }
a:active { color: #C0C0C0; font-weight:700; }
a:hover	{ color: #C0C0C0; text-decoration: underline; font-weight:700;}


a.admin   { color: #0033CC; 
 	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	line-height: 12pt; 
	font-weight:600;
	text-decoration: none; }
a.admin:link	{ color: #0033CC; text-decoration: none; }
a.admin:visited { color: #003300; text-decoration: none; }
a.admin:active { color: #404040; }
a.admin:hover	{ color: #C0C0C0; text-decoration: underline; }

a.menu   { color: #0033CC; 
 	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	line-height: 14pt; 
	font-weight:600;
	text-decoration: none; }
a.menu:link	{ color: #0033CC; text-decoration: none; }
a.menu:visited { color: #003300; text-decoration: none; }
a.menu:active { color: #404040; }
a.menu:hover	{ color: #C0C0C0; text-decoration: underline; }

a.tiny   { color: #0033CC; 
 	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	line-height: 10pt; 
	font-weight:600;
	text-decoration: none; }
a.tiny:link	{ color: #0033CC; text-decoration: none; }
a.tiny:visited { color: #003300; text-decoration: none; }
a.tiny:active { color: #404040; }
a.tiny:hover	{ color: #C0C0C0; text-decoration: underline; }

div.top { font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt; 
	line-height: 24pt; 
	text-align: right;
}

div.smallcaps 
{
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	line-height: 18pt; 
	color:#ffffff;
	letter-spacing: 5pt;
	font-weight:500;
	text-align: right;
	background-color: #999999;
}

div.menu 
{
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	line-height: 18pt; 
	font-weight:500;
	text-align: right;
	background-color: #ffffff;
}

div.footer 
{
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	line-height: 12pt; 
	font-weight:500;
	text-align: center;
	padding: 2px;
	background-color: #ffffff;
	border-top-style: solid; border-top-color: #cccccc; border-top-width: 2px;
 }

div.line 
{
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	line-height: 12pt; 
	font-weight:500;
	text-align: center;
	padding: 2px;
	background-color: #ffffff;
	border-top-style: solid; border-top-color: #cccccc; border-top-width: 2px;
 }


/* 
   text styles 
*/
.title                          /* album titles on main page */
	{ 
	  font-size: 14px; 
	  font-weight: 600; padding: 5px; 
	}

.mod_title			/* album title -- Text is controlled by .title */
	{
	  border:1px solid #000000;
	  border-right-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
	}

.albumdesc  /*album description includes all text and background*/
	{
	color:#404040;
	}

.desc	{ background-color: #FCFCF3; padding:5px; margin:8px; 
	font-size: 10pt;
	line-height: 12pt; 
	font-weight:400;
	  width:80%;
	  border-style: solid; border-color: #000000; 
	  border-width:1px; -Moz-Border-Radius: 20px;
	}

.caption                        /* photo captions on all pages */
	{ 
	  font-size: 12px; font-weight: 600;
	}
.modcaption  /* modifies background for caption text to reside */
	{
	font-size: 10pt;
	line-height: 12pt; 
	font-weight:400;
	}

.error		{ background-color: #CC0000; color: #FFFFFF ;
		  padding:2px
		}

.attention                          /* so far, just for voting instructions*/
        {
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-weight: normal;
          color: blue;
          font-size: 12px;
        }

/*
.warning        { font-weight:bold; background-color: #FFFF33; color: #000000 ;
		  width: 150px; padding:2px; 
		}
*/

.headbox { 
	  background-color: #E6E6DC; font-size: 1.5em; font-weight:600; padding:10px;
	  border-style: solid; border-width: 1px; border-color: #F0F0F0;
	}

.head                           /* page headers */
	{ 
	  font-size: 16px; 
	  font-weight: 600; 
	  color:#404040;
	}

.bread                          /* used in breadcrumb bars */
	{ 
	  font-size: 12px; font-weight: 600;
	}
.nav                            /* used in navigation bars */
	{ 
	  font-size: 12px; font-weight: 600;
	}
.navtableborderbegin
	{
	  border:1px solid #000000;
	}
.navtableborderend
	{
	  border:1px solid #000000;
	  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;
	}
.fineprint                      /* used for fine print at bottom of page */
	{
	  font-size: 10px; font-weight: 600;
	}
.popuphead
	{ font-size: 16px;
	  background-color: #FCFCF3; padding:5px; font-weight: bold;
	  -Moz-Border-Radius: 20px;
	}

input, select, option, textarea
	{ 
	  background-color: #FCFCFF; padding-left:5px; -Moz-Border-Radius: 20px;
	}

.popup
	{
	  font-size: 12px;
	}
.editlink                       /* Used for the [edit] tags */
	{
	  font-size: 10px;
	}

.admin                          /* used in admin bars */
	{ 
	font-size: 10px;
	line-height: 12px; 
	font-weight:400;
	}

.adminform
	{ 
	  font-size: 10px; 
	  font-weight: bold; 
	}
.search                          /* used in search text */
	{ 
	  font-size: 10pt; 
	line-height: 12pt; 
	  font-weight: 600; 
	}
