.errors {
	font-weight: bold;
	font-size: 14px;
	border: 1px solid red;
	color: blue;
}

.errorsTitle {
	color: red;
}

.errorTitleTable {
	color: black;
}

.errorMessage {
	color: red;
}

.warningMessage {
	color: blue;
}

.processTitle {
	text-align: center;
	font-size: 14px;
	background-color: #B1E4FF;
	color: black;
	font-weight: bold;
}

.processSteps, .processSteps td {
	text-align: center;
	font-size: 12px;
}

.workArea {
	font-size: 10px;	
}

.screenTitle {
	text-align: center;
	font-size: 12px;
	color: black;
	font-weight: bold;
}

.screenInfo {
	font-size: 11px;
	padding: 4px;
	background-color: #EEEEEE;
}

.screenForm {
	padding-top: 10px;
	font-size: 11px;
}

.screenFormControls {
	text-align: right;
}

.screenStepSelected {
	color: #666666;
}

.screenStep {
	color: #01a8ee;
}

.resultTable {
	width: 100%;
	background-color: white;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	text-align: justify;
	font-size: 12px;
	border: 1px solid #dee2e5;
}

.resultTable th {
	text-transform: none;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C9CFD3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #294e70;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	background-image: url(/static/images/nic_interior_menu_fade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.resultTable th a {
	text-transform: none;
	text-align: center;
	color: #294e70;
	text-decoration: none;
	font-weight: bold;
} 

.resultTableOddRow {
	background-color: #EEEEEE;
}

.resultTableEvenRow {
	background-color: white;
}

.subtitle {
	color: black;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

.footer {
	color:black;
	text-align:center;
	font-size: 11px;
}
