﻿.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: silver;
	border-width: 1px;
}

.modalBackground {
	background-color: black;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.modalPopup {
	background-color:white;
	border-width:1px;
	border-style:solid;
	border-color:silver;
	padding:0px;
	width:250px;
	height: 535px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}