body, td, textarea, tr, table, input, div, span, select {
	font-family: verdana, helvetica, arial;
	font-size: 7pt;
	}
tr.header {
	background-color : #126c99;
	color : white;
}


td.topTitle{
  font-size : 18px;
  color : white;
}
td.infoTitle{
  font-size : 14px;
  font-weight : bold;
}
td.close{
 font-size : 10px;
  font-weight : bold;
  color : black;
}

span.bold{
  font-weight : bold;
  color : black;
}

span.header-tekst{
  font-size : 14px;
  font-weight : bold;
}

tr.headerBG{
background-image: url("/assets/img/interface/topbar/bg_blech.jpg");
}
td.headerBG{
background-image: url("/assets/img/interface/topbar/bg_blech.jpg");
}
td.leftborder{
background-color : #cccccc;
}
span.groupnumber{
  font-size : 32px;
  color : #126c99;
  font-weight : bold;
}
span.grouptitle{
  color : #126c99;
  font-weight : bold;
}
a.mail {
  color : black;
  text-decoration : none;
  font-weight : bold;
  font-size : 10px;
}
td.white{
  color : white;
}
a.link {
  color : black;
  text-decoration : none;
}
a.linkback {
  color : black;
  text-decoration : none;
  font-size : 10px;
}
a.activelink{
  color : white;
  text-decoration : none;
}
a.greenmail{
  color : #126c99;
  text-decoration : none;
  font-weight : bold;
}
span.suptitle{
  font-size:16px;
}
select.filter{
background-color : #f1a407;
font-style : bold;
font-size : 10px;
color : black;
width : 80px;
}
a.activepage {
  color : #126c99;
  text-decoration : none;
}
a.looppage {
  color : #126c99;
  font-weight : bold;
}

tr.gray{
background-color : #cccccc;
}

tr.orange{
background-color : #f1a407;
}

tr.green {
  background-color : #126c99;
  padding-left : 5px;
  padding-top : 5px;
}

table.popuptable{
	background-color : #126c99;
	color : white;
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
}

table.steps{
	background-color : #cccccc;
}

table.topbar{
  border : 0 0 1 0;
  border-bottom-color : #d3fd37;
}
 
input.neededfield{
border-color :  #126c99;
border-style : solid;
border-width : 2px;

}
