/*
Devpaks repository 4.0 -- web portal
Copyright (C) 2005  Michal Molhanec

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: "Century Gothic", sans-serif;
  background-color: white;
}

h1 {
  border: 0px;
  padding: 0;
  background: #FFC080;
  margin: 0;
  margin-bottom: -1em;
}


h1 a {
  height: 100%;
  text-decoration: none;
  border: 0;
  margin: 0;
  padding: 0;
  background: #FFC080;
}

h1 a:hover {
  background-color: #FFC080;
}

h1 a img {
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: underline;
}

#supercontainer {
  position: relative;
  background: #FFC080;
  padding: 1ex;
  padding-top:0;
  margin-top:0;
  border-top:0px;
}

dt {
  font-weight: bold;
}

#indexmaincontainer {
  margin-right: 30%;
  border-right: 4px dotted #B35A00;
  padding-right: .5em;
  text-align: justify;
}

#indexrightbar {
  position: absolute;
  top: 0;
  right: 0;
  width: 29%;
  color: black;
}

#indexrightbar p {
  font-size: smaller;
  margin: 1em 1em 1em 0.3em;
  text-align: center;
  border: 1px solid #B35A00;
  padding: .2em;
  padding-left: 0;
}

ul {
  list-style: none;
  margin: 0;
  border: 0;
  padding: 0;
}

ul li {
  margin: 0;
  border: 0;
  padding: 1px;
}

ul li a {
  display: block;
  background-color: #FFDFBF;
  margin: 0px;
  padding: 2px;
  padding-left: 3px;
  text-decoration: underline;
  border-left: 5px solid #B35A00;
  font-weight: bold;
  text-decoration: none;
}

ul li a:hover {
  background-color: #BFE4FF;
  border-left: 5px solid #00487D;
}

a {
  color: #B35A00;
}

a:hover {
  background-color: #BFE4FF;
  color: #00487D;
}

#footer {
    background: #FFC080;
}

#footer a {
  margin-left: 1em;
}

.toright {
  float: right;
}

h2 {
  text-align: center;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td {
  border: 1px solid #B35A00;
  padding: 5px;
}

.r {
  text-align: right;
}

.l {
  background-color: #FFDFBF;
  width: 30%;
}

.normallabel {
  float: left;
  text-align: right;
  padding-right: .3em;
  display: block;
  width: 10em;
  margin-top: 3px;
}

.f {
  margin-left: 10.3em;
  margin-top: .3em;
  clear: both;
}

.nolabel {
  margin-left: 9.7em;
  margin-right: .3em;
  margin-top: 4px;
}

.form-remark {
  text-align: center;
  margin: .3em;
}

fieldset {
  border: 1px solid #B35A00;
}

legend {
  border: 1px solid #B35A00;
  padding: .1em .4em;
}
input {
  background-color: #FFDFBF;
  border: 1px solid #FFDFBF;
  margin: 1px;
  font-family: "Century Gothic", sans-serif;
  float: left;
}

input:focus {
  background-color: #BFE4FF;
}

hr {
  border: 1px solid #B35A00;
  clear: both;
}

br {
  clear: both;
}

.inputcomment {
  float: left;
  margin-left: .3em;
  margin-top: 3px;
}

.checkboxcomment {
  float: none;
  display: inline;
  text-align: left;
}

#error {
   background-color: red;
   color: white;
   font-weight: bold;
   font-size: 200%;
}

.errormsg {
   background-color: white;
   color: red;
   font-weight: bold;
}

.longer {
  width: 70%;
}

.notshort {
  width: 50%;
}

.value {
  background: white;
}

.warning {
  color: red;
  text-align: center;
}

.notif {
  text-align: center;
}

.by {
  padding-left: 1em;
  padding-right: 1ex;
}

.commentdate {
  font-size: small;
  padding-left: 3em;
  padding-right: 3em;
}

.oflow {
  overflow: auto;
}
