/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}


div.main {
	width: 390px
}

div.full {
	width: 640px;
}

div.food {
	width:190px;
}

p, h1, h2, h3, h4, h5, h6  {
	margin:0px;
	padding:0px;
}

div.text p {
	margin-bottom:11px;
	font-size:11px;
	font-family: Arial, helvetica, sans-serif;
}

div.main div.text p, div.main div.full p  {
	color:#505050;
	margin-left:140px;
}

div.main p.comment_owner, div.full p.comment_owner {
	margin-bottom:12px;
	padding-left:20px;
}

h1 {
	margin-bottom:11px;
	font-size:18px;
	font-weight:bold;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:14px;
}

h4 {
	font-size:12px;
}

div.containermaster p {
	margin:0px;
	padding:0px;
}

div.containermaster div.text p.more {
	margin-top:11px;
}

div.containermaster div.main img, div.containermaster div.full img  {
	/*float:left;*/
	margin-right:16px;
	margin-left:0px;
}


div.containermaster div.main div.modalPopup img, div.containermaster div.full div.modalPopup img {
	margin:0px;
	padding:0px;
}


div.containermaster p.optionbar {
	margin:0px;
	padding:0px;
	margin-top:11px;
	text-align:right;
}

div.containermaster p.main {
	width:250px;
}

div#content.Full div.containermaster p.main {
	width:460px;
}

div.containermaster p.food {
	width:190px;
}

div.video {
	margin-left:15px;
	color:#BE0F09;
}

.containermaster h1 {
	text-align:center;
	
}