/* $Id: style.css,v 1.3 2004/08/20 14:30:57 dries Exp $ */

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  font: 76% Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
h1 {
  font-size: 1.1em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #39c;
}
a:visited {
  color: #369;
}
a:hover {
  color: #39c;
  text-decoration: underline;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px dashed #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}

/*
** Page layout blocks / IDs
*/

#content {
  width: 100%;
}

#header {
  background-color: #69c;
  width: 100%;
}

#logo {
  vertical-align: middle;
  border: 0;
}

#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}

#primary {
  font-size: 1.0em;
  padding: 0em 0.8em 0.5em 0;
  color: #9cf;
}

#primary a {
  font-weight: bold;
  color: #fff;
}

#mission {
  background-color: #369;
  padding: 1em;
  color: #fff;
  font-weight: bold;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0em 0em 0em;
  padding: 0em;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}

.site-name a:hover {
  color: #369;
  text-decoration: none;
}

#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 5px;
}

#mission, .node .content, .comment .content {
  line-height: 1;
}

#sidebar-left {
  background-color: #ddd;
  width: 12em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 5px;
  vertical-align: top;
}

#sidebar-right {
  background-color: #ddd;
  width: 20%;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 5px;
  vertical-align: top;
}

#footer {
  background-color: #eee;
  padding: 1em;
  font-size: 0.8em;
  text-align: center;
}

form, input, select, textarea, button {
   font-family: Verdana, sans-serif;
   font-size: 10px;
}

input, select, textarea, button {
   border: 1px solid #369;
}

table.stats {
  width: 100%;
  height: auto;
  border: dashed;
  vertical-align:
  baseline;
  text-align: center;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: #777;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}

.whois, .whois a, .whois a:hover, .whois a:visited {
   color: #369;
   font-size: 0.9em;
   font-weight: normal;
}

.tableHeader {
  background-color: #69c;
  font-size: 13px;
  font-weight: bold;
}

.tableBody {
  background-color: #ddd;
/*  font-size: 13px; */
}

.nadpis {
   float: left;
}
.submitted {
  color: #999;
  font-size: 0.8em;
  clear: both;
}

.block .title {
  margin-bottom: .25em;
}

.box .title {
  font-size: 1.1em;
}

.node {
  margin: .5em 0 2em 0; 
}

.sticky {
  padding: 0.5em; 
  background-color: #eee;
  border: solid 1px #ddd;
}

.content, .comment .content {
  margin: .5em 0 .5em 0; 
}

table.prodPage {
width: 50%;
border: dashed 1px black;
empty-cells: show;
margin: 0 7%;
}

table.prodPage td {
background-color: silver;
border: solid 1px black;
}

table.prodPage th {
background-color: black;
border-bottom: solid 1px black;
color: white;
}

.submitted {
  color: #999;
  font-size: 0.8em;
  clear: both;
}

.mission {
  background-color: #369;
  padding: 0.6em 1em;
  color: #fff;
  font-weight: bold;
}

.mission a {
  color: #fff;
}

.small {
  font-size: 0.8em;
}

.edit {
   float: right;
}

.pl {
   margin: 1em;
   width: 7px;
   height: 6px;
   cursor: hand;
}

.webimg {
   margin-bottom: 1em;
}

.error {
	color: red;
}

.brd {
	border: solid 1px #aaaaaa;
	margin: 2px;
}

