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

/* v1.0 | 20080212  reset styles meyberweb.com */
* {
	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;
}
textarea {
   font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #C2C2C4;
}
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*/
#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;
	*/
}
