/* Begin classes for common SPIN elements */

.page_header {
	font-size: 1.3em;
	font-weight: bold;
	color: #646464;
}

.page_header a, .page_header a:link {

}

page_header a:hover {

}

.breadcrumb {
	font-size: 0.8em;
}

.item {
	overflow: auto;
	/* height: 100px; */
	margin: 0px 0px 20px 0px;
}

.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.3em;
	font-weight: bold;
	color: #646464;
}

td.imagecaption {

}

td.imagecaption p {
	font-size: .9em;
	font-style: italic;
}

div.wd_featurebox_title {
	/*background: url(../images/header_03_lg_blue.jpg);*/
	background:#fff url(../images/orange-bg.png) repeat-x;
	color: #ffffff;
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
	padding-left: 10px;
	text-transform: uppercase;
}

div.wd_featurebox {
	background: #fff;
	margin: 0 0 8px 0;	
	padding: 10px 10px 0 10px;
}

div.wd_featurebox a:link, div.wd_featurebox a:visited {
	color: #000;
}

.wd_featureboxes_right div.wd_featurebox a:link, .wd_featureboxes_right div.wd_featurebox a:visited {
	text-transform: uppercase;
}

.wd_featureboxes_right div.wd_featurebox .itemlink {
	font-weight: normal;
}

.wd_featureboxes_right p, .wd_featureboxes_right div {
	font-size: 11px;
}

div.wd_page_toolbar {
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	margin: 5px;
	padding: 5px;
}

span.wd_page_tool {
	font-size: 1em;
}

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

}  

.wd_input_border {
	float: right;
}

input.wd_formbuilder_submit {

}

table.wd_formbuilder p {
    margin: 0px;
}

/* Begin Calendar styles */

table.wd_calendar_header {
	background-color: #0000cc;
	color: #ffffff;
	font-family: arial;
	width: 100%;
}

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;
	font-family: arial;
	width: 100%;
	table-layout: fixed;
}

th.wd_calendar_dayofweek_header {
	background-color: #ffffff;
	text-transform: lowercase;
}

td.wd_calendar_day {
	margin: 0px;
	padding: 0px 2px 0px 2px;
	width: 14%;
	vertical-align: top;
}

td.wd_calendar_this_month {
	background-color: #cccccc;
}

td.wd_calendar_prev_month,
td.wd_calendar_next_month {
	background-color: #999999;
}

td.wd_calendar_today {
	background-color: #ffffff;
	border: 2px #000000 solid;
}

div.wd_calendar_day_header {
	text-align: right;
	color: #000000;
	text-weight: bold;
}

td.wd_calendar_prev_month div.wd_calendar_day_header,
td.wd_calendar_next_month div.wd_calendar_day_header {
	color: #555555;
}

div.wd_calendar_no_event {
	margin: 2px 0px 2px 0px;
}

div.wd_calendar_event {
	width: 100%;
	margin: 0px;
	position: relative;
	left: -2px;
	background-color: #7777ff;
	border: 2px #0000ff solid;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

div.wd_event_tip_header {
	background-color: #ffcc77;
	border-bottom: 2px #ff7700 solid;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.wd_event_tip_info {
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

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

