/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.modWrapper {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	
}
.brn 
{
	color: #E3AD15;
}

.ModHeader 
{
	width: 100%;
	height: 30px;
	border-right: 0px; 
	border-top: 0px; 
	border-left: 0px; 
	border-bottom: 0px; 
	padding-left: 2px;
}
.ModBody
{
	width: 100%;
	border-right: #CC6600 1px solid; 
	border-top: #CC6600 1px solid; 
	border-left: #CC6600 1px solid; 
	border-bottom: #CC6600 1px solid; 
	moz-border-radius-bottomleft: 1px; 
	moz-border-radius-bottomright: 1px; 
	moz-border-radius-topleft: 1px; 
	moz-border-radius-topright: 1px;
	padding-left: 5px;
	padding-right: 5px;
	
}
/*Module Controls*/
.Head {
   font-family: Arial;
   font-size:  12px;
   font-weight: bold;
   color: #660000;
}
.SubHead    {
color: #660000;
}
.SkinObject {
   color: #FFFFFF;
}
/*--------- Mod 2 -------------*/

.modWrapper2 {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	border-right: #CC6600 1px solid; 
	border-top: #CC6600 1px solid; 
	border-left: #CC6600 1px solid; 
	border-bottom: #CC6600 1px solid; 
}

.ModHeader2 
{
	width: 100%;
	height: 33px;
	border-right: 0px; 
	border-top: 0px; 
	border-left: 0px; 
	border-bottom: 0px; 
	padding-left: 2px;
	background-image: url(bar.jpg); 
	color: #660000;
}
.ModFooter
{
	width: 100%;
	height: 40px;
	border-right: 0px; 
	border-top: 0px; 
	border-left: 0px; 
	border-bottom: 0px; 
	padding-left: 0px;
	color: black;
}
.ModFooter2
{
	width: 100%;
	height: 40px;
	border-right: 0px; 
	border-top: 0px; 
	border-left: 0px; 
	border-bottom: 0px; 
	padding-left: 2px;
	color: White;
}
.ModBody2
{
	padding-right: 5px;
	padding-left: 5px;
	width: 100%;
	background-color: whitesmoke;
	moz-border-radius-bottomleft: 1px;
	moz-border-radius-bottomright: 1px;
	moz-border-radius-topleft: 1px;
	moz-border-radius-topright: 1px;
	border-bottom: #CC6600 1px solid; 
	border-top: #CC6600 1px solid;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer 
{
	
}

.ModuleTitle_MenuBar 
{
	
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon 
{
	
}

.ModuleTitle_SubMenu 
{
	
}

.ModuleTitle_MenuBreak 
{
	
}

.ModuleTitle_MenuItemSel 
{
	
}

.ModuleTitle_MenuArrow 
{
	
}

.ModuleTitle_RootMenuArrow 
{
	
}






