.pagetitle
{
	color: white;
	font-weight: bold;
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.titlebar
{
	white-space: nowrap;
}

td.titlebar a
{
	color: white !important;
	font-weight: bold;
	font-size: 9pt;
	margin-right: 16px;
}

td.titlebar a:link
{
	color: white !important;
}

td.titlebar a:visited
{
	color: white !important;
	text-decoration: none;
}

td.titlebar a:hover
{
	background: black;
	color: white !important;
	text-decoration: underline;
	border: 0px none black;
	background: none;
}

td.titlebar a:active
{
	color: white;
}

# For static pages from old site
span.titlebarlinks
{
	color: white !important;
}

.type
{
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.monotype
{
	font-size: 8pt;
	font-family: Monaco, Courier New, Courier, monospaced;
}

img {
	border: 0px none;
}

.tableList
{
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.tablehead
{
	font-size: 9pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.updatedon
{
	font-size: 8pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	font-style: italic;
	white-space: nowrap;
}

.not_found {
	text-align: center;
}

.copyright
{
	font-size: 6pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
}

a:link
{
	color: red !important;
	text-decoration: none;
	border: 0px none black;
}

a:visited
{
	color: red !important;
	text-decoration: none;
	border: 0px none black;
}

a:hover
{
	color: red !important;
	text-decoration: underline;
	border: 0px none black;
	background: none;
}

a:active
{
	color: #ffde14 !important;
	text-decoration: underline;
	border: 0px none black;
}

table.yellow span.editable a:hover {
	color: black;
	background-color: #FFFEE2;
	text-decoration: none;
}

table.yellow span.editable a:link {
	color: black !important;
	text-decoration: none;
}

table.base
{
	border-style: solid;
	border-width: 1px;
	border-color: #B3B3B3;
	background-color: #FFFEE5;
	margin: 0px;
}

table.base caption
{
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-color: #AD921F;
	background-image: url(/images/backgrounds/table_head.jpg);
	text-align: left;
	font-weight: bold;
	font-size: 8pt;
	line-height: 21px;
	height: 21px;
	padding: 0px 0px 0px 8px;
/*	Safari only
	margin-right: -2px;*/
}

table.base th.caption
{
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-color: #AD921F;
	background-image: url(/images/backgrounds/table_head.jpg);
	text-align: left;
	font-weight: bold;
	font-size: 8pt;
	line-height: 21px;
	height: 21px;
	padding: 0px 0px 0px 8px;
/*	Safari only
	margin-right: -2px;*/
}

table.base thead tr
{
	background-image: url(/images/backgrounds/table_column_titles.jpg);
	height: 20px;
}

table.base thead th {
	padding: 0px 6px 0px 6px;
	color: black;
	text-align: center;
	font-size: 8pt;
	line-height: 20px;
	text-align: center;
	border-bottom: solid;
	border-width: 1px;
	border-color: #AD921F;
}

table.base th.invalid
{
	color: red;
}

table.base tbody td {
	padding: 4px 6px;
	text-align: left;
}

table.base tbody tr.even {
	background: #FFFDC6;
}

table.base a:link { color: black !important; }
table.base a:visited { color: black !important; }
table.base a:hover 
{
	color: red !important;
	text-decoration: underline;
}
table.base a:active
{
	color: white !important;
	background-color: red;
	text-decoration: none;
}

pre
{
	font-size: 8pt;
	font-family: Monaco, Courier New, Courier, monospaced;
}

.header { background-color: #E8E88C; }

body
{
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}

td
{
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}

.scheduleothermonthnumeral { color: #81700A; }

.link_spacer
{
	color: #666666;
	padding-left: 4px;
	padding-right: 4px;
}

.yellow
{
	background-color: #FFFF99;
	border-color: #ffde14;
	border-width: 1px 0px 1px 0px;
	border-style: solid none solid none;
}

table.yellow { padding-bottom: 4px; }
table.yellow#results_index { width: 100%; }

table.yellow th
{
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	background-color: #ffde14;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
}

#table_sub_head
{
	font-size: 8pt;
	padding-top: 16px;
	color: #99811A;
}

#total
{
	font-size: 8pt;
	font-weight: bold;
	padding-right: 16px;
}

table.yellow#results_index th { text-align: center; }

table.yellow td
{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

table.yellow tr.odd
{
	background: #FFFfcc;
}

table.yellow#results td pre
{ 
	font-size: 8pt;
	font-family: Monaco, Lucida Console, Arial Terminal, Bitsteam Vera Sans Mono, monospace;
}

table.yellow#results td pre a:link
{
	color: black !important;
}

table.yellow#results td pre a:visited
{
	color: black !important;
}

table.yellow#results td pre a:hover
{
	color: red !important;
}

table.yellow a:link { color: black; }
table.yellow a:visited { color: black; }
table.yellow a:hover 
{
	color: red;
	text-decoration: underline;
}
table.yellow a:active
{
	color: white;
	text-decoration: underline;
}

table.yellow#upcoming_events
{
	width: 100%;
}

table.yellow#upcoming_events th
{
	text-align: center;
}

table.yellow#upcoming_events td.date
{
	padding-left: 20px;
	white-space: nowrap;
}

table.yellow#upcoming_events td.info
{
	width: 100%;
}

table.yellow#upcoming_events td.info a
{
	color: red !important;
}

table.yellow td.link a
{
	color: red !important;
}

table.yellow td.nowrap
{
	white-space: nowrap;
}

table.yellow td#discipline
{
	padding-top: 12px !important;
	border-top: 1px solid #ffde14 !important;
	font-weight: bold;
}

table.yellow#inline
{
	border-left: 1px solid #ffde14;
	border-right: 1px solid #ffde14;
	width: 100%;
}

tr.buttons td.add_remove {
	padding-left: 0px;
	padding-top: 4px;
}

tr.buttons td.right {
	text-align: right;
	padding-top: 8px;
}

.right {
	padding-left: 8px;
}

#padded {
	margin-left: 8px;
}

div.inline {
  	float: left;
}

table.yellow a.edit_link {
	color: red !important;
}

table.dialog {
	background-color: #f3f3f3;
	border-color: #acacac;
	border-width: 1px;
	border-style: solid;
	padding-top: 12px;
	padding-bottom: 20px;
	padding-left: 36px;
	padding-right: 36px;
}

table.dialog td.buttons {
	text-align: right;
	padding-top: 12px;
}

table.dialog td.buttons input {
	padding-left: 8px;
}

table#left_nav {
	font-size: 8pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

table#left_nav td.text {
	white-space: nowrap;	
	padding-left: 4px;
}

table#left_nav td.icon {
	text-align: right;
	padding-right: 0px;
}

table#left_nav td.icon_padding {
	padding-width: 36px;
}

table#left_nav a:link {
	color: black !important;
}

table#left_nav a:hover {
	color: red !important;
}

table#left_nav a:visited {
	color: black !important;
}

.field_label
{
	text-align: right;
	font-weight: bold;
	min-width: 75px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 8px;
	white-space: nowrap;	
}

.field_label#left
{
	text-align: left;
}

.vertical_field_label
{
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 8px;
}

.vertical_field
{
	text-align: left;
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 8px;
}

div.archive_navigation a
{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: middle;
}

div.archive_navigation span
{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: middle;
}

div.archive_navigation input
{
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: middle;
}

div.tabs {
	padding-bottom: 20px;
	text-align: center;
}

.message
{
	width: 400px;
	font-size: 8pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	white-space: normal;
}

#warn
{
	color: red;
}

.inline_error
{
	padding-top: 4px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	padding-right: 4px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	font-size: 8pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #C6413E;
	white-space: normal;
}

.fieldWithErrors
{
	padding: 2px;
	background-color: red;
	display: table;
}

#errorExplanation
{
	width: 400px;
	border: 2px solid red;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background-color: #f0f0f0;
}

#errorExplanation h2
{
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	margin: -7px;
	background-color: #c00;
	color: #fff;
}

#errorExplanation p
{
	color: #333;
	margin-bottom: 0;
	padding: 5px;
}

#errorExplanation ul li
{
	font-size: 12px;
	list-style: square;
}

.cancelled
{
	text-decoration: line-through;
}

label {
	font-weight: bold;
}

table.calendar_links td
{
	text-align: center;
}

div.top_nav_left 
{
	height: 53px; 
	background: url(/images/backgrounds/page_header_left.jpg) top left no-repeat;
}
div.top_nav_right 
{
	padding: 0 200px 0 0; 
	background: url(/images/backgrounds/page_header_right.jpg) top right no-repeat;
}

div.bottom_nav_left 
{
	height: 26px; 
	background: url(/images/backgrounds/page_footer_left.jpg) top left no-repeat;
}
div.bottom_nav_right 
{
	padding: 0 25px 0 0; 
	background: url(/images/backgrounds/page_footer_right.jpg) top right no-repeat;
}

div.breadcrumb {
	padding: 32px 0px 0px 2px;
	font-weight: normal;
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:  #c9c9c9;
}

div.breadcrumb a {
	color:  #c9c9c9 !important;
	border-bottom: none;
}

div.content_frame
{
	border-left: 1px solid black;
	border-right: 1px solid black;
}

div.content
{
	text-align: center;
	margin: 16px 16px 0px 16px;
	padding-bottom:  16px;
}

div.photo_frame
{
	width: 225px;
	border: 1px solid black;
}

div.photo_frame div.caption
{
	padding: 4px;
	font-size: 8pt;
	font-weight: bold;
	width: 217px;
	background-color: black;
	color: #ccc;
}

td.homepage_links {
	padding-left: 16px;
}

td.homepage_links ul.links a
{
	color: #666 !important;
	font-size: 12px;
	font-weight: bold;
}
