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