div.ModuleFrame {
	font-size: 12px;
	line-height: 15px;
	padding: 0;
	float:left;
}

div.UpperModuleBorder div.HeaderBar {
	background: url(../../images/borders.gif) top left repeat-x;
	background-position: 0 0;
	width: 100%;
	height: 23px;
}

div.UpperModuleBorder div.RightCorner {
	background: url(../../images/borders.gif) top left no-repeat;
	background-position: -991px 0;
	width: 9px;
	height: 23px;
	float: right;
}

div.LowerModuleBorder div.FooterBar {
	background: url(../../images/borders.gif) top left repeat-x;
	background-position: 0 -23px;
	width: 100%;
	height: 9px;
	margin: 0;
	padding: 0;
}

div.LowerModuleBorder div.RightCorner {
	background: url(../../images/borders.gif) top left no-repeat;
	background-position: -991px -23px;
	width: 9px;
	height: 9px;
	float: right;
	margin: 0;
	padding: 0;
}

div.LowerModuleBorder {
	line-height: 1px;
	margin: 0;
	padding: 0;
}

.ModuleTitle {
	color: #0c48a0;
	font-size: 13px;
	font-weight: bold;
	float: left;
	padding: 0px 0 0 9px;
}

.ModuleTitle a {
	color: #0c48a0;
	text-decoration: none;
}

.ModuleTitle a:hover {
	text-decoration: underline;
}

div.ModuleFrame .RightControlArea {
	padding: 4px 0 0 0;
	vertical-align: middle;
	float: right;
}

div.ModuleFrame .LeftControlArea {
	padding: 4px 0 0 0;
	vertical-align: middle;
	float: left;
}

div.ModuleFrame div.ModuleContent {
	color: #7d7d7d;
	padding: 0px 0px 0px 0px;
	margin: 0;
	border-left: 1px solid #c3d7f0;
	border-right: 1px solid #c3d7f0;
}

div.ModuleContent,div.UpperModuleBorder,div.LowerModuleBorder {
	clear: both;
        background-color: #ffffff;
}
