/* Begin classes for common SPIN elements */

.page_header, .category_header {
	border-bottom: 1px solid #999999;
	color: #1d3362;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.breadcrumb {
	font-size: 0.9em;
	color: #999;
}

.breadcrumb a:link, .breadcrumb a:visited {
	color: #1d3362;
	text-decoration: none;		
}

.breadcrumb a:hover {
	/* color: #F5A752; */
	color: #e36f1e;
	text-decoration: none;
}

.item {
	margin: 0 0 5px 0;
	padding: auto;
	overflow: auto;
	clear: both;
}

.item_name {
	font-size: 1em;
	font-weight: bold;
}

.item_date {
	font-size: 1em;
	font-weight: bold;
}

.item_summary {
	font-size: 1em;
}

.detail_header {
	color: #8e99c6;
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
}

.detail_subheader {
	font-size: 1em;
	font-weight: bold;
	padding-top: 10px;
}

.category_name {
	font-size: 1.1em;
	font-weight: bold;
}

/* Image display */
td.imagecaption {
	color: #7F7F7F;
	text-align: left;
	padding: 3px 5px 3px 5px;
}

td.imagecaption p {
	font-size: .9em;
	font-style: italic;
}

table.wd_imagetable {
	clear: both;
}

.wd_imagetable img {
	border: 0px;
}

/* Toolbar Email/Print */
div.wd_page_toolbar {
	/*border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999; */
	margin: 25px 0px 15px 0px;
	padding: 5px;
}

/* Feature Boxes */
div.wd_featurebox {
	color: #323232;
	padding-bottom: 20px;
	margin: 10px;
	/* font needs to be here and in wd_featurebox p because centura has featureboxes w/out p in some situations */
	font-size: 11px;
	font-family: "lucidia grande", Verdana, Arial, Helvetica, sans-serif;
	/* height: 100px; KT/MOEZ editing */
	overflow: auto;
	height: 100%;
}

div.wd_featurebox_title {
	color: #1d3362;
	font-family: "lucidia grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 4px 0 0px 0;
	margin: 10px;
/*	width: 250px;*/
}

.wd_featurebox p {
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	font-family: "lucidia grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
}

div.wd_featurebox a:link, .sidebar a:visited {
	font-size: 11px;
	color: #1d3363;
	text-decoration: none;
}

div.wd_featurebox a:hover {
	color: #8e99c6;
}

div.wd_featurebox .on a {
	color: #1d3363;
}



/* Begin classes for individual PCTs
   (enter amendments to the above declatations, ex:
   div.wd_standard .category_name {
    [styles]
   }
*/

div.wd_standard {

}



div.wd_gallery {

}

/* Form Builder */
div.wd_formbuilder {

}

.wd_formbuilder td {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
	padding: 3px;
}

.wd_formbuilder p {
    margin: 0px;
    padding: 0px;
}

input.wd_formbuilder {
	height: 18px;
	border: 1px solid #b5c0d2;
	font-size: 11px;
	padding: 0 0 0 3px;
	width: 110px;
	margin: 0px;
	vertical-align: bottom;
}

input.wd_formbuilder_submit {
}


/* Calendar PCT */
table.wd_calendar_header
{
	background-color: #7d8dac;
	color: #ffffff;
	font-family: Arial;
	padding: 5px 5px 5px 5px;
	margin-top: 15px;
	border-style: none none dotted none;
	border-width: 0 0 thin 0;
}

table.wd_calendar_header a,
table.wd_calendar_header a:visited,
table.wd_calendar_header a:active,
table.wd_calendar_header a:link {
	color: #ffffff;
}

td.wd_calendar_header_label {
	text-align: center;
	font-weight: bold;
}

td.wd_calendar_header_prev {
	text-align: left;
}

td.wd_calendar_header_next {
	text-align: right;
}

table.wd_calendar {
	background-color: #ffffff;
	font-family: arial;
	table-layout: fixed;
}

th.wd_calendar_dayofweek_header {
	background-color: #ffffff;
	text-transform: lowercase;
	font-size: .90em;
}

td.wd_calendar_day {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 14%;
	vertical-align: top;
}

html>body td.wd_calendar_day {
	padding: 0px 2px 0px 2px;	/* account for event padding+border where width = content only */
}

td.wd_calendar_this_month {
	background-color: #eeeeee;
	border-top: 1px #eeeeee solid;
	font-size: .85em;
}

td.wd_calendar_prev_month,
td.wd_calendar_next_month {
	background-color: #c6cede;
	border-top: 1px #c6cede solid;
	font-size: .85em;
}

td.wd_calendar_today
{
	background-color: #FF9;
	border: 1px #000000 solid;
}

div.wd_calendar_day_header {
	text-align: right;
	color: #000000;
	font-weight: bold;
	padding: 3px;
}

td.wd_calendar_prev_month div.wd_calendar_day_header,
td.wd_calendar_next_month div.wd_calendar_day_header
{
	color: #7d8dac;
}

div.wd_calendar_no_event {
	margin: 1px 0px 1px 0px;
	padding: 2px;
}

div.wd_calendar_event {
	width: 100%;
	margin: 1px 0px 1px 0px;
	padding: 2px;
	position: relative;
	left: 0px;
	white-space: nowrap;
	overflow: hidden;
	background-color: #77ccff;
}

html>body div.wd_calendar_event {
	left: -2px;	/* account for padding+border where width = content only */
}

div.wd_event_tip_header
{
	background-color: #ffcc77;
	border-bottom: #F70;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

div.wd_event_tip_info
{
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 5px;
}

div.wd_event_tip_info p {
	margin: 2px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

div.wd_event_tip_title {
	font-size: 1.2em;
	font-weight: bold;
}

div.wd_event_tip_time, div.wd_event_tip_location_name {
	font-weight: bold;
}

/* Sitemap PCT */
div.wd_sitemap_subnav {
   margin: 0px 0px 0px 50px;
}

/* Google Search PCT */
.wd_google_search p {

}
