﻿/*Om de cssfiles die vanuit het project 1logo zijn aangeleverd ongemoeid te laten worden hier de zorggegevens-specifieke classaanroepen.*/
/* JN: Table sorter gebruikt ook een header en dat verstoord de vormgeving, ofwel default moet er weer even overheen.*/
.vws_project_tbl thead th, .nw_zgg_add_table_sorter thead th {
  background-image:none;
  background-color: #e1e1e1;
}

.vws_project_tbl tbody th, .nw_zgg_add_table_sorter tbody th
{
    width:200px;
    white-space:normal; /*anders werkt de breedte in ie8 niet*/
 
}

#pager img
{
	/*default heeft een afbeelding een dikke margin.*/
	margin-bottom:0px;
}
/*Klassen tbv de sorteerheaders*/

#vws_zgg_tbl_registratie th.header, #WucThesaurus1_grvZoekResultaten th.header, #ZoekControl1_grvZoekResultaten th.header, .nw_zgg_add_table_sorter th.header
{
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url(../../images/small_default.gif);
}
#vws_zgg_tbl_registratie th.headerSortDown, #WucThesaurus1_grvZoekResultaten th.headerSortDown, #ZoekControl1_grvZoekResultaten th.headerSortDown, .nw_zgg_add_table_sorter th.headerSortDown 
{
	background-image: url(../../images/small_asc.gif);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center right;
}
#vws_zgg_tbl_registratie th.headerSortUp, #WucThesaurus1_grvZoekResultaten th.headerSortUp, #ZoekControl1_grvZoekResultaten th.headerSortUp, .nw_zgg_add_table_sorter th.headerSortUp 
{
	background-image: url(../../images/small_desc.gif);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center right;
}
form.form_ll label { width: 13.2em; }
form.form_ll select { width: 20.5em; }
select.pagesize
{
    width:40px !important;
}
.pagedisplay
{
    width:30px !important;
}
.zgg_wijzigingsdatum
{
    text-align:center;
    width:100%;
}
/*SearchGegevensBron*/
.pnlSearchGegevensbron  .lblFreeSearch
{
    padding-right:10px;
}
.pnlSearchGegevensbron .helewoorden
{
    clear:both;
    padding-left:22em;
}

.pnlSearchGegevensbron p.pSearch
{
    margin-top:0;
}
input.btnSearch
{
    margin-left:59em !important;
    margin-top:-20px;
    left:auto !important;
}
.pnlSearchGegevensbron .ctnGetSubSectors
{
    clear:both;
}
.pnlSearchGegevensbron input.GetSubSectors
{
    position:relative;
    /*margin-left:220px;*/
    margin-top:3px;
    left:28.5em !important;
    width:202px;
    clear:both;
}
.pnlSearchGegevensbron li label
{
    width:22em !important;
}
.zgg_free_search_box legend
{
    display:none !important;    
}
.zgg_search_filter_radio label
{
    width:auto !important;
    padding-right: 1px;
}
.zgg_free_search_box fieldset div
{
    display:block;
    padding-top:3px;
    padding-bottom:3px;
}
#headertitel, .zgg_result_tbl_col1
{width:280px;}
#headermeetjaar, .zgg_result_tbl_col2
{width:120px;}
#headeropdrachtgever, .zgg_result_tbl_col3
{width:250px;}
table#vws_zgg_tbl_registratie .zgg_link_index_external, .nw_zgg_add_table_sorter a
{width:280px;
 display:block;}
table#vws_zgg_tbl_registratie th
{
    white-space:normal;
}
table#vws_zgg_tbl_registratie .header
{
    padding-top:6px;
    padding-right:12px;
    padding-right:4px;
}
select.zgg_search_filter_text_field
{
    width: 19em !important;
}
.zgg_txt
{
	width: 34.8em!important;
}
.zgg_dropdown
{
		width: 32em!important;
	}