﻿/* CSS Document */

	div.tableBorder {
	}

	div.tableBorder form {
		margin: 0px;
	}

	table.colTable {
		border-collapse: collapse;
		border: 0px;
		width: 100%;
	}

	table.colTable * {
		font-family: inherit;
		font-size: 11px;
		line-height: 2.1em;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	table.colTable img {
		max-width: none;
	}
	table.colTable *:hover {
		text-decoration: none;
	}

	table.colTable .red,
	table.colTable .red * {
		color: red !important;
	}
	table.colTable .yellow,
	table.colTable .yellow * {
		color: #FF9900 !important;
	}

		
	table.colTable.GridHeader {
		border: 0px !important;
	}
	table.colTable.GridBody {
		border: 0px !important;
		border-bottom: 1px solid #CCC !important;
		margin-top: 15px;
	}



	/* Footer with counter */
	
	table.colTable.GridFooter tr td {
		text-align: right;
		padding-right: 4px;
	}

	


	/* Columns headers/cells */
	
	table.colTable.GridBody tr td {
		border-top: 1px solid #F2F2F2;
	}
	table.colTable.GridBody tr td > div {
		padding: 0px 4px 0px 4px;
	}


	/* Column headers */
	
	table.colTable.GridBody thead tr td {
		border-left: 1px solid #DDD;
		border-right: 1px solid #DDD;
		border-top: 0px;
		border-bottom: 1px solid #CCC;
		background-repeat: no-repeat;
	}
	table.colTable.GridBody thead tr td > div,
	table.colTable.GridBody thead tr td > a,
	table.colTable.GridBody thead tr td > span {
		padding: 0px 3px 0px 3px;
		display: block;
		line-height: 1.6em;
		font-size: 11px;
		
		background-repeat: no-repeat;
		background-position: right;
		text-decoration: none;
	}
	table.colTable.GridBody thead tr td > a,
	table.colTable.GridBody thead tr td > span {
		color: #08c
	}
	table.colTable.GridBody thead tr td > a:hover,
	table.colTable.GridBody thead tr td > span:hover {
		cursor: pointer;
		color: #005580;
	}

	table.colTable.GridBody thead tr td > a:hover,
	table.colTable.GridBody thead tr td > span:hover,
	table.colTable.GridBody thead tr td.selectedasc span,
	table.colTable.GridBody thead tr td.selecteddesc span {
		background-color: #f8f8f8;
	}

	table.colTable.GridBody thead tr td.selectedasc span {
		background-image:url( /lib/i/down.gif );
		background-position: top right;
	}
	table.colTable.GridBody thead tr td.selecteddesc span {
		background-image:url( /lib/i/up.gif );
		background-position: bottom right;
	}



	/* Cells */

	table.colTable tbody tr td {
		color: #888;
	}
	table.colTable tbody tr:hover td {
		background-color: #FEFEFE;
		color: #777;
	}

	table.colTable tbody tr.row0 td {
	}
	table.colTable tbody tr.row1 td {
	}
	

	/* Filter */

	div.filter-head {
		background-color:	#F8F8F8;
		padding: 5px 6px 5px 6px !important;
		height: 25px !important;
	}
	div.filter-head div.search-control {
		display: block;
		float: left;
		padding: 0px 5px 0px 0px;
	}
	div.filter-head div.separator {
		display: block;
		float: left;
		margin: 0px 3px 0px 3px;
		width: 1px;
		height: 100%;
	}
	div.filter-head div.search-control a.search-button {
		display: block;
		float: left;
		background-color: white;
		border: 1px solid #CCC;
		padding: 0px 9px 0px 9px;
		margin: 0px 1px 0px 1px;
		line-height: 1.9em;
	}
	div.filter-head div.search-control a.search-button:hover {
		border: 1px solid #AAA;
		text-decoration: none;
	}
	
	/* Expandable page/size selector */
	
	table.colTable.GridHeader thead.pageSelection div.container {
		height: auto !important;
		display: none;
		width: 120px !important;
		margin-left: 10px;
	}
	table.colTable.GridHeader thead.pageSelection div.container a {
		margin: 0px 2px 0px 2px;
	}	
	/* Bootstrap compensation */
	table.colTable.GridHeader thead.pageSelection div.container:before,
	table.colTable.GridHeader thead.pageSelection div.container:after {
		display: none;
		content: "";
	}

	/* Filter / search input */

	div.filter-head input,
	table.colTable.GridHeader thead.pageSelection div.container input.pageIndex {
		margin: 0px !important;
		padding: 2px 7px 2px 7px !important;
		font-size: inherit !important;
		line-height: 1.6em !important;
		height: auto !important;
		display: block !important;
		
		background-color: #fff !important;
		border: 1px solid #ccc !important;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
		-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
		-webkit-transition: border linear .2s,box-shadow linear .2s !important;
		-moz-transition: border linear .2s,box-shadow linear .2s !important;
		-o-transition: border linear .2s,box-shadow linear .2s !important;
		transition: border linear .2s,box-shadow linear .2s !important;
		
		color: #555 !important;
		vertical-align: middle !important;
		-webkit-border-radius: 4px !important;
		-moz-border-radius: 4px !important;
		border-radius: 4px !important;
	}
	table.colTable.GridHeader thead.pageSelection div.container input.pageIndex {
		line-height: 1.5em !important;
	}
	

	/* Paging controls row */
	
	table.colTable.GridHeader thead.pageSelection td {
		background-color:	#F8F8F8;
		height: 30px;
	}
	table.colTable.GridHeader thead.pageSelection td * {
		line-height: 1.9em;
	}
	table.colTable.GridHeader thead.pageSelection td nobr > * {
		display: block;
		float: left;
	}
	
	
	
	/* Paging buttons */
	
	table.colTable.GridHeader thead tr td span.disabledDummy,
	table.colTable.GridHeader thead tr td span.dummy,
	table.colTable.GridHeader thead tr td a.dummy {
		background-color: white;
		border: 1px solid #CCC;
		padding: 0px 9px 0px 9px;
		margin: 0px 1px 0px 1px;
	}
	table.colTable.GridHeader thead tr td span.disabledDummy {
		color: #CCC;
	}
	table.colTable.GridHeader thead tr td span.dummy {
		color: black;
		font-weight: bold;
	}
	table.colTable.GridHeader thead tr td span.spacer {
		width: 5px;
		height: 10px;
	}
	table.colTable.GridHeader thead tr td span.spacerBlock {
		padding: 0px 5px 0px 5px;
	}
	table.colTable.GridHeader thead tr td a.dummy:hover {
		border: 1px solid #AAA;
	}
	
	
	
	
	
	
	
	/* Legacy tabs */
	
	table.tabstrip620 {
		xwidth: 100%;
		xtable-layout: fixed;
	}
	
	table.tabstrip620 colgroup {
		display: none;
	}
	
	table.tabstrip620 td {
		line-height: 20px;
		font-size: 13px;
		color: #666;
		width: auto !important;
    border-bottom: 1px solid #ddd;
		border-radius: 0px;
	}

	table.tabstrip620 td[width="2"],
	table.tabstrip620 td.actLeft,
	table.tabstrip620 td.actRight,
	table.tabstrip620 td.inactLeft,
	table.tabstrip620 td.inactRight {
		display: none;
	}

	table.tabstrip620 td a,
	table.tabstrip620 td div {
    padding-top: 8px;
    padding-bottom: 8px;
		padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
		border-radius: 4px 4px 0px 0px;
		width: auto !important;
		overflow: auto;
		text-overflow: visible;
	}

	/* Active tab */
	table.tabstrip620 tr td.actief {
    border-bottom-color: transparent;		
	}
	table.tabstrip620 tr td.actief div {
		color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;		
	}

	/* Inactive tab */
	table.tabstrip620 tr td.tab {
	}

	/* Disabled tab */
	table.tabstrip620 tr td.inactief {
	}
	
	
	
	

