html {
   overflow-x: auto;
   overflow-y: -moz-scrollbars-vertical;
   overflow-y: scroll;
}

body {
   font-family: Arial,Helvetica,sans-serif; 
   font-size: 10pt
}

h1 {
	font-size: 1.6em;
	font-weight: 700;
   color: #000080;
}
h2 {
	font-size: 1.4em;
	font-weight: 700;
   color: #000080;
}
h3 {
	font-size: 1.2em;
	font-weight: 700;
   color: #000080;
}
h4 {
	font-size: 1.0em;
	font-weight: 700;
   color: #000080;
}

#title {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 0px;
   color: #000080;
}

table {
	font-size: inherit;
	font-family: inherit;
}
form {
	margin-bottom: 0px;
}

#errormessage {
	color: Red;
	font-weight: bold;
	text-align: center;
}

#warningmessage {
	color: Green;
	font-weight: bold;
	text-align: center;
}

#topdiv {
   width: 1000px;
   margin-left: auto; 
   margin-right: auto; 
   text-align: left;
	position: relative;
}

#middlediv {
   width: 1000px;
   margin-left: auto; 
   margin-right: auto; 
   text-align: left;
	position: relative;
}

#bottomdiv {
   width: 1000px;
   margin-left: auto; 
   margin-right: auto; 
   text-align: left;
	position: relative;
}

#menutable {
	border: 4px solid #E1E1FF;
	background-color: #EFEFEF;
   margin-left: auto; 
   margin-right: auto; 
}

#menutable table table {
	border: 0px none #000080;
}

#menutable td {
	color: Black;
	background-color: #EFEFEF;
}
#menutable a {
	color: Black;
}
#selecttable {
	border: 1px solid Black;
	background-color: #D8D8D8;
	border-collapse: collapse;
}
#selecttable th {
   border-bottom: 1px solid Black;
	background-color: #D8D8D8;
   color: Black;
	padding: 2px 4px 2px 4px;
}
#selecttable td {
	color: Black;
	padding: 2px 4px 2px 4px;
}
#selecttable a {
   color: Black;
}
#addrecord {
	margin-top: 0px; 
	text-align: center;
}
#oddrow td {
   background-color: #FFFFFF;
   color: Black;
}
#evenrow td {
	background-color: #E4E4E4;
	color: Black;
}   

#selecttable.tablesorter td, #selecttable.tablesorter th {
	padding-left: 10px;
	padding-right: 10px;
}
#selecttable.tablesorter td:first-child, #selecttable.tablesorter th:first-child { 
	padding-left: 2px;
}
#selecttable.tablesorter td:last-child, #selecttable.tablesorter th:last-child { 
	padding-right: 2px;
}
#selecttable.tablesorter tr.normal-row td {
	background-color: #E4E4E4;
}
#selecttable.tablesorter tr.alt-row td {
   background-color: #FFFFFF;	
}
.tablesorter-default tfoot .tablesorter-headerAsc, .tablesorter-default tfoot .tablesorter-headerDesc, .tablesorter-default tfoot .tablesorter-headerSortDown, .tablesorter-default tfoot .tablesorter-headerSortUp {
	border-top: unset;
}
#datepopup td {
	color: Black;
	background-color: White;
} 
#datepopup a {
	color: Black;
}

#datepopup .cpMonthNavigation {
	background-color: #D8D8D8;
}
.tablesorter-default {
    font: unset;
    margin-bottom: unset;
}
.tablesorter-default td {
    border-bottom: unset;
}
.tablesorter-header-inner {
	padding-right: 13px;
}
.sorter-false .tablesorter-header-inner {
	padding-right: 0;
}

.normal {
	/*font-size: 10pt*/
}
.editinput {
	/*font-size: 9pt*/
}
.editinputns {
	font-family: monospace; 
	/*font-size: 9pt*/
}
.listinput {
	/*font-size: 9pt*/
}
.textareainput {
	font-family: monospace; 
	/*font-size: 9pt*/
}	
.tinytd {
	font-size: 4pt
}
.formheading {
	font-size: 1.2em; 
	color: #FFFFFF; 
	font-weight: 700; 
	background-color: #008000
}
.fieldheading {
	font-size: 1.0em; 
	font-weight: 700
}
.smallinstruction {
	font-size: 0.8em
}
.displayquestion {
	font-size: 1.2em; 
	font-weight: 700
}
#updatelistformtable td {
	text-align: left;
}