body {
    background-color: #ffffff;
//    font-size: 12px;
//    font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    color: #000000;
    margin: 10px;
    background-image: url("/javax.faces.resource/Frosty_angel_wallpaper_by_Mariyumi.jpg.jsf?ln=images");
    background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.ui-widget {
	font-size: 90%;
}

.ui-widget .ui-widget {
	font-size: 100%;
}

h1 {
    font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    border-bottom: 1px solid #AFAFAF; 
    font-size:  16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #D20005;
}

a img {
	text-decoration: none;
	border: none;
}

.center {
    text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.copyright {
    text-align: center;
    font-size: 10px;
	margin-left: auto;
	margin-right: auto;
}

.version {
}

.title {
	margin-left: auto;
	margin-right: auto;
}

.topmenu_user {
	margin-left: auto;
	margin-right: 0px;
}

.topmenu_location {
	text-align: left;
}

.topmenu_locationtext {
}

.caption {
	margin-left: auto;
	margin-right: auto;
}

.caption_text {
	font-weight: bolder;
	font-size: large;
}

.subCaption {
	margin-left: auto;
	margin-right: auto;
}

.subCaption_text {
	font-size: small;
}

.BtLogin, .text {
	font-size: small;
}

.message {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.settings {
	margin-left: auto;
	margin-right: auto;
}

.settingsDialog {
	width: 50%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.loginError {
	color: #e10101;
	font-size: large;
}

.ui-datatable .ui-datatable-data td.dataColumn1,
.ui-datatable .ui-datatable-data-empty td.dataColumn1 {
	text-align: right;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-top-style: none;
}

.ui-datatable .ui-datatable-data td.dataColumn2,
.ui-datatable .ui-datatable-data-empty td.dataColumn2 {
	text-align: right;
	width: 72px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-top-style: none;
/*	height: 40px;*/
}

.ui-datatable .ui-datatable-data td.dataColumn3,
.ui-datatable .ui-datatable-data-empty td.dataColumn3 {
	text-align: left;
	width: 16px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-top-style: none;
}

.ui-datatable .ui-datatable-data td.bad {
	background-repeat: repeat-y;
	background-image: url("/javax.faces.resource/background_bad.png.jsf?ln=images");
}

.ui-datatable .ui-datatable-data td.moderate {
	background-repeat: repeat-y;
	background-image: url("/javax.faces.resource/background_moderate.png.jsf?ln=images");
}

.ui-datatable .ui-datatable-data td.good {
	background-repeat: repeat-y;
	background-image: url("/javax.faces.resource/background_good.png.jsf?ln=images");
}