﻿.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;
}

/* DNN sticks module titles in a span.Head - a right pane, as
we want to use heading element for this. These inherits
fix the problem in all but IE :-( */
.Head
{
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.containerContent_FullBorderH2TitleWithBackground
{
	border-style: solid;
	border-width: 1px;
	border-color: #af7922;
	padding-left: 4px;
}

h2.containerTitle_FullBorderH2TitleWithBackground
{
	color: White;
	background-color: #af7922;
	margin-bottom: 0px;
	padding-left: 4px;
}

.containerContent_BottomBorderTransparentH2Title
{
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #d4c160;
	padding-bottom: 14px;
}



div.container_BorderlessColouredBackgroundH3Title
{
	margin-top: 6px;
	margin-bottom: 6px;
	background-color: #c46713;
	padding-left: 0.3em;
	padding-right: 0.3em;
}
.containerTitle_BorderlessColouredBackgroundH3Title
{
	color: White;
	font-size: 92%;
	text-decoration: none;
	font-weight: bolder;
	line-height: 1.5em;
}

div.container_BorderlessColouredBackgroundH3Title > span.Head
{
	font-size: 110%;
	font-weight: 900;
	line-height: 1.5em;
}

div.container_BorderlessColouredBackgroundH3Title span.Normal
{
	color: White;
	font-size: 80%;
}

/* Buttons and stuff inside coloured container */
div.container_BorderlessColouredBackgroundH3Title input[type="submit"]
{
	background-color: #e19e00;
	color: white;
	border-color: #e19e00;
	font-size: 92%;
}
div.container_BorderlessColouredBackgroundH3Title input[type="submit"]:hover
{
	background-color: #8eb615;
}

div.container_BorderlessColouredBackgroundH3Title label
{
	color: white;
}

div.container_BorderlessColouredBackgroundH3Title a.CommandButton
{
	color: white;
}

