.validation_error {
	background-color:#EB1F22;
	color:#fff;
	font-size:16px;
	margin-left:10px;
}

#blockUI {
	background-color: gray; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; z-index: 50000;
}
.translucent
{
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
} 

.tablekit {
	width:100%;
	border-collapse:collapse;
	margin-bottom:15px;
}
.tablekit td, .tablekit th {
	border:1px solid #CCCCCC;
	padding:0.5em;
}
.tablekit th {
	background-color:#DDDDDD;
}
.surbrillance {
	background-color:#ffffff;
}
.normals {
	background-color:#FFF9DF;
}

/* messages */
#msg {
	right:20px;
	margin-top:10px;
	padding:2px;
	font-weight:bold;
	/*position:absolute;*/
	position:fixed;
}
#msgService {
	right:20px;
	padding:2px;
	font-weight:bold;
	position:absolute;
}
.true, .alertTrue {
	color:#FFFFFF;
	background-color:#4BA449;
}
.false, .alertFalse {
	color:#FFFFFF;
	background-color:#EA0000;
}

/* loading div */
#loadingDiv {
	position:fixed;
	left: 50%;
	top: 50%;
	width: 326px;
	height: 118px;
	margin-top: -59px;
	margin-left: -163px;
	text-align:center;
	background-color:#EFEFEF;
	border:1px solid #FE5F04;
}
