/* -- 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 --*/

.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: Tahoma, Arial, Helvetica, sans-serif; 
font-size: 9pt; 
font-weight: bold; 
font-style: normal;
height: 21px;
white-space: nowrap;  /*Word wrapping menu item now optional*/    
}


.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; 
}

.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: #c1d2ee;
}

.default_row {
padding-left: 0px;
height: 25px;
}
.default_title {
font-family: arial bold,arial;
font-size: 12pt;
font-weight: bold;
padding-left: 3px;
Color: #364773;
text-align: left;
}
.default_masterwhite {
width: 100%;
padding-left: 3px;
margin-top: 8px;
}
.default_header {
padding-left: 0px;
height: 100%;
}
.default_contentwhite {
color: Black;
padding-top: 3px;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 3px;
height: 100%;
}

.side_row {
height: 18px;
}
.clinton_side_title {
font-family: arial;
font-size: 9pt;
font-weight: bold;
padding-left: 2px;
padding-right: 3px;
Color: #0F2E02;
text-align: left;
height: 18px;
}
.clinton_master {
padding-left: 1px;
padding-right: 1px;
width: 100%;
background-color: #ffffff;
border: 1px solid #1F306F;
}
.gray_header {
margin-bottom: 1px;
height: 100%;
background-color: #D1D5E5;
border-top: 1px #FFFFFF solid;
background-image: url(grey_title_background.gif);
}
.clinton_side_content {
color: #666666;
padding-top: 3px;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 3px;
height: 100%;
}

.dk_red_header {
margin-bottom: 1px;
height: 100%;
background-color: #D1D5E5;
border-top: 1px #FFFFFF solid;
background-image: url(dk_red_title_background.gif);
}

.brown_header {
margin-bottom: 1px;
height: 100%;
background-color: #D1D5E5;
border-top: 1px #FFFFFF solid;
background-image: url(brown_title_background.gif);
}

.green_header {
margin-bottom: 1px;
height: 100%;
background-color: #D1D5E5;
border-top: 1px #FFFFFF solid;
background-image: url(green_title_background.gif);
}

.gold_header {
margin-bottom: 1px;
height: 100%;
background-color: #D1D5E5;
border-top: 1px #FFFFFF solid;
background-image: url(gold_title_background.gif);
}

a:link, a:visited {

}