/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
/*
  $Id: embedded_style.css,v 1.2 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.

*/

/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
body  
	{ 
	  font-family: Arial;
	  font-size: 10pt;
	  font-weight: normal;
	  background-color: #ffffff;
	}
table
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}

a.topbar,
a:link.topbar,
a:visited.topbar,
a:active.topbar
{
	color: #AEDCFF;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}
a:hover.topbar
{
	color: #FFFFFF;
	text-decoration:none;
}

/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A   	{ color: #1480BA; text-decoration:none; font-weight:bold; }
A:link	{ color: #1480BA; text-decoration:none; }
A:visited { color: #1480BA; text-decoration:none; }
A:active { color: #1480BA; text-decoration:underline; }
A:hover	{ color: #1480BA; text-decoration:underline; }

.modnavboxtop  /*navigation bar top of screen where admin buttons show*/
	{ 
	  font-family:Verdana, Arial, sans-serif;
	  color: #ffffff;
	  font-size: 8pt;
	  font-weight:normal;
	  background-color: #1480BA;
	  line-height:140%;
	  border:0px dashed #1480BA;
	  width: 100%  
	}
.modnavboxtop a,
.modnavboxtop a:link,
.modnavboxtop a:visited,
.modnavboxtop a:active {
	  font-weight: bold;
	  color: #AEDCFF;
	  text-decoration: none;
	}
.modnavboxtop a:hover {
	  font-weight: bold;
	  color: #FFFFFF;
	  text-decoration: none;
	}

.modnavboxmid  /*navigation bar middle where the link for the albums show*/
	{ 
	  font-family:Verdana, Arial, sans-serif;
	  color: #ffffff;
	  font-size: 8pt;
	  font-weight:bold;
	  background-color: #AEDCFF;
	  line-height:140%;
	  border:0px dashed #AEDCFF;
	  width: 100%  
	}
.modnavboxmid a,
.modnavboxmid a:link,
.modnavboxmid a:visited,
.modnavboxmid a:active {
	  font-weight: bold;
	  color: #1480BA;
	  text-decoration: none;
	}
.modnavboxmid a:hover {
	  font-weight: bold;
	  color: #1480BA;
	  text-decoration: underline;
	}


.desc  /* album descriptions on main page just description and author*/
	{ 
	  font-family:Arial, sans-serif;
	  font-size:10pt
	  color:#ff0000;
	}
.caption  /* photo captions on all pages */
	{ 
	  font-size: 8pt; 	
	}
.modcaption  /* modifies background for caption text to reside */
	{
	  font-family:Verdana, Arial, sans-serif;
	  font-size: 8pt;
	  margin-bottom: 20px
	}

