/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: inline;
	margin: 0;	
	}
table, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
}
.Verdana8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
}
.Verdana14bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.PageIndex {
  /* PageIndex is based on CRCText, with the added NoUnderline feature.  CRCText is found in the /v2_root/header.html file. */
	color: #7b83aa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
  text-decoration: none;
}
.ValError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: red;
}
.MenuLink {
  color: #7B83AA;
	font-size: 12px;
	font-weight: bold;
}
.TableClass {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #7B83AA;
	background-color: #E4E5EA;
	border: 1px solid #C3C5D1;
}
.NoUnderline {
        text-decoration: none;
}
input.red-button {
  background-color: #cc0000; 
	font-weight: bold; 
	font-size: 12px; 
	color: white;
}
input.text {
	background-color: #D5D6DB;
	border-color: #C3C5D1;
	border: 1px solid #000;
	width: auto;
	color: black;
	text-align: left;
	font-size: 10px;
}
.DateDropDown {
	background-color: #D5D6DB;
	border-color: #C3C5D1;
	border: 1px solid #000;
	width: auto;
	color: black;
	text-align: left;
	font-size: 10px;
}


 
