/* Begin classes for common SPIN elements */


.breadcrumb {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	padding: 10px 0 0;
	color: #000;
	font-size: 10px;
}

.breadcrumb a {
	text-decoration: underline;
	padding: 10px 0 0;
	color: #999;
}

.breadcrumb a:hover {
	background-color: transparent;
	text-decoration: underline;
	padding: 10px 0 0;
	color: #000;
}

.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: #5A5B5D;
	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 {
	background: url(../images/ja_search.gif) bottom left no-repeat;
	width: 240px;
	height: 34px;
}

#searchbox span {
}

#searchbox h5, #searchbox .template1-searchinput {
}

div.wd_featurebox_title {
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #fff;
	background-color: #848484;
	padding: 15px;
	margin: 0;
}

div.wd_featurebox {
	font-size: 10px;
	margin-left: 0;
	margin-bottom: 2em;
	margin-right: 0;
	margin-top: 0;
	padding: 10px 20px;
	background-color: #999;
	color: #fff;
	line-height: 1.8em;
}

div.wd_featurebox a {
	color: #000;
	text-decoration: underline;
}

div.wd_featurebox a:hover {
	color: #f3ac28;
	text-decoration: underline;
	background-color: transparent;
}


div.wd_featurebox p {
	display: block;
	}

div.wd_featurebox img {
	padding: 4px;
	border: 1px solid #e3e3e3;
}

.wd_sponsors2 p {
	text-align: center;
	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 .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: #88170e;
	color: white;
	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 {
	color: #3f3f3f;
	background-color: #f5f6dd;
	border-top: 1px #eeeeee solid;
	font-size: .85em;
}

td.wd_calendar_prev_month,
td.wd_calendar_next_month {
	color: #9c9c9c;
	background-color: #d4d4d4;
	border-top: 1px #c6cede solid;
	font-size: .85em;
}

td.wd_calendar_today
{
	border-width: 1px;
	border-color: white;
	background-color: #e6ad3b;
}

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
{
	background-color: #d4d4d4;
	color: #959595;
}

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: #6e1918;
}

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: #f3dc8f;
	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;
}


