/* Begin classes for common SPIN elements */

.error {
	color: #990000;
	font-weight: bold;
}

.breadcrumb {
	padding: 10px 0 0;
	color: #000;
	font-size: 0.8em;
	font-family: "Lucida Grande", Lucida, "Trebuchet MS", sans-serif;
}

.breadcrumb a {
	text-decoration: underline;
}

.item {
	margin: 0;
	height: 100%;
}

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

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

.item_summary {
	font-size: 1em;
}

.detail_header {
	font-size: 1.3em;
	font-weight: bold;
}

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

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

.category_header {
	font-size: 1.4em;
	font-weight: bold;
}

td.imagecaption {
	color: white;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
}

td.imagecaption p {
	font-size: .9em;
	font-style: italic;
	margin-left: 30px;
}

span.wd_page_tool img {
	vertical-align: middle;
}

#searchbox {
	position: absolute;
	top: 80px;
	margin-left: 500px;
}

#searchbox span {
	height: 15px;
	color: #000;
}

#searchbox h5, #searchbox .template1-searchinput {
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
	margin: 0;
}

div.wd_featureboxes_left {
	padding:  30px 5px 120px 25px;
	font-size: .9em;
	line-height: 1.5em;
	margin-bottom: 15px;
	background: transparent url(../images/icon.gif) 60px bottom no-repeat;
	
}

.wd_featureboxes_right div.wd_featurebox_title {
	background: transparent url(../images/featurebox_bottom.gif) left bottom no-repeat;
	padding: 22px 30px 15px;
}

div.wd_featurebox_title {
	font-weight: bold;
	font-size: 1.3em;
	font-family: Palatino, Georgia, Times, serif;
	margin: 0;
	padding: 22px 30px 0px;
	color: #000;
}

div.wd_featurebox {
	margin-bottom: 1em;
	padding: 5px 0 10px 30px;
}

div.wd_featurebox h5 {
	line-height: 1.5em;
}


div.wd_featurebox p {
	display: block;
	line-height: 1.5em;
	padding: 0 10px 8px 0;
	}

div.wd_featurebox img {
	padding: 4px;
	border: 1px solid #e3e3e3;
}

.wd_sponsors2 p {
	text-align: center;
	margin: 15px 50px 0 0;
	padding: 40px 35px 0;
	text-transform: uppercase;
	font-style: normal;
	color: white;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}

.sponsors a:hover {
	background-color: transparent;
}

.sponsors table {
	width: 267px;
	background-color: #fff;
}

.sponsors table img {
	padding: 20px;
}


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

div.wd_standard .item{
	display: block;
	padding: 0;
}

div.wd_standard img {
	display: block;
}

/* Begin FormBuilder styles */

div.wd_formbuilder {
/* This is the container for all formbuilder forms on this build*/
}

table.wd_formbuilder p {
    margin: 0px;
}

/* Begin Calendar styles */

table.wd_calendar_header
{
	border-left-style: none;
	border-right-style: none;
	background-color: #000;
	color: #909799;
	padding: 5px 5px 5px 5px;
	margin-top: 15px;
}

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 {
	table-layout: fixed;
}

th.wd_calendar_dayofweek_header {
	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 {
	color: #fff;
	background-color: #6697C2;
	border-top: 1px #eeeeee solid;
	font-size: .85em;
}

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

td.wd_calendar_today
{
	border-width: 1px;
	border-color: white;
	background-color: #8cbad3;
}

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
{
	background-color: #87b9d4;
	color: white;
}

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: #6697C2;
}

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

div.wd_event_tip_header
{
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	background-color: #B2421A;
	margin: 0;
	padding: 5px;
}

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;
}

div.calendar_subscribe_links img {
	margin-right: 5px;
}

div.calendar_subscribe_links a {
	text-decoration: none;
}

span.search_mime {
    font-size: 0.9em;
}

/* Popup Fader */
div#wdFadeBackground {
    background-color: #555555;
    border: 5px;
    margin: 0px;
    padding: 0px;
}

div#wdFadePopup {
    background-color: #333333;
    padding: 2px;
}

td#wdFadeContent {
    background-color: #ffffff;
}

td#wdFadeClose {
    text-align: right;
}


