
body {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #505050;
  margin: 0;
}

.headline {
  font-weight: bold;
  line-height: 16px;
  color: #AA0002;
  padding-top: 18px;
  padding-left: 12px;
  padding-bottom: 13px;
}

.buttontable {
  margin-top: 1px;
  margin-bottom: 1px;
}

.operations {
  padding-top: 20px;
}

.label {
  color: #064974;
  font-weight: bold;
  padding-left: 12px;
  padding-right: 8px;
  align: right;
  white-space: nowrap;
}

.demo td {
  padding-left: 12px;
  padding-top: 16px;
}

.logintable {
  background: #f2f2f2;
  color: #505050;
  line-height: 16px;
  width: 100%;
}

.fill {
  width: 100%;
}

.border {
  background: #ebebeb;
  height: 5px;
}

.textfield input{
  width: 250px;
}

input {
  font-size: 11px;
}

.button {
  border-right: #000000 1px solid;
  border-top: #000000 1px solid;
  border-bottom: #000000 1px solid;
  border-left: #000000 1px solid;
  font-weight: bold;
  font-size: 11px;
  background: #AA0002;
  color: #ffffff;
}

.background_green {
  background: #91B9DD
}

a.textbold {
  font-weight: bold;
  color: #064974;
  text-decoration: none;
  font-size: 12px;
}

a.textbold:hover {
  text-decoration: underline
}

.message {
  font-weight: bold;
  background: #5280af;
  color: #ffffff;
  padding-top: 14px;
}

.message td {
  padding-left: 12px;
}

.error {
}

.fatal {
  color: red;
}

.success {
  color: lightGreen;
}

.hidden td, .hidden select {
  font-size:0;
  height:0;
  line-height:0;
}

/* New Login, 25.06.2010 wschindling */

body.loginbody {
  color: #000;
}

div.loginContainer {
  margin: 20px;
}

table.loginHeader, table.loginFooter {
  width: 100%;
}

table.loginHeader .headline {
  margin-left: 15px;
  color: #fff;
  margin-right: 30px;
  font-size: 18px;
  font-weight: bold;
}

table.loginHeader td.headerimage {
  padding-right: 10px;
}

table.loginFooter, table.loginHeader .headline {
  width: 100%;
  height: 25px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

div.loginContainer .message {
  background-color: #8CA7BD;
  line-height: 10px;
}

div.loginContainer .message td {
  padding: 5px 5px 0 10px;
}

div.loginContainer .error {
  background-color: #CA0024;
}

table.loginMainTable {
  width: 100%;
  margin-bottom: 10px;
}

td.logintext {
  padding: 0px 30px 15px 30px;
  font-size: 12px;
  width: 75%;
}

td.logintext div.heading {
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0px -10px 0px;
}

td.logintext div.subHeading {
  font-weight: bold;
  font-size: 14px;
  margin: 15px 0px 5px 0px;
}

td.loginarea {
  padding: 40px 40px 0px 0px;
  font-size: 12px;
  vertical-align: top;
  width: 20%;
}

td.loginarea .logintable {
  color: #000;
  background-color: #8CA7BD;
  border: 4px double #fff;
}

td.loginarea .loginAreaHeadline {
  font-weight: bold;
  font-size: 16px;
  padding: 20px 10px;
}

td.loginarea td.loginAreaLabel {
  padding: 0px 5px 5px 10px;
}

td.loginarea .loginInput {
  padding: 0px 15px 5px 0px;
}

td.loginarea .loginInput input {
  width: 120px;
}

td.loginarea .loginButton {
  margin: 5px 0px 10px 0px;
  width: 90px;
}

td.loginarea .demo {
  font-size: 10px;
}

td.loginarea .demo td {
  padding: 5px 5px 10px 10px;
}

td.loginarea a.demolink  {
  color: #fff;
  text-decoration: none;
}

td.loginarea a.demolink:hover  {
  text-decoration: underline;
}

.backgroundSARA {
  background-color: #064974;
}

.backgroundANO {
  background-color: #86991B;
}

.backgroundAMR {
  background-color: #204972;
}

.backgroundKVS {
  background-color: #FF8800;
}

/* styles for default login page */

.defaultLogin .loginMainTable {
  width: 300px;
  position:absolute;
  top: 50%;
  left: 50%;
  margin-left:-150px;
  margin-top:-120px;
}

.defaultLogin .loginarea {
  width: 100%;
  padding: 0;
}