/*#######################################################*/
/*                     aladin                            */
/*#######################################################*/	
.whitespace 
	{
	height: 7px;
	}
	
.tableHeader
	{
	font-size: 11px;
	background-color: #e1ddc8;
	}
	
.tableHeader-label
	{
	color: #9E1C41;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
	
.tableFooter-label
	{
	color: #ffffff;
	}
	
.tableTotal
	{
	background-color: none;
	}
	
.tableBottom
	{
	padding: 5px;
	}
	
.fieldsColumnLeft
	{
	width: 50%;
	}

.explain
	{
	color: #959389;
	}

.inputTitle
	{
	color: #111111;
	}

.inputValueSelect
	{
	width: 99%;
	}
	
.inputValueText
	{
	width: 100%;
	}
	
.inputValueZip
	{
	width: 20%;
	}
	
.inputValueTextArea
	{
	width: 98%;
	height: 100px;
	}
		
/* Vraag box en knopppen */
#question-input
	{
	width: 100%;
	height: 100px;
	border: 0px;
	}

.button
	{
	border: 1px solid #E1DDC8;
	background-color: #d2caa5;
	height: 24px;
	}

.button-label
	{
	color: #9E1C41;
	text-decoration: none;
	font-size: 11px;
	}

.submitButton
	{
	width: 100%;
	background-color: #d2caa5;
	}

.switchButton
	{
	width: 100%;
	}

/* Resulaat stijlen */
#resultsPanel
	{
	display: none;
	}
	
#resultsFrame
	{
	border: 0px solid white;
	}

/* Invoervelden stijlen */
#fieldsPanel
	{
	display: none;
	}

/* Log panel */
#logPanel
	{
	display: none;
	}
