/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containerMaster
{
	width:100%;
}
.cTop
{
	width:100%;
	height:20px;
}
.cTop span
{
	display:block;
	position:relative;
	height:20px;
}
.cCenter-content
{
	position:relative;
	margin:1px 20px 1px 25px;
	clear:both;
}
.cBottom
{ 
	height:30px;
} 
.cBottom span
{
	display:block;
	position:relative;
	height:30px;
}
.Head
{
	font: bold 14pt/.8 Arial;
	line-height: 35px;
	color:#000;
	margin-top:15px;
}
.cHeader
{
	height:20px;
	margin:0px 0px 10px 0px;
}
.cActions
{
	width:10px;
	float:left;
}
.cTitle
{
	float:left;
	text-align:left;
	font: bold 18pt/.8 Arial;
	margin:0px 0px 5px 5px;
}
.cContentPane
{
	width:100%;
	border: solid 1px #000;
}
.containermaster_white
{
	width: 100%;
	background-color: #ffffff;
}
.containerrow1_blue
{
	background-color: #e8f6ff;
}
.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: #DDDDDD;
}
.centeredText, .blueBarTitleBG
{
	text-align:center;
	width:100%;
	height:50px;
}
.blueBarTitleBG
{
	background-image:url(titleBG.png);
	background-repeat:no-repeat;
	background-position:center;
}
.RaisedTopRight
{
	background:url(Raised-top-right.png) no-repeat top left;
}
.RaisedRight
{
	background:url(Raised-right.png) repeat-y;
}
.RaisedBottomLeft
{
	background:url(Raised-bottom-left.png) no-repeat top right;
}
.RaisedBottom
{
	background:url(Raised-bottom.png) repeat-x;
}
.RaisedBottomRight
{
	background:url(Raised-bottom-right.png) no-repeat top left;
}
.Bevel .cBottom
{
	background:url(BevelShadow-bottom.png) no-repeat left bottom;
}
.Bevel .cBottom span 
{
	background:url(BevelShadow-bottom-right.png) no-repeat right top;
}
.Bevel .containerMaster
{
	background:#fff url(BevelShadow-leftside.png) repeat-y left top;
}
.Bevel .cTop
{
	background:url(BevelShadow-top.png) no-repeat left top;
}
.Bevel .cTop span
{
	background:url(BevelShadow-top-right.png) no-repeat right top;
}
.Bevel .cCenter-content
{
	background:url(BevelShadow-rightside.png) repeat-y right top;
}
.BubbleContainer .containerMaster
{
	background:#fff url(leftside.gif) repeat-y left top;
}
.BubbleContainer .cTop
{
	background:url(top.gif) no-repeat left top;
}
.BubbleContainer .cTop span
{
	background:url(top-right.gif) no-repeat right top;
}
.BubbleContainer .cCenter-content
{
	background:url(rightside.gif) repeat-y right top;
}
.BubbleContainer .cBottom
{
	background:url(bottom.gif) no-repeat left bottom;
}
.BubbleContainer .cBottom span
{
	background:url(bottom-right.gif) no-repeat right top;
}


