/* ThemePanelScheduleMenu Style Sheet */

.ThemePanelScheduleMenu
{
	border-width:0px;
	height:20px;
	padding-right:0px;
	padding-left:0px;
    margin-top: 0px;  
    background-color: #FFFFFF;
	cursor:		default;
	white-space:	nowrap;    
}

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

.ThemePanelScheduleSubMenu
{
	
	color: #000000;
	
	position:	absolute;
	visibility:	hidden;
    margin-top: 9px;

	/*
	   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: #000000;
    background-color:   #F00;    
	cursor:		hand;
    white-space:	nowrap;
}


/* FIRST LEVEL ROW */
.ThemePanelScheduleMainItem
{
	padding-left: 5px;
	padding-right: 11px;
	color: #000000;
	font: bold;
	font-family:  arial;
	font-size: 10px;
	background-color:	#FFFFFF;    
    cursor:		hand;
	 white-space:	nowrap;
}

/* GENERAL SUB MENU ITEM*/
.ThemePanelScheduleMenuItem
{
	color: #FFFFFF;
	font: normal;
	font-family:  arial;
	font-size: 10px;
	background-color:	#f00;  
    cursor:		hand;
	white-space:	nowrap;
}

/* FIRST LEVEL ROW - HOVER */
.ThemePanelScheduleMainItemActive
{
	padding-left:5px;
	padding-right:11px;
	color: #fff;
	font: bold;
	font-family:  arial;
	font-size: 10px;
	background-color:	#f00;        
    cursor:		hand;
    cursor:		pointer;
	 white-space:	nowrap;
	
}

.ThemePanelScheduleMainItemHover
{
    padding-left:5px;
    padding-right:11px;
    color: #fff;
    font: bold;
    font-family:  arial;
    font-size: 10px;
    background-color:   #333;        
    cursor:     hand;
    cursor:     pointer;
     white-space:   nowrap;
    
}

/* SUB LEVEL */
.ThemePanelScheduleMenuItemHover
{
	color: #FFFFFF;
	font: normal;
	font-family:  arial;
	font-size: 10px;
    background-color:   #f00;        
    cursor:		hand;
    cursor:		pointer;
	 white-space:	nowrap;
	
}
.ThemePanelScheduleMenuItemActive
{
    color: #FFFFFF;
    font: normal;
    font-family:  arial;
    font-size: 10px;
    background-color:   #333;        
    cursor:     hand;
    cursor:     pointer;
     white-space:   nowrap;
    
}


/* SUB LEVEL 2 */
.ThemePanelScheduleMenuFolderText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-right:	15px;
    padding-left:   10px;
	white-space:	nowrap;
	background-color:	#333;
}

/* SUB LEVEL 3 ON MOUSE OVER */
.ThemePanelScheduleMenuItemText
{
    padding-top:    3px;
    padding-bottom: 3px;
    padding-right:  15px;
    padding-left:   10px;
    white-space:    nowrap;
    background-color:   #ff7f00;
}


/* SUB LEVEL 3 - NORMAL*/
TR.ThemePanelScheduleMenuItem, TR.ThemePanelScheduleMenuItem TD.ThemePanelScheduleMenuItemText

{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-right:	15px;
	padding-left:	10px;	
	white-space:	nowrap;
	background-color:  #333;
}
