/* Begin classes for common SPIN elements */


ul.wd_events_tabs {
    float: none;
}

.wd_events_inputs select {
    margin-top: 10px;
    border: 1px solid #E1E1E1;
}

select.wd_events_input_month {
    min-width: 92px;
}
select#wd_events_input_month {
    min-width: 92px;
}

#wd_printable_content {
	margin-bottom: 30px; /* for spacing before wd_featureboxes_middle */
}

div.page_header {
	/* padding: 0px 0px 15px 0px;
	margin: 0;
	background: #bfcfd9 repeat scroll 0 0;
	width: 300px; 
	height: 35px; */
	height: 50px;
	background: transparent url(../images/title-bg.gif) no-repeat 0 0; 
}

div.page_header h1 {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	color: #005b7f;
	margin: 0;
	padding: 15px 0px 0px 15px;
}

.page_header a, .page_header a:link {

}

.page_header a:hover {

}

.breadcrumb {
	color: #04151c;
	font-size: 11px;
	margin: 0;
	padding: 0 0 8px 0;
}

.breadcrumb a, .breadcrumb a:visited {
	color: #04151c;
}

.breadcrumb a:hover {
	background: none;
	color: #0f4f86;
}

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

.item p {
	margin-top: 0px;
	margin-bottom: 4px;
}

.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.3em;
	font-weight: bold;
	color: #646464;
}

.detail_category {
    font-size: 1.1em;
    font-weight: bold;
    color: #666666;
}

td.imagecaption {

}

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

.wd_newsfeed_releases-teaser .tools {
	font-size: 10px;
	text-decoration: none;
	margin-bottom: 12px;
}

.tools img {
	vertical-align: middle;
}

div.wd_page_toolbar {
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	margin: 0px;
	padding: 5px;
}

div.wd_page_toolbar td {
	text-align: center;
	vertical-align: bottom;
}

.wd_page_tool {
	font-size: 10px;
	margin: 0px 10px 0px 10px;
}

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

div.wd_standard {

}



div.wd_gallery {

}



/* Begin FormBuilder styles */

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

}

table.wd_formbuilder {

}

.wd_formbuilder td {
	padding: 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: #336699;
	border-bottom: 2px #ff7700 solid;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border: 1px solid #000;
}

div.wd_event_tip_info {
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border: 1px solid #000;
}

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

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

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



/* Board Members PCT */

div.wd_board_committees table {
	margin-top: 10px;
	background-color: #FFF;
	border: 1px solid #336699;
	width: 480px;
}

.wd_board_committees th {
	padding: 10px;
	background-color: #EEE;
}

.wd_board_committees td {
	padding: 10px;
}

div.member_title {
}

div.wd_board_members {

}

/*
.wd_board_members item item_name a:link.itemlink, .wd_board_members a:visited.itemlink {
}

.wd_board_members a:hover.itemlink {
}
*/


div.wd_events-detail {
}

div.detail_date {
	padding-top: 10px;
}

div.detail_time {
	padding: 0px;
}

div.detail_header {
	padding-top: 10px;
}


p.search_result {
}

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

span.search_url {
        font-weight: bold;
}

div.wd_featurebox_title {
	font-weight: bold;
	font-size: 1.2em;
	background-color: #bfcfd9;
	color: #005b7f;
	padding: 4px 8px 4px 15px;
}

div.wd_featurebox {
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;		
	padding: 8px 8px 8px 15px;
	margin-bottom: 10px;	
	overflow: auto;		
}

div.wd_featurebox p, div.wd_featurebox div {
	font-size: 12px;
}

div.wd_featurebox a.itemlink, .item_date {
	font-weight: normal;
	line-height: 1.5em;
}

div.wd_featureboxes_left {

	margin-top: 15px;
	padding: 10px;

}

div.wd_featureboxes_left div.wd_featurebox_title {
}

div.wd_featureboxes_left div.wd_featurebox {
}

div.wd_featureboxes_middle {
}

div.wd_featureboxes_middle div.wd_featurebox_title {
}

div.wd_featureboxes_middle div.wd_featurebox {
}

div.wd_rssfeeds_item {
    margin-bottom: 10px;
}

ul.wd_events_tabs {
    float: none;
}

.wd_events_inputs select {
    margin-top: 10px;
    border: 1px solid #E1E1E1;
}

select.wd_events_input_month {
    min-width: 92px;
}
select#wd_events_input_month {
    min-width: 92px;
}
