@charset "ISO-8859-1";
/*.formRegular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333399; 
}

.margin {
	padding-left: 125px;
}

.EntryForm{
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    white-space:nowrap;  
}
*/

.note
{
	font-size: 7pt;
	color: #333399;
}

.wordWrap
{
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}

.RequiredFields
{
	padding-right: 40px;
}

.star
{
	/*color: #333399;*/
	color: Red;
}


input[type="text"], input[type="password"]
{
    /*
		DEV-6358 - MS - 2/14/17 - Moved borders/colors to separate Forms_Borders_and_Colors.css
    */
	background-repeat: repeat;
	background-image: none;
	background-position: 0% 0%;
	background-color: #ffffff;
    /*
		DEV-6358 - MS - 2/14/17 - Moved borders/colors to separate Forms_Borders_and_Colors.css
    */
	background-attachment: scroll;
    /*
		DEV-6358 - MS - 2/14/17 - Moved borders/colors to separate Forms_Borders_and_Colors.css
    */
	height: 22px;
	padding: 0 5px;
	line-height: 22px;
}

input:focus[type="text"], input:focus[type="password"]
{
    /*
		DEV-6358 - MS - 2/14/17 - Moved borders/colors to separate Forms_Borders_and_Colors.css
    */
	background-repeat: repeat;
	background-image: none;
	background-position: 0% 0%;
	background-color: #ffffff;
    
    
    /*
		DEV-6358 - MS - 2/14/17 - Moved borders/colors to separate Forms_Borders_and_Colors.css   
    */
	background-attachment: scroll;
	height: 22px;
	padding: 0 5px;
    
    /*
		DEV-6358 - MS - 2/14/17 - Moved borders/colors to separate Forms_Borders_and_Colors.css
    */
}

/*input[type="text"]:disabled, input[type="password"]:disabled*/
#AccountCredentials_Password:disabled
{
    background:#dddddd;
    border-top-color: #bbbbbb;
	border-left-color: #bbbbbb;
	border-right-color: #bbbbbb;
	border-bottom-color: #bbbbbb;
} 

select, textarea
{
    
    /*
		DEV-6358 - MS - 2/14/17 - Moved borders/colors to separate Forms_Borders_and_Colors.css
    */
	background-repeat: repeat;
	background-image: none;
	background-position: 0% 0%;
	background-color: #ffffff;
    
    /*
		DEV-6358 - MS - 2/14/17 - Moved borders/colors to separate Forms_Borders_and_Colors.css
    */
	background-attachment: scroll;
    
    /*
		DEV-6358 - MS - 2/14/17 - Moved borders/colors to separate Forms_Borders_and_Colors.css
    */
	/*padding-left: 5px;*/
	outline: none;
}

.UpperRightProgress
{
	letter-spacing: 2px;
	color: #006699;
	font-size: 11px;
	padding-right: 26px;
	
	white-space:nowrap;
	text-align:left;
}

.UpperLeftBlurb
{
    color: #333399;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 30px;
	width: 357px;
}

.CustomValidatorCalloutStyle div, .CustomValidatorCalloutStyle td
{
	border: solid 1px #6699CC;
	background-color: #D9D7D0;
	vertical-align: top;
	color: #333399;
	
}

.EditBG
{
	background-color: #003366;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 100;
}

.field-validation-error 
{
    color: Red;
}

/* SAM 2016-01-14 DEV-2311 More pronounced error for required manual movement of the map marker */
.map-marker-move 
{
    color: #A80000;
    padding: 5px 5px;
    border: 1px solid red;
    background-color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* DEV-5043 7/18/16 LNS - Customization for FirstCall TV Stations */
.swwValidation {
    color: #A80000;
    padding: 5px 5px;
    border: 1px solid red;
    background-color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 10px;
    margin-top: 10px;
}