/* 
================================
 Container Styles for DotNetNuke
================================
*/   

table.contentwhite
{
	float: right;
	width: 399px;
	padding: 0;
	position: relative;
	z-index: 10;
}

table.contentwhite_coverall
{
	width: 798px;
	padding: 0;
}

table.background_coverall
{
	position: absolute;
	width: 798px;
	padding: 0;
	z-index: 1;
}

.sidetransparent
{
	width: 229px;
	padding: 0;	
}

td.containertop
{
	padding: 30px 0 10px 0;
	height: 22px;
	background-color: White;
}

td.containertop_short
{
	padding: 0 0 10px 0;
	height: 22px;
	background-color: White;
}

td.containertop_padding
{
	padding: 20px 0 20px 15px;
	height: 22px;
	background-color: White;
}

td.containertop_short
{
	padding: 0;
	height: 7px;
	background-color: White;
}

div.containermiddle
{
	z-index: 1;
	padding: 0 0 0 13px;
	vertical-align: top;
	background-color: White;
	max-height: 405px;
	overflow: auto;
}

div.containermiddle_coverall_padding
{
	z-index: 1;
	padding: 0 50px 0 102px;
	vertical-align: top;
	background-color: White;
	/*max-height: 405px;
	overflow: auto;*/
}

div.containermiddle_coverall
{
	z-index: 1;
	padding: 0;
	vertical-align: top;
	background-color: White;
}

div.containermiddle p, div.containermiddle_coverall_padding p
{
	font-size: 12px;
	line-height: 17px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0;
	clear: both;
}

.containervisibility
{
	padding: 0;
	height: 22px;
	background-color: Transparent;
}

div.containerseparator
{
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
	height: 10px;
	margin: 0;
	padding: 0;
	background-color: White;
	font-size: 5px;
	clear: both;
}

td.containerbottom
{
	padding: 0 37px 0 13px;
	height: 20px;
	background-color: Transparent;
}

td.containerbottom_small
{
	padding: 0;
	background-color: Transparent;
}

.actionsblock
{
	float: left;
	clear: none;
}

.iconblock
{
	float: left;
	clear: none;
}

.visibilityblock
{
	float: right;
	clear: none;
}

.titleblock
{
	float: left;
	clear: none;
}

.extrastopblock
{
	float: right;
	clear: none;
}

.edittextblock
{
	float: left;
	clear: none;
}

.settingsblock
{
	float: right;
	clear: none;
}

.blocktitle
{
	font-weight: normal;
	font-size: 20px;
	color: #0087b4;
	text-transform: lowercase;
}

.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;	
    text-align: left;
}


.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;
}