/* Help CSS Document */

/* Top, Body and Backgrounds for all modules */
.ModuleTop {
	position: relative;
	height: 9px;
	width: 314px;
	background: #e8f4fb url(/img/global/bg_module_top.gif) top left no-repeat;
}
.ModuleBody {	
	background: #FFF url(/img/global/bg_module_body.gif) top left repeat-y;
}
.ModuleBottom {
	position: relative;
	height: 12px;
	width: 314px;
	background: #e8f4fb url(/img/global/bg_module_bot.gif) top left no-repeat;
	margin-bottom: 8px;
}	
/* end of module backgrounds */


.ModuleHeader, .Module {
	position: relative;
	width: 95%;
	margin: 0px auto;
}
.Module {
	margin-top: 8px;
}

.ModuleHeader {

	border-bottom: 1px solid #c2c2c2;
	vertical-align: middle;
	padding: 3px 0px;

}

.ModuleHeader H1 {
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	font-family: Lucida Sans,Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
}

.ModuleHeader H2 {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	display: inline;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

div.section {
		float:left;
		width:314px;
		height: 720px;
		margin: 0px 4px 10px 0px;
		padding: 0px;

}

div.sectionStatic	{
		float:left;
		width:314px;
		height: 720px;
		margin: 0px 4px 10px 0px;
		padding: 0px;

}


div.section h3{
		font-size: 14px;
		padding: 2px 5px;
		margin: 0 0 10px 0;
		background-color: #CCCCCC;
		display: block;
		display:none;
}


div.dashItem {
		width:314px;
		cursor: move;
		margin-bottom: 5px;

}

div.shadow {
		opacity: 0.5;
		filter: alpha(opacity=50);
		-moz-opacity:0.5;

}

div.blue {
		background:blue;
} 

H2.H2Title {
	margin: 0px 0px 10px 0px;
	padding: 6px;
	font-family: Lucida Sans,Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
	background: #EFEFEF;

}

H3 {
	margin: 0px 0px 5px 15px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

P {
	padding: 4px 15px;
}

div.ToTop {
	padding: 4px 0px;
	text-align: right;
}

#Questions {
	padding: 5px 15px;
}

UL LI {
	margin-left: 5px;
	padding-bottom: 6px;
}
