/* Content block */

div.container
{
	clear: both;
    margin: 0 0 20px 0;
    width: 100%;
}

/* Parts */
div.container div.content
{
    width: 100%;
}

div.bluebullets h3
{
	color: #173269;
}

/* Block parts rules */
span.containertitle
{
}




/* Admin menu */

.ModuleTitle_MenuContainer
{
	float: left;
	width: 14px;
}

.ModuleTitle_MenuItem
{
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem
{  
	/*TD if menu is using tables*/
	background: #eee;
	border: 0;
	cursor: pointer;
	cursor: hand; 
	color: black; 
	font-family: "Trebuchet MS", Arial, Helvetica; 
	font-size: 12px;
	font-weight: bold; 
	font-style: normal;
	height: 24px;
    text-align: left;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
}


.ModuleTitle_MenuIcon {
	background: #ddd; 
	border: 0;
	cursor: pointer;
	cursor: hand;
	width: 20px;
	height: 24px;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_MenuArrow {
	border: 0;
}

.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 {
	background: #ff6;
	border: 0;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: "Trebuchet MS", Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	height: 24px;
}







