@CHARSET "ISO-8859-1";
#navigation {
	width: 100px;
	height: auto;
	float: left;
}
#header
{
	height: 100px;
}
#content{
	float:left;
	height: auto;
}
#footer{
	clear:both;
	height: 100px;
	width: 100%;
}
.hide-column-names table thead tr {
    display: none;
}
.ui-widget {
font-size: 10px !important;
}
.ui-datatable-scrollable-body
{
	font-size: 9px !important;
}

