/* ThemeMyPanelMenu Style Sheet */

.ThemeMyPanelMenu,.ThemeMyPanelSubMenuTable
{
	font-family:	verdana, arial, sans-serif;
	font-size:	12px;
	background-color:	#FFFFFF; /*#F7F3F7;*/
	cursor:		default;
	white-space:	nowrap;
}

.ThemeMyPanelSubMenu
{
	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);
}

.ThemeMyPanelSubMenuTable
{
	border:		1px solid #9C9A9C;
}

.ThemeMyPanelMenuItem,.ThemeMyPanelMenuItemHover,.ThemeMyPanelMenuItemActive
{
	cursor:		default;
	white-space:	nowrap;
}

.ThemeMyPanelMainItem,
.ThemeMyPanelMenuItem
{
	/*background-color:	#FFFFFF;*/ /*#F7F3F7;*/
	font-size:	12px;
}

.ThemeMyPanelMainItemHover,
.ThemeMyPanelMainItemActive,
.ThemeMyPanelMenuItemHover,
.ThemeMyPanelMenuItemActive
{
	background-color:	#C6C6C3; /*#88b488;*/ /*#8DA3B1;*/ /*#C6C6C3;*/
	font-size:	12px;
}


/* horizontal main menu sub components */
/* panel doesn't really support horizontal menus */

.ThemeMyPanelMainFolderLeft,.ThemeMyPanelMainItemLeft,
.ThemeMyPanelMainFolderText,.ThemeMyPanelMainItemText,
.ThemeMyPanelMainFolderRight,.ThemeMyPanelMainItemRight
{
	border:		0;
	background-color:	inherit;
	white-space:	nowrap;
}

/* vertical main menu sub components */
TD.ThemeMyPanelMainFolderLeft,TD.ThemeMyPanelMainItemLeft
{
	padding-left:	0px;
	padding-right:	0px;

	border-left:	1px solid #9C9A9C;

	white-space:	nowrap;
	background-color:	inherit;
}

TD.ThemeMyPanelMainFolderLeft,TD.ThemeMyPanelMainItemLeft,
TD.ThemeMyPanelMainFolderText,TD.ThemeMyPanelMainItemText,
TD.ThemeMyPanelMainFolderRight,TD.ThemeMyPanelMainItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	border-top:	1px solid #9C9A9C;
	border-bottom:	1px solid #9C9A9C;

	background-color:	inherit;
}

TD.ThemeMyPanelMainFolderLeft,TD.ThemeMyPanelMainItemLeft
{
	padding-right:	0px;
	padding-left:	0px;
	border-left:	1px solid #9C9A9C;

	background-color:	inherit;
	white-space:	nowrap;
}

TD.ThemeMyPanelMainFolderText,TD.ThemeMyPanelMainItemText
{
	padding-right:	10px;
	padding-left:	10px;

	background-color:	inherit;
	white-space:	nowrap;
}

TD.ThemeMyPanelMainFolderRight,TD.ThemeMyPanelMainItemRight
{
	padding-right:	0px;
	padding-left:	0px;
	border-right:	1px solid #9C9A9C;

	background-color:	inherit;
	white-space:	nowrap;
}

TR.ThemeMyPanelMainItem TD.ThemeMyPanelMainFolderLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	1px;
	padding-right:	0px;

	border:	0;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemeMyPanelMainItem TD.ThemeMyPanelMainItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	1px;
	padding-right:	0px;

	border:	0;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemeMyPanelMainItem TD.ThemeMyPanelMainFolderText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	10px;
	padding-right:	10px;

	border:	0;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemeMyPanelMainItem TD.ThemeMyPanelMainItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	10px;
	padding-right:	10px;

	border:	0;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemeMyPanelMainItem TD.ThemeMyPanelMainItemRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

	border:	0;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemeMyPanelMainItem TD.ThemeMyPanelMainFolderRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

	border:	0;
	white-space:	nowrap;
	background-color:	inherit;
}

/* sub menus sub components */

.ThemeMyPanelMenuFolderLeft,.ThemeMyPanelMenuItemLeft
{
	padding-left:	0px;
	padding-right:	0px;

	border-left:	1px solid #9C9A9C;

	white-space:	nowrap;
	background-color:	inherit;
}

.ThemeMyPanelMenuFolderLeft,.ThemeMyPanelMenuItemLeft,
.ThemeMyPanelMenuFolderText,.ThemeMyPanelMenuItemText,
.ThemeMyPanelMenuFolderRight,.ThemeMyPanelMenuItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	border-top:	1px solid #9C9A9C;
	border-bottom:	1px solid #9C9A9C;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeMyPanelMenuFolderLeft,.ThemeMyPanelMenuItemLeft
{
	padding-right:	0px;
	padding-left:	2px;
	border-left:	1px solid #9C9A9C;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeMyPanelMenuFolderText,.ThemeMyPanelMenuItemText
{
	padding-right:	3px;
	padding-left:	5px;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeMyPanelMenuFolderRight,.ThemeMyPanelMenuItemRight
{
	padding-right:	0px;
	padding-left:	0px;
	border-right:	1px solid #9C9A9C;

	background-color:	inherit;
	white-space:	nowrap;
}

TR.ThemeMyPanelMenuItem TD.ThemeMyPanelMenuFolderLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	3px;
	padding-right:	0px;

	border:	0;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemeMyPanelMenuItem TD.ThemeMyPanelMenuItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	3px;
	padding-right:	0px;

	border:	0;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemeMyPanelMenuItem TD.ThemeMyPanelMenuFolderText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-right:	3px;
	padding-left:	5px;

	border:	0;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemeMyPanelMenuItem TD.ThemeMyPanelMenuItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-right:	3px;
	padding-left:	5px;

	border:	0;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemeMyPanelMenuItem TD.ThemeMyPanelMenuItemRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

	border:		0;
	white-space:	nowrap;
	background-color:	inherit;
}

TR.ThemeMyPanelMenuItem TD.ThemeMyPanelMenuFolderRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

	border:		0;
	white-space:	nowrap;
	background-color:	inherit;
}

.ThemeMyPanelMenuSplit
{
	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" />
*/

.ThemeMyPanelMenuItem img.seq1
{
	display:	inline;
}

.ThemeMyPanelMenuItemHover seq2,
.ThemeMyPanelMenuItemActive seq2
{
	display:	inline;
}

.ThemeMyPanelMenuItem .seq2,
.ThemeMyPanelMenuItemHover .seq1,
.ThemeMyPanelMenuItemActive .seq1
{
	display:	none;
}
