@charset "UTF-8";

body {
	background-color: white;
	font-size: small;
	font-weight: normal;
	font-style: italic;
}

.logo {
	background-color: white;
}

.separator {
	background-color: black;
	width: 100%;
	height: 1px;
	margin-top: 10px
}

.noBorder.ui-panelGrid .ui-panelgrid {
	border: none;
	border-color: #677eb2;
}

.noTopSeparator {
	background-color: white;
	width: 100%;
	height: 1px;
	margin-top: 0
}

.ontop>tbody>tr>td {
    vertical-align: top;
}
.autowidth.ui-datatable table{
	table-layout: auto; 
}