/** General styles *******************************************************/

html {
  font-family: Helvetica, Arial;
}

html table {
  font-size: 8pt;
}

p {
  font-size: 8pt;
  margin: 10px 5px;
  text-align: justify;
}

body {
  background-color: #999999;
  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 #C2D1E6;
  margin: 0px;
  padding: 0px;
}

#bar {
 border-top: 1px solid black;
 border-bottom: 3px solid white;
 height: 18px;
}

#bar2 {
 color: white;
 border-bottom: 1px solid black;
 border-top: 3px solid white;
 height: 18px;
}

#header {
  background-color: #FAF9F6;
  border-bottom: 3px solid black;
}

#separator {
  height: 1px;
  background-color: white;
}

.nobr {
  white-space: nowrap;
}

.hand {
  cursor: pointer;
}

#spacer {
  height: 10px;
}

#spacer2 {
  height: 20px;
}

#wrap {
  width: 850px;
  height: 100%;
}

#dummy {
  font-style: italic;
  color: #aaa;
}

#content {
  width: 100%;
  height: 100%;
}

#columnLeft {
  border-right: 2px solid white;
}

#columnRight {
  background-color: #EBEEF1;
  border-left: 2px solid white;
}

.box {
  border-bottom: 2px solid white;
  padding-bottom: 5px;
  margin: 0px;
}

.box2 {
  font-size: 11px;
  padding-top: 2px;
  padding-left: 5px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-bottom: 2px solid white;
}



.login {
  color: #05567E;
}

.bartext {
  font-size: 11px;
  color: white;
}

/** Header styles *******************************************************/

h1 {
  color: #333399;
  font-size: 11px;
  font-weight: bold;
  padding-top: 2px;
  padding-left: 5px;
  padding-bottom: 8px;
  margin-bottom: 0px;
  margin-top: 0px;
}

h2 {
  font-size: 11px;
  font-weight: bold;
  margin: 5px;
}

h3 {
  font-size: 11px;
  margin-bottom: 10px;
}

/** List styles *********************************************************/

ul {
  list-style-image: url( '../images/conc/bullet.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: verdana, arial, sans-serif;
  font-size: 11px;
  padding: 1px;
}

.inputfielderror {
  border: 1px solid red;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  padding: 1px;
}

.codebutton {
  background-color:black;
  color:white;
  font-size:9px;
  font-weight:bold;
  cursor:pointer;
  border:0px;
  border-color:white;
  width=30px;
  text-align:center;
}

.inputbutton_ {
  border: 0px;
  background-color: #05567E;
  color: white;
  font-weight: bold;
  font-size: 10px;
  padding: 2px 2px 2px 2px;
  height: 20px;
  cursor: pointer;
}

.inputpagenr {
  border: 0px solid #cccccc;
  background-color: #f9fafb;
  vertical-align: text-bottom;
  text-align: center;
  width: 15px;
  font-size: 8;
}

.stretch {
  width: 100%;
}

/** Background styles ***************************************************/

/* dark blue */
.bgStyle1 {
  background-color: #05567E;
}

/* normal blue */
.bgStyle2 {
  background-color: #0778B0;
}

.bgStyle3 {
  background-color: #E8EEF3;
}

.odd td {
  background-color: #f2f5fa; /* #fefefe; */
}

.even td {
  background-color: white; /* #F0F0F0 */;
}

.bgGreen {
  background-color: green;
}

/** Hyperlink styles ****************************************************/

a:link, a:visited, .result a:link {
  text-decoration: none;
  color: #003398;
}

.result a:visited {
  text-decoration: none;
  color: #abb1ce;
}

.read a:link, .read a:visited {
  color: #abb1ce;
}

a:hover, .result a:hover {
  text-decoration: underline;
  color: #003399;  /* sharp blue: #003399 orange: #FFB200 */ 
}

.menu a:link, .menu a:visited {
  text-decoration: none;
  color: #0273B7; /* #003399; */ /* sharp blue */
}

.menu a:hover {
  text-decoration: underline;
  color: #003399;  /* sharp blue: #003399 orange: #FFB200 */
}

.hoverub a:hover {
  text-decoration: underline;
  color: #003399;
}
.hoverub a:link {
  color: #0273B7;
}

.hoverubr a:hover {
  text-decoration: underline;
  color: #E51B1D; /* red */
}

.hovernou a:hover {
  text-decoration: none;
}

.linku a:link {
  text-decoration: underline;
  color: #003399;
}

.linku a:hover {
  text-decoration: underline;
  color: orange; 
}

.datum a:hover {
  text-decoration: underline;
  color: #003399;
}



/** Menu styles *******************************************************/

.menu {
  width: 100%;
  margin-top: 3px;
}

.menu IMG {
  margin-top: 3px;
}

.menuitem {
  text-align: right;
}

/** Footer styles *******************************************************/

#footer {
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #aaa;
}

/** Administration styles ***********************************************/

#admin {
  text-align: center;
  padding: 5px 0px;
}

#admin a:link, #admin a:visited {
  color: white;
}

#admin a:hover {
  color: black;
  text-decoration: none;
}

.label {
  vertical-align: top;
  font-weight: bold;
}

.note {
  font-style: italic;
  font-size: 7pt;
  color: #414141;
}

.categorylist {
  width: 100%;
  border: 1px solid #DEDEDE;
}/

/*
position the checkbox with its label
*/
.pair
{
  clear:both;
  float:none;
  position:relative;
}
.pair input
{
  float:left;
}
.pair label
{
  float: left;
  margin-left:2px;
  padding-top:2px;
}

.subpair
{
  margin-top:1px;
  margin-bottom:1px;
  float:none;
  clear:both;
  position:relative;
}

.subpair input
{
  float:left;
}

.subpair label
{
  float:left ;
  margin-top:2px;
}
.periodpair
{
	margin-left:25px;
	clear:both;
  float:none;
  position:relative;
}
.periodpair input
{
  float:left;
}
.periodpair label
{
  float: left;
  margin-left:2px;
  padding-top:2px;
}

.brd1 {
   border-top: 1px solid #999999;
}

.brd {
   border: 1px solid white;
}

.vanilla {
  margin:0px;
  padding:0px;
  border:0px;
}

