img {
	border: 0px;
}

a 
{
	color: #0053a0;
	text-decoration: underline;
}

a:hover 
{
	color: #05060a;
	text-decoration: underline;
}


a:focus
{
	outline: none;
}

h1 
{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #0f4b95;
	padding-bottom: 10px;
	text-transform: uppercase;
}

h2 
{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #0f4b95;
	padding-bottom: 10px;
}

h3 
{
    text-transform: uppercase;
    color: #0f4b95;
}

p 
{
	padding: 0px 0px 10px 0px;
}

.clear 
{
	height: 0;
	overflow: hidden;
	clear: both;
	line-height: 0;
}


/* Start Formulier */

label_bu {
	display: block;
	float: none;
	clear: both;
}

span.title {
	float: left;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #555555;
}


input#checkbox {
	
}

input#radio {
	
}

input#textfield {
	width: 288px;
	height: 18px;
	background-color: #FFFFFF;
	border: solid 1px #555555;
	float: right;
	margin-bottom: 5px;
}

select#select {
	width: 290px;
	height: 20px;
	background-color: #FFFFFF;
	border: solid 1px #555555;
	float: right;
	margin-bottom: 5px;
}

textarea#textarea {
	width: 288px;
	height: 75px;
	background-color: #FFFFFF;
	border: solid 1px #555555;
	float: right;
	margin-bottom: 5px;
}

/* Einde Formulier */

/* Start lijst */

table.dataList {
	border-bottom: solid 1px #555555;
}

	table.dataList th, table.dataList td {
		text-align: left;
		margin: 0px;
		padding: 6px 12px 8px;
	}

	table.dataList th {
		font-weight: bold;
		border-bottom: solid 1px #555555;
	}
	
	table.dataList tr {
		background-color: #ebeaea;
	}
	
	table.dataList thead tr, table.dataList tr.alternate {
		background-color: #FFFFFF;
	}
	
		table.dataList td {
			
		}

input.button {
	width: 110px;
	height: 25px;
	float: right;
	background-image: url(../images/back_button.gif);
	background-repeat: no-repeat;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
	background-color: transparent;
	margin-left: 10px;	
}

input.button:hover {
	width: 110px;
	height: 25px;
	float: right;
	background-image: url(../images/back_button_over.gif);
	background-repeat: no-repeat;
	text-transform: uppercase;
	color: #B92535;
	font-weight: bold;
	border: none;
	background-color: transparent;
	margin-left: 10px;	
}


.MyImageButton 
{
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
}

.grpHeader
{
    font-weight:bold;
}

.fieldLabel 
{
    color:Black;
}

.orderTab
{
    border: 1px solid #808080;
    border-top:0px;
    background-color: White;
}

.contentTab 
{
    padding-left:10px;
    padding-top:10px;
    padding-right:10px;
}

.error 
{
    color:Red;
}