@media print {
	.ThemePanelMenu {
		display: none;
	}
	.ThemePanelSubMenu {
		display: none;
	}
}
@media screen {
	/* ThemePanelMenu Style Sheet */
	.ThemePanelMenu {
		margin-left: 57px;
		margin-right: 50px;
		margin-bottom: 44px;
		color: #3c3c3c;
	}
	.ThemePanelMenu .ThemePanelMainFolderText, .ThemePanelMenu .ThemePanelMainItemText {
		cursor: pointer;
		text-align:left;
		font-family: Arial, sans-serif;
		white-space: nowrap;
		color: #012A7A;
		font-size: 11pt;
		font-weight: bold;
		padding-right: 4px;
		padding-left: 3px;
	}
	.ThemePanelMainItemHover .ThemePanelMainFolderText, .ThemePanelMainItemHover .ThemePanelMainItemText {
		color: #E7B465;	
		background-color: white;
	}
	.ThemePanelMainFolderText,.ThemePanelMainItemText {
		border-bottom: 1px solid #D0D0D0;
	}
	.ThemePanelMainFolderLeft img, .ThemePanelMainItemLeft img {
		margin-top: 2px;
		margin-bottom: 2px;
	}
	/* sub menus sub components */
	.ThemePanelSubMenu {
		position: absolute;
		visibility: hidden;
		left: 1px;
		top: 1px;
		background-color: #DEDEDF;    
	}
	.tThemePanelSubMenu {
		margin: 3px;
	}
	.ThemePanelSubMenu TD {
		cursor: pointer;
		text-align:left;
		font-family: Arial, sans-serif;
		white-space: nowrap;
		color: #012A7A;
		font-size: 11pt;
		font-weight: bold;
		padding-right: 4px;
	}
	.ThemePanelMenuItemHover TD {
		color: #E7B465;	
		background-color: white;
	}
}