/* Begin classes for common SPIN elements */

.page_header {
	padding-bottom: 15px;
}

.page_header a, .page_header a:link {

}

page_header a:hover {

}

.breadcrumb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
}

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

.item_name {
	padding-top: 1em;
	font-size: 1em;
}

.item_date {
	font-size: 1em;
}

.item_summary {
	font-size: 1em;
}

.detail_header {
	font-size: 1.3em;
}

.detail_subheader {
	font-size: 1em;
}

.category_name {
	font-size: 1.1em;
}

.category_header {
	font-size: 1em;
	padding-bottom: 15px;
}

table.wd_imagetable {

}

td.imagecaption {
	font-size: .8em;
	font-style: italic;
	text-align: left;
	padding: 3px 5px 3px 5px;
}

td.imagecaption p {
	top: 15px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.wd_page_toolbar {
	padding-top: 1em;
	border-top-width: 1px;
	border-top-color: #d2d2d2;
	border-top-style: dashed;
}

div.wd_page_toolbar, div.wd_page_toolbar a {
	padding-right: 6px;
	padding-bottom: 1px;
	text-decoration: none;
	color: #222222;
	font-size: .9em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.wd_page_toolbar a:hover {
	text-decoration: underline;
}

div.wd_featurebox_title {
	padding: .8em .7em 0;
	color: #555;
	font-style: italic;
	font-size: 1.2em;
}

div.wd_featurebox img {
	top: 15px;
	position: relative;
	padding: 2px;
	margin-right: 4px;
	}

div.wd_featurebox {
	font-family: Georgia, "Times New Roman", Times, serif;		
	padding: .3em 1em 1.3em 1em;
	margin-bottom: 6px;
	width: 177px;
	border-bottom-width: 1px;
	border-bottom-color: #d2d2d2;
	border-bottom-style: dashed;

}

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

.wd_featurebox p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
div.wd_standard {

	display: table;

}

div.wd_events {

}

div.wd_gallery {

}

/* Begin FormBuilder styles */

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

}

table.wd_formbuilder {

}

input.wd_formbuilder_submit {

}

table.wd_formbuilder p {
    margin: 0px;
}

/* Begin Calendar styles */

table.wd_calendar_header
{
	border-bottom-color: #d2d2d2;
	border-left-style: none;
	border-bottom-style: dashed;
	border-right-style: none;
	border-top-style: none;
	padding: 5px 5px 5px 5px;
	margin-top: 15px;
	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 {
}

td.wd_calendar_header_label {
	text-align: center;
}

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: #fafafa;
	font-size: .85em;
}

td.wd_calendar_prev_month,
td.wd_calendar_next_month {
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-color: #dddddd;
	border-style: dashed;
	background-color: white;
	font-size: .85em;
}

td.wd_calendar_today
{
	background-color: #ffcd6c;
	border: 1px #ffcc7a 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
{
	border-bottom-color: #d2d2d2;
	border-left-style: none;
	border-bottom-style: dashed;
	border-right-style: none;
	border-top-style: none;
	background-color: #ffcc77;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border-width: 0 0 1px 0;
}

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

div.wd_event_tip_time, div.wd_event_tip_location_name {
}

