/* 
================================
 Container Styles for DotNetNuke
 Created by iRAW Design
================================
*/   

.container {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px 10px 10px 10px;
}

.ModuleTitle_MenuContainer {
	margin: 0px;
	padding: 0px;
	height:5px;
	width:5px;
}

.containerwhite {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #ffffff;
	padding: 0px 10px 10px 10px;
}

.containerred{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #2f0400;
	padding: 0px 10px 10px 10px;
}

.containernobackground {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

.containerblank {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.containerheader {
	height: 25px;
}

.containerredheader {
	height: 25px;
	background-color: #2f0400;
	padding: 0px 10px 10px 10px;
}

.containertitle{
	float: left;
	margin: 0px;
	padding: 0px;
}

.Head {
	color: #fff;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.whitetext {
	color: #ffffff;
	text-align: left;
}

.offwhitetext {
	color: #b8b8b8;
	color: #ffffff;
	text-align: left;
}

.redtext {
	color: #ea1d25;
	text-align: left;
}

.blacktext {
	color: #000;
	text-align: left;
}

.wrapper .SubHead {
	color: #b8b8b8;
	text-align: left;
}

.wrapper .SubSubHead {
	color: #b8b8b8;
	text-align: left;
}

.containercontent .Head {
	color: #ea1d25;
	text-align: left;
}

.containercontent .SubHead {
	color: #ea1d25;
	text-align: left;
}

.containercontent .SubSubHead {
	color: #ea1d25;
	text-align: left;
}

.NormalBold  {
	color: #000;
}

.containeractions {
	float: right;
	width: 10px;
	height: 0px;
	text-align: left;
}

.containercontent {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

.containerpaddedcontent {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	padding: 0px 10px 10px 10px;
}

.containerfooter{
	margin-top: 0px;
	margin-bottom: 0px;
	height: 10px;
}

.contaioneredit {
	float: right;
}

.contaionerproperties {
	float: right;
}

.contentsblank {
	height: 5px;
	border: 1px solid white;
}

.Normal,.NormalDisabled , .p {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	line-height: 150%;
}

.Normal p {
	margin-top: 10px;
}

a:link {
	text-decoration: none;
	color: #ea1d25;
}

a:visited {
	text-decoration: none;
	color: #ea1d25;
}

a:hover {
	text-decoration: underline;
	color: #ea1d25;
}

.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/ 
	height: 20px;	
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	height: 20px;
	font-weight: bold; 
	font-style: normal;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
}

.ModuleTitle_MenuIcon {
	background-color: #EEEEEE; 
	width: 10px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu {
	border: #696969 1px solid;
	z-index: 1000; 
	background-color: #FFFFFF; 
	padding: 0px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuItemSel {
	border: white 0px solid;
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-weight: bold; 
	font-style: normal;
	background-color: #989898;
}

.SkinObject {
    font-weight: normal;
    color: #9f9f9f;
    font-family: Verdana, Arial, Helvetica; 
    text-decoration: none;
}

.SkinObject a:link {color:#9f9f9f; text-decoration:none; font-size: 8pt;font-family: Verdana, Arial, Helvetica;}
.SkinObject a:visited {color:#9f9f9f; text-decoration:none; font-size: 8pt;font-family: Verdana, Arial, Helvetica;}
.SkinObject a:hover {color:#d1cfcf; text-decoration:none; font-size: 8pt;font-family: Verdana, Arial, Helvetica;}
.SkinObject a:active {color:#9f9f9f; text-decoration:none; font-size: 8pt;font-family: Verdana, Arial, Helvetica;}


.h1title { display:none; }
