html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: 'Courier, xLato';
	direction: ltr;
	font-size: 24px;
}

table {
	padding: 0px;
	border-spacing: 0px;
	border: 0px;
	border-collapse: collapse;
}

.dataTable {
	width: 100%;
}

.boxLeggenda {
	padding: 6px 6px;
	// border: 1px solid #aaaa00;
	border-radius: 7px;
	text-align: center;
	//min-width: 10px; 
	//min-height: 10px;  
	display: inherit;
	white-space: nowrap;
}

.outputTextNowrap {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.input {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: white;
	width: 98%;
	font-size: 24px;
	margin-bottom: 5px;
}

.input.read {
	border: 0px;
	font-weight: bold;
	text-align: left;
	color: #015B7E;
	color: black;
	padding: 0px;
}

.inputTextarea {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: white;
	width: 98%;
	font-size: 24px;
	margin-bottom: 5px;
	height: auto;
	resize: both;
	overflow: auto;
}

.inputCheckBox {
	width: 36px;
	font-size: 24px;
	height: 42px;
}

.selectOneMenu {
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: white;
	font-size: 24px;
	margin-left: 5px;
	color: grey;
}

.headerClass {
	padding-left: 4px;
	padding-top: 10px;
	padding-bottom: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: ThreeDShadow;
	color: white;
	background-color: #36a9e0;
	text-align: center;
}

.headerClass.sorting_asc {
	cursor: pointer;
	background-image: url("../resources/images/sort_desc_disabled.png");
	background-repeat: no-repeat;
	background-position: 50% -9px;
}

.headerClass.sorting_desc {
	cursor: pointer;
	background-image: url("../resources/images/sort_asc_disabled.png");
	background-repeat: no-repeat;
	background-position: 50% -2px;
}

.headerClass.sorting {
	cursor: pointer;
}

.rowClass.odd {
	background-color: white;
}

.rowClass.even {
	background-color: #f3f3f3;
}

.columnClass {
	padding: 3px;
}

.columnClass {
	padding: 3px;
}

.columnClass.len150 {
	width: 150px;
	vertical-align: top;
}

.columnClass.right {
	text-align: right;
}

.columnClass.center {
	text-align: center;
}

.trSep {
	border-top-style: solid;
	border-top-color: gray;
	border-top-width: 1px;
}

.tdH1 {
	width: 99%;
}

.tdH2 {
	width: 2%;
	text-align: right;
}

.tdA {
	font-style: oblique;
	font-size: 16px;
	color: gray;
	text-align: right;
	width: 50%;
	white-space: nowrap;;
}

.tdA.left {
	text-align: left;
}

.tdB {
	text-align: left;
}

.panelHeader {
	width: 100%;
	background-color: #36a9e0;
}

.panelHeaderTitle {
	width: 98%;
	margin: 2px;
}

.panelHeaderTitleLabelH1 {
	margin: 0 auto;
	color: black;
	font-weight: normal;
	text-align: center;
	font-size: 18px;
}

.panelHeaderTitleLabelH2 {
	margin: 0 auto;
	color: #039ddd;
	font-weight: bold;
	text-align: center;
}

.panelFooter {
	width: 100%;
	background-color: #0060a6;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.panel {
	width: 100%;
}

.panelBody {
	margin: 0px auto;
}

.panelBodyTable {
	margin: 0px auto;
	border: 1px solid #ccc;
	border-radius: 1px;
	padding: 0px;
}

.panelBodyTableDetail {
	margin: 0px auto;
	border: 1px solid #ccc;
	border-radius: 1px;
	padding: 10px;
	border-collapse: separate;
}

.panelBodyButtons {
	margin: 0px auto;
	margin-top: 5px;
	text-align: center;
	min-width: 200px;
}

.panelGroupBlock {
	outline: block;
	display: block;
	text-align: center;
}

.panelGroupBlock.sinistra {
	text-align: left;
	white-space: pre-wrap;
}

.button {
	border: 1px solid #ccc;
	border-radius: 6px;
	moz-border-radius: 6px;
	font-size: 24px;
	cursor: pointer;
	padding: 5px;
	width: 100%;
	min-width: 280px;
	height: 50px;
}

.button.enabled {
	color: #ffffff;
	background-color: #039ddd;
}

.button.disabled {
	color: #aaaaaa;
	background-color: white;
	cursor: default;
}

.button.enabled2 {
	
}

.button.disabled2 {
	color: #aaaaaa;
	background-color: #ffffff;
	cursor: default;
}

.messages {
	color: red;
	font-weight: bolder;
	width: 100%;
	text-align: center;
}