﻿.containermasterPurple {clear:both; overflow: auto; background-color: #c5b1d8; border: solid 2px #330064; margin-bottom: 10px;}
.containermasterGreen {clear:both; overflow: auto; background-color: #fff; border: solid 2px #006766; margin-bottom: 10px;}
.containermasterBlue {clear:both; overflow: auto; margin-bottom: 10px;}
.containermasterInvisible {clear:both; overflow: auto; margin-bottom: 10px;}
.containermasterTeal {clear:both; overflow: auto; margin-bottom: 10px;}

/*
** Header
*/
.headerInvisible {overflow:auto;/* padding: 2px;*/}
.headerPurple {background-color: #330064; overflow:auto; padding: 2px;}
.headerGreen {background-color: #006766; overflow:auto; padding: 2px;}
.headerBlueLeft, .headerBlueRight {overflow:auto; text-align: left; background: transparent no-repeat;}
.headerBlueLeft {background-image: url("blue_top.gif"); background-position: top left;}
.headerBlueRight {background-image: url("blue_top.gif"); background-position: top right; margin-left: 10px; padding: 5px 2px 2px 2px;}
.headerTealLeft, .headerTealRight {overflow:auto; text-align: left; background: transparent no-repeat;}
.headerTealLeft {background-image: url("teal_top.gif"); background-position: top left;}
.headerTealRight {background-image: url("teal_top.gif"); background-position: top right; margin-left: 10px; padding: 5px 2px 2px 2px;}
.headerLeft {float:left;}
.headerIcon {float:left;}
.headerTitleInvisible {/*padding-bottom: 1px;*/}
.headerTitlePurple {padding-bottom: 1px;}
.headerTitleGreen {padding-bottom: 1px;}
.headerTitleBlue {padding-bottom: 1px;}
.headerTitleTeal {padding-bottom: 1px;}
.headerRight {float:right;}

/*
** Header Title
*/
.headerTitleInvisible .Head {color: #000; font-size: medium; font-weight: bold;}
.headerTitlePurple .Head {color: #fff; font-size: small;}
.headerTitleGreen .Head {color: #fff; font-size: small;}
.headerTitleBlue .Head {color: #fff; font-size: medium;}

.headerTitleTeal .Head {color: #fff; font-size: medium;}

/*
** Content
*/
.content {overflow: auto; padding: 0px;}
.contentPurple {overflow: auto; padding: 5px;}
.contentBlueLeft, .contentBlueRight {background: transparent no-repeat;}
.contentBlueLeft {background-image: url("blue_middle.gif"); background-repeat: repeat-y; background-position: left;}
.contentBlueRight {background-image: url("blue_middle.gif"); background-repeat: repeat-y; background-position: right; margin-left: 3px;}

.contentTealLeft, .contentTealRight {background: transparent no-repeat;}
.contentTealLeft {background-image: url("teal_middle.gif"); background-repeat: repeat-y; background-position: left;}
.contentTealRight {background-image: url("teal_middle.gif"); background-repeat: repeat-y; background-position: right; margin-left: 3px;}

.contentTealWhiteLeft, .contentTealWhiteRight {background: transparent no-repeat;}
.contentTealWhiteLeft {background-image: url("teal_white_middle.gif"); background-repeat: repeat-y; background-position: left;}
.contentTealWhiteRight {background-image: url("teal_white_middle.gif"); background-repeat: repeat-y; background-position: right; margin-left: 3px;}

/*
** Footer
*/
.footerInvisible {}
.footerPurple {clear: left;}
.footerBlueLeft, .footerBlueRight {overflow: auto; background: transparent no-repeat; min-height: 10px;}
.footerBlueLeft {background-image: url("blue_bottom.gif"); background-position: bottom left;}
.footerBlueRight {background-image: url("blue_bottom.gif"); background-position: bottom right; margin-left: 10px; padding-bottom: 2px;}
/*.footerBlue {}*/
.footerLeft {text-align: left; }
.footerRight {float: right;}

.footerTealLeft, .footerTealRight {overflow: auto; background: transparent no-repeat; min-height: 10px;}
.footerTealLeft {background-image: url("teal_bottom.gif"); background-position: bottom left;}
.footerTealRight {background-image: url("teal_bottom.gif"); background-position: bottom right; margin-left: 10px; padding-bottom: 2px;}

.footerTealWhiteLeft, .footerTealWhiteRight {overflow: auto; background: transparent no-repeat; min-height: 10px;}
.footerTealWhiteLeft {background-image: url("teal_white_bottom.gif"); background-position: bottom left;}
.footerTealWhiteRight {background-image: url("teal_white_bottom.gif"); background-position: bottom right; margin-left: 10px; padding-bottom: 2px;}

/*
** Module Menu
*/
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/
	text-align: left;
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	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*/
	height: 2px;
}

.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}