html,
body {
	margin:0;
	padding:0;
	height:100%;
	font-family: calibri;
}
.ui-widget, .ui-widget .ui-widget {
    font-family: calibri;
}

html .ui-state-disabled {
    pointer-events: all;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   padding:0px;
}

#body {
	margin-right: 5px;
	margin-left: 5px;
	padding:0px;
   	padding-bottom:35px;   /* Height of the footer */
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:35px;   /* Height of the footer */
}