.headercnt
{
	background-color: #f0f0f0;
	border-top: solid 1px #b7b7b7;
	border-bottom: solid 1px #b7b7b7;
	text-align: right;
	padding-top: 5px; 
	padding-bottom: 5px;
}
.headercnt_green1
{
	background-color: #E5F9E5;
	border-top: solid 1px #8EE48E;
	border-bottom: solid 1px #8EE48E;
	text-align: right;
}
.headercnt_green2
{
	background-color: #B9EFB9;
	border-top: solid 1px #2CB62C;
	border-bottom: solid 1px #2CB62C;
	text-align: right;
}
.headercnt_blue
{
	background-color: #B9EFFC;
	border-top: solid 1px #2CB6EF;
	border-bottom: solid 1px #2CB6EF;
	text-align: right;
}
.headercnt_violet
{
	background-color: #D4D4FD;
	border-top: solid 1px #5D5DF5;
	border-bottom: solid 1px #5D5DF5;
	text-align: right;
}
.headercnt_red
{
	background-color: #F6D4F6;
	border-top: solid 1px #D25DD2;
	border-bottom: solid 1px #D25DD2;
	text-align: right;
}

.whiteheader
{
	font-family: Arial;
	font-weight: bold;
	font-size: 17px;
	color: #e08000;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 25px;
}
.greenheader
{
	font-family: Arial;
	font-weight: bold;
	font-size: 17px;
	color: #807F00;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 25px;
}
.blueheader
{
	font-family: Arial;
	font-weight: bold;
	font-size: 17px;
	color: #AF0000;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 25px;
}
.redheader
{
	font-family: Arial;
	font-weight: bold;
	font-size: 17px;
	color: #EC1F00;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 25px;
}

.ModuleTitle_MenuItem {
	border-top-width: 0px;
	border-bottom-width: 0px;
}
.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; 
	border: solid 1px #aeaeae;
	background-color: #eaeaea; 
	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;
}





















































