/* Begin classes for common SPIN elements */
span.prnews_span {
    float: none;
    min-height: inherit;
    margin-left: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.wd_content {
	padding: 0px;
}

div.wd_featurebox_title,
.wd_item .wd_title,
h1, h2, h3, h4, h5, h6, h7 {
	font-weight: 100;
}


.page_header {
	color: #000;
	padding-bottom: 15px;
}

.breadcrumb {
	font-size: 0.8em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {color: #000;}
.wd_committee_col {border-bottom: 0px;}
.wd_member_row.wd_row_odd:last-child {border-bottom: 1px solid #eee;}
.wd_item .wd_subtitle {font-weight: 500;}

.wd_selector select {margin-left: 5px;}

img.ui-datepicker-trigger {margin: 0 5px;}
.item {
	margin: 0px 0px 10px 0px;
	overflow: auto;
	clear: both;
}

/* BEGIN items for Press Release Summary */
.item_with_slider {
	padding: 0px 0px 0px 20px;
}

.slider_control_closed
{
	position: absolute;
	left: -20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../images/slider_open.png) no-repeat right center;
}

.slider_control_open
{
	position: absolute;
	left: -20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../images/slider_close.png) no-repeat right center;
}
/* END items for Press Release Summary */

.item_name {
	font-size: 1em;
	font-weight: bold;
	position: relative;
}

.item_date {
	font-size: 1em;
	font-weight: bold;
}

.item_summary {
	font-size: 1em;
}

/* START slider and tooltip style for Press Release Summary */
.item_slider {
	margin: 20px 0px 20px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #FEFDE1;
}

.item_more {
	margin: 20px 0px 0px 0px;
}

.item_tooltip {
	width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}

.item_tooltip_contents {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #FEFDE1;
	border: 2px solid #a5a5a5;
}
/* END slider and tooltip style for Press Release Summary */

.detail_header {
	font-size: 1.3em;
	font-weight: bold;
}


.detail_subheader {
	font-size: 1em;
	font-weight: bold;
}


.category_intro {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 10px;
}


.category_name {
	font-size: 1.1em;
	font-weight: bold;
}

.category_header {
	font-size: 1.4em;
	font-weight: bold;
	color: #999999;
	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 {
	font-size: .9em;
	font-style: italic;
}

div.wd_page_toolbar {}
div.wd_page_toolbar table {width: auto;}
div.wd_page_toolbar tbody {}
div.wd_page_toolbar tr {}
div.wd_page_toolbar td { line-height: 16px; margin: 0; padding: 0; vertical-align: top;}
div.wd_page_toolbar span { line-height: 16px; margin: 0; padding: 0; vertical-align: top;}
div.wd_page_toolbar a { line-height: 16px; margin: 0; padding: 0; vertical-align: top;}
div.wd_page_toolbar img {width: 16px; height: 16px;}

.wd_tool_icon a { color: #fff; }

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

div.wd_standard {

}

div.wd_events {

}

.wd_events .wd_event_info {
    overflow: hidden;
}

.wd_events .wd_events_list{
    overflow: auto;
}

.wd_event_info p{
	font-size:  14px;
}

div.wd_gallery {

}

div.wd_gallery span.filesize {
	font-weight: normal;
}







/* 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: #1a5fa3;
	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: #CCC;
	border-top: 1px #CCCS 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;
}

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

.wd_newsfeed_releases-teaser .subscribe_link,
.wd_newsfeed_releases-teaser .wd_asset_icon_link_list,
.wd_newsfeed_releases-teaser .wd_thumbnail {
	display: none;
}

.tools img {
	vertical-align: middle;
}

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

div.wd_featurebox_title {
	font-weight: 800;
	font-size: 1.2em;
	color: #FFF;
	padding: 4px 8px;
	background: #FF9900;
}

div.wd_featurebox {
	padding: 8px;
	margin-bottom: 10px;
	overflow: auto;
}

div.wd_featurebox p, div.wd_featurebox div {

}

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

div.wd_featureboxes_left {
	margin-top: 15px;
	clear: both;
}

div.wd_featureboxes_left div.wd_featurebox_title {

}

div.wd_featureboxes_left div.wd_featurebox {
	margin-top: 15px;
	overflow: visible;
	border: none;
}

div.wd_featureboxes_left .wd_imagetable {
	float: none;
}

div.wd_featureboxes_middle {}
div.wd_featureboxes_middle div.wd_featurebox_title {}
div.wd_featureboxes_middle div.wd_featurebox {}

.wd_featureboxes_socialhub .wd_tabs_wrapper {
	background: 0 none;
	padding: 5px;
	border: 0px;
}

.wd_featureboxes_socialhub .wd_tab {
	margin: 1px;
	padding: 4px;
	border: 0px;
	background-color: transparent;
}

.wd_featureboxes_socialhub .wd_tab-active {
	padding: 3px;
	background-color: #dddddd;
	border-radius: 4px;
}

div.wd_featureboxes_tabbed .wd_tabs_container .wd_featurebox_container {
	border: 0px;
}

.wd_featureboxes_tabbed .wd_tabs_wrapper {
	background: 0 none;
	border: 0 none;
}

.wd_featureboxes_tabbed .wd_tab {
}

.wd_featureboxes_tabbed .wd_tab-inactive {
}

.wd_featureboxes_tabbed .wd_tab-active:hover,
.wd_featureboxes_tabbed .wd_tab-inactive:hover {
	border-color: #aaaaaa;
}


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

/* BEGIN shadows for Press Release Summary */
.shadowTR {
	margin: 0px;
	border: 0px;
	padding: 8px 0px 0px 0px;
	background: transparent url(../images/shadowTR.png) no-repeat top right;
}

.shadowBL {
	margin: 0px;
	border: 0px;
	padding: 0px 0px 0px 8px;
	background: transparent url(../images/shadowBL.png) no-repeat bottom left;
}

.shadowBR {
	margin: 0px;
	border: 0px;
	padding: 0px 8px 0px 0px;
	background: transparent url(../images/shadowBR.png) no-repeat bottom right;
}

.shadowB {
	margin: 0px;
	border: 0px;
	padding: 0px 1px 8px 0px;
	background: transparent url(../images/shadowB.png) repeat-x bottom center;
}

.shadowR {
	margin: 0px -9px 0px 0px;
	border: 0px;
	padding: 1px 8px 1px 1px;
	background: transparent url(../images/shadowR.png) repeat-y center right;
}

.shadow-content {
	margin: -9px 0px -1px -9px;
	border: 0px;
	padding: 0px;
	background: transparent;
}
/* END shadows for Press Release Summary */

/* begin sponsorbar */
div.wd_sponsors {
	padding: 0 15px 10px 15px;
}

div.wd_sponsors p {
	background: #CCCCCC;
	margin: 0 0 5px 0;
	padding: 5px;
}

div.wd_sponsors img {
	padding: 10px;
}
/* end sponsorbar */

/* hi-res link for gallery */

ul.hi_res-links {
	padding: 5px 0px;
	margin: 10px 0;
	list-style: none;
}

ul.hi_res-links li {
	display: inline; /*For ignore double margin in IE6*/
	margin: 50px 0px;
	padding: 6px;
}

ul.hi_res-links li a, ul.hi_res-links li a:hover, ul.hi_res-links li a:link, ul.hi_res-links li a:visited {
	color: #FFF;
}

ul.hi_res-links li a {
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
}

ul.hi_res-links li a span {
	display: block;
	text-align: center;
	margin: 0;
	padding: 2px 10px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	font: bold 10px arial;
	background: #666 url(../images/webdriver/gradient_bg.gif) repeat-x top;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 1px 1px 5px #888;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* hi-res link for gallery */

/* override font size set in feed releases */
.wd_newsfeed_releases-detail .news_body p.prnews_p {
	font-family: inherit;
	font-size: 100%;
	color: inherit;

}

.wd_featureboxes_socialhub .wd_tabs_wrapper {
	background: 0 none;
	padding: 5px;
}

.wd_featureboxes_socialhub .wd_tab {
	margin: 1px;
	padding: 4px;
	border: 0px;
	background-color: transparent;
}

.wd_featureboxes_socialhub .wd_tab-active {
	padding: 3px;
	background-color: #dddddd;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

div.wd_page_toolbar {}
div.wd_page_toolbar table {width: auto;}
div.wd_page_toolbar tbody {}
div.wd_page_toolbar tr {}
div.wd_page_toolbar td { line-height: 16px; margin: 0; padding: 0; vertical-align: top;}
div.wd_page_toolbar span { line-height: 16px; margin: 0; padding: 0; vertical-align: top;}
div.wd_page_toolbar a { line-height: 16px; margin: 0; padding: 0; vertical-align: top;}
div.wd_page_toolbar img {width: 16px; height: 16px;}

div.wd_board_committees table {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px;
	border-left: 0px;
	table-layout: fixed;
}
div.wd_board_committees td, div.wd_board_committees th {
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 0px;
	border-right: 0px;
	padding: 5px;
	text-align: center;
	line-height: 14px;
}
 .wd_board_committees td .member_title {
	text-align: left;
	width: 100%;
}

.wd_newsfeed_releases .wd_item {
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	display: block;
}
.wd_newsfeed_releases .wd_item .wd_date {
	font-size: 10pt;
	line-height: 12pt;
	color: #999;
}
.wd_newsfeed_releases .wd_item .wd_title {
	font-size: 16pt;
	line-height: 18pt;
}
.wd_newsfeed_releases .wd_item .wd_asset_type_link .wd_title {
	font-size: 10pt;
	line-height: 12pt;
}
.wd_newsfeed_releases .wd_item .wd_subtitle {
	font-size: 12pt;
	line-height: 13pt;
}
.wd_slider-button {
	display: inline-block;
	width: 14px;
}

.wd_search_basic_fields {
	background: #eee;
	padding: 5px;
	border: 1px solid #ccc;
}

.wd_search_basic_fields select {
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 4px;
}

.wd_search_basic_fields input {
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 4px;
	max-width: 230px;
}

.wd_assets .wd_documents-detail .detail_image {
 float: left;
}
.wd_assets .wd_documents-detail .detail_caption {
	margin-left: 40px;
}
h4 label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 0px;
	font-weight: 100;
}
#wd_printable_content td,
#wd_printable_content th {
	padding: 5px;
}
#wd_printable_content .ui-datepicker-calendar td,
#wd_printable_content .ui-datepicker-calendar th {
	padding: 0px;
}
.wd_board_members .wd_item_list .wd_item_wrapper h2,
.wd_board_members .wd_item_list .wd_item_wrapper p{
	/*margin-left: 100px;*/
}

.wd_board_members .wd_committee_list {
	clear: both;
}

.wd_board_members .wd_title {
	font-size: 1em;
    font-weight: bold;
    position: relative;
}

/* FOOTER */
.footer {
	font-size: 10.5px;
	font-family: 'Calibri', helvetica, arial, sans-serif;
}
.footernav div {
	padding: 0 0 5px;
}
.footlogo.span10.offset1 {
	  font-size: 15px;
    margin-left: 0;
    text-align: center;
    width: 100%;
}

.dropdown:hover .dropdown-menu {
	display: block;
}


.wd_3-column {
	float: left;
	width: 31%;
	margin-right: 2%;
	height: 150px;
}
@media (max-width: 980px) {
	.wd_3-column {
		float: none;
		width: 100%;
		margin-right: 0;
	}
}

/* MODAL */
.wd_modal-outer {
    top: 110px!important;
}


/* BOOTSTRAP OVERRIDES */
.container {
	/*max-width: 970px;*/
}
.navbar .btn-navbar {
	margin-bottom: 5px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover,
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	color: #fff;
	background: #c55a11;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret,
.navbar .nav li.dropdown > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.navbar .nav > li > a {
	color: #fff;
	text-shadow: none;
}
.dropdown-menu {
	top: 90%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: 0;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 200px;
}
.dropdown-menu > li > a {
	background: #FF9900;
	color: #fff;
	border-bottom: 3px solid #FFF;
	padding: 8px 20px;
}
.dropdown-menu > li:last-child > a{
	border-bottom: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background: #c55a11;
}
.navbar .nav > li > .dropdown-menu::before,
.navbar .nav > li > .dropdown-menu::after {
	display: none;
}
@media (max-width: 980px) {
	.wd_navbar-container .navbar{
		display: none;
	}
}
@media (max-width: 1200px) {
	.wd_navbar-container .container {
		/*max-width: 964px;
		width: 100%;*/
	}
}
