/**
* styles used for formulary pop-ups
*/

.formDef_content {
	/* xdisplay:none; */
	padding: 10px;
}

#formularyDefContainer {
	display: none;
	position: absolute;
	z-index: 100;
	width: 380px;	
	background-color: #dfedfe;
	color: #00326c;
	border: solid 1px #00326c;	
}

#formularyDefControls {
	position:relative;
	top:0px;
	width: 380px;
	font-size: 9px;
	text-align: right;
	height: 17px;
	background-color: #00326c;
}

#formularyDefClose {
	float: right;
}

#innerContainer {
	overflow: auto;
	width: 380px;
	height: 143px;
}

#formularyDefTitle {
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 5px;
}

#tier1PrintDiv, #tier2PrintDiv{
	display: none;
}