/**
 *	Contact form style
 *	-------------------------
 */

TABLE.inputForm TD *, TABLE.inputForm TD {
	font-family:Verdana, Arial;
	color:#000000;
	font-size:11px;
} TABLE.inputForm TD {
	background-color:#E8E8E8;
	border: 1px solid white;
	border-width: 2px 1px 2px 1px;
	padding: 2px 4px 2px 4px;
} TABLE.inputeForm {
	padding-right: 20%;
}

FORM#contactForm TABLE.inputForm TD.formname {
	color: white;
	font-weight: bolder;
	background-color:#666666;
}

/*even de form-elementen repareren*/
FORM TABLE.inputForm INPUT, FORM TABLE.inputForm TEXTAREA {
	border: none;
	padding: none;
	margin: none;
}
FORM TABLE.inputForm INPUT.formfields, FORM TABLE.inputForm TEXTAREA, FORM TABLE.inputForm SELECT.formfields {
	width: 200px;
}

/*De table repareren*/
#contenttype2 FORM#contactForm TABLE {
	table-layout: auto;
	width: 100%;
} #contenttype2 FORM#contactForm TABLE TD{
	width: auto;
}
/*De table-formaten zetten naar hoe het moet worden*/
 #contenttype2 FORM#contactForm TABLE TD.formname {
	width: 125px;
}


A.formButtonOccasion {
	text-decoration: none;
	color: #666666;
	font-size:12px;
	font-weight: bolder;
	background: transparent url("/images/red_arrow.gif") no-repeat 100% 50%;
	padding: 4px 0.5em;
	margin-right: 2px;
	text-transform: capitalize;
}
#contenttype2 TABLE SPAN.asterix {
	color: red;
	font-weight: bolder;
	margin: 0 0.5em;
}

tr.header {
	background:#f8f8f8;
}
table.occasion td,th {
	padding:1px 1px;
	border:1px solid white;
	vertical-align:top;
	text-align:center;
}

table.occasion th.sortable {
        background:#e8e8e8;
}

table.occasion td {
	font-size:9px;
}

table.occasion tr.even td {
        background:#f8f8f8;
		white-space:nowrap;
}

table.occasion tr.odd td {
		white-space:nowrap;
}