﻿.watermark {
	background: #FFAAFF;
	background-color: #EEEEEE;
	color: Gray;
	font-style: italic;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color: #D6D6D6;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#E0E0E0;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	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:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

.navigate
{
	color: #00008B;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

.navigate:hover
{
	text-decoration: underline;
}

.hoveralert
{
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

.navigatebox
{
	color: #00008B;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

.navigatebox:hover
{
	border: solid 1px #FFFFFF;
}

.moduleheader
{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.logintitle
{
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
}

.graynavigate 
{
	text-decoration: none;
}
.graynavigate:link 
{
	text-decoration: none;
}
.graynavigate:visited 
{
	text-decoration : none; 
} 
.graynavigate:active 
{
	text-decoration : none; 
} 
.graynavigate:hover 
{
	text-decoration : none; 
	background: #DDDDDD;
}
.btn
{
   color:#111;
   font-weight: 600;
   font-size: 12px;
   font-family: Arial,Verdana,Helvetica,sans-serif;
   background-color:#eee;
   border: 1px solid;
   padding: 5px;
   border-color: #696 #363 #363 #696;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#cccccc');   
}

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}