/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.regularcontentcolumn
{
	width: 250px;
	background-color: #fff;
}

.bluecolumn
{
	width: 250px;
	background-color: #009ffb;
	padding: 8px 10px 8px 5px;
	color: #fff;
	font-size: 13px;
	margin-bottom: 4px;
	/* This is just for IE */
	margin-top: 1px;
}

.graycolumn
{
	width: 250px;
	margin-bottom: 4px;
}

/* This will be read by CSS2 compliant */
.contentpane>.bluecolumn
{
	margin-top: 0;
}

.logobox
{
	width: 250px;
	background-color: #000;
	padding: 10px 5px 10px 5px;
	color: #fff;
	margin-bottom: 4px;
}

.bluecolumn .containermiddle p
{
	color: #fff;
	font-size: 13px;
}

.bluecolumn_title
{
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
}

.logobox h1
{
	background: transparent url(images/zago_logo_new.gif) no-repeat left top;
	height: 378px;
	margin: 0;
	text-indent: -9999px;
	width: 240px;
}

.logobox p
{
	font-size: 10px;
}

td.containertop
{
}

table.graycolumn td.containermiddle
{
	background-color: #f8f8f8;
	border-top: solid 4px #b8b8b8;
	padding: 47px 0 30px 0;
	color: #000;
	font-size: 12px;
}

td.containerbottom
{
}

.actionsblock
{
	float: left;
	clear: none;
}

.iconblock
{
	float: left;
	clear: none;
}

.titleblock
{
	float: left;
	clear: none;
}

.extrastopblock
{
	float: right;
	clear: none;
}

.edittextblock
{
	float: left;
	clear: none;
}

.settingsblock
{
	float: right;
	clear: none;
}

.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;
}