﻿/* Rounded Corners*/

.roundedPanel
{	
	width:300px;
	background-color:#D0D0D0; /*:#5377A9;*/
	/*color:white;*/
	font-weight:bold;
	 
}

/*Modal Popup*/
.modalBackground {
	background-color:White;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	/*background-color:#ffffdd;*/
	border-width:3px;
	border-style:solid;
	border-color:Gray;
 margin:5px 5px 5px 5px;
	padding:3px;
	width:250px;
}

.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:#0099CC;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

/*Textbox Watermark*/
/*height:18px;*/
	/*width:148px;*/
	
.unwatermarked {
	
}

/*height:20px;*/
	/*width:150px;*/
	/*padding:2px 0 0 2px;*/
	/*border:1px solid #BEBEBE;*/
.watermarked {
	
	
	
	background-color:#F0F8FF;
	color:gray;
}	

/*Validator Callout*/

.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}
