/*------------------------------------------------------------------------------------------------------*/
/* Container CSS:	Based on DNN "Simple Red Leaf" Skin by Lee Sykes - http://www.dnncreative.com 	    */
/*																										*/
/* Color Scheme:	http://wellstyled.com/tools/colorscheme2/index-en.html#								*/
/*					Base:   #FF9900 (Orange)   Tetrad,  Default										    */
/*					Others:	#0066CC (Blue)  6B00FF (Purple)												*/
/*																										*/
/*------------------------------------------------------------------------------------------------------*/

.Container_Default
{
    margin: 0 10% 30px 10%;
}
.Container_Module
{
    margin: 0 5px 30px 5px;
}
.Container_Widget
{
    border-right: #FF9900 1px solid;
    float: left;
    margin: 20px 10px 0 10px;
  	width: 240px;
}


.ContainerTitle
{
 	border-bottom: #FF6600 1px solid;
   	color: #FF6600;
    font: bold  12pt Tahoma, Arial, Helvetica, Sans-Serif;
	padding: 0 0 10px 0;
}
.ContainerTitle_Widget
{

    color: #FF9900;
    font: bold  8pt Tahoma, Arial, Helvetica, Sans-Serif;
    margin-bottom: 5px;
}


.ContainerContent_Default
{
	clear: both;
}
.ContainerContent_Module
{
	clear: both;
}

..ContainerFooter
{
}
