/* 
================================
 Container Styles for DotNetNuke
================================
*/   
/* Styles for Corporate Container */

#Corporate {
	padding: 0;
	margin: 4px 0 4px 0;
	width: 100%;
}
#Corporate .RCTopLeft {
	padding-left: 17px;
	width: 15px;
	height: 22px;
	background: url(images/corp_left.gif) no-repeat bottom right;
}
#Corporate .RCTop {
	background-image: url(images/corp_right.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 22px;
}
#Corporate .RCTopRight {
	width: 6px;
	height: 22px;
	background: url(images/corp_right.gif) no-repeat bottom left;
}
#Corporate .RCLeft {
	background-image: url(images/clear.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 15px;
	height: 100%;
}
#Corporate .RCCenter {
	background-image: url(images/clear.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 100%;
}
#Corporate .RCRight {
	background-image: url(images/clear.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 6px;
	height: 100%;
}
#Corporate .RCBottomLeft {
	width: 15px;
	height: 6px;
	background: url(images/clear.gif) no-repeat top right;
}
#Corporate .RCBottom {
	background-image: url(images/clear.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	height: 6px;
}
#Corporate .RCBottomRight {
	width: 6px;
	height: 6px;
	background: url(images/clear.gif) no-repeat top left;
}
.CorporateHeader {
	border-bottom: 1px solid #e2e2e2;
}
.CorporateTitle {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px; font-weight:bold;
	color:#666666;
	padding: 0 0 0 5px;
	line-height: 22px;
}
.CorporateContent {
	padding: 5px 0 0 5px;
	background: transparent;
}

