/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
/*
  $Id: screen.css,v 1.8.2.1 2006/03/27 15:32:14 jenst Exp $
 
  Gallery - a web based photo album viewer and editor
  Copyright (C) 2000-2006 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., 51 Franklin Street - Fifth Floor, Boston, MA  02110-1301, USA.

*/ 

hr {
	border: 1px solid #D1CDD6;
	background-color: #D1CDD6;
	margin: 0px;
	padding: 0px;
	height: 1px;
}

textarea:focus, input:focus, select:focus {
	background-color: #FFFFFF;
}

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

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

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

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

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

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

body	{
	color: #7A7A7A;
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #996699;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #996699;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #996699;
	margin: 0px 10px 5px 0px;
	  /*background-image: url(../images/simplex-bkg.gif);   */
	}

a:link, a:visited { 
	color: #996699;
	font-weight: bold; 
	text-decoration: none;
		}

a:hover, a:active { 
    color: #996699;
	font-weight: bold; 
    text-decoration: underline;
}

/* 
   text styles 
*/
.title                          /* album titles on main page */
	{
	font-size: 11px;
	font-weight: bold;
	text-indent: 12px;
	}

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

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

.desc	{ background-color: #FFFFFF ; padding:3px; margin:8px; font-size:1.0em;
	  width:80%;
	  border-style: solid; border-color: #FfFfFf; 
	  border-width:1px; 
	}

.caption                        /* photo captions on all pages */
	{ 
	  font-size: 10px; 
	}
.modcaption  /* modifies background for caption text to reside */
	{
	  font-size: 10px; 
	}

.error {
    background-color: #CC0000; color: #FFFFFF ;
    padding:3px;
    margin:5px;
}

a.error, a.error:link, a.error:visited, a.error:active {
    color: #FFFFFF;
}

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

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

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

.head                           /* page headers */
	{ 
	font-size: 14px;
	font-weight: bold;
	color: #99CC00;
	}

.bread                          /* used in breadcrumb bars */
	{ 
	  font-size: 10px; 
	}
	
.modnavbox {
	border-top: 1px solid #FFFFFF;
}
	
.nav                            /* used in navigation bars */
	{ 
	  font-size: 11px; 
	}
	
.navtableborderbegin{
	border-bottom: 1px solid #D1CDD6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.navtableborderend {
	border:1px solid #FfFfFf;
	border-top-width:0px;
	padding: 5px;

}

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

.fineprint                      /* used for fine print */
	{
	font-size: 10px;
	color: #FFFFFF;
	}

input, select, option, textarea
	{
	background-color: #FFFFFF;
	padding-left:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7A7A7A;
	}


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

.admin                          /* used in admin bars */
	{ 
	  font-size: 10px; 
	  font-weight: bold; 
}

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

.search                          /* used in search text */
	{ 
	  font-size: 10px; 
	  font-weight: bold;
	}
	
/* controls the background of popup. */
.popupbody {
    margin: 5px;
    background-color: #FFFFFF;
    font-size: 11px;
 }

.popuphead { 
    font-size: 14px; font-weight: bold;
    text-align: center;
    background-color: #FFFFFF;
    padding: 3px; margin: 10px;
    border: 1px solid #FfFfFf;
}

.popup /* controls the main text and message body */
 {
 }

.popupform /* controls form textarea */
 {
 }

.commentIndication {
        color: red;
	font-weight: bold; font-size: 11px;
	vertical-align:top;
}.pview /* brackets both the image and all text in one frame */
{
	margin:7px;
	padding: 7px;
 }

.pcaption /* brackets all text below photo */
{ 
	padding:2px;
	margin-top:2px;
 }

.vatable /* width of the div set for all photo sets - view albums  */
 { 
 	width: 100%;
 }

.vathumbs /* full background bracket for images and text - veiw albums  */
 { 
	margin:17px;
 }

.vafloat /* float for view album - text */
 {
	float: none; 
 }

.vafloat2 /* float for view album - images */
 {
	float: none; 
 }

.vasummary /* controls the view of Album summary */
{
        font-weight:bold;
        padding:2px;
        margin-top:10px;
        width:80%;
}

#adminbox {
    color: #7A7A7A;
    background-color: #FFFFFF;
}

#adminbox td {
    font-size: 10px; font-weight: bold;
    background-color: #FFFFFF;
    padding-left:2px; padding-right:2px;
    padding-top:1px; padding-bottom:1px;
}

#adminbox a {
}

#adminbox a:hover {
}

#menu {
	
}

#menu td{
}

#menu a {
    white-space: nowrap;
    padding: 2px;
    text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
   white-space: nowrap;
   border-bottom: 1px solid #FFFFFF;
   border-right: 1px solid #FFFFFF;
   border-top: 1px solid #FFFFFF;
   border-left: 1px solid #FFFFFF;
   padding: 1px;
}

.noLink {
    font-size: 10px;
//	padding: 3px;
}

.debugmessage {
    font-size: 10px;
}