.containermaster
{
	/*width: 100%;*/
	background: transparent;
	border: none;
}
.containerrow
{
	background-color: #ffffff;
}
.ModuleContentPane
{
	color: #585858;
}
.ModuleTitle_MenuItem
{
	border: white 0px solid;
}

.ModuleTitle_MenuItem TD
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	height: 21px;
	white-space: nowrap;
	padding: 1px 3px 3px 1px;
}
.ModuleTitle_MenuIcon
{
	cursor: pointer;
	background-color: #C0C0C0;
	background-color: #C0C0C0;
	border-left: #C0C0C0 1px solid;
	border-bottom: #C0C0C0 1px solid;
	border-top: #C0C0C0 1px solid;
	border-right: #FFFFFF 1px solid;
	height: 100%;
	width: 15px;
}
.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);*/
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
}
.ModuleTitle_MenuBreak
{
	background-color: #EEEEEE;
	font-size: 1px;
}
.ModuleTitle_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #EEEEEE;
}