/* -- DotNetNuke 3.3 & 4.3 Container Classes --*/
/* -- Modified by Nina Meiers - http://www.xd.com.au  - dotnetnuke@xd.com.au --*/
/* -- Please leave this header intact but feel free to add your own modifications --*/


/* Module Title Menu */
.ModuleTitle_MenuItem {
border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
cursor: auto; 
color: black; 
background-color: inherit;
font-family: Arial, Helvetica, sans-serif; 
font-size: 9pt; 
font-weight: bold; 
font-style: normal;
height: 21px;
white-space: nowrap;  /*Word wrapping menu item now optional*/    
}

.roselle_trans 
{
	background-color: Transparent ;
	width: 100%;
}

.ModuleTitle_MenuIcon {
cursor: auto;
color: inherit;
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: auto; 
color: inherit;
background-color: #ffffff; 
filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}

.ModuleTitle_MenuBreak  {
background-color: #eeeeee; 
font-size: 1px;  /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {
cursor: auto;
color: black; 
font-family: Tahoma, Arial, Helvetica, sans-serif; 
font-size: 9pt; 
font-weight: bold; 
font-style: normal;
background-color: #dedede;
}

/* Container Properties - Customised by Nina Meiers */

.grey_tone01_masterwhite {
width: 100%;
background-color: inherit;
border: #d0d0d0 1px solid; 
}

.grey_tone01_mastercolor {
width: 100%;
border: #d0d0d0 1px solid; 
}

.grey_tone01_container {
height: 25px;
}

.grey_tone01_row {
background-image: url(gradient_tone01.jpg); 
padding-left: 3px;
height: 22px;
}

.grey_tone01_title {
text-align: left;
}

.grey_tone01_contentwhite {
color: inherit;
background-color: #ffffff;
padding-top: 2px;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 2px;
}

.grey_tone01_contentcolor {
color: inherit;
background-color: #eeeeee;
padding-top: 2px;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 2px;
}

.grey_tone01_head {
padding-left: 5px;
}

.footer_actions {
width: auto;
text-align: justify;
}




.grey_tone02_masterwhite {
width: 100%;
background-color: inherit;
border: #d0d0d0 1px solid; 
}

.grey_tone02_mastercolor {
width: 100%;
background-color: #eeeeee;
border: #d0d0d0 1px solid; 
}

.grey_tone02_container {
height: 25px;
}

.grey_tone02_row {
background-image: url(gradient_tone02.jpg); 
padding-left: 3px;
height: 22px;
}

.grey_tone02_title {
text-align: left;
}

.grey_tone02_contentwhite {
color: inherit;
background-color: #ffffff;
padding-top: 2px;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 2px;
}

.grey_tone02_contentcolor {
color: inherit;
background-color: #eeeeee;
padding-top: 2px;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 2px;
}

.grey_tone02_head {
padding-left: 5px;
}