/* ThemePanelMenu Style Sheet */

.ThemePanelMenu TD
{
	cursor: pointer;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #A9ABAB;
	text-align:left;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-weight:bold;
	font-size: 16px;
}

.ThemePanelMainItemHover TD, .ThemePanelMainItemActive TD
{
	color: #D88F4B;
	
}

.ThemePanelMainFolderLeft, .ThemePanelMainItemLeft
{
	width:13px;
	text-align:left;
}

.ThemePanelMainFolderText,.ThemePanelMainItemText 
{
	width: 105px;
}


.ThemePanelMainFolderRight,.ThemePanelMainItemRight
{
	width:5px;
}

/* sub menus sub components */
.ThemePanelSubMenu
{
	position: absolute;
	visibility: hidden;
	left: 1px;
    top: 1px;
}

.ThemePanelSubMenu TD {
	cursor: pointer;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:right;
	color: #666666;
	font-family: "Courier New", courier, mono !important;
	font-size: 12px;
	background-color: #F2F2F2;
	white-space: nowrap;
}

.ThemePanelMenuItemHover TD,.ThemePanelMenuItemActive TD
{
	color: #775E7C;
}

.ThemePanelMenuFolderLeft,.ThemePanelMenuItemLeft
{
	padding-left: 2px;
}

.ThemePanelMenuFolderText,.ThemePanelMenuItemText
{
	padding-right: 3px;
	padding-left: 5px;
}


.ThemePanelMenuSplit
{
	margin: 2px;
	height: 1px;
	overflow: hidden;
	background-color: inherit;
	border-top: 1px solid #9C9A9C;
}

