/* 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 { xcolor: #b2b2b2; } /* --Title on solid rounded container-- */
.rounded_content .Normal, .rounded_content { xcolor: #FFF; } /* --Color of Content on solid rounded container-- */
.rounded_content { background-color: #3A5CD8; } /* --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: #3A5CD8; } /* --Color of border on rounded w/ border container-- */

.action_button { color: #666; } /* --Color of text for the Action Button if used-- */

.container {
	margin: 0;
	padding: 10px;
	clear: both;
}

.no-padding {
  padding: 0 !important;
}

.drop_down table{
	width: 24px;
	float: left;
}

.module_title {
	width:auto;
	display:block;
}

/*
-> 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 {
	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 {
	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-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;
}

