/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for standard elements NON IE specific
Website:		SOlipsis
produced in:	2008
Author:			Joël Kuijten for Princen-group
\***********************************************/
body, html, #Form1{
	width:100%;
	height:100%;
}
body{
	overflow:auto;
}
#content{
	min-height:100%;
}
#MainMenu li a{
	width:auto;
	min-width:10px;
}
.submenu{
	width:auto;
}
#tdLeftPane, #tdRightPane{
}
#tdLeftPane .html, #tdRightPane .html{
}
#buButtons{
	display:block;
	position:absolute;
	right:5px;
	bottom:20px;
	width:70px;
	height:288px;
	background:url(images/buttons.png) no-repeat right top;
}