/***************************
 * Base colors:
 *   header footer lining color: #23619C; (dark blue)
 *   2nd header footer lining color: #E6E6E6; (grey)
 *   page header lining: #8DC9ED; (light blue)
 *   header background: #f9f9f9; (white)
 *                                     h2 color: #23619C;
 *      table.tableDataFull th background-color: #23619C;
 * table.tableDataFull tr.even background-color: #D1E6F2; (light, light blue)
 */


@import url(undohtml.css);

table {
	border-spacing: 0;
}
html, body {
	height: 100%;
}

/*
font:
	Set font-size to a percentage preventing a Windows IE "extreme font re-sizing" bug.
	Set font-size slightly larger than 100% to repair Opera rounding errors.
	Set less than 101% to prevent Safari errors (in plt.css)
*/
body {
	font: 100.01% Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	background: #fff;
	letter-spacing: 0;
}

/*******************************************************
 *
 * Standard typography
 */

/* no borders for image links */
a img {
	border: 0;
}
img.printOnly {
	display: none;
}
div.printOnly {
	display: none;
}
span.printOnly {
	display: none;
}

/* moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because
 monospace tends to run you into overflow pretty quick. prior moz and net are okay.
 */
pre {
	font-family: monospace;
	font-size: 0.85em;
	font-size: 1.0em;
}

strong, b {
	font-weight: bold;
}

.clearer {
	clear: both;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin-bottom:-1px;
	}
	
h1 {
	font-family: georgia, "times new roman", times, serif;
	font-size: 36px;
	font-weight: normal;
	margin: 0 0 6px 0;
	/*letter-spacing: -0.05em;*/
	}
h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #23619C;
	/*letter-spacing: -0.05em;*/
	letter-spacing: -0.02em;
	}

/* other */
hr {
	color: #000000;
	background-color: #000000;
	height: 1px;
}
p {
	line-height: 1.75em;
	margin-bottom: 10px;
	/*letter-spacing: -0.04em;*/
	}

a.linkSide {
	margin-left: 2.5em;
}

strong, b {
	font-weight: bold;
}

/*ul {
	margin-left: 1.9em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}*/
ol {
	margin-left: 2.2em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

/**************************
 *
 * confirmaton
 * styles for the confirmation pages
 */
.confirmation {
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
}
.confirmation h1 {
	font-size: 1.2em;
	padding: 0.3em;
	margin-top: 5%;
	margin-bottom: 5%;
}
.confirmation h2 {
	font-size: 1.1em;
	padding: 0.3em;
	margin-top: 5%;
	margin-bottom: 5%;
}
.confirmation .question {  /* copy to ask a user to confirm */
	color: #FF0000;
}

/**************************
 *
 * notice
 * styles for general notices
 */
.notice {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
}
.notice h1 {
	font-size: 1.2em;
	padding-top: 1.2em;
	padding-left: 0em;
	padding-right: 0em;
}
.notice h2 {
	font-size: 1.1em;
	padding-left: 0em;
	padding-right: 0em;
	margin-bottom: 5%;
}

/***********************
 *
 * Action layout
 */
/* div alignment elements */
div.topActions { /* buttons/links above the form */
	text-align: right;
	margin: 1.0em 1.0em;
}
div.bottomActions { /* buttons/links below the form */
	text-align: center;
	margin: 1.0em 1.0em;
}
div.pageNav { /* pageNavigation */
	margin: 0.5em auto;
	text-align: center;
}
div.confirmActions { /* buttons/links below confirmation and notices */
	text-align: center;
	margin: 2.0em 0;
}
div.confirmActions a {
	margin-left: 1.0em;
	margin-right: 1.0em;
}
div.confirmActions input.button {
	width: auto;
	padding-left: 1.0em;
	padding-right: 1.0em;
}

/***********************
 *
 * form elements
 */
input {
	width: 12em;
	font-size: 0.92em;
	padding: 0.02em 0.05em;
	margin-top: 0.2em;
	font-family: Arial, Tahoma, sans-serif;
}
input.calField {
	width: 10.6em;
}
input.checkbox,
input.radio {
	width: 1em;
}
img.button,
input.button {
	width: auto;
	margin-left: 1.0em;
	margin-right: 1.0em;
	padding-left: 1.0em;
	padding-right: 1.0em;
}
input.number {
	text-align: right;
}
input.file {
	width: 24em;
}
.calendarPick {
	cursor: hand;
	margin-bottom: -0.17em;
}
select {
	font-size: 0.9em;
	width: 12.8em;
	margin-top: 0.2em;
}
option {
	padding: 0 2em 0 0.5em;
}
textArea {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 0.92em;
	padding: 0.05em 0.1em;
	margin-top: 0.2em;
	width: 22em;
}
img.editIcon {
}

/***********************
 *
 * tables
 */

/* error table */
table.error {
	margin: 0.5em auto;
	font-size: 0.9em;
	border-collapse: collapse;
}
table.error td.label {
	color: #FF0000;
	padding: 0em 0.2em;
	text-align: right;
	vertical-align: baseline;
	white-space: nowrap;
}
table.error td {
	color: #FF0000;
	padding: 0em 0.2em;
	vertical-align: baseline;
}

/* pageData */
table.pageData {  /* partial width form */
	margin: 0 auto;
	border-collapse: collapse;
}
table.pageDataFull {  /* full width form */
	margin: 0;
	width: 100%;
}
table.pageData td,
table.pageDataFull td {
	height: 1.9em;
	padding-top: 0.3em;
}
table.pageData td.label,
table.pageDataFull td.label {
	text-align: right;
	padding-right: 0.5em;
	white-space: nowrap;
}
table.pageData td.copy,
table.pageDataFull td.copy {  /* copy in a cell by itself between fields */
	text-align: center;
}
table.pageData td.question,
table.pageDataFull td.question {  /* copy in a cell above buttons */
	text-align: left;
	color: #FF0000;
}
table.pageData td.labelTop,
table.pageDataFull td.labelTop {
	text-align: right;
	vertical-align: top;
	padding-right: 0.5em;
	white-space: nowrap;
}
table.pageData td.short,
table.pageDataFull td.short {
	padding-top: 0em;
}
table.pageData input.button,
table.pageDataFull input.button {
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}
/* double wide
!!! add here */
/* triple wide
!!! add here */

/* table data */
table.tableData {  /* partial width table */
	font-size: 0.8em;
	margin: 0.5em auto;
	border-collapse: collapse;
}
table.tableDataFull {  /* full width table */
	font-size: 0.8em;
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}
table.tableData th,
table.tableDataFull th {
	padding: 0.5em 0.6em 1.0em 0.6em;
	font-size: 0.95em;
	background-color: #23619C;
	color: #FFFFFF;
	border: 1px solid black;
}
table.tableData th A:link,
table.tableData th A:visited,
table.tableData th A:active,
table.tableData th A:hover,
table.tableDataFull th A:link,
table.tableDataFull th A:visited,
table.tableDataFull th A:active,
table.tableDataFull th A:hover {
	color: #FFFFFF;
}
table.tableData tr,
table.tableDataFull tr {
	background-color: white;
}
table.tableData tr.even,
table.tableDataFull tr.even {
	background-color: #D1E6F2;
}
table.tableData td,
table.tableDataFull td {
	padding: 0.3em;
	text-align: center;
	vertical-align: top;
	border: 1px solid black;
	border-top: 0;
}
table.tableData th input,
table.tableDataFull th input,
table.tableData th select,
table.tableDataFull th select {
	width: auto;
	font-size: 0.95em;
	margin-top: 0.2em;
}
table.tableData td input,
table.tableDataFull td input,
table.tableData td select,
table.tableDataFull td select {
	width: auto;
	font-size: 0.95em;
	margin-top: 0.15em;
}

/* embedded tables */
table.tableData td td,
table.tableDataFull td td {
	border: 0;
	font-size: 1.0em;
	padding: 0em;
	color: #000000;
	text-align: left;
}
table.tableData td td input,
table.tableDataFull td td input,
table.tableData td td select,
table.tableDataFull td td select {
	width: auto;
	font-size: 1.0em;
}
table.tableData td td.label,
table.tableDataFull td td.label {
	text-align: right;
	white-space: nowrap;
}

/* text data */
table.tableData th.text,
table.tableDataFull th.text {
	text-align: left;
}
table.tableData td.text,
table.tableDataFull td.text {
	text-align: left;
}
/* action data */
table.tableData th.action,
table.tableDataFull th.action {
}
table.tableData td.action,
table.tableDataFull td.action {
}
/* number data */
table.tableData th.number,
table.tableDataFull th.number {
	text-align: right;
}
table.tableData td.number,
table.tableDataFull td.number {
	text-align: right;
}
table.tableData th.number input,
table.tableDataFull th.number input {
	text-align: right;
}
table.tableData td.number input,
table.tableDataFull td.number input {
	text-align: right;
}
/* calander data */
table.tableData th.calField,
table.tableDataFull th.calField {
}
table.tableData td.calField,
table.tableDataFull td.calField {
	white-space: nowrap;
}
table.tableData th.calField input,
table.tableDataFull th.calField input {
	width: 7em;
}
table.tableData td.calField input,
table.tableDataFull td.calField input {
	width: 7em;
}

.news table.tableDataFull {
	border: 1px solid black;
}
.news table.tableData {
	border: none;
}
.news table.tableData th,
.news table.tableData td,
.news table.tableDataFull th,
.news table.tableDataFull td {
	text-align: left;
	border: 0;
	line-height: 1.55em;
	padding-left: 0.6em;
	padding-right: 0.6em;
}
.news table.tableData td {
	padding: 0.4em;
}
.news table.tableDataFull td {
	padding: 0.6em;
}
.news table.tableData td.date,
.news table.tableDataFull td.date {
	white-space: nowrap;
}
.news table.tableData td a,
.news table.tableData td a:link,
.news table.tableData td a:visited,
.news table.tableData td a:active,
.news table.tableData td a:hover,
.news table.tableDataFull td a,
.news table.tableDataFull td a:link,
.news table.tableDataFull td a:visited,
.news table.tableDataFull td a:active,
.news table.tableDataFull td a:hover {
	color: #000000;
}

.bio h3 {
	font-size: 1.1em;
	margin-top: 0.8em;
	margin-bottom: 0.4em;
}
.bio p {
	line-height: 1.55em;
}
.bio img.photo {
	width: 120px;
	float: right;
	border: 1px solid black;
	margin-top: 0.4em;
	margin-left: 6px;
	margin-bottom: 3px;
}
.bio ul.names li {
	list-style: none;
}
.bio ul.names a,
.bio ul.names a:link,
.bio ul.names a:visited,
.bio ul.names a:active,
.bio ul.names a:hover {
	color: #000000;
}

