/* ThemePanelScheduleMenu Style Sheet */

.ThemePanelScheduleMenu,.ThemePanelScheduleSubMenuTable
{
	
	height:20px;
	padding-right:0px;
	padding-left:0px;
	background-color: #FFFFFF;
	cursor:		default;
	white-space:	nowrap;    
}

.ThemePanelScheduleSubMenu
{
	
	color: #CC9999;
	
	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);*/
}



.ThemePanelScheduleMenuItem,.ThemePanelScheduleMenuItemHover,.ThemePanelScheduleMenuItemActive
{
	
	color: #663333;
	
	cursor:		hand;
    white-space:	nowrap;
}

.ThemePanelScheduleMainItem
{
	padding-left: 5px;
	padding-right: 21px;
	color: #993333;
	font: bold;
	font-family:  arial;
	font-size: 10px;
	background-color:	#FFFFFF;    
    cursor:		hand;
	 white-space:	nowrap;
}

.ThemePanelScheduleMenuItem
{
	color: #FFFFFF;
	font: normal;
	font-family:  arial;
	font-size: 10px;
	background-color:	#FFFFFF;    
    cursor:		hand;
	 white-space:	nowrap;
}

.ThemePanelScheduleMainItemHover,
.ThemePanelScheduleMainItemActive
{
	padding-left:5px;
	padding-right:21px;
	color: #FF1A00;
	font: bold;
	font-family:  arial;
	font-size: 10px;
	background-color:	#FFFFFF;        
    cursor:		hand;
    cursor:		pointer;
	 white-space:	nowrap;
	
}

.ThemePanelScheduleMenuItemHover,
.ThemePanelScheduleMenuItemActive
{
	
	color: #FFFFFF;
	font: normal;
	font-family:  arial;
	font-size: 10px;
	background-color:	#663333;        
    cursor:		hand;
    cursor:		pointer;
	 white-space:	nowrap;
	
}



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





/* sub menus sub components */






.ThemePanelScheduleMenuFolderText,.ThemePanelScheduleMenuItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-right:	15px;
	padding-left:	10px;


	
	white-space:	nowrap;
	background-color:	#FF0000;
}



TR.ThemePanelScheduleMenuItem TD.ThemePanelScheduleMenuItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-right:	15px;
	padding-left:	10px;


	white-space:	nowrap;
	background-color:	#663333;
}

.ThemePanelScheduleMenuFolderLeft,.ThemePanelScheduleMenuItemLeft,


{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-right:	0px;
	padding-left:	0px;
	
	border-top:	1px solid #663333;
	border-bottom:	1px solid #663333;

	background-color:	#663333;
	white-space:	nowrap;
}

.ThemePanelScheduleMenuFolderRight,.ThemePanelScheduleMenuItemRight,


{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-right:	0px;
	padding-left:	0px;
	
	border-top:	1px solid #663333;
	border-bottom:	1px solid #663333;

	background-color:	#663333;
	white-space:	nowrap;
}

TR.ThemePanelScheduleMenuItem, TR.ThemePanelScheduleMenuItem TD.ThemePanelScheduleMenuItemText

{
	
	padding-top:	3px;
	padding-bottom:	3px;
	padding-right:	15px;
	padding-left:	10px;


	
	white-space:	nowrap;
	background-color:	#663333;
}


