/*
 * ThemeLeft Style Sheet
 * by Ian Reyes and Heng Yuan
 */

.ThemeLeftMenu
{
	font-family: Tahoma,Arials,Times New Roman;
	font-size: 12px;
	color: black;
	width: 100%;
	cursor:		hand;
}
.ThemeLeftSubMenuTable
{
	font-family: Tahoma,Arials,Times New Roman;
	font-size: 12px;
	color: black;
	cursor:		hand;
	width: 150;
	background-color:	#CFE5F3;
	/*border: solid 1px #9C9A9C;*/
}

.ThemeLeftSubMenu
{
	position:	absolute;
	display:	block;
	visibility:	hidden;
	overflow:	hidden;
}

/* menu level 1*/
.ThemeLeftMenuItem,.ThemeLeftMenuItemHover,.ThemeLeftMenuItemActive
{
	cursor:		hand; 
}

.ThemeLeftMainItem{
	/*border: solid 1px #ff0000;*/
}
.ThemeLeftMainItemHover,.ThemeLeftMainItemActive{
	background-color:	#a9d0e9;
}

.ThemeLeftMenuItem{
	background-color:	#CFE5F3;
}
/*
.ThemeLeftMenuItemHover,.ThemeLeftMenuItemActive{
	background-color:	#a9d0e9;
}
*/
/* horizontal main menu sub components */
/* panel doesn't really support horizontal menus */
/* there are simpler approaches, but the setting here allows me to
   set a background image for the menu without lines all over it */

.ThemeLeftMainFolderLeft,
.ThemeLeftMainItemLeft,
.ThemeLeftMainFolderText,
.ThemeLeftMainItemText,
.ThemeLeftMainItemRight,
.ThemeLeftMainFolderRight
{
  border-top: solid 1px #e5f5ff;
	border-bottom: solid 1px #b6d5e8;
	background-color: inherit;
	white-space: wrap;
}

/* sub menus sub components */

.ThemeLeftMenuFolderLeft,
.ThemeLeftMenuItemLeft,
.ThemeLeftMenuFolderText,
.ThemeLeftMenuItemText,
.ThemeLeftMenuItemRight,
.ThemeLeftMenuFolderRight
{
	border-top: solid 1px #e5f5ff;
	border-bottom: solid 1px #b6d5e8;
	white-space:	wrap;
	background-color:	inherit;
}
/*
.ThemeLeftMenuFolderText,
.ThemeLeftMenuItemText
{
	white-space:	wrap;
	background-color:	inherit;
}

.ThemeLeftMenuItemRight,
.ThemeLeftMenuFolderRight
{
	white-space:	nowrap;
	background-color:	inherit;
}
*/
/* hoover and active border */
.ThemeLeftMenuItemHover .ThemeLeftMenuFolderLeft,
.ThemeLeftMenuItemActive .ThemeLeftMenuFolderLeft,
.ThemeLeftMenuItemHover .ThemeLeftMenuItemLeft,
.ThemeLeftMenuItemActive .ThemeLeftMenuItemLeft,
.ThemeLeftMenuItemHover .ThemeLeftMenuFolderText,
.ThemeLeftMenuItemActive .ThemeLeftMenuFolderText,
.ThemeLeftMenuItemHover .ThemeLeftMenuItemText,
.ThemeLeftMenuItemActive .ThemeLeftMenuItemText,
.ThemeLeftMenuItemHover .ThemeLeftMenuFolderRight,
.ThemeLeftMenuItemActive .ThemeLeftMenuFolderRight,
.ThemeLeftMenuItemHover .ThemeLeftMenuItemRight,
.ThemeLeftMenuItemActive .ThemeLeftMenuItemRight
{
	border-top: solid 1px #e5f5ff;
	border-bottom: solid 1px #b6d5e8;
	background-color:	#a9d0e9;
}

.ThemeLeftMenuItemHover .ThemeLeftMenuFolderLeft,
.ThemeLeftMenuItemActive .ThemeLeftMenuFolderLeft,
.ThemeLeftMenuItemHover .ThemeLeftMenuItemLeft,
.ThemeLeftMenuItemActive .ThemeLeftMenuItemLeft
{
	
}

.ThemeLeftMenuItemHover .ThemeLeftMenuFolderText,
.ThemeLeftMenuItemActive .ThemeLeftMenuFolderText,
.ThemeLeftMenuItemHover .ThemeLeftMenuItemText,
.ThemeLeftMenuItemActive .ThemeLeftMenuItemText
{
	
}

.ThemeLeftMenuItemHover .ThemeLeftMenuFolderRight,
.ThemeLeftMenuItemActive .ThemeLeftMenuFolderRight,
.ThemeLeftMenuItemHover .ThemeLeftMenuItemRight,
.ThemeLeftMenuItemActive .ThemeLeftMenuItemRight
{
	padding:	0;
}

td.ThemeLeftMenuSplit
{
	padding:	0px;
	margin:		0px;
	height:		5px;
	/*border:		0px;*/
	background-color:	inherit;
	overflow:	hidden;
}

div.ThemeLeftMenuSplit
{
	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" />
*/

.ThemeLeftMenuItem img.seq1
{
	display:	inline;
}

.ThemeLeftMenuItemHover seq2,
.ThemeLeftMenuItemActive seq2
{
	display:	inline;
}

.ThemeLeftMenuItem .seq2,
.ThemeLeftMenuItemHover .seq1,
.ThemeLeftMenuItemActive .seq1
{
	display:	none;
}
