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%;
}

.headerClass {
	
	padding-left: 4px;
	padding-top: 8px;
	padding-bottom: 0px;
	
	border-width: 0px;
	border-style: solid;
	border-color: ThreeDShadow;
	color: white;
	background-color: #36a9e0;
	text-align: left;
}

.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;
}

.tdH1 {
	 width: 99% ;
}

.tdH2 {
	 width: 2% ;
	text-align: right;
}

.tdA {
	font-style: oblique;
	font-size: 16px;
	color: gray;
	text-align: left;
}

.tdB {
	text-align: left;
}

.panelHeader {
	width: 100%;
	background-color: #36a9e0;
}

.panelHeaderTitle {
	width: 98%;
	margin: 2px;
}

.panelHeaderTitleLabelH1 {
    margin: 0 auto;
    color: #039ddd;
    font-weight: bold;
    text-align: center;
}

.panelHeaderTitleLabelH2 {
    margin: 0 auto;
    color: black;
    font-weight: normal;
    text-align: center;
    font-size: 18px;
}


.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;
}
 
.input {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    width: 200px;
    font-size: 24px;
}

.panelBodyButtons {
	margin: 0px auto;
	margin-top: 5px;
    text-align: center;
}

.button {
	border: 1px solid #ccc;
	border-radius: 6px;
	moz-border-radius: 6px;
	background-color: white;
	font-size: 24px;
	cursor: pointer;
	padding: 5px;
	min-width: 80px; 
}

.button.enabled {
	color: #ffffff;
	background-color: #039ddd;
}

.button.disabled {
	color: #aaaaaa;
	background-color: #ffffff;
	cursor: default;
}
.button.enabled2 {
}

.button.disabled2 {
	color: #aaaaaa;
	background-color: #ffffff;
	cursor: default;
}