﻿/* CSS Document */


/**** search in linkerbalk ******************/
.dtSearchfieldWrapper 
{
    float:left;
    width:160px;
    height:22px;
    background: url(/site_images/bck_search.gif) no-repeat 10px 0px;
}

.search .dtSearchLabelWrapper 
{
    height:15px;
    }

.search .dtSearchTextField 
{
    border:1px solid #fff;
    height:16px;
    margin:1px 2px 1px 12px;
    padding:0;
    
}

.dtSearchButton 
{
    background: url(/site_images/but_submit.png) no-repeat 0px 0px;
    width:23px;
    height:23px;
    border:0px;
}

.search .dtSearchLabel  /** label in de linkerbalk is leeg **/
{	font-size:11px;
	padding:0px;
	margin-bottom:10px;
}




/** search zit steeds in een div **/
#SimpleSearchResults td
{
	font-size:11px;
}



.dtSearchBoxInput {
	background-color:#dbdbdb;
	border:0px;
	width:110px;
	height:12px;
	color:#333;
	font-size:0.9em;
	padding-left:5px;
	padding-right:5px;
}

.dtSearchBoxButton 
{
    font-size:1em;
    border:1px solid #ffffff;
    background-color:#ffffff;
    color:#5b5b5b;
    text-transform:uppercase;
    cursor:pointer;
    font-family:"Trebuchet ms", Arial, Helvetica, sans-serif;
    height:18px;
    padding-top:0;
}

/** tabel om zoektermen in te geven, komt boven de resultaten te staan **/
.dtSearchTable
{	
	border-top:2px solid #960000;
	border-bottom:2px solid #960000;
	margin-left:35px;
}

.dtSearchTable td
{	
	font-size:11px;
}


.dtSearchControlsWrapper 
{
    background:#eeeeee;
    width:450px;
    padding:25px;
}

.dtSearchControlsWrapper .dtSearchLabel  /** labels **/
{	
   vertical-align:top;
   display:block;
   float:left;
   width:150px;
}

.dtSearchLabelFieldWrapper, .dtSearchTypeWrapper, .dtSearchFormatWrapper
{
    margin-bottom:10px;
    border-bottom:1px solid #cfcfcf;
    padding-bottom:10px;
    
}



.dtSearchInputText 
{
	border-top: 1px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	background-color:#ffffff;
	padding-left:3px;
	width:225px;
}

.dtSearchSelect
{
	border-top: 1px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	background-color:#ffffff;
	padding-left:3px;
	width:230px;
	
}

.dtSearchInputButton{
	background-color: #9cb617;
	border:1px solid #8ba311;
	color:#ffffff;
	font-weight:bold;
}

#dtSearchResultsSearchButton 
{
   padding-top:15px;

}


/** bij de zoekresultaten kan je niets layouten, behalve de opgelichte woorden **/
.dtSearchSynopsisKeywordMarker 
{
	background-color: #eee;
	padding-left:5px;
	padding-right:5px;
}


/** tabel met de resultaten**/ 
.dtSearchResultsTable {

}

/** aantal resultaten gevonden **/ 
.dtSearchResultsAmount{

}

/** vorige, volgende, aantal pagina's **/ 
.dtSearchResultsPaging{
    background:#f4f2f2;
    padding:5px 15px;
}

