/*
===================================================================
Container styles for the Z5AA Site

Colors:

Page Background:          #FFFFFF = 255,255,255 = White
Skin Background:          #FFFFFF = 255,255,255 = White
Control Panel Background: #DDDDDD = 221,221,221 = Light Grey
Menu Font:                #CC9900 = 204,153,0   = Z5AA Gold
Menu Background:          #000000 = 169,198,239 = Black
Menu Hover:               #FFFF00 = 255,255,0   = Z5AA Bright Yellow
Links:                    #96271D = 16,45,86    = Dark Red
Normal:                   #CC9900 = 28,78,149   = Z5AA Gold
Borders:                  #0066FF = 191,103,43  = Z5AA Blue
===================================================================
*/   

.containermastersidepanel {
	width: 175px;
	background-color: transparent;
	border: 1px;
	border-color: #0066FF;
}
.containermaster {
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 6px;
/*
	border-right: #FF5050 1px solid; 
	border-top: #FF5050 1px solid; 
	border-left: #FF5050 1px solid; 
	border-bottom: #FF5050 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
*/
}
.containerrow1TL {
    background-image: url(images/CBackground TL 40x40.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 2px;
    padding-left: 9px;
}
.containerrow1TC1 {
    background-image: url(images/CBackground TC 40x40.png);
    background-repeat: repeat-x;
    padding-top: 2px;
}
.containerrow1TC2 {
    background-image: url(images/CBackground TC 40x40.png);
    background-repeat: repeat-x;
    padding-top: 2px;
}
.containerrow1TR {
    background-image: url(images/CBackground TR 40x40.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding-top: 2px;
    padding-right: 12px;
}
.containerrow1ML {
    background-position: top left;
    background-image: url(images/CBackground ML 40x40.png);
    background-repeat: repeat-y;
    padding-left: 9px;
}
.containerrow1MC 
{
    border: none;
}
.containerrow1MR {
    background-position: top right;
    background-image: url(images/CBackground MR 40x40.png);
    background-repeat: repeat-y;
    padding-right: 9px;
}
.containerrow1BL {
    background-image: url(images/CBackground BL 40x40.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom: 2px;
    padding-left: 9px;
}
.containerrow1BC {
    background-image: url(images/CBackground BC 40x40.png);
    background-position: bottom;
    background-repeat: repeat-x;
    padding-bottom: 2px;
}
.containerrow1BR {
    background-image: url(images/CBackground BR 40x40.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-bottom: 2px;
    padding-right: 5px;
}
.containerrow1 {
	background-color: #ffffff;
}
.containerrow2 {
	background-color: #ffffff;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	border: black 0px solid; /*override borders*/    
	cursor: pointer; 
	cursor: hand; 
	color: #CC9900; 
	font-family: Calibri, Arial, Tahoma, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
	height: 15px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;
}


.ModuleTitle_MenuIcon {
	border: black 0px solid; /*override borders*/    
	cursor: pointer; 
	cursor: hand; 
	background-color: #000000; 
	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: #000000; 
	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: #102D56; 
	/*font-size: 1px; make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: #CC9900; 
	font-family: Calibri, Arial, Tahoma, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #000000;
}



