/*
 * $Id: style.css,v 1.18 2006/02/01 06:21:22 thumb70 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.
 */

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;
  border: 1px solid #999;
  margin: 0 auto;
}

.boxTable {
  width: 760px;
  margin: 0 auto;
  text-align: left;
  background-color: #fff;
  border-style: none;
  border: 0px;
}

td.header img {
  margin: 0 0 5px 14px;
  float: left;
  clear: none;
}

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

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

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

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

#navbar a, #navbar a:visited {
  color: #000;
}

#navbar a.current, #navbar a.current:visited {
  color: #ae0000;
}

#helpbar {
  float: right;
  clear: none;
  margin: 0 20px;
}

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

#helpbar .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;
  width: 620px;
}

.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%;
  height: 20px;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.progressMade { background: #fd6704 url('../images/btnBGor.gif') bottom; border: thin solid #ddd; }
.progressToGo { background-color: #eee; border-left: none; border: thin solid #ddd; }
#progressStatus { text-align: right; margin-bottom: 1.0em; }

#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, .warning, .success, h1.success {
  font-size: 1.2em;
  font-weight: bold;
}
.error { color: red; }
.warning { color: #f63; }
.success { color: green; }

div.error, div.warning, div.success {
  color: #000;
  margin: 0 0 5px 0;
  padding: 5px 10px 5px 45px;
  border: 1px solid #999;
}
div.error   { background: #fcc url('../../install/images/ico_error.gif') 3px 50% no-repeat; }
div.warning { background: #ffc url('../../install/images/ico_warning.gif') 3px 50% no-repeat; }
div.success { background: #cfc url('../../install/images/ico_success.gif') 3px 50% no-repeat; }

div.success h1, div.error h2, div.warning h2 {
    position: relative;
    padding: 0;
}

.go {
  font-weight: bold;
  font-size: 1.2em;
  margin: 8px 0 8px -4px;
  padding: 4px;
  float: left;
  clear: none;
}

.btn {
	margin: 0 10px 0 0;
    float: left;
    clear: none;
    text-align: center;
}
.btn a, .btn a:visited {
    display: block;
    margin: 0 9px;
    padding: 6px 0;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    text-shadow: #999 0.2em 0.2em 0.2em;
 }
.btn a:hover { color: #000; }

.btn-redo { display: block; position: relative; z-index: 1; background: #fc6 url('../images/btnBGbl.gif') repeat-x top;  border: 1px solid #339; }
.btn-redo span { display: block; z-index: 10; margin: -1px 0 0 -1px; background: url('../images/btnTLbl.gif') no-repeat top left; }
.btn-redo span span { margin: 0 0 -1px 0; background: url('../images/btnBLbl.gif') no-repeat bottom left; }
.btn-redo span span span { margin: -1px -1px 0 0; background: url('../images/btnTRbl.gif') no-repeat top right; }
.btn-redo span span span span { margin: 0 0 -1px 0; background: url('../images/btnBRbl.gif') no-repeat bottom right; }

.btn-continue { display: block; position: relative; z-index: 1; background: #6A9D6A url('../images/btnBGgrn.gif') repeat-x top; border: 1px solid #060; }
.btn-continue span { display: block; z-index: 10; margin: -1px 0 0 -1px; background: url('../images/btnTLgrn.gif') no-repeat top left; }
.btn-continue span span { margin: 0 0 -1px 0; background: url('../images/btnBLgrn.gif') no-repeat bottom left; }
.btn-continue span span span { margin: -1px -1px 0 0; background: url('../images/btnTRgrn.gif') no-repeat top right; }
.btn-continue span span span span { margin: 0 0 -1px 0; background: url('../images/btnBRgrn.gif') no-repeat bottom right; }
.btn-continue span span span span span { background: none; }

.btn-warn { display: block; position: relative; z-index: 1; background: #fc6 url('../images/btnBGor.gif') repeat-x top; border: 1px solid #960; }
.btn-warn span { display: block; z-index: 10; margin: -1px 0 0 -1px; background: url('../images/btnTLor.gif') no-repeat top left; }
.btn-warn span span { margin: 0 0 -1px 0; background: url('../images/btnBLor.gif') no-repeat bottom left; }
.btn-warn span span span { margin: -1px -1px 0 0; background: url('../images/btnTRor.gif') no-repeat top right; }
.btn-warn span span span span { margin: 0 0 -1px 0; background: url('../images/btnBRor.gif') no-repeat bottom right; }

.small {
  font-size: 69%;
}

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

input, select {
  color: #000;
  background-color: #fff;
}

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

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

.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 0;
  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, div.warning {
  margin-left: 10px;
  border: 1px solid #999;
  padding: 5px;
  line-height: 1.3em;
  padding: 5px 5px 5px 45px;
  height: 50px;
  background: #ffc url('../../upgrade/images/ico_warning.gif') 5px 5px no-repeat;
}

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

.manifestBlock {
  width: 520px;
  color: #000;
  background-color: #eee;
  padding: 4px;
  margin: 4px 8px 0px 8px;
  border: 1px solid #999;
}

#MainPageStatus_statusBlock table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  padding: 0px;
  margin: 0px;
}