/* Stylesheet for wogri.at */

/* ##### BODY ##### MAIN CONTENT DIV ##### */

body { 
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   12px;
  line-height: 18px;
}

#content {
  float: left;
  /*clear: right;*/
  margin: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  border-left: solid 1px #999;
	width: 600px;
}

#content h1 {
  font-size: 11pt;
  color: #333;
  padding-left: 10px;
}

#content h2 {
  font-size: 10pt;
  color: #333;
  padding-left: 5px;
}

#content h3 {
  font-size: 9pt;
  color: #333;
}

/*
#content table.input {
  padding: 10px;
  color: #000;
}

#content td.label {
  padding-right: 30px;
  font-size: 9pt;
}

#content input, textarea {
  border: solid 1px #bbb;
  font-size: 10pt;
  padding: 2px;
  font-family: verdana, arial, helvetica, sans-serif;
}

.input input[type="text"], textarea, select {
  width: 40em;
}

.normal_input_width select {
  width: 7em;
}

#content div.buttons {
  text-align: center;
  padding-bottom: 10px;
}

#content div.element {
  background-color: #eee;
  border: solid 1px #bbb;
  margin-bottom: 10px;
}

#content input#submit  {
  background-color: #ccc;
}

#content span.link {
  border: solid 1px #bbb;
  padding: 3px;
  background-color: #ccc;
}

#content .object_options {
  margin-top: 0;
  clear: left;
  float: left;
}

#content .object_options ul {
  height: 20px;
  margin: 0 0 0 0;
  padding: 0;
}

#content .object_options ul li {
  list-style: none;
  display: inline;
}

#content .object_options ul li a {
  border-left: solid 1px #bbb;
  border-top: solid 1px #bbb;
  border-right: solid 1px #bbb;
  border-collapse: collapse;
  background-color: #eee;
  margin-right: 2px;
  text-decoration: none;
  display: block;
  padding: 3px 10px 3px 10px;
  text-align: center;
  color: #000;
  float: left;
  font-size: 8pt;
}

#content .object_options ul li a:hover {
  color: #fff;
  background-color: #3399cc;
}

#content .monospace {
  font-family: monospace;
}
*/

/* Tables */

/*
.list_table {
  border-spacing: 0;
  float: left;
  clear: left;
}

.list_table td {
  padding-right: 5px;
  padding-left: 5px;
}

.list_table th {
  padding-right: 5px;
  padding-left: 5px;
  background-color: #3399cc;
  color: #fff;
}

#content .diff_table {
  float: left;
  margin-left: 20px;
  padding-left: 20px;
  border-left: solid 1px #bbb;
}

.show_table {
  float: left;
  clear: left;
  margin-bottom: 10px;
  padding: 3px;
}

#content .index_table {
  float: left;
  clear: left;
}

#content .object_relations {
  padding-left: 40px;
  border-left: solid 1px #aaa;
  float: left;
  clear: left;
  margin-bottom: 10px;
}
.content_td {
  border-right: solid 1px #aaa;
  border-top: solid 1px #aaa;
}

#content .tr_highlight {
}

.options_td {
  border-top: solid 1px #aaa;
}

.header_th {
  border-right: solid 1px #aaa;
}

.header_th img {
  padding-left: 3px;
  padding-right: 3px;
}

.tr_even:hover {
  background-color: #ffa;
}

.tr_odd:hover {
  background-color: #ffa;
}

.tr_even {
  background: #eee;
}

.tr_odd {
  background: #fff;
}

#content .fieldWithErrors {
  background-color: red;
  display: table;
}

.list_table td p {
  margin-top: 0;
  margin-bottom: 0;
}

#content .tr_previous_attribute {
  background: #c55;
}

.highlight {
  background: #ffa;
}

.expiry_set_in_past {
  background: #f40;
}

.expiry_set_in_future {
  background: #c8f;
}

.problems {
  background: #0fe;
}

.empty_line {
  background: #9F9;
}

#content .tr_expire_commit {
  background: #ffa;
}

#content .tr_next_attribute {
  background: #5c5;
}
  
#content .tr_history_attribute {
  background: #af3;
}

.show_attribute {
  font-weight: bold;
}
*/
/* ##### HEADER DIV ##### */

#header_breadcrumb {
	width: 300px;
	float: left; 
	padding-left: 5px;
}

#header_breadcrumb a {
	color: #333;
	font-weight: bold;
}

#header_menu {
	clear: left;
  background: #999;
  margin-bottom: 0px;
	padding: 2px;
	height: 20px;
}

#header img.logo {
}

#header ul {
  font-size: 10px;
  width: 170px;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
	display: inline;
  /*padding: 0;*/
	padding-top: 2px;
	padding-bottom: 2px;
	/*height: 25px;*/
	border-right: solid 1px #555;
}

#header li {
  border-top: solid 1px #fff;
  padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 25px;
	display: inline;
  padding-right: 15px;
	border-left: solid 1px #555;
	border-top: solid 1px #555;
	border-bottom: solid 1px #555;
  background: #bbb;
}

#header li a {
	color: #333;
}

/* ##### MENU DIV ##### */

#menu {
  float: left;
  clear: left;
  margin-top: 10px;
  padding-bottom: 100px;
  padding-top: 10px;
  background: #003399;
  color: #fff;
}

#menu ul {
  font-size: 10px;
  width: 120pt;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

#menu li {
  border-top: solid 1px #fff;
  padding-left: 15px;
  padding-right: 15px;
  background: #1144aa;
}

#menu li.submenu_level_1 {
  background: #36c;
	padding-left: 30px;
  color: #f00;
}

#menu li.submenu_level_2 {
  background: #58e;
	padding-left: 45px;
  color: #333;
}

#menu li.open {
  padding-left: 15px;
  background: #36c;
  font-weight: bold;
}

#menu li.active_submenu {
  background-color: #7af;
}
#menu li:hover {
  background-color: #f0e68c;
  color: #333;
}

#menu ul.open_submenu {
  padding: 0;
  margin: 0;
  list-style: none;
  /*width: 155px;*/
}

#menu li.legend {
  font-size: smaller;
}

#menu li.legend:hover {
  background-color: #f0e68c;
  color: #fff;
}

/* ##### LINKS ##### */

#menu li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

#menu li.open a {
	/*color: #111;*/
}

#menu li.active_submenu a {
	color: #333;
}

#menu a:hover {
  display:block;
  color: #333;
  background-color: #f0e68c;
  text-decoration:none;
}

#content .link a {
  color: #000;
  font-size: 10pt;
  text-decoration: none;
}

/*
.list_table th a {
  color: #fff;
  text-decoration: none;
}

.list_table td a { 
	color: #006699;
	padding-right: 10px;
	text-decoration: none;
}

.list_table a:hover { 
	text-decoration: underline;
}
*/

img {
  border: none;
}

a {
  color: #069;
  text-decoration: none;
}

a:visited { 
	color: #069; 
}

a:hover { 
	color: #069; 
  text-decoration: underline;
}

/* UNDEF  */

/*
div.toggle_plus_m_to_n a {
  color: #000;
  background:url(/images/plus.png) no-repeat left 3px;
  padding-left: 20px;
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt;
  float: left;
  clear: left;
}

div.toggle_plus a {
  color: #000;
  background:url(/images/plus_klein.png) no-repeat left 3px;
  padding-left: 20px;
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt;
  float: left;
  clear: left;
}

div.toggle_minus_m_to_n a {
  color: #000;
  background:url(/images/minus.png) no-repeat left 3px;
  padding-left: 20px;
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt;
  float: left;
  clear: left;
}

div.toggle_minus a {
  color: #000;
  background:url(/images/minus_klein.png) no-repeat left 3px;
  padding-left: 20px;
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt;
  float: left;
  clear: left;
}

div.toggle_minus {
  float: left;
  clear: left;
}

div.ajax_target {
 clear: left;
 padding-top: 5px;
}


div.show_table img {
  padding-left: 5px;
  padding-top: 0px;
  vertical-align: middle;
  padding-bottom: 1px;
}

div.search {
  float: left;
  clear: left;
}

div.stop {
  background:url(/images/stop.png) no-repeat top;
  height: 401px;
  width: 401px;
}

.topgap {
  margin-top: 20px;
}

.leftgap {
  margin-left: 20px;
}

.rightdiv {
  float: right;
  clear: right;
}

.leftdiv {
  float: left;
  clear: left;
}

.float_left_div {
  float: left;
}

.logbook_headline {
  text-decoration: underline;
}

.waiting_bar {
  position: fixed;
  margin-top: 100px;
  margin-left: 450px;
  z-index: 500;
}

.flash_notice {
  font-weight: bold;
  color: green;
  margin-left: 20px;
}

.flash_error {
  font-weight: bold;
  color: red;
  margin-left: 20px;
}

.page_break {
  page-break-before: always;
}

.pagination {
  float: left;
}

.logbook_links {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.arrow_DESC {
  background:url(/images/down.png) no-repeat right;
  padding-right: 10px;
}

.arrow_ASC {
  background:url(/images/up.png) no-repeat right;
  padding-right: 10px;
}

.horizontal_list ul li {
  list-style: none;
  display: inline;
  border-right: solid 1px #bbb;
  padding-right: 5px;
  padding-left: 5px;
}

.bold {
  font-weight: bold
}

.slot {
  background-color: #ccc;
  height: 30pt;
  padding: 5px;
}

.port_duett {
  float: left;
  width: 18px;
}

.port_duett img {
  float: left;
}
*/

.google {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

.contenttable {
	margin: 0;
	padding: 0;
  border-spacing: 0;
}

.contenttable th {
	padding-left: 5px;
	padding-right: 5px;
}

.contenttable td {
	padding-left: 5px;
	padding-right: 5px;
  border-top: solid 1px #999; 
}

.tr-odd {
	background: #eee;
}

.tr-even {
	background: #fff;
}

.td-last {
  border-left: solid 1px #999;
  border-top: solid 1px #fff; 
}

.th-last {
  border-left: solid 1px #999;
}

#right_content {
  margin-top: 10px;
	float: left;
	clear: right;
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  border-left: solid 1px #999;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	width: 115pt;
}

#right_content h2 {
  font-size: 9pt;
  color: #333;
}

#right_content p {
	margin: 0;
}

#right_content h3 {
  font-size: 9pt;
  color: #333;
}

#right_content h1 {
  font-size: 10pt;
  color: #333;
}

.news-latest-gotoarchive {
	border-top: solid 1px #999;
	margin-top: 2pt;
}

.news-latest-morelink {
	font-weight: bold;
	font-size: smaller;
}

.news-single-item h2 {
  font-size: 9pt;
  color: #069;
}

.news-single-backlink {
	border-top: solid 1px #999;
	margin-top: 2pt;
}

.news-list-container h3 {
  font-size: 10pt;
  color: #069;
}

.news-list-morelink {
	border-bottom: solid 1px #999;
	margin-bottom: 2pt;
	font-weight: bold;
	font-size: smaller;
}
