/* Begin classes for common SPIN elements */

.page_header {
	font-size: 1.4em;
	font-weight: bold;
	color: #999999;
	padding-bottom: 15px;
}

.page_header a, .page_header a:link {

}

page_header a:hover {

}

.item {
	margin: 0px 0px 20px 0px;
	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: 18px;
	font-weight: normal;
	color: #003366;
	margin-bottom: 16px;
}

.detail_subheader {
	font-size: 1em;
	font-weight: bold;
}

.category_name {
	font-size: 1.1em;
	font-weight: normal;
}


.category_header {
	font-size: 18px;
	font-weight: normal;
	color: #003366;
	margin-bottom: 16px;
}

table.wd_imagetable {

}

td.imagecaption {
	font-size: .9em;
	font-style: italic;
	text-align: left;
	padding: 3px 5px 3px 5px;
}

td.imagecaption p {
	font-size: .9em;
	font-style: italic;
}


td.wd_page_toolbar {
	height: 36px;
	text-align: right;
	padding: 0px 36px 0px 0px;
}

/*
.wd_page_tool {
	line-height: 36px;
	padding-left: 12px;
	padding-top: 10px;
}
*/

td.wd_page_toolbar a {
	line-height: 36px;
	vertical-align: middle;
	color: #FFF;
	font-size: 11px;
}



div.wd_featurebox_title {
	background: #424651;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	height: 19px;
	padding: 1px 0 0 9px;
}

div.wd_featurebox {
	background: #e2e5eb;
	vertical-align: top;
	padding: 8px 9px 9px 9px;
}

.wd_featurebox p { 
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 1.5;
}

.wd_featurebox a:hover {text-decoration:underline;}


/* Begin classes for individual PCTs
   (enter amendments to the above declatations, ex:
   div.wd_standard .category_name {
    [styles]
   }
*/

div.wd_uses {

}

.wd_uses p {
	margin:0;
	padding:10px 0 10px 10px;
}

.wd_uses h3 {
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color:#7f99b2;
padding-left: 10px;
}


div.wd_google_search {
	padding: 10px 0 0 0;
}

.wd_google_search p {
	padding: 10px 0 10px 0;
}

.wd_google_search a:link {color:#004386; background-color:transparent; text-decoration:none; font-size: 12px; font-weight: bold;}
.wd_google_search a:visited {color:#004386; background-color:transparent; text-decoration:none; font-size: 12px; font-weight: bold;}
.wd_google_search a:hover   {color:#ffffff; background-color:#409bd9; text-decoration:none; font-size: 12px; font-weight: bold;}
.wd_google_search a:active  {color:#004386; background-color:transparent; text-decoration:none; font-size: 12px; font-weight: bold;}


div.wd_standard .category_name {
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #e2e5eb;
}

div.wd_standard .category_name a {
	font-weight: bold;
} 
 
div.wd_standard .category_name a:before {
	content: "> ";
} 



div.wd_events {

}

div.wd_gallery {

}

/* Begin FormBuilder styles */

div.wd_formbuilder {
	text-align: left;
}

table.wd_formbuilder {
	width: 340px;
}

.wd_formbuilder p {
	padding-right: 5px;
}

input.wd_formbuilder_submit {

}

table.wd_formbuilder p {
    margin: 0px;
}

/* Begin Calendar styles */

table.wd_calendar_header
{
	background-color: #7d8dac;
	color: #ffffff;
	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;
	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;
}
.sponsors {
	background-color: #ffffff;
	padding: 0px 15px 0px 15px;
}

.sponsors p {
	background-color: #999999;
	padding: 5px;
	margin: 0px;
}

.pageimage {
	margin: 0px;
	padding: 0px;
}

.poll td {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

.poll h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	margin: 0px 0px 4px 0px;
	padding: 2px;
}

.poll h4 {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000033;
	margin: 0px;
}

.formbuilder p {
	margin: 0px;
	padding: 0px;
}
