/* ########  General class styles for all pages ######## */



.floatleft {
	float: left;
	margin: 5px 12px 6px 0px;
	padding: 0px;
	clear: left;
	}

.floatleft_border {
	float: left;
	margin: 5px 12px 6px 0px;
	border: 1px solid black;
	clear: left;
}

.floatright {
	float: right;
	margin: 5px 0px 6px 12px;
	padding: 0px;
	clear: right;
}

.floatright_border {
	float: right;
	margin: 5px 0px 6px 12px;
	padding: 0px;
	border: 1px solid black;
	clear: right;
	
}

.floatleft_thumbnails {
	float: left;
	margin: 0px 8px 15px 0px;
	border: 2px solid #d8994f;
	clear: both;
}

.clearboth {
	clear: both;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.center_border {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
}

.tooltip {
	display: inline;
}


.textorange {
	color: #ad4a28;
	font-weight: bold;
}

.textgreen {
	color: #688240;
	font-weight: bold;
}

.textblue {
	color: #6b8fd8;
	font-weight: bold;
}

.textgray {
	color: #333;
	font-weight: bold;
}

.textbold {
	font-weight: bold;
}

.detailtext {
	font: normal oblique normal 8pt/10pt verdana, sans-serif;
}

.pullquote {
	background: #fff;
	font: oblique normal normal 11pt/17pt Georgia, Times, serif;
	width: 200px;
	text-align: left;
	text-decoration: none;
	color: #5878a2;
	padding: 20px 15px 20px 15px;
	margin: 7px 0px 10px 10px;
	border-left: 3px dotted #d1ccba;
	float: right;
}

.thumbnail_images { /* thumbnails with descriptive text on subpages */
	margin: 0px 5px 5px 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: left;
	list-style: none;
	}

.thumbnail_images ul { /* thumbnails with descriptive text on subpages */
	list-style: none;
	}

.thumbnail_images img {
	vertical-align: top;
	margin: 0px 4px 20px 0px;
	float: left;
	clear: left;
	}

.title_event {
	font-weight: bold;
	color: #5f606a;
	font-size: 9pt;
}

a.title_event  {
	font-weight: bold;
	text-decoration: none;
	color: #3b81ca;
	font-size: 9pt;
	text-decoration: underline;
}


.page_figure_left {
	float: left;
	margin: 5px 12px 16px 0px;
	padding: 0px;
	color: #3c6786;
	display: inline;
	font-size: 8pt;
	line-height: 10pt;
}


.page_figure_left img {
	margin: 0px 2px 6px 0px;
	padding: 0px;
	border: 1px solid black;
}

.page_figure_left p {
	font-size: 8pt;
	line-height: 10pt;
}

.page_figure_right {
	float: right;
	margin: 5px 0px 16px 12px;
	padding: 0px;
	color: #3c6786;
	display: inline;
	font-size: 8pt;
	line-height: 10pt;
}

.page_figure_right img {
	margin: 0px 0px 6px 2px;
	padding: 0px;
	border: 1px solid black;
}

.page_figure_right a {
	text-decoration: underline;
	font-size: 8pt;
	line-height: 10pt;
}

.page_figure_right p {
	font-size: 8pt;
	line-height: 10pt;
}

.page_figure_center {
	display: block;
	width: 100%;
	margin: 5px 12px 16px 0px;
	padding: 0px;
	color: #3c6786;
	font-size: 8pt;
	line-height: 10pt;
	margin-left: auto;
	margin-right: auto;

}
.page_figure_center img {
	padding: 0px;
	border: 1px solid black;
	margin-bottom: 6px;
}

.subfeaturediv {
	background: #daf3f8;
	border-top: 1px solid #cecbbd;
	float: left;
	clear: both;
	width: 418px;
	height: auto;
	margin: 0px 2px 10px 15px;
	padding: 10px;
	font: normal normal normal 9pt/12pt verdana, sans-serif;
	color: #666;
}

.subfeaturediv img {
	float: left;
	clear: left;
	border: 6px solid white;
	margin: 6px 3px 1px 3px;
}

/*### Content Table Styles ###*/

.content_table {
	background: #eeeeee;
	width: 90%;
	border: 1px solid #cccccc;
	padding: 2px;
	margin: 0px 3px 20px 32px;
	}
	
.content_table th {
	background: #ffffff;
	width: auto;
	font: normal normal bold 9pt/11pt Arial, sans-serif;
	font-variant: small-caps;
	text-align: left;
	text-decoration: none;
	color: #587fba;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #cccccc;
	}
	
.content_table td {
	width: auto;
	background: #eeeeee;
	font: normal normal normal 9pt/11pt Arial, sans-serif;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #333333;
	margin: 0px;
	padding: 4px 2px 4px 2px;
	border-bottom: 1px dotted #989898;
	}

.content_table td.divider {
	background: #d7e9fa;
	font: oblique normal bold 1.0em/1.1em Arial, sans-serif;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #4c6282;
	margin: 0px;
	padding: 4px 2px 4px 2px;
	border: none;
	}
	
