﻿/* CSS Document */

/** search zit steeds in een div **/
#SimpleSearchResults td
{
	font-size:1.0em;
}

/** tabel om zoektermen in te geven, komt boven de resultaten te staan **/
.dtSearchTable
{	
	margin-top:10px;
	width:100%;
	background-color:#edf2f2;
}

.dtSearchTable td
{	
	font-size:1.0em;
	padding:3px 5px 3px 5px;
}

.dtSearchLabel  /** labels **/
{	font-size:1.0em;
	padding:3px 5px 3px 5px;
	vertical-align:top;
	font-weight:bold;
	width:200px;
}

.dtSearchInputCell 
{
	padding:3px 5px 3px 5px;
	vertical-align:top;
	text-align:left;
}

.dtSearchInputText 
{
	border: 1px solid #9bb7bf;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.0em;
	width:190px;
}

.dtSearchSelect
{
	border: 1px solid #9bb7bf;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.0em;
	width:190px;
}

.dtSearchInputButton{
	background-color: #5a7880;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	border:0px;
	padding:0px 7px 0px 7px;
}


/** bij de zoekresultaten kan je niets layouten, behalve de opgelichte woorden **/
.dtSearchSynopsisKeywordMarker 
{
	background-color: #5a7880;
	color:#fff;
	padding-left:5px;
	padding-right:5px;
}


/** tabel met de resultaten**/ 
.dtSearchResultsTable {

}

/** aantal resultaten gevonden **/ 
.dtSearchResultsAmount{
	font-weight:bold;
}

/** vorige, volgende, aantal pagina's **/ 
dtSearchResultsPaging{
	font-weight:bold;
}

