@charset "utf-8";
/* CSS Document */

body {
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    margin-top: 0px;
}

body,td,th {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

div.clear {
    margin: 0;
    padding: 0.5em;
    clear: both;
}

.navi {
    background-color: #FFFFFF;
    color: darkblue;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.activeNavi {
    background-color: #FFFFFF;
    color: #000138;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

A.nolink {
    color: black;
}

A:hover.nolink {
    color: black;
}

A
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size : 12px;
    color: darkblue;
}

A:hover
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size : 12px;
    color: blue;
}

.header_subnavi {
    background-image:url("../images/header_subnavi.jpg");
    background-repeat:repeat-x;
    color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    width:163px;
    border:1px solid #999999;
    border-bottom:0px;
}

.subnavi_f_element {
    border:1px solid #cccccc;
    border-bottom:0px;
}

.subnavi_l_element {
    border:1px solid #cccccc;
    border-top:0px;
}

.debugWindow {
    color: #000;
    background-color: #FFF;
    border: 2px solid blue;
    font-size: 1em;
    padding: 5px;
    margin: 5px;
}

.debugTitle {
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid black;
    padding: 3px;
}

.debugText {
    margin: 8px 3px 3px 3px;
    font-size: 1.3em;
}

.errorWindow {
    color: #000;
    background-color: #FFF;
    border: 2px solid red;
    font-size: 1em;
    padding: 5px;
    margin: 5px;
}

.errorTitle {
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid black;
    padding: 3px;
}

.errorText {
    margin: 8px 3px 3px 3px;
    font-size: 1.3em;
}

/*    = Box
------------------------------------------------------- */
#Box {
  background-color: #F2F6FF;
  border: 1px solid #dedede;
  width: 93%;
  margin: 0 auto;
  margin-bottom: 1.7em;
  padding: 0.3em;
  text-align: left;
}

#Box div.error {
  color: red;
  padding-bottom: 0.8em;
  text-align:center;
}

#Box div.success {
  color: green;
  padding-bottom: 0.8em;
  text-align:center;
  font-size: 12pt;
}

#Box div.element {
  display: inline;
  margin: 0 auto;
  padding: 0 0.3em;
}

#Box div.element label {
  padding-right: 7px;
  background-image: url('./templates/system/images/arrow.gif');
  background-position: center right;
  background-repeat: no-repeat;
}

#Box div.element input,
#Box div.element textarea {
  border: 1px solid #c0c0c0;
  background-color: #D9E4FF;
}

#Head {
  font-size: 12pt;
}

#BoxEntry {
  border: 1px solid #000000;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 0em;
  padding: 0.5em;
  text-align: left;
}