/* ThemePanelMenu Style Sheet */

.ThemePanelMenu,.ThemePanelSubMenuTable
{
	font-family:	verdana, arial, sans-serif;
	font-size:	13px;
	color:		#21364D;
	padding:	0;
	white-space:	nowrap;
	cursor: hand;
	cursor: pointer;
	background: url(../../images/outfit/bg_menu.gif);
	width: 140px;

}

.ThemePanelSubMenu
{
	position:	absolute;
	visibility:	hidden;

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	100;
	border:		0;
	padding:	0px;


	overflow:	visible;
	border:		1px solid #8C867B;

	
}

.ThemePanelSubMenuTable
{
	overflow:	visible;
}

.ThemePanelMainItem,.ThemePanelMainItemHover,.ThemePanelMainItemActive,
.ThemePanelMenuItem,.ThemePanelMenuItemHover,.ThemePanelMenuItemActive
{
	border:		0;
	cursor:		hand;
	cursor: pointer;
	white-space:	nowrap;

}

.ThemePanelMainItem
{

}

.ThemePanelMainItemHover,.ThemePanelMainItemActive
{
	background-color:	C7D2DF;

}

.ThemePanelMenuItem
{
	background-color:	WHITE;

}

.ThemePanelMenuItemHover,.ThemePanelMenuItemActive
{
	background-color:	C7D2DF;

}



/* vertical main menu sub components */

td.ThemePanelMainFolderLeft,td.ThemePanelMainItemLeft
{
	padding-top:	3px;
	padding-bottom:	4px;
	padding-left:	0px;
	padding-right:	2px;

	border-top:	0px solid transparent;
	border-bottom:	1px solid transparent;
	border-left:	1px solid transparent;

	background-color:	inherit;
}

td.ThemePanelMainFolderText,td.ThemePanelMainItemText
{
	padding-top:	3px;
	padding-bottom:	4px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:	0px solid transparent;
	border-bottom:	1px solid transparent;

	background-color:	inherit;
	white-space:	nowrap;
}

td.ThemePanelMainFolderRight,td.ThemePanelMainItemRight
{
	padding-top:	3px;
	padding-bottom:	4px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	0px solid transparent;
	border-bottom:	1px solid transparent;
	border-right:	1px solid transparent;

	background-color:	inherit;
}

tr.ThemePanelMainItem td.ThemePanelMainFolderLeft,
tr.ThemePanelMainItem td.ThemePanelMainItemLeft
{
	padding-top:	4px;
	padding-bottom:	4px;
	padding-left:	1px;
	padding-right:	2px;

	white-space:	nowrap;

	border:		0;
	background-color:	inherit;
}

tr.ThemePanelMainItem td.ThemePanelMainFolderText,
tr.ThemePanelMainItem td.ThemePanelMainItemText
{
	padding-top:	4px;
	padding-bottom:	4px;
	padding-left:	5px;
	padding-right:	5px;

	border:		0;
	background-color:	inherit;
}

tr.ThemePanelMainItem td.ThemePanelMainItemRight,
tr.ThemePanelMainItem td.ThemePanelMainFolderRight
{
	padding-top:	4px;
	padding-bottom:	4px;
	padding-left:	0px;
	padding-right:	1px;

	border:		0;
	background-color:	inherit;
}

/* sub menu sub components */

.ThemePanelMenuFolderLeft,.ThemePanelMenuItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	2px;
	padding-right:	0px;

	border-top:	0px solid #8C867B;
	border-bottom:	1px solid #8C867B;
	border-left:	0px solid #8C867B;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemePanelMenuFolderText,.ThemePanelMenuItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	2px;
	padding-right:	0px;

	border-top:	0px solid #8C867B;
	border-bottom:	1px solid #8C867B;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemePanelMenuFolderRight,.ThemePanelMenuItemRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	2px;
	padding-right:	0px;

	border-top:	0px solid #8C867B;
	border-bottom:	1px solid #8C867B;
	border-right:	0px solid #8C867B;

	background-color:	inherit;
	white-space:	nowrap;
}
