body, p, h1, h2, h3, h4, h5, h6, input, select, textarea {
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

body {
  background-color: #FFFFFF;
  color: #000000;
  margin-left: 0;
  margin-right: 1%;
  margin-top: 0;
}

p {
  font-size: 0.75em;
}

p.quickSearch {
  color: #FFFF00;
}

hr {
	width: 90%;
	color: #8B0000;
	height: 2px;
}

table {
  border: 0px;
}

th {
  background-color: #E8E8E8;
}

h1 {
	font-variant: normal;
	color: White;
	padding: 3px;
	margin-left: 0%;
	margin-top: 0%;
	width: 100%;
	font-size: 1em;
	background-image: none;
	background-color: Black;
}

a {
	text-decoration: underline;

}

a:visited {
  text-decoration: underline;
  color: #002244;
}

a:hover {
	text-decoration: none;
	color: Black;
}

input {
  font-size: 0.8em;
}


/* use this class on tables that display forms and labelled data */
table.fields {
	width: 100%;

}

/* the heading for the fields table */
table.fields th {
	font-size: 0.8em;
	font-weight: bold;
	background-color: #3C53FF;
	color: White;
	text-align: left;
	padding: 1px;
	padding-left: 3px;
	filter: alpha( style = 1, opacity = 50, finishopacity = 100 );
}

/* style applied to the fieldHeader (i.e. the label for the form fields) */
table.fields td.fieldHeader {
  text-align: right;
  color: #002244;
  font-weight: bold;
  vertical-align: middle;
  padding-right: 3px;
  background-color: #E8E8E8;
  font-size: 0.7em;
  width: 18%;
}

/* style applied to the fieldHeader (i.e. the label for the form fields) */
table.fields td.fieldSubHeader {
  text-align: center;
  color: #004466;
  font-weight: bold;
  vertical-align: middle;
  background-color: #FFFFFF;
  font-size: 0.75em;
}

/* style applied to the fieldHeader when it's associated field is required by the form */
table.fields td.fieldHeaderRequired {
  text-align: right;
  color: #003344;
  font-weight: bold;
  vertical-align: middle;
  /*padding-right: 3px;*/
  background-color: #F8F8E8;
  font-size: 0.7em;
  width: 18%;
}

/* the standard table cell in the edit form, where the form fields go */
table.fields td {
	text-align: left;
	color: #000000;
	font-weight: normal;
	vertical-align: middle;
	padding-left: 3px; /*  background-color: #E8E8E8;  */
	background-color: transparent;
	font-size: 0.8em;
}

/* styles applied to the form elements in an fields table */
table.fields textarea {
  font-size: 0.95em;
}

table.fields input {
  font-size: 0.95em;
}

table.fields select {
  font-size: 0.95em;
}

/* style applied to the sublabels for fields with multiple checkboxes or radio tags */
table.fields .fieldOption {
  
}

/* style applied to a form field when it is rendered as readonly */
table.fields .fieldText {

}

/* style applied to localized errors on form fields */
table.fields .fieldError {
  color: #FF0000;
  font-weight: 900;
  font-size: 1.1em;
}

/* style applied to localized messages on form fields */
table.fields .fieldMessage {
  color: #0000E8;
  font-weight: 900;
  font-size: 1.1em;
}

/* *** Menu styles *** */
/* All menu styles are automatically applied when you set the class
 * of the menu body to "menu"
 */

body.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #1E2A63;
	color: White;
	margin-left: 2px;
	margin-right: 2px;
}

body.menu p {
  font-size: 0.7em;
  padding-left: 5px;
}

body.menu table{
  border: 0px;
  font-size: 0.7em;
}

body.menu table td.menuitem {
  padding-left: 17px; /* arrow image width + left body.menu margin width */
  font-weight: bold;
}

body.menu table td.submenuheader {
  padding-left: 0px; 
  font-weight: normal;
}

body.menu table td.submenuitem {
  padding-left: 17px; /* arrow image width + left body.menu margin width */
  font-weight: normal;
}

body.menu a {
  color: #FFFF00! important;
  background-color: transparent! important;
  text-decoration: none ! important;
}

body.menu a:visted {
  color: #FFFF00! important;
  background-color: transparent! important;
  text-decoration: none ! important;
}

body.menu a:hover {
  color: #FFCC55! important;
  background-color: transparent! important;
  text-decoration: none ! important;
}

body.menu input {
  font-size: 1em;
}

/* *** General styles *** */

.error {
  color: #FF0000;
  font-weight: bold;
  font-size: 1.1em;
}

.errorDescription {
  color: #FF0000;
  background-color: transparent;
  font-weight: bold;
  font-size: 0.8em;
  text-align: center;
  vertical-align: middle;
}

.message {
  color: #0000E8;
  background-color: transparent;
  font-weight: bold;
  font-size: 1.0em;
  text-align: center;
  vertical-align: middle;
}

.messageDescription {
  color: #000000;
  background-color: transparent;
  font-weight: bold;
  font-size: 0.8em;
  text-align: center;
  vertical-align: middle;
}

.applicationTitle {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 5px;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Arial Rounded, Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size: 1.5em;
  color: 1E2AAA;
}

.paddedCentered {
  vertical-align: middle;
  text-align: center;
  padding: 20px;
}

.center {
  text-align: center;
}

/* use this class on tables that display forms and labelled data */
table.reportFields {
  color: #000000;
}

/* the heading for the fields table */
table.reportFields th {
  font-size: 0.9em;
  font-weight: bold;
  background-color: 1E2AAA;
  color: #FFFFFF;
  text-align: left;
  padding: 1px;
  padding-left: 3px;
}

/* style applied to the fieldHeader (i.e. the label for the form fields) */
table.reportFields td.fieldHeader {
  text-align: left;
  color: 1E2AAA;
  font-weight: bold;
  vertical-align: middle;
  /*padding-right: 3px;*/
  background-color: #E8E8E8;
  font-size: 0.7em;
}

/* style applied to the fieldHeader when it's associated field is required by the form */
table.reportFields td.fieldHeaderRequired {
  text-align: left;
  color: 1E2AAA;
  font-weight: bold;
  vertical-align: middle;
  /*padding-right: 3px;*/
  background-color: #FFFFE8;
  font-size: 0.7em;
}

/* the standard table cell in the edit form, where the form fields go */
table.reportFields td {
  text-align: left;
  color: #000000;
  font-weight: normal;
  vertical-align: middle;
  /*padding-left: 3px;*/
  background-color: #FFFFFF;
  font-size: 0.7em;
}

/* styles applied to the form elements in an fields table */
table.reportFields textarea {
  font-size: 0.95em;
}

table.reportFields input {
  font-size: 0.95em;
}

table.reportFields select {
  font-size: 0.95em;
}

/* style applied to the sublabels for fields with multiple checkboxes or radio tags */
table.reportFields .fieldOption {
  
}

/* style applied to a form field when it is rendered as readonly */
table.reportFields .fieldText {

}

/* style applied to localized errors on form fields */
table.reportFields .fieldError {
  color: #FF0000;
  font-weight: 900;
  font-size: 1.1em;
}

/* style applied to localized messages on form fields */
table.reportFields .fieldMessage {
  color: #0000E8;
  font-weight: 900;
  font-size: 1.1em;
}


.fieldName {
	background-color: #E8E8E8;
	color: #002244;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
}
table.navmenu {

}

table.navmenu td.tabselected {
	background-image: url(../images/zztabbackground1.gif);
	width: 115px;
	height: 21px;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	cursor: default;
}

table.navmenu td.tab {
	background-image: url(../images/zztabbackground1b.gif);
	width: 115px;
	height: 21px;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
	cursor: default;
  border-bottom: solid black 1px;
}

table.navmenu td.tabhover {
	background-image: url(../images/zztabbackground1b.gif);
	width: 115px;
	height: 21px;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	cursor: hand;
  border-bottom: solid black 1px;
}

table.navmenu td.content {
	background-color: #DCDCDC;
	text-align: left;
	font-size: 10pt;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	padding-top: 15px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 15px;
}