/* Begin classes for common SPIN elements */
#wd_printable_content p {
	font-size: 15px;
	line-height: 150%;
	margin: 0;
	padding: 0 0 8px 0;
}

div.wd_newsfeed_releases-detail div.wd_news_releases-detail ul {
	list-style: disc;
}

div.wd_newsfeed_releases-detail div.wd_news_releases-detail li {
	font-size: 15px;
        line-height: 150%;
        margin-left: 40px;
        padding: 0 0 8px 0;
	color: #484848;
}

#wd_printable_content h2, #wd_printable_content h3, #wd_printable_content h4, #wd_printable_content h5 {
	padding: 0 0 8px 0;
}

#wd_printable_content .wd_contacts p, #wd_printable_content .wd_contacts h3, #wd_printable_content .wd_bios-detail p {
	padding: 0;
}

.wd_news_releases-detail {
	border-bottom: solid #e0dfe0 1px;
}

h1.page_header {
	border-bottom: 2px solid #E0DFE0;
	padding-bottom: 45px;
	margin-bottom: 45px;
}

div.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 {

}

.breadcrumb {
	font-size: 0.8em;
}

.wd_news_releases-teaser {
	line-height: 1em;
}

.wd_news_releases-teaser .item_date {
	color: #bdbbbe;
	float: left;
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
	padding: 10px 0 10px 0;
}

.wd_news_releases-teaser .item_name a:link, .wd_news_releases-teaser .item_name a:visited {
	float: right;
	font-size: 15px;
	color: #484848;
	font-weight: bold;
	width: 500px;
}

.item {
	height: 100%;
	overflow: auto;
	padding: 10px 0 10px 0;
}

.wd_standard .item_name {
	font-size: 17px;
}

.item_name {
	font-size: 15px;
	color: #6a6a6a;
	font-weight: bold;
}

.item_name a:link, .item_name a:visited {
	font-size: 15px;
	color: #484848;
	font-weight: bold;
}

.item_date {
	color: #bdbbbe;
	font-size: 30px;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

.item_summary {
	font-size: 1em;
}

.detail_header {
	border-bottom: solid #e0dfe0 1px;
	color: #333333;
	font-size: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.detail_subheader {
	font-size: 1em;
	font-weight: bold;
}

.category_name {
	font-size: 1.1em;
	font-weight: bold;
}

.wd_standard .category_name {
	padding-bottom: 8px;
}

.category_header {
	font-size: 1.4em;
	font-weight: bold;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 15px;
}

table.spintable td {
	vertical-align:middle;
}

table.wd_imagetable {
}

td.imagecaption {
	font-size: .8em;
	font-style: italic;
	text-align: left;
	padding: 3px 5px 3px 5px;
}

td.imagecaption p {
	font-size: .9em;
	font-style: italic;
}

div.wd_page_toolbar {
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	margin: 35px 0px 15px 0px;
	padding: 5px;
}

span.wd_page_tool img {
	vertical-align: middle;
}

/* 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: #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;
}

div.calendar_subscribe_links img {
	margin-right: 5px;
}

div.calendar_subscribe_links a {
	text-decoration: none;
}

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;
}

/* 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;
}

p.search_result {
}

span.search_mime {
    font-size: 0.9em;
}

span.search_url {
}

.wd_newsfeed_releases-teaser .tools {
	font-size: 10px;
	text-decoration: none;
	margin-bottom: 12px;
}

.tools img {
	vertical-align: middle;
}

#rightColHome .wd_featurebox_title {
	color: #ccc;
	font-size: 1.3em;
}

div.wd_featurebox_title {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 25px;
	padding: 4px 8px 4px 15px;
}

div.wd_featurebox {		
	padding: 0 8px 8px 15px;
	margin-bottom: 10px;	
	overflow: auto;		
}

div.wd_featurebox p, div.wd_featurebox div {
	font-size: 11px;
}

div.wd_featurebox a.itemlink {
	font-weight: normal;
	line-height: 1.5em;
}

div.wd_featureboxes_left {
}

div.wd_featureboxes_left div.wd_featurebox_title {
}

div.wd_featureboxes_left div.wd_featurebox {
	height: 200px;
	margin-top: 15px;
	overflow: visible;
}

div.wd_featureboxes_middle {
    clear: both;
}

div.wd_featureboxes_middle div.wd_featurebox_title {
	margin: 0;
	padding: 7px 0 0 0;
}

div.wd_featureboxes_middle div.wd_featurebox {
	margin: 0;
	padding: 0;
}

.wd_featureboxes_middle div.wd_featurebox p.more {
	height: 25px;
}

.wd_featureboxes_middle .actionCall .wd_featurebox_title {
	font-size: 11px;
	line-height: 15px;
	overflow:hidden;
	padding-left: 2px;
}

.wd_featureboxes_middle .actionCall .wd_featurebox_title a:link, .wd_featurebox_title a:visited {
	font-size: 10px;
}

#p_link {
	float: left;
	line-height: normal;
	padding: 15px 0 35px 0;
	width: 100%;
}

#p_link ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#p_link li {
	display: inline;
	margin: 0;
	padding: 0;
}

#p_link a {
	background: url(../image/wnr_redButtonLeft.gif) no-repeat left top;
	float: left;
	margin: 0;
	padding: 0 0 0 11px;
	text-decoration: none;
}

#p_link a span {
	background: url(../image/wnr_redButtonRight.gif) no-repeat right top;
	color: #fff;
	cursor: hand;
	display: block;
	float: left;
	font-size: 12px;
	padding: 9px 26px 8px 15px;
}

#p_link a:hover {
	background-position: 0% -32px;
}

#p_link a:hover span {
	background-position: 100% -32px;
}
	  			
input.initial {
    color: #aaaaaa;
}

/* Trends and Stats */
.actionCall div.wd_featurebox_title {
	color:#797878;
	font-size: 26px;
	margin: 0;
	padding: 0;
}

.actionCall div.wd_featurebox {
	display: none;
}

sup {
    font-size: 0.6em;
}

