/* ThemePanelMenu Style Sheet */

.ThemePanelMenu,.ThemePanelSubMenuTable
{
	font-family:	"Arial", "Helvetica", "sans-serif";
	font-size:	11px;
	background-color:	#F7F3F7;
	cursor:		default;
	white-space:	nowrap;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	vertical-align: middle;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 159;
	text-decoration: none;
}

.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:	0;

	/* the following property is only useful in IE */
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#DEDEDE,Direction=135,Strength=4);
}

.ThemePanelSubMenuTable
{
	border:		1px solid #CFE3F1;
}

.ThemePanelMenuItem,.ThemePanelMenuItemHover,.ThemePanelMenuItemActive
{
	/* cursor:		default; */
	white-space:	nowrap;
}

.ThemePanelMainItem,.ThemePanelMenuItem
{
	background-color:	#F7F3F7;
}

.ThemePanelMainItemHover,.ThemePanelMainItemActive,.ThemePanelMenuItemHover,.ThemePanelMenuItemActive
{
	background-color:	#C6C6C3;
}


/* horizontal main menu sub components */
/* panel doesn't really support horizontal menus */

.ThemePanelMainFolderText,.ThemePanelMainItemText,
.ThemePanelMainFolderRight,.ThemePanelMainItemRight
{
	border:		0;
	background-color:	inherit;
	white-space:	nowrap;
}

/* vertical main menu sub components */
TD.ThemePanelMainFolderText,TD.ThemePanelMainItemText,
TD.ThemePanelMainFolderRight,TD.ThemePanelMainItemRight /*over menu whole*/
{
	padding-top:	5px;
	padding-bottom:	5px;
	border-top:	0px solid #CFE3F1;
	border-bottom:	1px solid #CFE3F1;

	background-color:	inherit;
}

TD.ThemePanelMainFolderLeft,TD.ThemePanelMainItemLeft /*menu left box left*/
{
	padding-right:	0px;
	padding-left:	0px;
	border-left:	0px solid #CFE3F1;

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

TD.ThemePanelMainFolderText,TD.ThemePanelMainItemText /*over menu center*/
{
	padding-right:	0px;
	padding-left:	18px;
	
	background-color:	inherit;
	white-space:	nowrap;
}

TD.ThemePanelMainFolderRight,TD.ThemePanelMainItemRight /*menu right box right*/
{
	padding-right:	0px;
	padding-left:	0px;
	border-right:	0px solid #CFE3F1;

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

TR.ThemePanelMainItem TD.ThemePanelMainFolderLeft /*menu left box with submenu*/
{
	padding-top:	5px;
	padding-bottom:	5px;
	padding-left:	0px;
	padding-right:	0px;

	border-bottom:	1px solid #CFE3F1;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemePanelMainItem TD.ThemePanelMainItemLeft /*menu left box without submenu*/
{
	padding-top:	5px;
	padding-bottom:	5px;
	padding-left:	0px;
	padding-right:	0px;

	border-bottom:	1px solid #CFE3F1;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemePanelMainItem TD.ThemePanelMainFolderText /*menu center box with submenu*/
{
	padding-top:	5px;
	padding-bottom:	5px;
	padding-left:	18px;
	padding-right:	0px;

	border-bottom:	1px solid #CFE3F1;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemePanelMainItem TD.ThemePanelMainItemText /*menu center box without submenu*/
{
	padding-top:	5px;
	padding-bottom:	5px;
	padding-left:	18px;
	padding-right:	0px;

	border-bottom:	1px solid #CFE3F1;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemePanelMainItem TD.ThemePanelMainItemRight /*menu right box without submenu*/
{
	padding-top:	5px;
	padding-bottom:	5px;
	padding-left:	0px;
	padding-right:	0px;

	border-bottom:	1px solid #CFE3F1;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemePanelMainItem TD.ThemePanelMainFolderRight /*menu right box with submenu*/
{
	padding-top:	5px;
	padding-bottom:	5px;
	padding-left:	0px;
	padding-right:	0px;

	border-bottom:	1px solid #CFE3F1;
	white-space:	nowrap;
	background-color:	inherit;
}

/* sub menus sub components */

.ThemePanelMenuFolderLeft,.ThemePanelMenuItemLeft
{
	padding-left:	0px;
	padding-right:	0px;

	border-left:	0px solid #CFE3F1;

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

.ThemePanelMenuFolderLeft,.ThemePanelMenuItemLeft,.ThemePanelMenuFolderText,.ThemePanelMenuItemText,
.ThemePanelMenuFolderRight,.ThemePanelMenuItemRight /*over sub menu left box*/
{
	padding-top:	5px;
	padding-bottom:	5px;
	border-top:	0px solid #CFE3F1;
	border-bottom: 1px solid #CFE3F1;

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

.ThemePanelMenuFolderLeft,.ThemePanelMenuItemLeft /*over sub menu left box*/
{
	padding-right:	0px;
	padding-left:	0px;
	border-left:	0px solid #CFE3F1;

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

.ThemePanelMenuFolderText,.ThemePanelMenuItemText /*over sub menu center box*/
{
	padding-right:	3px;
	padding-left:	18px;

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

.ThemePanelMenuFolderRight,.ThemePanelMenuItemRight
{
	padding-right:	0px;
	padding-left:	0px;
	border-right:	0px solid #CFE3F1;

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

TR.ThemePanelMenuItem TD.ThemePanelMenuFolderLeft /*sub menu left box with further sub menus*/
{
	padding-top:	5px;
	padding-bottom:	5px;
	padding-left:	0px;
	padding-right:	0px;

	border-bottom: 1px solid #CFE3F1;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemePanelMenuItem TD.ThemePanelMenuItemLeft /*sub menu left box without further sub menus*/
{
	padding-top:	5px;
	padding-bottom:	5px;
	padding-left:	0px;
	padding-right:	0px;

	border-bottom: 1px solid #CFE3F1;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemePanelMenuItem TD.ThemePanelMenuFolderText /*sub menu center box with further sub menus*/
{
	padding-top:	5px;
	padding-bottom:	5px;
	padding-right:	3px;
	padding-left:	18px;

	border-bottom: 1px solid #CFE3F1;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemePanelMenuItem TD.ThemePanelMenuItemText /*sub menu center box without further sub menus*/
{
	padding-top:	5px;
	padding-bottom:	5px;
	padding-right:	3px;
	padding-left:	18px;

	border-bottom: 1px solid #CFE3F1;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemePanelMenuItem TD.ThemePanelMenuItemRight /*sub menu right box without further sub menus*/
{
	padding-top:	5px;
	padding-bottom:	5px;
	padding-left:	0px;
	padding-right:	0px;

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

TR.ThemePanelMenuItem TD.ThemePanelMenuFolderRight /*sub menu right box with further sub menus*/
{
	padding-top:	5px;
	padding-bottom:	5px;
	padding-left:	0px;
	padding-right:	0px;

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

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

/* image shadow animation */

/*
	seq1:	image for normal
	seq2:	image for hover and active

	To use, in the icon field, input the following:
	<img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
*/

.ThemePanelMenuItem img.seq1
{
	display:	inline;
}

.ThemePanelMenuItemHover seq2,.ThemePanelMenuItemActive seq2
{
	display:	inline;
}

.ThemePanelMenuItem .seq2,.ThemePanelMenuItemHover .seq1,.ThemePanelMenuItemActive .seq1
{
	display:	none;
}
