BODY {
  font-family: verdana,arial,sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #CEE0CD;
  margin-left: 5px;	 
  margin-right: 5px;	
  margin-bottom: 5px;	 
  margin-top: 5px;	
}

H1 {
  font-size: 25px;
  text-align: center;
}

A:link		{ color: #448041; font-weight: bold; text-decoration: none; }
A:visited	{ color: #448041; font-weight: bold; text-decoration: none; }
A:hover		{ color: #448041; font-weight: bold; text-decoration: none; background:#E7F0E6 }
A:active	{ color: #448041; font-weight: bold; text-decoration: none; }
IMG { border-style: none }

option, select, input {
  font-family: verdana,arial,sans-serif;
  font-size: 13px;
  background-color: #E2E2E2;
}

.printselect {
  font-family: verdana,arial,sans-serif;
  font-size: 13px;
}

/* IE 6 doesn't support input[type="radio"].
   To use this, radio buttons must specify class="radio"; similar with "checkbox" */
input.radio {
  background-color: #CEE0CD;
}
input.checkbox {
  background-color: #CEE0CD;
}

input.display {
  font-size: 15px;
  font-weight: bold;
  color: green;
  background-color: #CEE0CD;
  border-style: none;
  text-align: right;
}
  
textarea {
  font-family: verdana,arial,sans-serif;
  font-size: 13px;
  background-color: #E2E2E2;
  padding-left: 2px;
}

textarea.readonly {
  background-color: #CEE0CD;
  overflow:auto;
}

option.top {
  background-color: #CEE0CD;
}

.bold_heading {
  font-size: 14px; font-weight: bold;
}

.bold_warning_heading {
  color: #FF0000; font-size: 14px; font-weight: bold;
}

.large_listing_heading {
  font-size: 15px;
}

.announcement {
  font-size: 17px;
  text-align: center;
}

.highlight {
  background-color: #FFFF00;
}

.text_heading {
  font-size: 13px;
}

.session_banner {
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  text-align: right;
}

td.section_heading {
  border-top: solid 27px #CEE0CD;
  border-bottom: solid 15px #CEE0CD;
  border-left: solid 5px #CEE0CD;
  border-right: solid 5px #CEE0CD;
  background-color: #b3cab2;
  font-size: 17px;
}

.inactive_record_text {
  color: #777777;
}

.text_small {
  font-size: 11px;
  font-weight: normal;
}

.form_legend {
  font-size: 11px;
  font-style: italic;
}

A.inactive_record_text:link { color:#666666; }
A.inactive_record_text:visited { color:#666666; }

.button_warn	{ color: white; background-color: red; }

.formval_info   { color: red; background-color: transparent; font-weight: normal; }
.formval_warn   { color: rgb(120,0,0); background-color: transparent; font-weight: normal; }
.formval_error  { color: red; background-color: transparent; font-weight: bold }

TABLE.browse {
  	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
}
TABLE.browse th {
	border-width: 1px;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: black;
}
table.browse td {
	border-width: 1px;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: black;
}

@media print {
  BODY {
    background-color: #FFFFFF;
  }

  .noprint { display: none; }

  option, select, input, textarea {
    background-color: #FFFFFF;
	border-style: none;
	margin: 0px;
    padding: 0px;
  }

  input.display {
    color: black;
  }

  textarea {
    overflow: hidden;
  }

  .formval_info { display: none; }

  TABLE.browse {
	border-width: 0.6pt;
  }
  TABLE.browse th {
	border-width: 0.6pt;
	padding: 1px 4px 1px 4px;
  }
  table.browse td {
	border-width: 0.6pt;
	padding: 1px 4px 1px 4px;
  }
}
