/*
  $Id: config.css.default 17836 2008-08-11 14:57:14Z JensT $

  Gallery - a web based photo album viewer and editor
  Copyright (C) 2000-2008 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.

*/

body {
	color: #000000;
	background-image: url(../images/simplex-bkg.gif);
}

.header {
    background-color: #E6E6DC;
    font-size: 1.5em; font-weight:bold;
    padding: 10px;
    border: 1px solid #000000;
}

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

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

img {
    border: none;
}

p#bottom	{
	width: 500px;
}

div#top {
    width: 200px;
    text-align:center;
}

.g-error, .error {
    color: #000;
    background-color: #ffd5d4;
    padding: 1px;
    padding-left: 5px;
    margin-bottom: 1px;
    border: 1px solid #aaa;
}

/* Information message */
.g-information {
    color: #000;
    background: #ffc;
    border: 1px solid #aaa;
    padding: 1px;
    padding-left: 5px;
    margin-bottom: 1px;
    -moz-border-radius: 8px;
}

/* Warning message */
.g-warning {
    color: #000;
    background: #ffc;
    border: 1px solid #aaa;
    padding: 1px;
    padding-left: 5px;
    margin-bottom: 1px;
    -moz-border-radius: 8px;
}

.g-success {
    background-color: #cbffaf;
    border: 1px solid #aaa;
    padding: 1px;
    padding-left: 5px;
    margin-bottom: 1px;
    -moz-border-radius: 8px;
}

.errorpct	{ font-weight:bold; background-color: #CC0000; color: #FFFFFF ;
		  padding:2px;
		}

.errorlong	{ font-weight:bold; background-color: #CC0000; color: #FFFFFF ;
		  padding:2px; width: 100%; padding-left:10px;
		}

.success	{ font-weight:bold; background-color: green; color: #FFFFFF ;
		  width: 150px; padding:2px;
		}

.successpct	{ font-weight:bold; background-color: green; color: #FFFFFF ;
		  padding:2px;
		}

.successlong    { font-weight:bold; background-color: green; color: #FFFFFF ;
		  width: 100%; padding:2px; padding-left:10px;
		}


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

.warninglong    { font-weight:bold; background-color: #FFFF33; color: #000000 ;
		  width: 100%; padding:2px; padding-left:10px;
		}

.warningpct	{ font-weight:bold; background-color: #FFFF33; color: #000000 ;
		  padding:2px;
		}

.separator {
    text-align:center;
    font-size: 22px;
    background-color: #000099;
    color: #000;
    padding:2px;
}


.subgroup {
    text-align:center;
    font-size: 16px; font-weight: bold;
    background-color: #9191FF; color:#FFFFFF;
    padding:2px;
    width: 60%;
    margin-top: 1px;
    margin-bottom: 5px;
}

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

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

.desc {
    background-color: #FCFCF3 ;
    padding: 3px;
}

.emphasis	{
    font-weight: bold;
}

.attention	{ font-size: 1.1em; font-weight:bold;
		  color:red ;
		}

a:link		{ color: #000099;
		}

a:visited,
a:hover		{ color: #409D27;
		}
.littlered, .g-littlered {
    font-size: 10px;
    color:red;
    vertical-align:top;
}

.g-tabset {
    width: 100%;
    font-weight: bold;
    border-bottom: 1px solid black;
    margin: 2px 0;
}

.g-tabset a {
    color: #000;
    background-color: #FCFCF3;
    margin: -2px 0 -1px 2px;
    white-space: nowrap;
    text-decoration: none;
    padding: 2px 0.5em;
    display: block;
    border: 1px solid #000;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
}

.g-tabset a:hover {
    color: #000;
    background-color: #DCDCC0;
    text-decoration: none;
}

.g-tabset a.g-activeTab, .g-tabset a.tab-hi, a.tab-hi {
	color: #fff;
	background-color: #009;
	border-bottom: 1px solid #000;
}

.g-tabset a {
    float: left;
}

.clear {
	clear: both;
}

.popupbody  /* controls the background of popup. */
{
    color: #000;
}

.popuphead, .separator  /* controls the title and background */
{
    text-align:center;
    font-size: 14px; font-weight: bold;
    line-height: 150%;
    background-color: #E6E6DC;
    padding-left: 5px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.popup /* controls the main text and message body */
{
    padding: 5px;
    padding-top:0px;
    margin-bottom: 10px;
    color: #202020;
    border: 1px solid #FFF;
    background-color: #F0F0F0;
}

.popupform /* controls form textarea */
{
    line-height: 120%;
    padding: 2px;
    color: #202020;
    border: 1px solid #FFF;
    background-color: #C0C0C0;
}

.floatleft {
	float: left;
}

h1 {
        font-size: 15px;
        font-weight: bold;
        color: #c64934;
        padding: 0 10px 4px 0;
        border-bottom: 1px solid #c64934;
        margin-bottom: 5px;
}

.g-config-main {
	margin-top: 5px;
        border: 1px solid #ccc;
        background: #E9ECEF;
        padding: 5px;
}

.desc div {
	font-weight: normal;
}

/******************** Begin Navigation Styles ********************/

.g-navbar-top, g-navbar-bottom, .g-microthumbnavbar-top, .g-microthumbnavbar-bottom {
    width: 100%;
}

/* Style for top navigation bar */
.g-navbar-top {
    border: 1px dashed gray;
    margin-bottom: 1px;
}

/* Style for bottom navigation bar */
.g-navbar-bottom {
    border: 1px dashed gray;
    margin-bottom: 2px;
}

#g-navtable, #g-navtable-bottom {
	width: 100%;
}

.g-microthumbnavbar-top {
    border-bottom: 1px dashed gray;
}

.g-microthumbnavbar-bottom {
    border-bottom: 1px dashed gray;
}

#g-navtable td, #g-navtable-bottom td, div.g-navbar-top td, div.g-navbar-bottom td, div.g-microthumbnavbar-top td, div.g-microthumbnavbar-bottom td {
    text-align: center;
    white-space: nowrap;
}

table.g-nav-pages {
    margin: 0 auto;
}

table.g-nav-pages td {
     padding: 0;
}

#g-navtable td.arrows, #g-navtable-bottom td.arrows {
	padding: 0 10px;
}

/******************** End Navigation Styles ********************/

/* LTR , ya ya, i know. -> Go 1.6 */
.left {
    text-align: left;
}

.right {
    text-align: right;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.g-config-content {
    width: 630px;
    border-left: 1px solid #cccccc;
    padding-left: 10px;
    float: right;
}

.right5 {
    margin-right: 5px;
}

.g-tabset a {
    float: left;
}

.g-borderright {
     border-right: 1px dashed;
}

.g-borderleft {
    border-left: 1px dashed;
}

/***** Some Form styles  ******/

input, textarea, select, .g-usernameInput, .g-passwordInput{
}

input:hover.g-button, input:focus.g-button {
}

.g-usernameInput, .g-usernameInput:focus {
	background: url('../images/icons/user_gray.gif') no-repeat left top;
	padding-left: 20px;
	color: #000;
	background-color: #f3f3f9;
	border: 1px solid #669;
}

.g-passwordInput, .g-passwordInput:focus {
	background: url('../images/icons/key.gif') no-repeat left top;
	padding-left: 20px;
	background-color: #FFFFDA;
	border: 1px solid #99f;
}

.g-pwcheck {
	display: none;
	border: 1px solid black;
	color:black;
}

.g-disabled {
    color: gray;
    text-align: center;
}

.g-locked {
	text-decoration: line-through;
	background: url('../images/icons/locked.gif') no-repeat right center;
}

.albumUpgradeStatus {
    margin-top: 3px;
    padding: 2px;
    overflow: scroll;
    height: 200px;
    border: 1px dashed red;
}