﻿/*These are the standard classNames for the form validation.*/
input.errorNull
{
	border: solid 2px #990000;
}
label.errorNull
{
	color: #cd0000;
	font-weight: bold;
}
select.errorNull
{
	border: solid 2px #990000;
}
select-one.errorNull
{
	border: solid 2px #990000;
}
textarea.errorNull
{
	border: solid 2px #990000;
}

img 
{
	border:0px;
}
/*End Validation Classes*/

/*This is the standard className for any modal backgrounds that need to be displayed*/
.modalBackground
{
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #333;
	filter: alpha(opacity=50);
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1010;
}
body
{
	background-color: #054248;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
}
