@charset "utf-8";
body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
	padding-left: 10px;
}
.menu a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
	text-decoration: none;
}
.menu a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
	text-decoration: none;
}

.content
{
	padding-right: 40px;
	padding-bottom: 20px;
}

p, td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #951019;
}
.listing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #951019;
}
h2 a,
h2 a:link,
h2 a:visited,
h2 a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #951019;
	text-decoration: none;
}
h2 a:hover
{
	text-decoration: underline;
}

.upcoming_courses a,
.upcoming_courses a:link,
.upcoming_courses a:visited,
.upcoming_courses a:hover
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.upcoming_courses a:hover
{
	text-decoration: underline;
}

#processing_div
{
	color: #cc0000;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}

#sidebar a.dark,
#sidebar a.dark:link,
#sidebar a.dark:visited,
#sidebar a.dark:hover
{
	font-weight: bold;
	color: #00137F;
	text-decoration: none;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.address {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
}
.address a:link{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.toplinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #951019;
	text-decoration: none;
}
.toplinks a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #951019;
	text-decoration: none;
}
.toplinks a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #951019;
	text-decoration: none;
}
.toplinks a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #951019;
	text-decoration: underline;
}

.alt_sidebar
{
	background-color: #889eea;
}

.section_shaded
{
	padding: 0.5em;
	background-color: #f8d23f;
	border: 1px solid black;
}

.section_group
{
    clear: both;
    margin-left: 2em;
}
.section_row
{
	margin: 0.5em 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
	clear: both;
}

.section_row label
{
	float: left;
	clear: none;
	text-align: right;
}

.section_row label.required
{
	font-weight: bold;
}

.section_shaded .title
{
	font-weight: bold;
	padding-bottom: 1em;
}

.padded_column
{
	float: left;
	clear: none;
}

.msg
{
	color: #cc0000;
}

table.search-results
{
}

table.search-results tr:hover td
{
	background-color: #faaa46;
}

table.search-results tr.no_hover:hover td
{
	background-color: transparent;
}

table.search-results th
{
	font-weight: bold;
	border-bottom: 3px solid black;
	vertical-align: bottom;
	background-color: #e8e8e8;
}

table.search-results td
{
	border-bottom: 1px solid black;
	vertical-align: top;
}

table.search-results td.no_border
{
	border-bottom: 0;
	vertical-align: top;
}

table.search-results tr.alert
{
	border: 0;
}

table.search-results tr.alert td
{
	color: #cc0000;
}

table.search-results th,
table.search-results td
{
	font: 9pt "Trebuchet MS", Tahoma, sans-serif;
	padding: 0.25em;
	text-align: left;
}
table.search-results th
{
	padding-left: 0.5em;
	padding-right: 0.5em;
}
table.search-results a:visited 
{
	color: red;
}

.cart_registrant_block
{
	border: 1px solid black;
	margin-bottom: 1em;
}

.cart_registrant_title
{
	background-color: #e8e8e8;
	border-bottom: 1px solid black;
	padding-left: 1em;
}

/* ----- Progress ----- */

div.Progress .Current
{
	font-size: 12px;
	font-weight: bold;
}
div.Progress .NonCurrent
{
	font-size: 12px;
	color: gray;
	font-weight: normal;
}

