﻿/* SEARCH RESULTS */
.searchresult
{
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 1px 0px;
    border-bottom: solid 1px #C9C9C9;
    background-color: #EFEFEF;
}
.searchresult.alternateResult
{
    background-color: #E7E7E7;
}
    .searchresult h2
    {
        padding: 7px 0px 0px 15px;
        margin: 0px 0px 5px 0px;
    }

/* MEDIA */
.mediaTop
{
	clear: both;
	width: 300px;
	height: 34px;
	padding-left: 15px;
	background-color: #FFFFFF;
}
.mediaContent
{
	background-color: #E6E6E6;
	padding: 11px;
}
	.mediaContent .mediaInnerContent
	{
		padding: 10px;
		background-color: #FFFFFF;
	}

/* DOWNLOAD INFO */
.downloadInfo
{
	margin-top: 20px;
	padding: 5px 5px 5px 5px;
	border: solid 1px #d6d6d6;
	background-color: #F1F1F1;
}
	.downloadInfo img
	{
		float: left;
		padding-right: 10px;
		padding-bottom: 15px;
	}
	.downloadInfo a
	{
		font-size: 11px;
		color: #797979;
	}

/* TABEL - DOWNLOADS */
table.tableDownloads
{
	width: 100%;
	text-align: left;
}
	table.tableDownloads tr.standardRow
	{
		background-color: #FFFFFF;
	}
	table.tableDownloads tr.alternatingRow
	{
		background-color: #F3F3F3;
	}
		table.tableDownloads tr th
		{
			padding: 7px;
			border-bottom: solid 1px #E7E7E7;
			border-left: solid 1px #E7E7E7;
		}
		table.tableDownloads tr td
		{
			padding: 7px;
			border-left: solid 1px #E7E7E7;
		}
			table.tableDownloads tr td img
			{
				margin-left: 0px;
			}
		table.tableDownloads tr th:first-child,
		table.tableDownloads tr td:first-child
		{
			border-left: none;
		}

/* GRIDVIEW */
.gridView
{
	width: 100%;
}
	.gridView .gridViewHeader
	{
		width: 100%;
		background: url("Images/gridview_header_back.gif") top left repeat-x;
	}
		.gridView .gridViewHeader th
		{
			height: 24px; #height: 21px;
			border-bottom: 1px solid #D20000;
			margin-bottom: 1px;
			color: #FFFFFF;
		}
			.gridView .gridViewHeader th a
			{
				color: #FFFFFF;
			}
	
	.gridView tr
	{
		vertical-align: middle;
	}
	.gridView .gridViewNormalRow
	{
		background-color: #F4F4F4;
	}
	.gridView .gridViewAlternatingRow
	{
		background-color: #FFFFFF;
	}
	
	.gridView .gridViewSelectedRow
	{
		background-color: #DADFED;
	}
	.gridView .gridViewEditRow
	{
		background-color: #DEF6DE;
	}
	.gridView .gridViewPager
	{
		font-size: 14px;
		color: #DE0D0D;
	}
		.gridView .gridViewPager a
		{
			font-size: 11px;
			color: #606060;
		}
	
	.gridView th,
	.gridView .gridViewNormalRow td,
	.gridView .gridViewAlternatingRow td,
	.gridView .gridViewSelectedRow td,
	.gridView .gridViewEditRow td
	{
		border-left: 1px solid #D20000;
		_border-left: expression(this.previousSibling == null ? 'none' : '1px solid #D20000'); /* IE6 hack ipv :first-child (klasse hieronder) */
		padding-left: 5px;
		padding-right: 5px;
	}
	.gridView .gridViewNormalRow td,
	.gridView .gridViewAlternatingRow td,
	.gridView .gridViewSelectedRow td,
	.gridView .gridViewEditRow td
	{
		height: 19px;
	}
		.gridView th:first-child,
		.gridView td:first-child
		{
			border-left: none;
		}
	
	.emptyData
	{
	    margin: 10px 0 10px 0;
		padding: 10px;
		border: dashed 1px #C18484;
		background-color: #AD1E1E;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
	}

/* BEHEER - TABEL */
table.beheerTable
{
	min-width: 610px;
}
	table.beheerTable tr td
	{
		height: 18px;
	}
	table.beheerTable tr td.titleCell
	{
		width: 220px;
		padding-left: 10px;
		padding-top: 5px;
		vertical-align: top;
		background-color: #F4F4F4;
		color: #AD2525;
	}
	table.beheerTable tr td.valueCell
	{
		min-width: 350px;
	}
	table.beheerTable tr td.validatorCell
	{
		width: 8px;
		vertical-align: top;
		white-space: nowrap;
	}
table.beheerTableMedia
{
	width: 100%;
}
	table.beheerTableMedia td
	{
		padding: 2px 10px 2px 10px;
	}

/* BEHEER - ALGEMEEN */
.beheerDetails
{
}
.beheerOverzichtTotaal
{
	text-align: center;
	font-weight: bold;
}
.beheerMultiPage
{
	padding: 0px;
}
.beheerTerugOverzicht
{
	margin-top: 20px;
	border: solid 1px #EBEBEB;
	background-color: #F3F3F3;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

/* BEHEER - HELPINHOUD */
p.beheerHelpOnderwerp
{
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: solid 1px #E9E9E9;
	text-align: center;
}
table.beheerHelpTable
{
	width: 100%;
}
	table.beheerHelpTable tr td.tdIcoon
	{
		width: 2%;
		vertical-align: top;
	}
	table.beheerHelpTable tr td.tdWat
	{
		width: 17%;
		font-weight: bold;
		vertical-align: top;
	}
	table.beheerHelpTable tr td.tdMogelijkheden
	{
		width: 81%;
		vertical-align: top;
	}

/* VALIDATION */
.validationSummary
{
	width: 280px;
	margin: 10px auto;
	padding: 5px;
	border: solid 1px #ACACAC;
	background-color: #EFEFEF;
}

/* OVERIG */
.printPage
{
	position: absolute;
	top: 45px;
	right: 10px;
	font-weight: bold;
}
.divScrollHtml
{
	overflow: scroll;
	padding: 10px 20px 10px 20px;
	white-space: normal;
}
.productPhoto
{
	float: left;
	margin-right: 1px;
	text-align: center;
}
	.productPhoto img
	{
		width: 90px;
		height: 100px;
		cursor: pointer;
	}
table.tableDefault
{
	width: 100%;
}
	table.tableDefault tr td
	{
		padding-top: 2px;
		vertical-align: top;
	}