@charset "utf-8";
/* CSS Document */
#containerWrapper {
	width:100%;
}
#containerTitleL {
	float:left;
}
#containerTitleR {
	float:right;
}
#containerCONTENTPANE {
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
}
#container3CONTENTPANE {
	margin:10px 0px 10px 10px;
}
#containerActionL {
	float:left;
}
#containerActionR {
	float:right;
}
#containerFActionL {
	position:relative;
	float:left;
	top:-50px;
}
#containerFActionR {
	position:relative;
	float:right;
	top:-50px;
}
#containerBottom {
	clear:both;
	height:15px;
}
.ModTitle
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

