/*
  generic site structure
*/
body {
  color: #000000;
  background: #C1BEB6; /* AAAA80 */
  text-align: center;
  font-family: sans-serif;
  font-size: 16px;
}

.root {
  width: 925px;
  padding: 0px;
  color: #000000;
  text-align: left;
}
.inter {
  width: 925px;
  margin: 0px 0px 0px 0px;
  background: url(../img/top.png) no-repeat bottom;
}

.main {
  width: 905px;
  background: #90b1f5 url(../img/mid.png) repeat-y;
  margin: 0px 0px 0px 0px;
  padding: 0px 12px 25px 8px;
}

.bottom {
  background: url(../img/bottom.png) no-repeat;
  height: 20px;
  margin: 0px 0px 0px 0px;
}

.main2 {
  padding: 0px 40px 20px 40px;
}
.main3 {
  margin-right: 170px;
  padding: 0px 20px 20px 40px;
  border-right: 0px solid #050546;
  min-height: 500px;
}

.adlayer {
  width: 128px;
  float: right;
  padding: 10px 20px 10px 32px;
}

.head {
  width: 925px;
  padding: 0px 0px 0px 0px;
  color: #000000;
}

.footer {
  text-align: center;
  font-size: 10px;
  color: #353535; /* white; */
  padding: 10px;
}
.footer span {
  color: #A02815;
}
.footer a {
  color: #A02815; /*#C7C7FF;*/
}
.footer p {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

/*
  generic formatting of content
*/
img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
a {
  color: #A02815;
  text-decoration: none;
}
p {
  margin: 0px;
  padding: 0px;
  border: 0px;
  margin-bottom: 5px;
  text-align: justify;
}
li {
  margin: 0px;
  padding: 0px;
  border: 0px;
  margin-bottom: 5px;
  text-align: justify;
}

h1 {
  font-size: 24px;
  text-align: center;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 10px 0px;
  border-bottom: 1px solid black;
}

.warning {
  color: yellow;
}

/*
  menu line
*/
.menu {
  padding: 0px 10px 0px 30px;
  margin: 0px;
  color: #00376A;
  font-weight: bold;
  font-size: 14px;
}
.menu a {
  color: white;
}

.menuitem {
  float:left;
  padding: 2px 3px 0px 0px;
  margin: 0px;
  background: url(../img/tab_right_g.png) no-repeat right;
}

.menu .left {
  float:left;
  height: 26px;
  width: 3px;
  background: url(../img/tab_left_g.png) no-repeat;
}
.menu .mid {
  float:left;
  padding: 5px 10px 5px 10px;
  height: 18px;
  background: url(../img/tab_mid_g.png) repeat-x;
}
.menu .right {
  height: 26px;
  width: 0px;
}

.active .left {
  background: url(../img/tab_left.png) no-repeat;
}
.active .mid {
  background: url(../img/tab_mid.png) repeat-x;
}
.menuitem_active {
  background: url(../img/tab_right.png) no-repeat right;
}


/*
  language selector
*/
.lang {
  float: right;
  width: 100px;
  text-align: right;
  padding: 7px 30px 0px 10px;
}

/*
  login area
*/
.login {
  text-align: right;
  padding: 10px;
  margin-bottom: 10px;
}
.login form {
  display: inline;
}
.login input {
  width: 90px;
  background-color: #90b1f5;
  color: #0000BB;
}
.login .submit input {
  width: 50px;
}
.login .create {
  width: 110px;
}

/*
  account creation and modification
*/
.newaccount {
  text-align: left;
  width: 400px;
}
.newaccount div {
  color: #0000BB;
  padding: 5px;
}
.newaccount div span.title {
  display: block;
  float: left;
  clear: both;
  width: 180px;
}
.newaccount input {
  width: 150px;
  background-color: #90b1f5;
  color: #0000BB;
}
.newaccount .submit {
  text-align: center;
}
.newaccount .submit input {
  width: 150px;
}

.changeaccount {
  text-align: left;
  width: 550px;
}
.changeaccount div {
  color: #0000BB;
  padding: 15px 0px;
}
.changeaccount .usrn {
  padding: 5px 0px;
}
.changeaccount .mail {
  padding: 5px 0px;
}
.changeaccount div span.title {
  display: block;
  float: left;
  clear: both;
  width: 300px;
}
.changeaccount input {
  width: 150px;
  background-color: #90b1f5;
  color: #0000BB;
}
.changeaccount .submit {
  padding-top: 20px;
  text-align: center;
}
.changeaccount .submit input {
  width: 150px;
}

/*
  error messages
*/
.messages {
  background: #FF6666;
  color: #FFFFFF;
  padding: 5px;
  margin: 10px;
  border: 5px solid #FFFFFF;
}

/*
  admin areas and edit links
*/
.editlink {
  display: inline;
}

/*
  TinyMCE editors
*/
body.mceContentBody {
  background: #90b1f5;
  color: #000000;
  padding: 2px 10px;
  text-align: left;
}

/*
  article layout
*/
.article {
  margin: 10px 0px 0px 0px;
  border: 0px solid #FFFFFF;
  text-align: right;
  background: url(../img/tab_mid_g.png) repeat-x;
}
.articlei {
  background: url(../img/news_bottom.png) repeat-x bottom;
}
.article .title {
  padding: 5px 10px 3px 10px;
  font-weight: bold;
  float: left;
  text-align: left;
  color: white;
  height: 18px;
  background: url(../img/news_tl.png) no-repeat;
}

.article .date {
  padding: 5px 10px 3px 10px;
  font-weight: bold;
  font-size: 14px;
  text-align: right;
  color: white;
  height: 18px;
  background: url(../img/news_tr.png) no-repeat right;
}
.article .body {
  text-align: left;
  background: url(../img/news_side.png) repeat-y;
}
.article .bodyi {
  padding: 15px 20px 8px 20px;
  background: url(../img/news_side.png) repeat-y right;
}
.article .lowleft {
  float: left;
  height: 8px;
  width:  4px;
  background: url(../img/news_bl.png) no-repeat;
}
.article .lowright {
  height: 8px;
  background: url(../img/news_br.png) no-repeat right;
}

/*
  article input layout
*/
#article_2l_title_en {
  width: 700px;
}
#article_2l_title_de {
  width: 700px;
}
#article_2l_body_en {
  width: 840px;
  height: 300px;
}
#article_2l_body_de {
  width: 840px;
  height: 300px;
}

/*
  plain article layout
*/
.article_plain .body {
  padding: 0px 10px;
}

/*
  job submission layout
*/
.job_edit {
  width: 500px;
  text-align: left;
}

.job_edit div {
  padding: 10px 0px;
}

.job_edit input {
  width: 150px;
}

.job_edit div span.title {
  width: 300px;
  display: block;
  float: left;
}

.job_submit input {
  width: 80px;
}
.job_submit {
/*  margin-left: 300px; */
}
.job_submit span.title {
  font-size: 12px;
}

/*
  measurement viewer
*/
.job_error {
  padding: 10px;
  font-weight: bold;
  color: #FFFFFF;
  background: #FF5555;
  border: 2px solid #FFFFFF;
}
.job_nleft {
  padding: 10px;
  font-weight: bold;
}
.job_nleft span.interval {
  font-weight: normal;
}
.job_nleft .active {
  color: #FFFF00;
  text-decoration: blink;
}
.job_nleft .done {
  color: #000000;
}

.job_graph {
  padding: 10px 0px 20px 0px;
}

.job_link {
  text-align: center;
  padding: 10px 0px;
}

/*
  measurment list
*/
.job_head span {
  display: block;
  float: left;
}

.job_head .tlast {
  clear: both;
  width: 160px;
}

.job_head .ip {
  width: 200px;
}

.job_head .nleft {
  width: 50px;
}

.job_head .interval {
  width: 80px;
  text-align: right;
  padding-right: 5px;
}

.job_head .qi {
  width: 80px;
  text-align: right;
}

.job_head .qi_head {
  width: 80px;
}

.job_head .bannerlink {
  width: 80px;
}

/*
  banner customization
*/
.bannercustom {
  width: 700px;
  text-align: left;
}

.bannercustom div {
  padding: 10px 0px;
}

.jbannercustom input {
  width: 150px;
}

.bannercustom div span.title {
  width: 300px;
  display: block;
  float: left;
}

.bannercustom input {
  width: 80px;
}

.bannercustom textarea {
  width: 700px;
  height: 45px;
}

.bannercustom p {
  margin-top: 10px;
}

/* end of file */
