/*
ONLY PUT POSITIONING LAYOUT IN HERE NOT COLOURS FONTS ETC
THIS CSS FILE IS INCLUDED LAST AND WILL OVERRIDE ALL OTHERS SO THAT POSITIONING IS CONSISTENT
AND NOT CLIENT CHANGEABLE
*/
HTML, BODY {
    height: auto; 
    /*width: 100%;*/
    overflow: auto;
}
#searchpanel{
	height: auto;
}
#maincontent{
	height:auto;
    min-height:400px;
}
.scrollContent{
	height:auto;
}
#bottomgroup{
	position:relative;
	clear:both;
}

#g_oemAgent{
	/*chrome displays this (cedara web functions stuff) even if it is visibility hidden. gave ait a negative top to get rid of it*/
		top:-999px;
}