﻿
table.lijst
{
	width:95%;
	font-family:Arial;
	font-size:12px;
	margin-top:5px;
	
}

.lijstheader
{
	background-color:white;
	color:#4067ab; /*009DCA;*/
	
	border-bottom-color:Black;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-weight:bold;
	
}

.groupby
{
	background-color:white;
	color:#4067ab; /*009DCA;*/
	
	border-bottom-color:Black;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-weight:bold;
	margin-top:5px;
}


div.lijstheader
{
	background-color:white;
	color:#4067ab; /*009DCA;*/
	font-weight:bold;

	border-bottom-style:none;
	border-bottom-width:0px;
	margin-top:5px;
}

td.buttons
{
	width: 100px;
	text-align: right;
}

td.buttons a
{
}

.evenlijstrij
{
	background-color:white;
	color:#4067ab;
}

.onevenlijstrij
{
	background-color:#e4e4e4;
}


.onevenlijstrij td
{
	font-size:12px;
	padding-top:2px;
	padding-bottom:2px;
}

onevenlijstrij td
{
	font-size:12px;
	padding-top:2px;
	padding-bottom:2px;
}

.lijstcell
{
	color:#4067ab;
}



/* tabs boven de lijst */
table.lijsttabs
{
	width: 95%;
}



ul.lijsttabs
{
	float:left;
	list-style-type:none;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;	
	text-align:center;
	vertical-align:bottom;
	background-color: #e4e4e4;
	/*background-color: #4067ab; /*maak hier wit van om het ontwerp te volgen*/

	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	width:100%;
}

li.lijsttab
{
	display:inline;

	/*height: 20px;
	background-color: #4067ab;
	vertical-align:bottom;
	
	border-bottom-color:White;
	
	border-bottom-style:solid;
	
	border-bottom-width:2px;
	border-right-width:2px;
	*/
}

a.lijsttab
{
	float:left;
	background-color: #e4e4e4; /*4067ab; */
	color: #929292;  /*white*/
	padding:0.2em 0.6em;
	height:15px;
	text-align:center;
	vertical-align:bottom;
	border-right-width:3px;
	border-right-color:White;	
	border-right-style:solid;
	text-decoration: none;	
}

a.lijsttab:hover 
{
	background-color:#e4e4e4; /*4067ab; */
	color:White;
}

a.lijsttabselected
{
	float:left;
	background-color: white;
	text-decoration:none;
	color:#929292;
	padding:0.2em 0.6em;
	height:15px;
	text-align:center;
	vertical-align:bottom;
	border-right-width:3px;
	border-right-color:White;	
	border-right-style:solid;	
	font-weight:bold;
}



