td, th, input, select, textarea, input, select, option {
	font-size: 12px;
	line-height: 11pt;
}
p { margin-top:8px; margin-bottom:8px; }
form { margin: 0px; padding: 0px; }

#top_banner {
	background-color: #dddddd;
}
#main_table {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
h1 {
  font-size: 14pt;
  margin-top: 3px;
}
.label {
  color: #888888;
}
.notify {
  background-color: #ffffdd;
  border: 1px solid #336699;
  padding: 10px;
  color: #336699;
}
#messages {
	display: none;
	padding: 6px;
	border: 1px solid #336699;
	background-color: #ffffdd;
	margin-bottom: 10px;
	color: #336699;
}
.box {
  border: 1px solid #dddddd;
  background-color: #f2f2f2;
	padding: 5px;
}

.highlighted_text { color: #AA0000; }

a:link, a:visited {
  color: #cc0000;
  text-decoration: none;
  font-weight: normal;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
.green { color: green; }
.red { color: #cc0000; }
.medium_grey { color: #999999; }
.bold { font-weight: bold; }

div.hr {
  width: 100%;
  height: 5px;
  border-bottom: 1px solid #b9b9b9;
}

#nav_selected_page {
	font-weight: bold;
	background-color: #efefef;
	border: 1px solid #660000;
	padding: 2px;
}

/*-------------- page titles ---------------*/
.title {
  letter-spacing: 4px;
  font-weight: bold;
  color: #CC0000;
  padding-bottom: 5px;
}
.title_underline {
  border-bottom: 1px solid #666666;
}

.margin_bottom {
  margin-bottom: 8px;
}

/*-------------- list tables ---------------*/

.list_table    {  }
.list_table th { background-color: #f2f2f2; }
