div.errorMessage {
	width: 500px;
	border-style: solid;
	border-width: 2px;
	border-color: #ffeeee #553333 #331111 #ddcccc;
	background-color: #bb6666;
	background-image: url(../../images/gradientColor.jsp?startColor=ccaaaa&endColor=bb6666&width=1&height=50);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	margin: 15pt auto 15pt auto;
}


div.successMessage {
	width: 500px;
	border-style: solid;
	border-width: 2px;
	border-color: #eeffee #335533 #113311 #ccddcc;
	background-color: #669966;
	background-image: url(../../images/gradientColor.jsp?startColor=aaccaa&endColor=669966&width=1&height=50);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	margin: 15pt auto 15pt auto;
}


div.statusMessageParentDiv{
	white-space: nowrap;
	text-align: center;
}

.statusMessageTable{
	position: relative;
	margin-top: 20px;

	/*	white-space: nowrap;*/
	max-width: 80%;
	text-align: center;
	margin-bottom:		20px;
	font-family: sans-serif;

	border-style: solid;
	border-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;

	color: #FEDCBA;
	background-repeat: repeat-x;
	background-position: top left;
	background-image: url(../../images/gradientColor.jsp?startColor=797979&endColor=292929&width=1&height=10);

	background-color: #292929;
	font-weight: bold;
	font-size: 0.8em;
	
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-collapse: collapse;
}

.statusMessageTableERROR{
	background-image: url(../../images/gradientColor.jsp?startColor=797979&endColor=590909&width=1&height=10);
	
	background-color: #590909;
}

.statusMessageTableSUCCESS{
	background-image: url(../../images/gradientColor.jsp?startColor=797979&endColor=294929&width=1&height=10);
	
	background-color: #294929;
}

.statusMessageTableINFO{
	background-image: url(../../images/gradientColor.jsp?startColor=797979&endColor=292969&width=1&height=10);
	
	background-color: #292969;
}

.statusMessageTableWARNING{
	background-image: url(../../images/gradientColor.jsp?startColor=797979&endColor=791919&width=1&height=10);
	
	background-color: #791919;
}

.statusMessageTableFirstRow{
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

.statusMessageTextBottom{
	background-position: bottom;
	background-image: url(../../images/gradientColor.jsp?endColor=797979&startColor=292929&width=1&height=10);
	background-color: #292929;
	background-repeat: repeat-x;
	height: 10px;
	padding-top: 0px;
	margin-top: 0px;
	
}

.statusMessageTextBottomERROR{
	background-image: url(../../images/gradientColor.jsp?endColor=797979&startColor=590909&width=1&height=10);
	background-color: #590909;
}

.statusMessageTextBottomSUCCESS{
	background-image: url(../../images/gradientColor.jsp?endColor=797979&startColor=294929&width=1&height=10);
	background-color: #294929;
}

.statusMessageTextBottomINFO{
	background-image: url(../../images/gradientColor.jsp?endColor=797979&startColor=292969&width=1&height=10);
	background-color: #292969;
}

.statusMessageTextBottomWARNING{
	background-image: url(../../images/gradientColor.jsp?endColor=797979&startColor=791919&width=1&height=10);
	background-color: #791919;
}

.statusMessageCloseButton{
	text-align: right;
	vertical-align: top;
	padding-right: 3px;
	padding-top: 3px;
	
}

