body {
	margin: 0px;
	padding: 0;
	color: #616161;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
	margin-top:20px;
}

ul {
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Content */
#content {
	width: 100%;
    float:left;
}

.ui-widget {
    font-size: 12px !important;
}

.ui-datatable .ui-dt-c {
	white-space: normal;
}

.ui-datatable-odd td, .ui-datatable-even td {
	padding-top: 0.25em;
	padding-right: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.25em;
}

.ui-datatable-even {
	background-color: #eee;
}

.labelCell {
	font-weight: bold;
	padding-right: 0.0em !important;	
}

.valueCell {
	text-align: right;
	padding-left: 0.0em !important;
	padding-right: 0.5em;
	width: 25%;
}

.ui-datatable .ui-datatable-data .even-row td{
	background-color:#eee;
	padding-right: 0.1em !important;
}

.ui-datatable .ui-datatable-data .odd-row td{
	background-color:#fff;
}

.noHeader.ui-datatable table thead tr {
    display: none;
}

.ui-datatable.borderless thead th,
.ui-datatable.borderless tbody,
.ui-datatable.borderless tbody tr,
.ui-datatable.borderless tbody td {
    border-style: none;
}

.headerDivision.ui-widget-header thead th {
	font-size: 1px !important;
	border: 1px !important;
	height: 1px !important;
}

.ui-datatable th div.ui-dt-c, 
.ui-datatable-data td div.ui-dt-c, 
.ui-datatable-data-empty td div.ui-dt-c, 
.ui-datatable tfoot td div.ui-dt-c {
    padding: 4px 0px 4px 0px !important;
}