/* ThemePanelLeftMenu Style Sheet */

.ThemePanelLeftMenu,.ThemePanelLeftSubMenuTable
{
	font-family:	 Georgia, "Times New Roman", Times, serif;
	font-size:	11px;
	background-color:	#ffffff;
    color: #000033;
	cursor:		pointer;
	
	text-align: left;		

	border-top:		1px solid #000033;
	border-left:	1px solid #000033;
	border-right:	1px solid #000033;
	border-bottom:	0px solid #000033;

  width:140px;

}

TD.ThemePanelLeftMainFolderText,TD.ThemePanelLeftMainItemText
{
/*	padding-right:	10px;
	padding-left:	10px;
*/
	background-color:	inherit;
	border-bottom:	1px solid #000033;	 			

	padding-top:	2px;   
	padding-bottom:	2px;
	padding-right:	4px;
	padding-left:	4px;
}

TD.ThemePanelLeftMainFolderRight,TD.ThemePanelLeftMainItemRight
{
/*
	padding-right:	0px;
	padding-left:	0px;
	border-right:	1px solid #9C9A9C;
*/
	background-color:	inherit;
	border-bottom:	1px solid #000033;	 			

	padding-top:	2px;   
	padding-bottom:	2px;
	padding-right:	0px;
	padding-left:	0px;
}

TD.ThemePanelLeftMainFolderLeft,TD.ThemePanelLeftMainItemLeft
{
	background-color:	inherit;
	border-bottom:	1px solid #000033;	 			

	padding-top:	2px;   
	padding-bottom:	2px;
	padding-right:	0px;
	padding-left:	0px;
}


.ThemePanelLeftSubMenu
{
	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=#ffcc99,Direction=135,Strength=4);  
*/
}

.ThemePanelLeftSubMenuTable
{
	border-top:		2px solid #000033;
	border-left:	2px solid #000033;
	border-right:	2px solid #000033;
	border-bottom:	1px solid #000033;
	
	text-align: left;		
}

.ThemePanelLeftMenuItem,.ThemePanelLeftMenuItemHover,.ThemePanelLeftMenuItemActive
{
	cursor:		pointer;


}

.ThemePanelLeftMainItem
{
	background-color:	#ffffff;
	
	border-right:   1px solid #000033;	
/*	width: 200px; */
	padding-left: 0px;
	padding-right: 0px;
	height:18px	


}
.ThemePanelLeftMainItemHover,
.ThemePanelLeftMainItemActive
{
	background-color:	#CCCC99;
	
	border-right:   1px solid #000033;	
/*	width: 200px; */
	padding-left: 0px;
	padding-right: 0px;	
	height:18px	
		
}

TD.ThemePanelLeftMainItem 
{
		
}
TD.ThemePanelLeftMainItemHover
{
		
} 
TD.ThemePanelLeftMainItemActive
{
		
}


.ThemePanelLeftMenuItemHover,
.ThemePanelLeftMenuItemActive
{
	background-color:	#CCCC99;
	
	border-right:   1px solid #000033;	
	
}


.ThemePanelLeftMenuFolderLeft,.ThemePanelLeftMenuItemLeft,
.ThemePanelLeftMenuFolderText,.ThemePanelLeftMenuItemText,
.ThemePanelLeftMenuFolderRight,.ThemePanelLeftMenuItemRight
{
	padding-top:	0px;    
	padding-bottom:	0px;
	padding-right:	0px;
	padding-left:	0px;
	
	border-bottom:	1px solid #000033;

	background-color:	inherit;
	
}

.ThemePanelLeftMenuFolderText,.ThemePanelLeftMenuItemText
{
	padding-right:	0px;
	padding-left:	0px;

	background-color:	inherit;
	
}

TR.ThemePanelLeftMenuItem TD.ThemePanelLeftMenuItemText
{
	padding-top:	0px;   
	padding-bottom:	0px;
	padding-right:	0px;
	padding-left:	0px;

	border-bottom:	1px solid #000033;

	
	background-color:	inherit;
	

}





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

.ThemePanelLeftMenuItem img.seq1
{
	display:	inline;
}

.ThemePanelLeftMenuItemHover seq2,
.ThemePanelLeftMenuItemActive seq2
{
	display:	inline;
}

.ThemePanelLeftMenuItem .seq2,
.ThemePanelLeftMenuItemHover .seq1,
.ThemePanelLeftMenuItemActive .seq1
{
	display:	none;
}


/*
.ThemePanelLeftMenuItem
{
	background-color:	#ffffff;
	
	border-right:   1px solid #000033;	
	width: 300px;
}
*/

/* vertical main menu sub components */
/*
TD.ThemePanelLeftMainFolderLeft,TD.ThemePanelLeftMainItemLeft
{
	padding-left:	10px;
	padding-right:	10px;

	border-left:	21px solid #9C9A9C;

	
	background-color:	inherit;
}
*/
/* sub menus sub components */
/*
TD.ThemePanelLeftMainFolderLeft,TD.ThemePanelLeftMainItemLeft,
TD.ThemePanelLeftMainFolderText,TD.ThemePanelLeftMainItemText,
TD.ThemePanelLeftMainFolderRight,TD.ThemePanelLeftMainItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	border-top:	1px solid #9C9A9C;
	border-bottom:	1px solid #9C9A9C;

	background-color:	inherit;
}
*/

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

/*
.ThemePanelLeftMainFolderLeft,.ThemePanelLeftMainItemLeft,
.ThemePanelLeftMainFolderText,.ThemePanelLeftMainItemText,
.ThemePanelLeftMainFolderRight,.ThemePanelLeftMainItemRight
{
	border:		0;
	background-color:	inherit;
	
}
*/
/*
.ThemePanelLeftMenuFolderLeft,.ThemePanelLeftMenuItemLeft
{
	padding-left:	0px;
	padding-right:	0px;

	border-left:	1px solid #9C9A9C;

	
	background-color:	inherit;
}
*/

/*
.ThemePanelLeftMenuFolderLeft,.ThemePanelLeftMenuItemLeft
{
	padding-right:	0px;
	padding-left:	2px;
	border-left:	1px solid #9C9A9C;

	background-color:	inherit;
	
}
*/

/*
TR.ThemePanelLeftMenuItem TD.ThemePanelLeftMenuItemRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

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

TR.ThemePanelLeftMenuItem TD.ThemePanelLeftMenuFolderRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

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

/*
.ThemePanelLeftMenuFolderRight,.ThemePanelLeftMenuItemRight
{
	padding-right:	0px;
	padding-left:	0px;
	border-right:	1px solid #9C9A9C;

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

TR.ThemePanelLeftMenuItem TD.ThemePanelLeftMenuFolderLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	3px;
	padding-right:	0px;

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

TR.ThemePanelLeftMenuItem TD.ThemePanelLeftMenuItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	3px;
	padding-right:	0px;

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

TR.ThemePanelLeftMenuItem TD.ThemePanelLeftMenuFolderText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-right:	3px;
	padding-left:	5px;

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


TD.ThemePanelLeftMainFolderLeft,TD.ThemePanelLeftMainItemLeft
{
	padding-right:	0px;
	padding-left:	0px;
	border-left:	1px solid #9C9A9C;

	background-color:	inherit;
	border-bottom:	1px solid #000033;	 			
}
*/

/*
TR.ThemePanelLeftMainItem TD.ThemePanelLeftMainFolderLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	1px;
	padding-right:	0px;

	border:	0;
	border-bottom:	1px solid #000033;	 			
	background-color:	inherit;
}

TR.ThemePanelLeftMainItem TD.ThemePanelLeftMainItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	1px;
	padding-right:	0px;

	border:	0;
	border-bottom:	1px solid #000033;	 			
	background-color:	inherit;
}

TR.ThemePanelLeftMainItem TD.ThemePanelLeftMainFolderText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	10px;
	padding-right:	10px;

	border:	0;
	border-bottom:	1px solid #000033;	 			
	background-color:	inherit;
}


TR.ThemePanelLeftMainItem TD.ThemePanelLeftMainItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	10px;
	padding-right:	10px;

	border:	0;
	border-bottom:	1px solid #000033;	 			
	background-color:	inherit;
}


TR.ThemePanelLeftMainItem TD.ThemePanelLeftMainItemRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

	border:	0;
	border-bottom:	1px solid #000033;	 			
	background-color:	inherit;
}


TR.ThemePanelLeftMainItem TD.ThemePanelLeftMainFolderRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

	border:	0;
	border-bottom:	1px solid #000033;	 			
	background-color:	inherit;
}
*/