.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-position:bottom;font-family:arial;color:#53565d;font-size:13px;
	width:280px; background-color:#4b4e53; 
}

.popupheader {
	background:#4b4e53;height:20px;font-family:arial;color:#ffffff;font-size:13px;text-align:center;font-weight:bold;
}
.subtableheader {
	background:#c1c4c8;font-family:arial;color:#4b4e53;font-size:13px;font-weight:bold;
}
.popupbody {
	background:#ffffff;background-position:bottom;font-family:arial;color:#53565d;font-size:13px;
}
.popuptitletext {
	font-family:arial;color:#53565d;font-size:13px;text-align:center;font-weight:bold;text-align:left;
}

/* Group popup styles start */
.modalPopupGroup {
	background-position:bottom;font-family:arial;color:#53565d;font-size:13px;
	width:400px;border:solid 1px Green; background-color:White;
}
/* Group popo styles end    */

