/* Begin classes for common SPIN elements */

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

.item {
    margin: 0px 0px 20px 0px;
    overflow: visible;
}

.spintable .item .item_date {
	margin-bottom: 0px;
}

/* 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, .category_name {
	font-size: 1em;
	font-weight: bold;
	position: relative;
}

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

.wd_newsfeed_releases .item_name a,
.wd_standard .category_name a,
.wd_standard .item_name a, 
.wd_news_headlines .item_name a, 
.archive_nav a {
	font-size: 1em;
	font-weight: normal;
	color: #52bcec;
}

.wd_newsfeed_releases .item_date,
.wd_standard .item_date {
	font-weight: bold;
	font-size: .875em;
	margin: 1.5em 0 1em;
	line-height: 1.5;
	color: #666;
}

.wd_standard .item_summary p {margin-top: 0px;}

.wd_standard .item_date {
	margin-bottom: 0;
}

.wd_newsfeed_releases .item_summary,
.wd_standard .item_date {
	font-size: 0.875em;
}

.item_summary {
	font-size: 1em;
}

.detail_header .item_summary p {
	color: #666666;
	margin: 0;
}

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

.wd_newsfeed_releases-detail h1.detail_header {
	font-size: 1.4em;
	padding-top: .1em;
	color: #094fa4;
	font-family: "StagSansBook", Helvetica, Arial, sans-serif;
}

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

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

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

.category_header {
    font-size: 1.4em;
    font-weight: bold;
    padding: 25px 0px 15px 0px;
}

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 td {
    text-align: center;
    vertical-align: bottom;
}

.wd_page_tool {
    font-size: 10px;
}

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

.wd_standard .item_name {
	color: #094FA4;
	/*font-size: .875em;*/
	font-weight: normal;
}

div.wd_standard {

}

div.wd_events {

}

div.wd_gallery {
	clear: both;
	display: block;
	float: none;

}

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: #7799CC;
    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 {
	color: #fff;
    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;
}

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

.wd_videos table {
	width: 115%;
}

.wd_videos .item_wrapper {
	padding: 20px;
}

div.wd_featureboxes_right {
    padding-left: 7px;
}

div.wd_featurebox_title {
	font-size: 1.2em;
	padding-bottom: 10px;
}

div.wd_featurebox {
    
}

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

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

div.wd_featureboxes_top {
    margin-top: 15px;
	clear: both;
	display: block;
	float: none;
}

div.wd_featureboxes_top div.wd_featurebox_title {
    border: 0px;
	font-family: "StagSansLight", Helvetica, Arial, sans-serif;
font-size: 2.5em;
line-height: 1.05555555555555555555em;
margin: 0 0 .58333333333333333333em;
font-weight: normal;
color: #009ee5;
-webkit-font-smoothing: antialiased;
}

div.wd_featureboxes_top div.wd_featurebox_title a {
    border: 0px;
	color: #009ee5;
}

div.wd_featureboxes_top div.wd_featurebox {
    overflow: visible;
}

div.wd_featureboxes_left {
    margin-top: 15px;

}

div.wd_featureboxes_left div.wd_featurebox_title {
    border: 0px;
}

div.wd_featureboxes_left div.wd_featurebox {
    overflow: visible;
}

div.wd_featureboxes_middle {
	margin-top: 15px;
	margin-bottom: 20px;
}

div.wd_featureboxes_middle div.wd_featurebox_title a{
color: #009ee5;
}

div.wd_featureboxes_middle div.wd_featurebox_title {
font-family: "StagSansLight", Helvetica, Arial, sans-serif;
font-size: 2.5em;
line-height: 1.05555555555555555555em;
margin: 0;
font-weight: normal;
color: #009ee5;
-webkit-font-smoothing: antialiased;
}

div.wd_featureboxes_middle div.wd_featurebox_container {
	margin-bottom: 20px;
}

div.wd_featureboxes_middle div.wd_featurebox .item_date {
font-weight: bold;
font-size: 1.1em;
/*margin: .5em 0 1em;*/
line-height: 1.5;
color: #666;
}

div.wd_featureboxes_middle div.wd_featurebox .item_name span {
	font-size: 1.1em;
}

div.wd_featureboxes_middle div.wd_featurebox a{
font-size: 1.2em;
font-weight: normal;
color: #52bcec;
font-family: "StagSansBook", Helvetica, Arial, sans-serif;
}



div.wd_featureboxes_bottom {
    margin-top: 15px;

}


div.wd_featureboxes_bottom {
    margin-top: 15px;

}

div.wd_featureboxes_bottom .wd_featurebox_container {
float: left;
width: 29%;
-ms-box-shadow: 0 2px 2px rgba(0,0,0,.3);
-o-box-shadow: 0 2px 2px rgba(0,0,0,.3);
-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.3);
-moz-box-shadow: 0 2px 2px rgba(0,0,0,.3);
box-shadow: 0 2px 2px rgba(0,0,0,.3);
-ms-border-radius: 5px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: 10px 0 30px;
background: #fff;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}

div.wd_featureboxes_bottom div.wd_featurebox_title , div.wd_featureboxes_bottom div.wd_featurebox_title a {
    border: 0px;
	font-size: 1.125em;
	font-weight: normal;
	color: #52bcec;
	font-family: "StagSansBook", Helvetica, Arial, sans-serif;
}

div.wd_featureboxes_bottom div.wd_featurebox {
    overflow: hidden;
}



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

form.search {
    margin: 20px 0 0 0;
    padding: 0 0 25px 0px;
}

form.search input.input {
    border-color: #000026 #F0F0F0 #F0F0F0 #000026;
    border-style: solid;
    border-width: 1px;
    font-size: 10px;
    padding-left: 1px;
    width: 115px;
}

form.search input.submit {
    background: none repeat scroll 0 0 #CFDFFF;
    border: 1px solid #DEDEDE;
    color: #FFFFFF;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

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

.wd_featureboxes_tabbed .wd_tab {
    margin: 0 0.3em 0 0;
    padding: 0.5em;
    border: 1px solid #cccccc;
    border-bottom-width: 0px;
    border-top-left-radius: 0.5em; -moz-border-radius-topleft: 0.5em; -webkit-border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em; -moz-border-radius-topright: 0.5em; -webkit-border-top-right-radius: 0.5em;
}

.wd_featureboxes_tabbed .wd_tab-inactive {
    background-color: #eeeeee;
}

.wd_featureboxes_tabbed .wd_tab-inactive:hover {
    background-color: #dddddd;
    border-color: #aaaaaa;
}

#content .indentmenu {
	font: bold 18px Arial;
	width: 100%;
}

#content .indentmenu ul {
	margin: 0 0 20px 0;
	padding: 0;
	color: #094fa4;
	background: url(../images/tab_1.png);
}

#content .indentmenu ul:before,
#content .indentmenu ul:after {
	display: table;
	clear: both;
	content: '';
}

#content .indentmenu ul li a.selected {
	color: #1759a9 !important;
	padding-top: 6px;
	padding-bottom: 4px;
	background: url(../images/tab_2.png);
}

#content .indentmenu ul li:first-child {
	padding: 0;
}

#content .indentmenu ul li {
	float: left;
	background: none;
	padding: 0 0 0 2px;
}

#content .indentmenu ul li a {
	float: left;
	color: #1759a9;
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px gray;
}

.wd_subscribe2 .wd_formbuilder td {
	padding: 3px;
	vertical-align: top;
}

.wd_subscribe2 .wd_formbuilder td input {
	border: 1px solid #CCC;
	box-shadow: none;
}

/* over ride hi_res-links css 
.hi_res-links span {
	text-indent: -9999px;
	display: block;
}

.hi_res-links li {
	height: 19px;
	padding: 5px 0 !important;
	background: url(../images/downloadpdf.png) no-repeat 0 0;
}*/

ul.hi_res-links {padding-top: 10px;}

ul.hi_res-links li a span {
margin: 0;
padding: 2px 10px;
position: relative;
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);
color: #fff;
}

div.wd_standard ul.categories li {padding-left:0px !important;}

#wd_printable_content .item_summary p, #wd_printable_content .category_summary p {font-size:14px;}

#content .primary ul.categories-vertical li {margin-bottom: 30px;}
#wd_printable_content .category_summary p {margin-top: 5px;}

.onRight {float: right;}
.onLeft {float: left;}

/* single_slider overrides */

#single-slider {
	width: 560px;
}

#single-slider .slides_container {
	width: 556px;
	height: 238px;
	
}

#single-slider .prev, #single-slider .next {
	top: 93px;
}

#single-slider .next {
	left: 510px;
}

#single-slider ul li {
	padding: 0 !important;
}

#single-slider .slides_container div .slide-text {
	width: 225px;
	top: 16px;
	left: 285px;
}

/* end single_slider overrides */

/* easing slideshow */
.primary .slideshow_wrapper {
	width: 556px;
	height: 238px;
}

.ie8 .primary .slideshow_wrapper .slide,
.ie8 .primary .slideshow_wrapper .slide .slide_title,
.ie7 .primary .slideshow_wrapper .slide,
.ie7 .primary .slideshow_wrapper .slide .slide_title,
.ie7 .primary .slideshow_wrapper .slide .slide_caption {
	position: relative;
	/*-pie-background: rgba(255,255,255,0.1);*/
	behavior: url(js/PIE.htc);
}

.primary .slideshow_wrapper .slide .slide_title,
.primary .slideshow_wrapper .noSelect,
.primary .slideshow_wrapper .col.icon {
	color: #094fa4 !important;
	font-family: "StagSansBook", Helvetica, Arial, sans-serif;
}

.primary .slideshow_wrapper .slide div,
.primary .slideshow_wrapper .slide .slide_title {
	font-weight: normal !important;
}

/* end easing slideshow */

div.wd_featureboxes_middle div.wd_featurebox p.more a {
	color: #094fa4;
}

 .primary,  .footer  {
	border: 1px solid white;
}

.footer {
	margin-top: 10px;
}
