a.defaultBlue {
	font: "Arial", "Verdana", "Tahoma";
	color: blue;
}
a.defaultBlue:visited {
	color: blue;
}
a.headerLink {
	font: "Arial", "Verdana", "Tahoma";
	color: blue;
}
a.headerLink:visited {
	color: blue;
}

a.defaultWhite {
	color: white;
	text-decoration: underline;
}
a.defaultWhite:visited {
	color: white;
}
a.defaultWhite:hover {
	color: red;
}
div.middle {
	position: relative;
	border: 1px solid black;
	height: 300px;
	vertical-align: middle;
	text-align: center;
}
table.login {
	float: middle;
	position: relative;
}
.plainCell { 
	background-color: #fff; 
	vertical-align: middle; 
	margin: 0; 
	padding: 0;
	height: 300px; 
	
}
td.error {
	color: red;
	font: "Arial", "Verdana", "Tahoma";
	font-size: 11px;
	text-align: center;
	border-color: red;
	border-width: 2px;
	border-style: solid;
	background: #FDDDCF;
}
td.pass {
	color: blue;
	font: "Arial", "Verdana", "Tahoma";
	font-size: 11px;
	text-align: center;
	border-color: blue;
	border-width: 2px;
	border-style: solid;
	background: #CBFBF4;
}
td.smallNote {
	color: gray;
	font: "Arial", "Verdana", "Tahoma";
	font-size: 10px;
}
td.smallNote11 {
	color: gray;
	font: "Arial", "Verdana", "Tahoma";
	font-size: 11px;
}
td.boldBlue {
	color: blue;
	font: "Arial", "Verdana", "Tahoma";
	font-weight: bold;
}
input.errorHighlight {
	width: 100%;
	border-width: 3px;
	border-color: red;
	border-style: solid;
}
textarea.personEdit {
	width: 250px;
	height: 64px;
}
td.batchNav {
	font-weight: bold;
	font-size: 13px;
}
tr.odd {
	background: #cccccc;
}
td.fieldLabel {
	font-weight: bold;
	color: #222222;
	font-size: 12px;
}
td.generalMsg {
	font-size: 120%;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
}
td.generalMsg h1,h2,h3,h4 {
	text-align: center;
	vertical-align: middle;
}
td.sectionHeader {
	font-weight: bold;
	color: #666666;
	font-size: 14px;
}
tr.header {
	background: black;
	color: white;
	height: 25px;
}
input.textField {
	width: 250px;
	color: #444444;
	font-size: 12px;
}
span.textField {
	width: 250px;
	color: #444444;
	text-align: left;
	font-size: 12px;
}
span.personEdit {
	width: 250px;
	color: #444444;
	text-align: left;
	font-size: 12px;
}
td.textField {
	width: 250px;
	color: #444444;
	text-align: left;
	font-size: 12px;
}
legend.standard {
	font-size: 12px;
	color: #555555;
}

td.smallRedText {
	font-size: 12px;
	color : #FF0000;
}

td.sponsorSearchFieldClass{
	width: 400px;
	color: #444444;
	text-align: left;
	font-size: 12px;
}

.sponsorNameField {
	width: 100%;
	color: #444444;
	text-align: left;
	font-size: 12px;
}

tr.deletedRow {
	background: #D2A9A5;
}

