.menuBar {
	font-family: arial;
	font-size: 10pt;
	color: white;
	background-color: #000088;
	font-weight: bold
}
.menuItem {
	font-family: arial;
	font-size: 9pt;
	background-color: #EFEFEF
}
.editLink {
	color: olive;
	text-decoration: none
}
.editLink:hover {
	color: red
}
.viewLink {
	color: green;
	text-decoration: none
}
.viewLink:hover {
	color: red
}
.deleteLink {
	color: red;
	text-decoration: none
}
.deleteLink:hover {
	color: blue
}
.inputTextWhite {
	font-family: arial;
	font-size: 9pt
}
.inputTextHourWhite {
	FONT-SIZE: 9pt; 
  width: 15pt;
  FONT-FAMILY: arial
}
.inputLabelWhite {
	font-family: arial;
	font-size: 9pt;
	font-weight: bold
}
.refinementError{
  font-family : 'trebuchet ms', Arial, Helvetica, sans-serif;
  color : #CC0000;
  font-weight : bold;
  font-size : 9pt;
  background-color: #FFFF99;
}
.processingMessage{
  font-family : 'trebuchet ms', Arial, Helvetica, sans-serif;
  color : #006633;
  font-weight : bold;
  font-size : 11pt;
}
.inputItemSmall {
	width: 150pt;
	font-family: arial;
	font-size: 9pt
}
.inputItemSmallSelect {
	width: 154pt;
	font-family: arial;
	font-size: 9pt
}
.inputItemRowsDisplayed {
	width: 60pt;
	font-family: arial;
	font-size: 9pt
}
.inputItemThreeDigit {
	width: 30pt;
	font-family: arial;
	font-size: 9pt
}
.inputItemFourDigit {
	width: 40pt;
	font-family: arial;
	font-size: 9pt
}
.inputTextGray {
	font-family: arial;
	font-size: 9pt;
 	background-color: #EFEFEF
}
.inputLabelGray {
	font-family: arial;
	font-size: 9pt;
	background-color: #EFEFEF;
	font-weight: bold
}
.redInputLabelGray {
  color: red;
	font-family: arial;
	font-size: 9pt;
	background-color: #EFEFEF;
	font-weight: bold
}
.inputItemMed {
	width: 300pt;
	font-family: arial;
	font-size: 9pt
}
.textAreaMed {
	width: 250pt;
	height: 75pt;
	font-family: arial;
	font-size: 9pt
}
.inputSectionLabelGray {
	font-family: arial;
	font-size: 9pt;
	background-color: #EFEFEF;
	font-weight: bold;
  text-decoration: underline
}
.orangeInputLabelGray {
  color: rgb(210, 143, 18);
	font-family: arial;
	font-size: 9pt;
	background-color: #EFEFEF;
	font-weight: bold
}
.inputItemSmallReadOnly {
  width: 150pt;
	font-family: arial;
	font-size: 9pt;
  color:#A4A4A4;
}
.inputItemVerySmall {
	width: 50pt;
	font-family: arial;
	font-size: 9pt
}
.blueLink {
	color: blue;
	text-decoration: none
}
.blueLinkLarge {
	color: blue;
	text-decoration: underline;
  font-weight: bold;
  font-family: arial;
	font-size: 13pt;
}
.inputItemMedNoBorderGrey {
  width: 300pt;
	font-family: arial;
	font-size: 9pt;
  border-width: 0;
  BACKGROUND-COLOR: #efefef;
  font-weight: bold;
}
table.login {
	border-width: 1px;
	border-style: outset;
	border-color: #000088;
}
.error_page_div{
  color : #123d8d;
  background-color : #FFFF99;
  border : 1px solid #123d8d;
  font-family : helvectica, arial, sans-serif;
  font-weight : bold;
  font-size : 13px;
  width : 600px;
  height : 200px;
  margin-top : 20px;
  margin-left : 20px;
}