/* Application */

body.pp-application {
	color: black;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin: 5pt 5pt 5pt 5pt;
	border: thin none black; 
	padding: 5pt 5pt 5pt 5pt;
	}






/* Site Title */

table.site-title {
	width: 100%;
	border: none;
	}

img.logo {
  width: 80px;
  height: 35px;
  }

span.site-title-text {
	color: #193f88;
	font-size: 24pt;
	font-weight: bold;
	}	

td.welcome {
	text-align: right;
	vertical-align: text-top;
	}
	
span.welcome-text {
	background-color: orange;
	font-size: 10pt;
	}








/* Login */

table.login-table {
	width: 50%;
	border: thin solid gray;
	}
	
td.login-title {
	color: dodgerblue;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	padding: 1em;
	}	

td.login-label {
	text-align: right;
	padding: 1em;
	}	

td.login-input {
	text-align: left;
	padding: 1em;
	}

td.login-message {
	text-align: center;
	padding: 1em;
	}	

span.mandatory {
	color: red;
	}
	

.alarm {
	color: red;
	}







/* Error table */
/*
table.error-table {
	width: 100%;
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: black;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: black;
	}
*/

/*
td.error-message {
	width: 100%;
	text-align: middle;
	/* background-color:aliceblue; /* #e6f2e6; 
	font-size: 12pt; /* 10pt; 
	border: thin none black;
	padding: 1em;
	margin: 0;
	}
*/

table.error-table {
	width: 100%;
	border: thin solid gray;
	}
	
td.error-title {
	color: red; /* dodgerblue; */
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	padding: 1em;
	}	

td.error-message {
	text-align: center;
	padding: 1em;
	}	




table.success-table {
	width: 100%;
	border: thin solid gray;
	}
	
td.success-title {
	color: green; /* dodgerblue; */
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	padding: 1em;
	}	

td.success-message {
	text-align: center;
	padding: 1em;
	}	


