/* 
================================
 Container Styles for DotNetNuke
================================
*/   

/* gray box */

.container_graybox 
{
	border: solid 1px #5c5c4f; 
	border-collapse: collapse;
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
}

.container_graybox .titlerow 
{
	background-color: #5c5c4f;
	padding: 3px 6px 3px 6px;
}
.container_graybox .titlerow .Head 
{
	color: White; 
	font-family: Arial, Helvetica; 
	font-weight: bold;
	font-size: 13px;
}
.container_graybox .titlerow td 
{
	vertical-align: middle;
}

.container_graybox .content 
{
	background-color: White;
	text-align: left;
	vertical-align: top;
	padding: 7px;
	font: Arial, Helvetica;
	font-size: 12px;
	color: #4c4c41;
}

.container_graybox .content td
{
	font: Arial, Helvetica;
	font-size: 12px;
	color: #4c4c41;
}


/* text style for buttons and link buttons used in the portal admin pages */
.container_graybox .content .CommandButton
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: White;
	font-weight: normal;
	text-decoration: none;
	padding: 1px 8px 8px 1px;
	border-top: solid 1px White;
	border-left: solid 1px White;
	border-right: solid 1px Gray;
	border-bottom: solid 1px Gray,
}


.container_graybox .footerrow 
{
	background-color: White;
	padding: 3px 6px 3px 6px;
}


/* light box */

.container_lightbox 
{
	border: none;
	border-collapse: collapse;
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
}

.container_lightbox .titlerow 
{
	padding: 3px 6px 3px 6px;
	border-bottom: dotted 1px #5c5c4f;
}
.container_lightbox .titlerow .Head 
{
	color: #730d0e; 
	font-family: Arial, Helvetica; 
	font-weight: bold;
	font-size: 14px;
}
.container_lightbox .titlerow td 
{
	vertical-align: middle;
}

.container_lightbox .content
{
	background-color: White;
	text-align: left;
	vertical-align: top;
	padding: 7px;
	font: Arial, Helvetica;
	font-size: 12px;
	color: #4c4c41;
}

.container_lightbox .content td {
	font: Arial, Helvetica;
	font-size: 12px;
	color: #4c4c41;
}

.container_lightbox .footerrow 
{
	background-color: White;
	padding: 3px 6px 3px 6px;
}


.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;
}







































