/*============================================================================
/* File:        default.css
/* Purpose:     Default CSS
/* Maintainer:  Otto Wyss
/* Created:     2008-05-23
/* RCS-ID:      $Id:  Exp $
/* Copyright:   (c) 2008 Orpatec GmbH
/*==========================================================================*/

a {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  text-decoration: none;
}

a:visited {
  color:blue;
  text-decoration:none;
}

a:focus {
  text-decoration:underline;
}

a:hover {
  text-decoration: underline;
}

body,html {
  background: #ffffff;
  border: none;
  font-family: sans-serif;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  height: 100%;
}

div {
  margin-left: 1em;
  margin-right: 1em;
}

form {
  margin-top: 1em;
  margin-bottom: 1em;
}

form legend {
  font-size: 1em;
  font-weight: bold;
}

h1 {
  color: #00529C;
  font-size: 2em;
  font-weight: bold;
  line-height: 100%;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.3em;
}

h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.3em;
}

h4 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.3em;
}

ol {
  font-size: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

p {
  font-size: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

table {
  font-size: 1em;
  margin: 0;
}

table a:link  { color:blue; text-decoration:none; }
table a:visited { color:blue; text-decoration:none; }
table a:focus   { color:blue; text-decoration:underline; }
table a:hover   { color:blue; text-decoration:underline; }

table caption {
  font-size: 1.2em;
  font-weight: bold;
}

ul {
  font-size: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

button.button_mini {
  width:6em;
}

button.button_small {
  width:8em;
}

button.button_medium {
  width:16em;
}

img {
  border: none;
}

img.clickable {
  cursor:pointer;
}

img.flag {
  border:#A0A0A0 solid 1px;
  width:15px;
  height:9px;
  margin:0px;
}

img.icon_arrow {
  border:0;
  width:5px;
  height:9px;
  margin:0px;
}

img.icon_done {
  border:0;
  width:16px;
  height:16px;
  margin-right:6px;
  margin-bottom:2px;
}

img.icon_help {
  border:0;
  width:24px;
  height:24px;
  margin-left:6px;
  margin-right:6px;
  margin-bottom:2px;
}

img.icon_info {
  border:0;
  width:24px;
  height:24px;
  margin-right:6px;
  margin-bottom:2px;
}

img.icon_lock {
  border:0;
  width:7px;
  height:9px;
  margin:0px;
  margin-left:2px;
}

img.icon_normal {
  border:0;
  width:96px;
  height:96px;
  margin:0px;
}

img.icon_star {
  border:0;
  width:7px;
  height:9px;
  margin:0px;
  margin-left:2px;
}

img.icon_state {
  border:0;
  width:12px;
  height:12px;
  margin:0px;
  margin-left:2px;
  margin-right:4px;
}

select.micro {
  width:4em;
}

select.mini {
  width:10em;
}

select.small {
  width:20em;
}

select.medium {
  width:30em;
}

select.large {
  width:72em;
}

.clickable {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}

