/* Container Styles for DotNetNuke
Transparent Container Simple Red Leaf Skin */

/* Adds spacing between the containers 
.rlcontent_transparent
{
    margin-bottom: 15px;
}
*/

/*
-> Colors
*/
.rounded_content .module_title { color: #b2b2b2; } /* --Title on solid rounded container-- */
.rounded_content .Normal, .rounded_content { color: #FFF; } /* --Color of Content on solid rounded container-- */
.rounded_content { background-color: #c36527; } /* --Color of the solid rounded container-- */

.rounded_bordered_content .module_title { color: #9d511f; } /* --Title on rounded w/ border container-- */
.rounded_bordered_content { xcolor: #333; } /* --Color of Content for rounded w/ border container - If YOU WANT TO OVERIDE DEFAULT TEXT CONTENT-- */
.rounded_bordered_content { border-color: #c36527; } /* --Color of border on rounded w/ border container-- */

.action_button { color: #666; } /* --Color of text for the Action Button if used-- */

.container {
	margin: 0 0 20px 0;
}

.drop_down table{
	width: 24px;
	float: left;
}

.module_title {
	width:auto;
	display:inline;
}

/*
-> Rounded Box NO Border
*/
.rounded_wrapper {
	
}

.rounded_top_left, .rounded_top_right {
	height: 10px;
	width: 50%;
	background: transparent url(images/corner.top.right.gif) right top no-repeat;
}

.rounded_top_left {
	background: transparent url(images/corner.top.left.gif) left top no-repeat;
}

.rounded_content {
	padding: 0 10px 1.0em; !important;
}

.rounded_content p, .rounded_content h1, .rounded_content h2, .rounded_content h3 {
	margin: 0 0 1.0em;
}

.rounded_bottom_left, .rounded_bottom_right {
	height: 10px;
	width: 50%;
	float:left;
	background: transparent url(images/corner.bottom.right.gif) right bottom no-repeat;
}

.rounded_bottom_left {
	background: transparent url(images/corner.bottom.left.gif) left bottom no-repeat;
}

/*
-> Rounded Box WITH Border
*/
.rounded_bordered_wrapper {
	
}

.rounded_bordered_top_left, .rounded_bordered_top_right {
	height: 10px;
	width: 50%;
	background: transparent url(images/corner.bordered.top.right.gif) right top no-repeat;
}

.rounded_bordered_top_left {
	background: transparent url(images/corner.bordered.top.left.gif) left top no-repeat;
}

.rounded_bordered_content {
	background-color: #fff;
	border-width: 2px;
	border-style: solid;
	border-top: none;
	border-bottom: none;
	padding-bottom: 1.0em;
}

.rounded_bordered_content_inner {
	padding: 0 10px !important;
}

.rounded_bordered_content_inner p, .rounded_bordered_content_inner h1, .rounded_bordered_content_inner h2, .rounded_bordered_content_inner h3 {
	margin: 0 0 1.0em;
}


.rounded_bordered_bottom {
	height: 10px;
	background: transparent url(images/corner.bordered.bottom.right.gif) right bottom no-repeat;
}

.rounded_bordered_bottom_inner {
	height: 100%;
	background: transparent url(images/corner.bordered.bottom.left.gif) left bottom no-repeat;
}

.rounded_bordered_bottom_left, .rounded_bordered_bottom_right {
	height: 10px;
	width: 50%;
	background: transparent url(images/corner.bordered.bottom.right.gif) right bottom no-repeat;
}

.rounded_bordered_bottom_left {
	background: transparent url(images/corner.bordered.bottom.left.gif) left bottom no-repeat;
}

.yellow_swirl {
	background: #f4ec61 url(images/yellow_swirl_bg.gif) left top no-repeat;
	border-bottom: 4px solid #807d49;
	clear: both;
}

.yellow_swirl_inner {
	padding: 0 15px;
}

.purple_swirl {
	background: #D6CAEC url(images/purple_swirl_bg.gif) left top no-repeat;
	border-bottom: 4px solid #7a5fa9;
	clear: both;
}

.purple_swirl_inner {
	padding: 0 15px;
}

.swirl_content {
	margin-left: 129px;
	padding: 20px 0;
	color: #5e5e55;
}

.purple_swirl .module_title, .yellow_swirl .module_title {
	float: left;
	padding: 30px 0 0 0px;
	width: 120px;
	font-size: 24px;
	line-height: 32px;
	color: #62614e;
}

.purple_swirl .module_title .Head, .yellow_swirl .module_title .Head {
	color: #62614e;
}
