/** General styles ******************************************************/

html {
  font-family: Arial ,Verdana, "Trebuchet MS", sans-serif;
}

html table {
  font-size: 9pt;
}

p {
  margin: 10px 5px;
}

body {
  margin: 0px;
}

th {
  text-align: left;
  vertical-align: top;
  padding-top: 3px;
  font-weight: normal;
}

em {
  font-weight: bold;
  font-style: normal;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #000066;
  margin: 0px;
  padding: 0px;
}

#wrap {
  width: 1000px;
  height: 100%;
  background-color: white;
}

#dummy {
  font-style: italic;
  color: #aaa;
}

#spacer {
  height: 10px;
}

.ibox {
  background-color: #F0F1F2;
  border: 1px solid #000000;
  padding: 0px;
}

.iboxshadow {
/*border: 1px solid black;*/
  height: 10px;
  background: url( '../images/box_shadow.gif' ) top right;
  background-repeat: no-repeat;
}

.fsmall {
  font-size: 8pt;
}

.restricted TD {
  font-style: italic;
  color: #666666;
}


/** Menu styles *********************************************************/

.menu {
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  width: 100%;
  height: 22px;
  font-size: 9pt;
  font-weight: bold;
}

.menu TD {
  background-color: #000066;
  padding: 0px 10px;
}

.menu TD.first {
  border-left: 0px;
}

.menu TD.selected {
  font-weight: bold;
}

.menu TD.over {
  background-color: #555681;
}

.menu TD a:hover {
  text-decoration: none;
}

/** Header styles *******************************************************/

h1 {
  padding: 3px 5px;
  color: #000000;
  font-size: 11pt;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0px;
}

h2 {
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #020243;
  line-height: 22px;

  background: url( '../images/bg_h2.jpg' ) white;
  background-color: white;
  padding: 0 5px;
  margin-top: 0px;
  margin-bottom: 5px;
}

h3 {
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  font-size: 13px;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
}

/** List styles *********************************************************/

option, select {
  font-size: 9pt;
}

ul {
  list-style-position: outside;
  list-style-image: url( '../images/listitem_blue.gif' );
  margin: 0px;
  padding: 5px 5px 5px 30px;
  vertical-align: middle;
}

li {
  margin: 0px;
  padding: 0px;
}

/** Form styles *********************************************************/

.inputfield {
  border: 1px solid black;
  font-family: Courier, sans-serif;
  font-size: 9pt;
}

.inputfielderror {
  border: 1px solid red;
  font-family: Courier, sans-serif;
  font-size: 9pt;
}

input.inputfield {
  height: 20px;
}

.inputbutton {
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  border: 0px;
  background-color: #4F6576;
  color: white;
  font-weight: bold;
  font-size: 9pt;
  padding: 2px 2px 2px 2px;
  height: 20px;
  cursor: pointer;
}

.inputPagenr {
  border: 1px solid #000066;
  background-color: #F9FAFB;
  font-family: verdana, arial, sans-serif;
  font-size: 9pt;
  text-align: right;
  padding-right: 2px;
}

.stretch {
  width: 100%;
}

/** Background styles ***************************************************/

/* dark blue */
.bgStyle1 {
  background-color: #05567E;
}

/* normal blue */
.bgStyle2 {
  background-color: #BE2B37;
}

/* light blue */
.bgStyle3 {
  background-color: #E8EEF3;
}

.bggreen {
  background-color: green;
}

/** Hyperlink styles ****************************************************/

a:link, a:visited {
  color: black;
}

a:hover {
  color: #000066;
}

.menu a:link, .menu a:visited {
  text-decoration: none;
  color: white;
}

.menu a:hover {
  text-decoration: underline;
  color: white;
}

/** Header styles *******************************************************/

#header {
  height: 115px;
  background: url( '../images/bg_header.gif' );
  background-repeat: no-repeat;
}

/** Footer styles *******************************************************/

#footer {
  text-align: center;
  padding: 10px;
  border-top: 1px solid #aaa;
}