/* Container Styles for DotNetNuke
Transparent Container Simple Red Leaf Skin */

/* Adds spacing between the containers 
.rlcontent_transparent
{
    margin-bottom: 15px;
}
*/

.drop_down table{
	width: 24px;
	float: right;
}

.module_title {
	width:auto;
	display:inline;
}

.rounded_bordered_content .module_title {
	color: #d99627;
}

/*
-> Rounded Box NO Border
*/
.rounded_wrapper {
	
}

.rounded_top {
	height: 10px;
	background: transparent url(images/corner.top.right.gif) right top no-repeat;
}

.rounded_top_inner {
	height: 100%;
	background: transparent url(images/corner.top.left.gif) left top no-repeat;
}

.rounded_content {
	background-color: #f1e692;
	padding: 0 10px !important;
}

.rounded_content p, .rounded_content h1, .rounded_content h2, .rounded_content h3 {
	margin-top: 0;
}

.rounded_bottom {
	height: 10px;
	background: transparent url(images/corner.bottom.right.gif) right bottom no-repeat;
}

.rounded_bottom_inner {
	height: 100%;
	background: transparent url(images/corner.bottom.left.gif) left bottom no-repeat;
}

/*
-> Rounded Box WITH Border
*/
.rounded_bordered_wrapper {
	
}

.rounded_bordered_top {
	height: 10px;
	background: transparent url(images/corner.bordered.top.right.gif) right top no-repeat;
}

.rounded_bordered_top_inner {
	height: 100%;
	background: transparent url(images/corner.bordered.top.left.gif) left top no-repeat;
}

.rounded_bordered_content {
	background-color: #fff;
	border: 2px solid #d99627;
	border-top: none;
	border-bottom: none;
}

.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-top: 0;
}


.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;
}

.action_button {
	color: #5d5d21;
}


