/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: #ffffff;
	/*
	border-left: #444444 1px solid; 
	border-bottom: #444444 1px solid; 
	/*
	border-right: #444444 1px solid; 
	border-top: #444444 1px solid; 
	*/
	

	/*
	-moz-border-radius-bottomleft: 10px; 
	-moz-border-radius-bottomright: 10px; 
	-moz-border-radius-topleft: 10px; 
	-moz-border-radius-topright: 10px;
*/

}
.containerrow_agero_gray
{
    height:30px;
	background-color:silver;
	/*background-color:Lime;*/
}
.containerrow_agero_lime
{
    height:30px;
	background-color:#cbe040;
	/*background-color:Lime;*/
}
.containerrow_agero_green 
{
    height:30px;
	background-color:#a1c679;
	/*background-color:Lime;*/
}
.containerrow_agero_blue
{
    height:30px;
	background-color:#8db0d0;
	/*background-color:Lime;*/
}
.containerrow_agero_red 
{
    height:30px;
	background-color:#ec1c30;
	/*background-color:Lime;*/
}
.container_edge
{
    background-color:#444444;
    width:5px;
    padding:0px 0px 0px 0px;
}
.container_edge_corner_topright
{
    background-color:#444444;
    width:10px;
    padding:0px 0px 0px 0px;
    border-top:10px solid #eeeeee;
}
.container_edge_corner_bottomleft
{
    background-color:#444444;
    height:10px;
    padding:0px 0px 0px 0px;
    border-left:10px solid #eeeeee;
}
.container_spacer
{
    background-color:#eeeeee;
    height:10px;
}
.container_content_area
{
    padding:10px 10px 0px 10px;
}
.container_delimiter_cell 
{
    padding-left:0px;
    padding-right:0px;   
}
.container_delimiter
{
    background-color:#000000;   
}
.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;
}

.ContainerHead
{
    font-family:Arial;
    font-size:12px;
    color:#ffffff;
}

