/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
/*
  $Id: standalone_style.css,v 1.1 2004/02/08 23:13:04 jenst Exp $
 
  Gallery - a web based photo album viewer and editor
  Copyright (C) 2000-2003 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.

*/ 

.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;
	}


/*text styles*/
 /* album titles on main page */
.title      	{ 
	font-weight: bold;
         text-decoration:none;
        font-family: tahoma;
	}

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


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

.desc	{ 
	font-size:11px; 
	font-family:Arial,Sans-serif;
        color:#999999;
	width:80%;
	}

/* photo captions on all pages */
.caption	{ 
	font-size: 11px; 
	font-family: Arial,Sans-serif;
	}

/* modifies background for caption text to reside */
.modcaption {
	font-size: 11px; 
	font-family: Arial,Sans-serif;
	}

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

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

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

 /* page headers */
.head  	{ 
	font-size: 18px; 
	font-weight: bold;
	font-family: Tahoma;
	color: Midnightblue;
	}

/* used in breadcrumb bars */
.bread 	{ 
	font-size: 11px; 
	font-family: Arial,Sans-serif;
	}

/* used in navigation bars */
.nav	{ 
	font-size: 12px; 
	}

.navtableborderbegin {
	border:1px solid lightsteelblue;
	}

.navtableborderend {
	border:1px solid lightsteelblue;
	border-top-width:0px;
	}

.bordertop {
	border:1px solid lightsteelblue;
	border-right-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	}

.borderright {
	border:1px solid lightsteelblue;
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	}

.borderleft {
	border:1px solid lightsteelblue;
	border-top-width:0px;
	border-bottom-width:0px;
	border-right-width:0px;
	}

.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;
	font-size: 11px; 
	font-family: Arial,Sans-serif;
	}

.popup	{
	font-size: 11px;
	font-family: arial,sans-serif;
	}

/* Used for the [edit] tags */
.editlink	{
	font-size: 11px; 
	font-family: Arial,Sans-serif;
	}

/* used in admin bars */
.admin	{ 
	font-size: 11px; 
	font-family: Arial,Sans-serif;
	}

.adminform { 
	font-size: 11px; 
	font-family: Arial,Sans-serif;
	}

/* used in search text */
.search	{ 
	font-size: 11px; 
	font-family: Arial,Sans-serif;
	}