/* Begin classes for common SPIN elements */

.disclaimer {
	font-style: italic;
}

.category_select{
	display: none;
}

.archive_nav, .subscribe_links {
	width: 370px;
}

/* attempt to fix financial release table display */
.wd_news_releases-detail table p, .wd_news_releases-detail table td {
	white-space: normal !important;
}

.wd_news_releases-detail table td {
	margin: 0 !important;
	padding: 0 10px 0 0 !important;
}

.wd_news_releases-detail div table td p, .wd_news_releases-detail table  {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 10px;
    font-family: arial;
}

.wd_news_releases-detail p {
	padding: 0px 5px;
	font-size: 13px;
	/*font-family: courier; */
	font-family: arial;
}
	
#content_right .wd_news_releases-detail table {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 10px;
    font-family: arial;
}

/* Custom style for 'more' link */
.more {
	font-size: 11px;
}

h1.page_header {
	color: #fff;
	font-family: arial;
	margin: 0;
	padding: 0;
}

/* moved release headline into div#banner */
.wd_news_releases-detail h1.detail_header {
	display: none;
}

.wd_news_releases-detail {
	/* font-family: courier; 
	font-size: 11px; */
}

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

.item_name {
	font-size: 12px;
}

.item_date {
	float:left;
	font-size: 12px;
	padding-right:13px;
	padding-bottom:5px;
}

.wd_news_releases .item_name {
	float: right;
	font-size: 12px;
	width: 255px;
}

.wd_news_releases .item_summary {
	float:	right;
	width:	255px;
	display: none;
}

.item_summary {
	font-size: 12px;
}

.detail_header {
	font-family: arial;
	font-size: 17px;
	font-weight: normal;
}

.detail_subheader {
	font-size: 10px;
	font-weight: bold;
}

.category_name {
	font-size: 11px;
	font-weight: bold;
}

.category_header {
	font-size: 12px;
	font-weight: bold;
}

td.imagecaption {

}

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

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

}

div.wd_featurebox_title {
	font-size: 13px;
	font-weight: bold;
	background-color: #cccccc;
	border: 1px solid #333333;
	padding: 4px;
	margin-bottom: 2px;
	width: 200px;
}

div.wd_featurebox {
	border: 1px solid #333333;
	padding: 4px;
	margin-bottom: 6px;
	width: 200px;
	overflow: auto;	
}

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

div.wd_standard {

}

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 {
	background-color: #0000cc;
	color: #ffffff;
	font-family: arial;
	width: 100%;
}

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

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: #7777ff;
	border: 2px #0000ff solid;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

div.wd_event_tip_header {
	background-color: #ffcc77;
	border-bottom: 2px #ff7700 solid;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.wd_event_tip_info {
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

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

}

p.release_data {
	font-style: italic;
}
