/*
 * $Id: style.css,v 1.25 2005/06/08 00:35:29 mindless Exp $
 *
 * Gallery - a web based photo album viewer and editor
 * Copyright (C) 2000-2005 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.
 */

body {
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 62.5%;
  color: #333;
  background-color: #eee;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Gill Sans", Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

p {
  font-size: 1.1em;
  line-height: 1.4em;
  margin: 1.0em 0;
}

table {
  border-spacing: 0;
}

td {
  padding: 0;
}

tt {
  font-family: "Courier New", Courier, Monaco, monospaced;
}

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

/*  layout  */

#box {
  width: 760px;
  text-align: left;
  border: 1px solid #999;
  background-color: #fff;
  margin: 0 auto;
}

#header img {
  margin-left: 14px;
}

#navbar {
  font-family: Verdana, "Lucida Grande", Arial, sans-serif;
  width: 160px;
  vertical-align: top;
}

#navbar div {
  background-color: #d1e0ee;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0 10px 10px;
}

#navbar td.heading {
  font-size: 1.4em;
  font-weight: bold;
  font-family: "Gill Sans", Verdana, Arial, sans-serif;
  border-style: none;
  padding: 3px;
}

#navbar td {
  border-bottom: 1px solid #ecf2f8;
  padding: 8px 2px;
}

#navbar tr.help td {
  padding-top: 22px;
}

#navbar .helpBox {
  font-weight: bold;
  color: #eee;
  background-color: #ae0000;
  border: 1px solid #ae0000;
  margin-right: 6px;
  padding: 2px 3px;
}

#main {
  vertical-align: top;
  padding: 14px 22px 8px 14px;
}

#main h1 { font-size: 1.4em; }
#main h2 { font-size: 1.2em; margin: 0 0 0.8em 0; }
#main h3, #bottom h3 { font-size: 1.2em; }
#main td { font-size: small; }
#main table { border-spacing: 4px; }

#bottom {
  border-top: 1px solid #ddd;
  padding: 8px 20px;
}

#statusTable {
  width: 100%;
  margin: 2px 0;
}

#footer {
  width: 720px;
  font-size: 0.9em;
  text-align: left;
  margin: 0 auto;
  padding: 8px 24px;
}

/*  classes  */

.bold {
  font-weight: bold;
  font-size: 1.4em;
}

.error {
  font-weight: bold;
  color: #ae0000;
}

.warning {
  font-weight: bold;
  color: #fd6704;
}

.success {
  font-size: 1.2em;
  font-weight: 900;
  color: #00ae00;
  margin-right: -0.15em;
}

.go {
  font-weight: bold;
  font-size: 1.2em;
  background-color: #eee;
  border: 1px solid #ddd;
  margin: 8px 0 8px -4px;
  padding: 4px;
}

.goToNext {
}

.goToNextL {
  margin-left: 3.0em;
}

.small {
  font-size: 69%;
}

.adminForm {
}

.adminForm tr td {
  font-weight: bold;
  text-align: right;
  padding-right: 8px;
}

.adminForm input {
  font-size: 0.9em;
  background-color: #eee;
  border: 1px solid #ddd;
  padding: 2px 4px;
}

.adminForm select {
  font-size: 0.9em;
  background-color: #eee;
  border: 1px solid #ddd;
  padding: 0;
}

.navnum {
  color: #555;
  font-weight: 800;
  text-align: center;
  vertical-align: top;
  padding-right: 6px !important;
}

.navtext {
  padding-right: 4px !important;
}

.stack_trace {
  background-color: #eee;
  border: 1px solid #999;
  margin: 15px 15px 0 15px;
  padding: 5px;
}

.debug {
  background-color: #eee;
  border: 1px solid #999;
  margin: 15px 15px 0 15px;
  padding: 5px;
}

.debug pre {
  font-size: 1.1em;
  line-height: 1.4em;
  margin: 1.0em 0;
}

.example {
  background-color: #eee;
  border: 1px solid #999;
  margin: 15px 15px 0 15px;
  padding: 5px;
}

.example pre {
  font-size: 1.4em;
  line-height: 1.4em;
  margin: 0.5em 0;
}

.modules td {
  font-size: 1.1em !important;
  line-height: 1.3em;
  padding: 3px 2px 1px 3px;
}

.disabled {
  color: #999;
  font-style: italic;
}

.systemChecks table {
  width: 100%;
}

.systemChecks td {
  line-height: 1.2em;
}

.systemChecks td.notice {
  margin-left: 10px;
  border: 1px solid #999;
  padding: 5px;
  line-height: 1.3em;
}

.showHideToggle {
  padding-left: 0.3em;
  padding-right: 0.3em;
  border: 1px solid #a6caf0;
  background-color: #eee;
}

.manifestListing {
  list-style-type: none;
}

.progressMade {
  background-color: #fd6704;
  border: 1px solid #ddd;
}

.progressToGo {
  background-color: #eee;
  border: 1px solid #ddd;
}

.autoCompleteBackground {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0;
  font-size: 1.2em;
  text-align: left;
}

.autoCompleteHighlight {
  border-style: none;
  text-decoration: underline;
}

.autoCompleteNotSelected {
  background-color: #eee;
  padding: 4px 4px 4px 0;
}

.autoCompleteSelected {
  background-color: #ffc;
  padding: 4px 4px 4px 0;
}

