/* ====================================================
	Title:		Screen Style Sheet - Liftinstituut 
	Author:		Harm Wimmenhove
	Site:		http://www.siyou.nl
	Date:		2008.07.31
==================================================== */
	@import url("main.css");

/* v1.0 | 20080212  reset styles meyberweb.com */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* KLUDGE: making the scrollbar always visible in firefox */
html { 
	height: 100%; 
	margin: 0 0 1px 0; 
}
body {
	behavior:url("csshover.htc");
	line-height: 1;
	color: #000;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
ol, ul { list-style: none;}
	
label { cursor: pointer; }
:focus { outline: 0; }

.fl {float:left; display:inline;}
.fr {float:right; display:inline;}
.cl {clear:both; height: 0px; overflow: hidden; }

#content1 #content #formflds li, 
#content2 #content #formflds li,
#content3 #content #formflds li,
#content4 #content #formflds li,
#content5 #content #formflds li
{list-style: none; background: none; padding: 0;}
/* table */
#reportslist
{
	min-height: 500px;
}
#reportslist table 
{
	width: 935px;
	padding-left: 16px;
}
#reportslist thead tr th
{
	height:  33px;
	padding-left: 5px;
	color:#FFF; 
	font-variant: small-caps;
	font-weight: 525;
	background-color: #7cd400;
	vertical-align: middle;
	font-size: 14px;
	text-align: left;
}
#reportslist tbody tr th
{
	color: #424242;
	font-weight: 300;
	padding-left: 5px;
	height: 23px;
	vertical-align: middle;
	text-align: left;
}
#reportslist .even
{
	background-color: #e5f6cc;
}
#reportslist .odd
{
	/* 
		removed for the liftinstituut background logo
	
		background-color: #fff;
	*/
}