/* Begin classes for common SPIN elements */


.breadcrumb {
	/*
	padding-left: 25px;
	position: absolute;
	top: 433px;
	color: #6A737B;
	font-size: 0.8em;
	*/
	color: #6A737B;
	font-size: 0.8em;
	padding-left: 25px;
	
}

.item {
	margin: 0;
	height: 100%;
}

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

.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.4em;
	font-weight: bold;
}

td.imagecaption {
	color: white;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
}

td.imagecaption p {
	font-size: .9em;
	font-style: italic;
	margin-left: 30px;
}

span.wd_page_tool img {
	vertical-align: middle;
}

#searchbox {
	text-align: center;
	background: transparent url(../images/ro_bodybg_right.gif) top right no-repeat;
	padding: 25px 15px 15px 15px;
	width: 250px;
}

#searchbox h5, #searchbox .template1-searchinput {
	margin: 0;
}

div.wd_featurebox_title {
	color: #00224b;
	width: 220px;
	margin: 0;
	padding: 0;
}

div.wd_featurebox {
	width: 220px;
	padding: 0;
	margin: 0;
}

div.wd_featurebox p {
	display: block;
	width: 230px;
	}

.wd_sponsors2 p {
	text-align: center;
	background: transparent url(../images/cb_sponsortitle.gif) top left no-repeat;
	margin: 15px 50px 0 0;
	padding: 40px 35px 0;
	text-transform: uppercase;
	font-style: normal;
	color: white;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}

.sponsors a:hover {
	background-color: transparent;
}

.sponsors table {
	width: 267px;
	background-color: #fff;
}

.sponsors table img {
	padding: 20px;
}


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

div.wd_standard {
	margin-top: 25px;
	display: block;
	position: relative;
}

div.wd_standard .item{
	display: block;
	padding: 0;
}

div.wd_standard img {
	display: block;
}

/* Begin FormBuilder styles */

div.wd_formbuilder {
/* This is the container for all formbuilder forms on this build*/
}

table.wd_formbuilder p {
    margin: 0px;
}

/* Begin Calendar styles */

table.wd_calendar_header
{
	border-left-style: none;
	border-right-style: none;
	background-color: #00446b;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin-top: 15px;
}

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 {
	table-layout: fixed;
}

th.wd_calendar_dayofweek_header {
	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: #cef3fd;
	border-top: 1px #eeeeee solid;
	font-size: .85em;
}

td.wd_calendar_prev_month,
td.wd_calendar_next_month {
	color: #00aaef;
	background-color: #e2f8fe;
	border-top: 1px #c6cede solid;
	font-size: .85em;
}

td.wd_calendar_today
{
	background-color: #fdffe5;
	border: 1px #9e9ed3 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: white;
}

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
{
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	background-color: #ffcc77;
	margin: 0;
	padding: 5px;
}

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

span.search_mime {
    font-size: 0.9em;
}

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



