@charset "utf-8";
/* Style for invalid input */
.invalidInput{
	border:1px dotted #F00;
	background-color: #FFECE6;
}

/* Style for valid input */
.validInput{
	border: 1px dotted #FF0000;
}

/* CSS Document */

body {
	background-color: #ebd4e2;
	margin: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.navBG {
	background-color: #CF6AA2;
	background-image: url(../graphics/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.borderR {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #660099;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #630460;
	text-transform: capitalize;
	line-height: 28px;
}
.shadowR {
	background-color: #EBD4E2;
	background-image: url(../graphics/shadow.jpg);
	background-repeat: repeat-y;
}
a.leftNav:link,a.leftNav:active,a.leftNav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #630460;
	text-decoration: none;
	padding: 4px;
	text-align: left;
	text-indent: 4px;
	display: block;
	}
a.leftNav:hover{
	background-color: #EBD4E2;
}
.bottomNav, a.bottomNav:link,a.bottomNav:active,a.bottomNav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	}
a.bottomNav:hover{
	color: #660066;
	text-decoration: underline;
}
.topNav, a.topNav:link,a.topNav:active,a.topNav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	}
a.topNav:hover{
	color: #660066;
	text-decoration: underline;
}
form {
	margin: 0px;
	padding: 0px;
}
.searchBox {
	font-family: Arial, Helvetica, sans-serif;
	color: #620A5E;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.searchButton {
	color: #5A085D;
	height: 22px;
	font-weight: bold;
}
.ewave, a.ewave:link,a.ewave:active,a.ewave:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	}
a.ewave:hover{
	color: #660066;
	text-decoration: underline;
}
.vl1   {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
.border {
	border: 1px solid #999999;
}
.error {
	color: #FF0000;
	font-weight: bold;
}
