html, body{
	margin:5px;
	padding:0px;
	font-family: Verdana, Tahoma, Verdana;
	font-size:11px;
}

table{
	border:2px solid black;
	border-collapse:collapse;
	width:100%;
}

a{
	color:black;
	font-weight:bold;
	text-decoration:none;
}

tr.tr1{
	background-color:white;
}

tr.tr2{
	background-color:white;
}

th{
	background-color:#ccc;
	color:black;
}

th, td{
	padding:3px;
	border:none;
	border-top:1px solid #8A939D;
	border-bottom:1px solid #8A939D;
}

input, textarea, select{
	border:1px solid #8A939D;
	background-color:#E5E8ED;
	color:#5A6571;
	padding:1px;
	width:auto;
}

div#content, div#debug, fieldset, th a, div.table-nav, h2.title span.subtitle, div#footer, .noprint{
	display:none;
}

/*div#footer{
	position:absolute;
	float:right;
	width:20px;
	background-color:white;
	top:auto;
	bottom:0px;
	
}

div#footer a, div#footer p{
	color:black;
	margin:0px;
	padding:0px;
}*/

html, body{
	height:auto;
}

tr.tr1 td a, tr.tr2 td a, tr.tr1 td span, tr.tr2 td span{
	margin:0px;
	display:block;
	padding:2px;
}