#header {
	border-bottom:1px solid brown;
	text-align: center;
	color: brown;
	background-color: white;
}
table.header {

}
#mainheader {
	font-size: 18pt;
	color: brown;
	font-weight:bold;
}
#subheader {
	font-size: 10pt;
	color: brown;
	font-weight:bold;
}
#footer {
	clear: both;
	margin: 0;
	padding:3px;
}
#pagecontent {
	margin-left: 0;
	margin-right: 0;
 }


/* content of main section of page */
#main {
	display: block;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
	border:0px solid brown;
	vertical-align: top;
}
td.main {
	display: block;
	border:0px solid brown;
	width: 95%;
}

/* used to hold footer to bottom of page (below content) */
#spacer{
	display: block;
	height: 95%;
	float: left;
	width: 1px;
	font-size: 1px; /* to make sure width is not overridden */
	padding: 0;
	margin: 0;
}

#menu {
	padding-top:6px;
	padding-bottom:6px;
	position:absolute;
	border:1px solid brown;
	text-align: center;
}
td.menu {
	width: 120px;
	border:1px solid brown;
	text-align: center;
	vertical-align: top;
}

span.menu {
	vertical-align: top;
}

.admin_display_table {
	border: 0;
	border-spacing: 0;
	padding: 2px;
	margin-left: 0.5em;
	margin-right: 0.5em;
	width: 98%;
}

.search_display_table {
	border: 0;
	border-spacing: 0;
	padding: 2px;
	margin-left: 0.5em;
	margin-right: 0.5em;
	width: 98%;
}

.fieldlimit {
	font-size:70%;
}

.groupbox {
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.hidden {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;}

.input_table {
	border: 0;
	border-spacing: 0;
	padding: 2px;
	margin-left: 0.5em;
}
.input_table td {
	vertical-align: top;
}
.menuhead {
	left: 0px;
	border-bottom:1px solid brown;
	margin-bottom: 8px;
	text-align: center;
	font-weight:bold;
	font-size:80%;
}
.menuitem {
	font-size:80%;
	text-align: center;
	margin-bottom: 8px;
}
.search_table {
	border: 0;
	border-spacing: 0;
	padding: 2px;
	margin-left: 0.5em;
	width: 98%;
}
.search_table td {
	width: 25%;
}
.license_text {
	color: #666;
	font-size: 85%;
}

/* force login text and pasword fields to be the same with (IE bug)*/
#ulogin {
	width: 10em;
}
#plogin {
	width: 10em;
}

a:link.amenu {
	text-decoration:none;
	color: black;
}
a:active.amenu {
	text-decoration:none;
	color: black;
}
a:visited.amenu {
	text-decoration:none;
	color: black;
}
a:hover.amenu {
	text-decoration:none;
	color: brown;
}
a:link.footlink {
	text-decoration:none;
	color: #666;
}
a:active.footlink {
	text-decoration:none;
	color: #666;
}
a:visited.footlink {
	text-decoration:none;
	color: #666;
}
a:link {
	color: black;
}
a:visited {
	color: black;
}
button {
	display: inline;
 }
p {
  margin-top: 0.5em;
}
p.byline {
	color: #666;
	font-size: 70%;
 }
body {
	margin:0px;
	font-family: Arial, 'Times New Roman', Verdana, Sans-Serif;
	background-color: #eee;
}
html, body {
    height: 100%;
}
table.cert_table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	width: 100%;
}
table.cert_table td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
}
table.cert_table td.centered  {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
	text-align: center;
}
table.sortable {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	width: 100%;
}
table.sortable th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
	font-weight: bold;
}
table.sortable even {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
}
table.sortable .odd {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: silver;
}
table.sortable td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: black black black black;
}
table.sortable td.textbox input {
	border:0px none;
	width:100%;
	height:100%;
}

p.warning {
	color: red;
	font-weight:bold;
}
table.invisible {
	border-style: hidden;
	padding: 0px
}
td.invisible {
	border-style: hidden;
	padding: 0px
}
tr.invisible {
	border-style: hidden;
	padding: 0px
}


/* the div that holds the date picker calendar */
.dpDiv {
}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
}