body{
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-3dlight-color: #002276;
  scrollbar-arrow-color: #002276;
	scrollbar-track-color: #F8F9FC;
  scrollbar-face-color: #E6EAF2;
	scrollbar-darkshadow-color: #002276;
  scrollbar-base-color: #ABABAB;
  /* flacher
	scrollbar-shadow-color: #F8F9FC;
	*/
	scrollbar-shadow-color: #ABABAB;
	scrollbar-highlight-color: #FFFFFF;
}

a, a:visited{
  color: #002276;
  text-decoration: none;
}

a:hover, a:active{
  text-decoration: underline;
}

a.strong{
  background-color: inherit;
  color: #990000;
  text-decoration: underline;
  font-weight: bold;
}

img, table, a{
  border: 0;
}

tr, td{
  vertical-align: top;
}

img{
	display: inline;
}

.maxwidth{
  width: 100%;
}

.max16{
  width: 16px;
  max-width: 16px;
}

.max24{
  width: 24px;
  max-width: 24px;
}

.max38{
  width: 38px;
  max-width: 38px;
}

.max40{
  width: 40px;
  max-width: 40px;
}

.max100{
  width: 100px;
  max-width: 100px;
}

.max150{
  width: 150px;
  max-width: 150px;
}

.bottom{
	vertical-align: bottom !important;
}

.bgwhite, tr.bgwhite td{
	background-color: #ffffff !important;
}

input.text, textarea.text, input.inputform, textarea.inputform{
	border: 1px solid #5E657A;
	border-color: #5E657A #CCCFD8 #CCCFD8 #5E657A;
	padding: 1px 2px 1px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.text:focus, textarea.text:focus, select:focus{
	background-color: #F8F9FC;
}

input.readonly, input.readonly:focus{
	border-color: #5E657A #CCCFD8 #CCCFD8 #5E657A;
	background-color: #F8F9FC !important;
	cursor: default;
}

div.bar {
  margin-top: 20px;
  float: none;
}

table.ms{
	margin-bottom: 16px;
}

table.errorbox{
	border: 2px solid #F7F822;
	background-color: #FEFCD6;
  margin-bottom: 20px;
}

table.errorbox tr.header td{
	font-weight: bold;
  background-color: #F7F822;
  font-size: 13px;
  padding: 3px 4px 3px 4px;
}

table.errorbox tr td{
  vertical-align: middle;
  font-size: 12px;
  padding-left: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}

table.errorbox tr.low td{
  background-color: #FFFEED;
}



table.eue{

}

table.eue tr td h3{
	font-size: 13px;
	color: #002276;
	font-weight: bold;
	border-bottom: 1px dotted #CCCFD8;
	margin-bottom: 6px;
	padding-bottom: 2px;
}

table.eue tr td{
  vertical-align: middle;
  font-size: 12px;
  padding-left: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}

table.eue tr.header td{
  font-weight: bold;
  font-size: 13px;
  background-color: #bec7df;
  padding: 3px 4px 3px 4px;
}

table.eue tr.warning td{
	font-weight: bold;
	border: 2px solid #F8F221;
	padding: 4px 10px 4px 10px;
	background-color: #FEFCD6;
}

table.eue tr td.title, table.eue tr.low td.title, table.eue tr.low td.title{
  font-size: 12px;
  white-space: nowrap;
  width: 160px;
  max-width: 160px;
  vertical-align: top;
  padding-top: 6px;
  padding-bottom: 4px;
}

table.eue tr td img{
	margin-right: 3px;
}



table.eue tr td img, table.eue tr td input{
  vertical-align: middle;
}
/*
table.eue tr.high td{
  background-color: #F2F4F8;
}
*/

table.eue tr.low td{
  background-color: #F8F9FC;
}

table.eue tr.active td{
  background-color:  #E6EAF2;
  font-weight: bold !important;
}

table.eue tr.active td:first-child a:before{
  content: "▶ ";
  color: #990000;
  font-weight: bold;
}

table.eue tr.active td *{
  font-weight: bold !important;
}


table.eue tr td{

}

table.eue tr.blank td{

}

/* Overview */

table.overview{
  width: 100%;
}

table.overview a, table.overview small{
  display: block;
}

table.full {
	width:100%;
}

table.overview td{
  padding-bottom: 8px;
}

table.overview small{
  font-size: 11px;
  color: #656565;
  margin-top: 2px;
}


label{
  font-size: 12px;
  margin-left: 3px;
  vertical-align: middle;
  margin-right: 10px;
  cursor: hand;
  cursor: pointer;
}

input.checkbox{
  vertical-align:middle;
}

/*
div.scroll{
  margin: 0;
  padding: 0;
  overflow: auto;
  height: 220px;
  border: 1px solid #A1A8BE;
}*/

tr.nowrap td{
  white-space: nowrap;
}

small, table.small tr td, table tr.small td, td.small, select.small{
  font-size: 11px !important;
}

table.topbar{
  margin-bottom: 10px;
}

table.bottombar{
  margin-top: 10px;
}

table.topbar select, table.topbar input, table.bottombar select, table.bottombar input{
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.right{
  text-align: right;
}

.center{
  text-align: center;
}

.left{
  text-align: left;
}

.searchbar span.urina{
  color: #990000;
  font-weight: bold;
  margin-right: 6px;
  margin-left: 6px;
}

.searchbar a{
  text-decoration: underline;
  margin-right: 4px;
  margin-left: 4px;
}

.searchbar, .searchbar *{
  vertical-align: middle;
  font-size: 13px;
}

.searchbar img{
  margin-right: 10px;
  margin-left: 10px;
}




form.mainswitcher{
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: right;
	margin-bottom: 6px;
}

form.mainswitcher select{
	vertical-align: top;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

form.mainswicher input{
	vertical-align: top;
	padding: 0;
	margin: 0;
}



td.datainfo{
  text-align:right;
  padding-top: 20px;
}


/* ABOUT */

h3{color: #002276;text-decoration:}
h4{color:#990000;margin-bottom:5px;margin-top:21px;}
ul{margin:0 0 0 26px;padding:0;list-style-type:square;}
li{margin:0;padding:0;}
