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: 1%;
  margin-right: 1%;
  margin-top: 0;
}

p {
  font-size: 0.75em;
}

hr {
  width: 90%;
  color: #003366;
  height: 2px;
}

table {
  border: 0px;
}

th {
  background-color: #E8E8E8;
}

h1 {
  font-variant: normal;
  background-color: #003366;
  color: #FFFFFF;
  padding: 3px;
  margin-left: 0%;
  margin-top: 0%;
  width: 100%;
  font-size: 1em;
}

a {
  text-decoration: underline;
  color: #0000E8;
}

a:visited {
  text-decoration: underline;
  color: #0000E8;
}

a:hover {
  text-decoration: none;
  color: #0000FF;
}

input {
  font-size: 0.8em;
}

table.tabTable {
  border-spacing: 0px;
  width: 70%;
}

.tab {
	width: 15%;
  font-size: 0.8em;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #003366;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
  border-top: solid 2px #FFFFFF;
  border-left: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
  border-bottom: solid 2px #003366;
  cursor: hand;
}

.tabError {
	width: 15%;
  font-size: 0.8em;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #FF0000;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
  border-top: solid 2px #FFFFFF;
	border-left: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  border-bottom: solid 2px #003366;
  cursor: hand;
}

.tabSelected {
	width: 15%;
  font-size: 0.8em;
  font-weight: bold;
  color: #003366;
  background-color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
  border-top: solid 2px #003366;
  border-left: solid 2px #003366;
  border-right: solid 2px #003366;
  border-bottom: solid 2px #FFFFFF;
  cursor: default;
}

.tabSelectedError {
	width: 15%;
  font-size: 0.8em;
  font-weight: bold;
  color: #FF0000;
  background-color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
  border-top: solid 2px #003366;
  border-left: solid 2px #003366;
  border-right: solid 2px #003366;
  border-bottom: solid 2px #FFFFFF;
  cursor: default;
}

.tabHover {
	width: 15%;
  font-size: 0.8em;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #006699;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
  border-top: solid 2px #FFFFFF;
	border-left: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  border-bottom: solid 2px #003366;
  cursor: hand;
}

.tabHoverError {
	width: 15%;
  font-size: 0.8em;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #CC0000;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
  border-top: solid 2px #FFFFFF;
	border-left: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  border-bottom: solid 2px #003366;
  cursor: hand;
}

/* use this class on tables that display forms and labelled data */
table.fields {
  color: #000000;
  /*width: 10%;*/
}

/* the heading for the fields table */
table.fields th {
  font-size: 0.9em;
  font-weight: bold;
  background-color: #003366;
  color: #FFFFFF;
  text-align: left;
  padding: 1px;
  padding-left: 3px;
}

/* style applied to the fieldHeader (i.e. the label for the form fields) */
table.fields td.fieldHeader {
  text-align: right;
  color: #003366;
  font-weight: bold;
  vertical-align: middle;
  /*padding-right: 3px;*/
  background-color: #E8E8E8;
  font-size: 0.7em;
  /*width: 50%;*/
}

/* style applied to the fieldHeader when it's associated field is required by the form */
table.fields td.fieldHeaderRequired {
  text-align: right;
  color: #003366;
  font-weight: bold;
  vertical-align: middle;
  /*padding-right: 3px;*/
  background-color: #FFFFE8;
  font-size: 0.7em;
  /*width: 15%;*/
}

/* 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: #FFFFFF;
  font-size: 0.7em;
}

/* 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: #003366;
  color: #FFFFFF;
  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: #FFFFFF! important;
  background-color: transparent! important;
  text-decoration: none ! important;
}

body.menu a:visted {
  color: #FFFFFF! important;
  background-color: transparent! important;
  text-decoration: none ! important;
}

body.menu a:hover {
  color: #FFFF00! important;
  background-color: transparent! important;
  text-decoration: none ! important;
}

body.menu input {
  font-size: 1em;
}

/* *** General styles *** */

.error {
  color: #FF0000;
  background-color: transparent;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  margin-left: 20%;
  margin-right: 20%;
}

.errorDescription {
  color: #FF0000;
  background-color: transparent;
  font-weight: bold;
  font-size: 0.8em;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  margin-left: 20%;
  margin-right: 20%;
}

.message {
  color: #0000E8;
  background-color: transparent;
  font-weight: bold;
  font-size: 1.0em;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  margin-left: 20%;
  margin-right: 20%;
}

.messageDescription {
  color: #000000;
  background-color: transparent;
  font-weight: bold;
  font-size: 0.8em;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  margin-left: 20%;
  margin-right: 20%;
}

.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: #003366;
}

.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: #003366;
  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: #003366;
  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: #003366;
  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;
}
