#fade {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 10;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	/*background: url(body_bg.gif);*/
	position: relative;
}
#hideshow {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.popup_block {
	background: #ddd;
	padding: 0 10px;
	border: 6px solid #fff;
	float: left;
	width: 480px;
	position: absolute;
	left: 50%;
	margin: -240px 0 0 -240px;
	z-index: 100;
}
.popup_block .popup {
	float: left;
	width: 100%;
	background: #fff;
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #bbb;
}

.popup h3 {
	margin: 0 0 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #bbb;
	font-size: 1.5em;
	font-weight: normal;
}
.popup p, .popup td, .popup span {
	padding: 2px 4px;
	margin: 0px 0;
}
.popup img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}

/* IE6 hacks for popups */
*html #fade
{
	position: absolute;

	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	: document.body.scrollTop);
}

*html .popup_block
{
	position: absolute;

	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));

	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft
	+ (document.body.clientWidth /2 )
	: document.body.scrollLeft
	+ (document.body.offsetWidth /2 ));
}
/* End of IE6 hacks */

.pathway
{
color:#FFFFFF;
font-size:10px;
padding-top:1px;
font-family:Arial,Helvetica,sans-serif;
}

a
{
color:#1A4A88;
font-size:11px;
font-weight:bold;
text-decoration:none;
font-family:Arial,Helvetica,sans-serif;
}

a:hover
{
	color: #0066FF;
}

table.moduletable {
margin:-4px;
margin-left: 2px;
margin-bottom: 1px;
}

table.moduletable_bottom div {
color:#E5E5E5;
font-size:11px;
text-align:center;
}

.bottom_border
{
	border-bottom: 2px solid #bbb;
	padding: 10px 0;
}

th
{
	text-align: left;
}

#resultsContainer
{
	border: 3px solid #ccc;
	display: none;
	background-color: #eeebbb;
}

.search_heading, .search_close
{
	background-color: #aaa;
	font-size: 16px;
	height: 28px;
	line-height: 28px;
	border-bottom: 3px solid #ccc;
	padding-left: 10px;
	font-weight: bold;
}

.search_results
{
	padding: 6px 10px;
}

#resultsContainer a
{
	font-size: 12px;
}

.sub_headings
{
	text-align: center;
	font-size: 16px;
	background-color: #333;
	color: #fff;
}

label
{
	font-weight: bold;
}

.sub_name
{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	
}

.bottom_border span, .popup td a
{
	text-decoration: underline;
	cursor: pointer; cursor: hand;
}
