body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: arial, serif;
  font-size: 0.9em;
  text-align: left;
}

table {
  font-size: 100%;
}

#header {
  background: #FFF url(img/header_bw.png) no-repeat;  
  padding: 10px;
  height: 50px;
  letter-spacing: 0.5em;
  display: block;
	border-bottom: 1px solid #000;
} 

#header a {
  color: #000;
  text-decoration: none;  
}

#header h1 {
  margin: 0;
  height: 40px;  
}
#header span {
  display: none;
}

#footer {
  border-top: 1px solid #000;
  background: #F8F8F8;
  color: #000;
  padding: 5px;
  clear: both;
}

#footer p {
  margin: 0;
}

#footer a {
  color: #115;
}

#menucontainer {
	display: none;
}


#content {
	background: none;
	padding-left: 2em;
  padding-right: 1em;
  padding-bottom: 5em;
}


.attention {
  color: red;
}

.datasheet {
  
  border-collapse: collapse;
  border: 1px solid #DDD;
	width: 100%;
  
}

.datasheet th {
  background: #004 url(img/blackblue.png) repeat-x;
	color: #FFE;
}

.datasheet .alt {
  background: #F8F8F8;
}

.datasheet td, .datasheet th {
	padding: 3px;
}

.iconset div {
  float: left;
  text-align: center;
  margin: 1em;
}

.iconset img {
  border: 0;
}

.iconset div div {
  float: none;
  margin: 0;
  height: 128px;
}

.itemlist th {
  text-align: center;
}

.itemlist td {
}
.itemlist .alt td {
  background: #F8F8F8;
}

.itemlist h1 {
  color: #FFF;
  background: #FFF url(img/actionsbg.gif) no-repeat top right;
  margin: 0;
  font-size: small;
}

.actions {
  clear: both;
  text-align: right;
  padding-top: 10px;
  width: 90%;  
}
.actions h1 {
  color: #FFF;
  background: #FFF url(img/actionsbg.gif) no-repeat top right;
  margin: 0;
  padding-right: 1em;
  font-size: small;
}

.actions p {
  margin-left: 1em;
}

#content h1, h2, h3, #errorbox h1 {
  font-weight: normal; 
  color: #444;
}

#content h1, h2, #errorbox h1 {
  border-bottom: 1px solid #EEE;
}

#content h1 {
  font-size: x-large; 
}

.indent {
  margin-left: 3em;
  margin-right: 2em;

}
.indent table {
  border-collapse: collapse;
  width: 90%;
}


.proplist {
  border: 1px solid #DDD;
}

.proplist th {
  width: 7em;
  background: #EEE;
  border: 1px solid #DDD;
  padding: 5px;
}

.proplist td {
  padding: 5px;
  background: #FCFCFC;
}

.itemimg {
  display: block;
}

#breadcrumbs {
  font-size: x-small;
  list-style: none;
  height: 1.5em;
  margin: 0;  
  padding: 0;
}

#breadcrumbs li {
  float: left;  
  padding-right: 5px;
  margin: 0;

}

#breadcrumbs a {
  color: #222;
  display: block;
  margin: 0;
  
  text-decoration: none;
}
#breadcrumbs a:hover {
  text-decoration: underline;  
  
}

#loginform {
  border: 1px solid #DDD;
  margin-left: 20%;
  margin-right: 20%;
  padding-bottom: 10px;
  text-align: center;
}

#loginform table {
  width: 100%;
  text-align: left;
}
#loginform table th{
  text-align: right;
  width: 50%;
}

#loginform h1 {
  margin: 0;
  padding: 5px;
  background: url(img/stripes.png);
  border-bottom: 1px solid #DDD;
}

.log0, .log1, .log2 {
  border: 1px solid #888;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 10px;
}

.log2 {
  background: #FEE;
}

.title_notes {
  color: #222;
  margin-left: 1em;
}

.has_tail {
  margin-bottom: 0;
}

.desc {
  font-size: x-small;
}

#errorbox {
  margin: 3em;
}

#navbar {
  color: #000;
  letter-spacing: 0.1em;  
  border-bottom: 1px solid #DDD;
  background: #F8F8F8;  
  
}

.title_desc {
  margin: 0pt; 
  font-size: x-small;
}

#lang_select {
  display: none;
}

.itemlist {
  border-collapse: collapse;
}

.itemlist td {
  border-bottom: 1px solid #EEE;
  vertical-align: top;  
}

.itemlist th {
  border-bottom: 1px solid #EEE;
	padding: 5px;
}

.itemlist h3 {
  margin: 0;
  text-decoration: underline;	
}

.itemlist a {
  color: #006;
}	

.itemlist img {
  border: 0;
}

.itemlist a {
  text-decoration: none;
}

