/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.container_main {
	width: 100%;
	background-color: #FFFFFF;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}

/*====  Side menu containers  ======*/ 
.container_quicklinks_actions {
	background-image: url('QuickLinks.gif');
	background-repeat: no-repeat;
}

.container_quicklinks_content {
	margin-left: 5px;
}


/*====  Change for new color  ======*/  

.container_header_orange .head{
	font-size: medium;
	color: #CC6600;
}

.container_content_orange {
	background-color: #FFFFFF;
}

.container_content_orange a:link, .container_content_orange a:visited {
	color: #CC6600;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
.container_content_orange a:hover {
	color: #666666;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: underline;
}

.container_toolbox_orange {
	background-position: top;
	background: url(toolbox_orange.gif);
	background-repeat: no-repeat;
}

/*----------------------------------*/

.container_header_green .head{
	font-size: medium;
	color: #008000;
}

.container_content_green {
	background-color: #FFFFFF;
}

.container_content_green a:link, .container_content_green a:visited {
	color: #008000;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
.container_content_green a:hover {
	color: #666666;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: underline;
}

/*----------------------------------*/

.container_header_purple .head{
	font-size: medium;
	color: #551F55;
}

.container_content_purple {
	background-color: #FFFFFF;
}

.container_content_purple a:link, .container_content_purple a:visited {
	color: #551F55;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
.container_content_purple a:hover {
	color: #666666;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: underline;
}

.container_toolbox_purple {
	background-position: top;
	background: url(toolbox_purple.gif);
	background-repeat: no-repeat;
}

/*----------------------------------*/

.container_header_lightblue .head{
	font-size: medium;
	color: #6699FF;
}

.container_content_lightblue {
	background-color: #FFFFFF;
}

.container_content_lightblue a:link, .container_content_purple a:visited {
	color: #6699FF;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
.container_content_lightblue a:hover {
	color: #666666;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: underline;
}

.container_toolbox_lightblue {
	background-position: top;
	background: url(toolbox_lightblue.gif);
	background-repeat: no-repeat;
}

/*==================================*/  

/*====  Container Menu  ======*/  

.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;
}




