/* ThemePanelMenu Style Sheet */

.ThemePanelMenu {
	width: 164px;
}

.ThemePanelMenu TD {
	cursor: pointer;
	white-space: nowrap;
}

.ThemePanelMainItemHover DIV, .ThemePanelMainItemActive DIV {
	color:#F47320;
}
.ThemePanelMainItem {
}
.ThemePanelMainFolderLeft, .ThemePanelMainItemLeft {
	background-repeat: no-repeat;
	background-position: 0px 8px;
	width:34px;
}
.ThemePanelMainFolderText, .ThemePanelMainItemText {
	width: 114px;
	font-size:12px;
	font-weight:bold;
	padding-bottom: 8px;
	padding-left: 3px;
	padding-right:3px;
}
.ThemePanelMainFolderRight, .ThemePanelMainItemRight {
	background-repeat: no-repeat;
	background-position: 0px 8px;
	width: 16px;
	visibility: hidden;
}
.ThemePanelMainItemHover .ThemePanelMainFolderRight, .ThemePanelMainItemHover .ThemePanelMainItemRight {
	visibility: visible;
}
/* sub menus sub components */
.ThemePanelSubMenu
{
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	margin:0px;
	padding:0px;
	background-color:transparent;
}

.ThemePanelSubMenu TD {
	font-family: Trebuchet MS,Helvetica,Sans-serif;
	font-size: 13px;
	*font-size:12px;
	font-weight:bold;
/*	height: 18px;
	margin-top:5px;
	margin-bottom:7px;*/
	text-align:left;
	cursor: pointer;
	color:#535353;
	white-space: nowrap;
	text-transform: uppercase;
}

.ThemePanelMenuItemHover TD, .ThemePanelMenuItemActive TD {
	color:#F47320;
}

.ThemePanelMenuFolderLeft,.ThemePanelMenuItemLeft {
	width:2px;
}

.ThemePanelMenuFolderRight,.ThemePanelMenuItemRight {
	width: 1px;
}

.ThemePanelMenuFolderText,.ThemePanelMenuItemText
{
/* 	width: 150px; */
	background-color:#D7D7D7;
	filter:alpha(opacity=75);
	-moz-opacity:.90;
	opacity:.90;
	padding-left:20px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
}

.ThemePanelMenuSplit
{
	margin: 2px;
	height: 1px;
	overflow: hidden;
	background-color: inherit;
	border-top: 1px solid #9C9A9C;
}
