/* Begin classes for common SPIN elements */

.page_header {
	font-size: 20px;
	color: #000;
	font-family:Arial,Helvetica,sans-serif;
	border-bottom: 5px solid #0F4F86;
	padding: 10px 0px 5px 2px;
	width: 103%;
}

.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_name {
	font-size: 1em;
	font-weight: bold;
}

.item p {
	margin: 0 0 5px 0;
}

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

td.imagecaption {

}

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

div.wd_featureboxes_right {
	width: 204px;
	/* background-color:#FFFFFF;
	border:1px solid #B3B0B0; */
}

div.wd_featureboxes_right .wd_featurebox_title {
	width: 204px;
	font-family: Arial, Verdana, sans-serif;
	/* background: url(../images/na1_bg.gif) repeat-x; */
	border-bottom: 1px solid #ccc;
	margin: 0 0 2px 0;
	color:#0F4F86;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0px 4px 4px;	
}

.wd_featurebox_title h2 {

	color:#0F4F86;
	font-size: 15px;
	margin: 0;
	font-weight: bold;
}

div.wd_featureboxes_right .wd_featurebox {
	width: 204px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	overflow: none;
	padding-bottom: 15px;	
	color: #58595B;
}

div.wd_featurebox img {
	padding-right: 5px;
}

div.wd_featurebox a:link, div.wd_featurebox a:visited {
	color: #000000;
	text-decoration: none;
}

div.wd_featurebox a:hover {
	color: #0F4F86;
	text-decoration: underline;
}

div.wd_featureboxes_left div.wd_featurebox {
}

div.wd_featureboxes_middle {

}

div.wd_featureboxes_middle div.wd_featurebox_title {
	color: #000;
	border-bottom:4px double #D6D3CB;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

div.wd_featureboxes_middle div.wd_featurebox {
	border: none;
}


div.wd_featureboxes_left {
	width: 160px;
	margin:0;
	padding:0;
}

div.wd_featureboxes_left .wd_featurebox_title {
	color:#345064;
	display:block;
	font-weight:bold;
	padding:5px 0 5px 5px;
	width:160px;
}

div.wd_featureboxes_left .wd_featurebox {

}

div.wd_featurebox {
	padding: 4px;
	margin-bottom: 6px;
	overflow: auto;	
}

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

span.wd_page_tool {
	font-size: 1em;
}

span.wd_page_tool a:link, span.wd_page_tool a:visited {
	color: #C46500;
	text-decoration: none;
}

span.wd_page_tool 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_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: #336699;
	color: #ffffff;
	font: 12px "lucida grande",verdana, arial, helvetica, sans-serif;
	width: 100%;
	padding: 10px;
}

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;
	padding: 10px;
}

td.wd_calendar_header_prev {
	text-align: left;
		padding: 10px;
}

td.wd_calendar_header_next {
	text-align: right;
		padding: 10px;
}

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

th.wd_calendar_dayofweek_header {
	background-color: #ffffff;
	text-transform: lowercase;
}

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

td.wd_calendar_this_month {
	background-color: #cccccc;
}

td.wd_calendar_prev_month,
td.wd_calendar_next_month {
	background-color: #999999;
}

td.wd_calendar_today {
	background-color: #ffffff;
	border: 2px #000000 solid;
}

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

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

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

div.wd_calendar_event {
	width: 100%;
	margin: 0px;
	position: relative;
	left: -2px;
	background-color: #fff;
	border: 0px #0000ff solid;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

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: 0px 3px 0px 0px;
}

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: 85%;
}

.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 {
}
*/

/* Social Tools */

div.wd_socialtools {
    position: relative;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 20px;
}

div.wd_socialtools a:hover {
    text-decoration: none;
}

div.wd_socialtools_menu {
    background-color: #ffffff;
}

div.wd_socialtools_type {
    display: inline;
    margin: 0px 0px 0px 10px;
    height: 50px;
}

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

div.wd_socialtools_tool {
    padding: 3px;
    margin: 5px 0px 0px 0px;
    text-align: left;
    white-space: nowrap;
}

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



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.tools a:link, div.tools a:visited {
	color: #C46500;
}

div.tools a:hover {
	background: #fcf7e1;
	color: #06304f;	
}

div.tools {
	margin: 0px 0px 10px 0px;
}
