h2 {
  font-size: 15px;
  
}


legend
{
  font-weight: bold;
  color: #F0272A;
  font-size: 14px;
}

.filterdiv
{
	margin-left: 160px;
}


img
{
	border-width: 0;
}

img.imgbutton
{
	cursor: pointer;
}




th
{
	text-align:left;
}

table.listing
{
	background-color: #777777;
	width: 600px;
	border-collapse: collapse;
}

table.listing th {
  text-align: left;
  text-transform: uppercase;
  background-color: #3d4e6c;
  color: #e7e7e7;
  padding-left: 10px;
}

.listing tr td 
{	
	border: 0;
	padding: 2px 0 2px 10px;
	font-size: 13px; 
}
.listing tr
{
	vertical-align: top;
}
.listing tr.odd
{
	background-color: #DFE8F7;
}
.listing tr.even
{
	background-color: #fff;
	border: 0;

}
.altforIE {
	background-color: #636363;		
	color: #FFFFFF;	
}

.listing tr.even:hover, 
.listing tr.odd:hover { 
	background-color: #aac5f2;		
	color: #FFFFFF;	
}
.listing tr a {  

	color: #000;
  	text-decoration: none;
}
.listing tr:hover a {
	color: #FFFFFF;
	text-decoration: none;
}

a {
	color: #6C6F75;
}

tr.removed
{
	text-decoration: line-through;
}

tr.removed img
{
	display: none;
}

.hidden
{
	display: none;
}

.greyout 
{
	background-color: #3A3A3C;
	position: absolute;
	left: 0px;
	top: 0px;	
	width: 100%;
	height: 100%;
	
	
	/* Set both opacity and filter, for MSIE and firefox compatability */
	opacity: .7;
	filter: alpha(opacity=70);
	
	/* z-index sets the layer order, so that the overlay rests on top.
	Bear in mind that the popup dialogue needs to be even higher! */
	z-index: 21000;

}

.editsschermform
{
	background-color: #113476;
	width: 300px;
	position: absolute;
	top: 250px;
	left: 250px;
	z-index: 22000;
	padding: 10px;
	border-color: #ffffff;
	border-width: 1px;
	border-style:solid;
}

.loginform
{
	width: 250px;
	margin-top: 10px;
	margin-left: 10px;
}

.standardform
{
  width: 500px;
}

.changepass
{
	width: 400px;
}


.loginform label, .standardform label, .changepass label
{
display:block;
height:2em;
background-color:#EFF3F2;
padding:10px 10px 0;
color: #6C6F75;
font-size: 13px;

}

.loginform input, .standardform input, .loginform select,.standardform select, .changepass input
{
margin-right:20px;
border:1px solid #6C6F75;
float:right;
clear:right;
}

.standardform button
{
	margin-top: 30px;
	margin-bottom: 30px;
}

.confirm
{
	border-color: #6C6F75;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	z-index: 23000;
	position: absolute;
	top: 300px;
	left: 400px;
	width: 200px;
	height: 130px;
}

.confirm span.head
{
	background-color: #113476;
	color: #ffffff;
	font-weight: bold;
	display: block;
}

.confirm span.message
{
	font-weight: bold;
	display: block; 
	height: 70px;
	margin-left: 10px;
	margin-right: 10px;
}

.confirm button
{
	color: #ffffff;
	background-color: #113476;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	float: right;
	margin: 10px;
	width: 50px;
}

img.editbutton
{
	cursor: pointer;
	width: 16px;
	height: 16px;
}

img.deletebutton {
	cursor: pointer;
	width: 16px;
	height: 16px;
}

#formname tr
{
	vertical-align: top;
}

.textbox { 
      	font-family: Arial; 
      	
      	background-color: #FFFFFF; padding-top: 1px; 
      	padding-right: 1px; 
      	padding-bottom: 1px; 
      	padding-left: 1px; 
      	color: #113476; 
      	border-color: #FFFFFF none; 
      	clip: rect( ); 
      	border: 1px solid;  
      	width: 120px
      	}
.button 
	{  
	border: 1px solid; 
	color: #FFFFFF;
	font-family: Arial; 
	font-size: 8pt; 
	cursor: hand; 
	background-color: #113476;
	cursor: pointer;
	} 
	
	
div.form
{
	width: 500px;
	font-size: 13px;
}
div.form label
{
	display: block;
	height: 25px;
}

div.form input, div.form textarea, div.form select
{
	clear: right;
	float: right;
	width: 200px;
	margin-right: 20px;
	font-size: 13px;
}

div.form a, div.form a span
{
	float: right;
	margin-right: 5px;
	overflow: visible;
	width: 20px;
	
}

div.form button
{
	margin-left: 450px;
}

div.customer {
	font-size: 13px; 
}

.error_message
{
  color: #113476;
  margin : 10px 0 0 0;
  padding-bottom: 10px;
}

input {
	font-size: 11px;
}

select#geslacht {
	font-size: 12px;
}

#header {

}
input.submit {
	font-size: 11px;
	background-color: #EFF3F2;
	border: 1px solid #6C6F75;
	margin: 0.70em 0 0 0;
	cursor: pointer;	
}

fieldset input, fieldset textarea, fieldset select  {
	border: 1px solid #6C6F75;
	color: #6C6F75;
	font-size: 11px;
	font-family: Verdana;
}

fieldset {
	background-color: #f9f9f9;
}

div.noaccess
{
  color: #ff0000;
  clear: both;
  font-weight: bold;
  margin : 20px;
}

ul.portal li { font-size: 13px; }