/* ThemeRTVMenu Style Sheet */

.ThemeRTVMenu,.ThemeRTVSubMenuTable
{
	font-family:	Tahoma;
	font-size:	10px;
	color:	#FFFFFF;	
	padding:	0;
	white-space:	normal;
	cursor:		pointer;
	width: 167px;
	margin-top:29px;
	border-top: 1px solid #b6dafb;	
	border-right: 1px solid #b6dafb;	
	border-left: 1px solid #b6dafb;	
	margin-right: 25px;
	margin-bottom: 47px;
	background-color: #0059a9;	
	
}

.ThemeRTVSubMenu
{
	

	margin:-1;
	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:		1;
	padding:	0;

	overflow:	visible;
	/*border:		1px solid #A0C512;*/

	filter:progid:DXImageTransform.Microsoft.Shadow(color=#FFFFFF, Direction=135, Strength=2);
}

.ThemeRTVSubMenuTable
{
	overflow:	visible;
}

.ThemeRTVMainItem,.ThemeRTVMainItemHover,.ThemeRTVMainItemActive,
.ThemeRTVMenuItem,.ThemeRTVMenuItemHover,.ThemeRTVMenuItemActive
{
	border:		0;
	cursor:		pointer;
	white-space: normal;	
}

.ThemeRTVMainItem
{
	height: 23px;	
	font-size: 10px;
	font-weight:bold;
	color:#FFFFFF;	
	background-image:url(/images/themes/default/out_ar.jpg);   
	text-align:right;
	background-repeat: no-repeat;
	background-position: center top;
}

.ThemeRTVMainItemHover,.ThemeRTVMainItemActive
{
	background-image:url(../../images/themes/default/over_ar.jpg);
	height: 23px;
	background-position:left;	
	text-align:right;
	font-weight:bold;	
	width:167px;		
}

.ThemeRTVMenuItem
{
	background-color:	#ffffff;
	height: 24px;
	
	direction:rtl;
	
}

.ThemeRTVMenuItemHover,.ThemeRTVMenuItemActive
{
	background-color:	#ffffff;
	height: 24px;
	
}

/* vertical main menu sub components */

td.ThemeRTVMainFolderLeft,td.ThemeRTVMainItemLeft
{
	background-color:	inherit;
	color: #FFFFFF;
	/*font-family: simplified Arabic,Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	border-bottom: 1px solid #b6dafb;
	
}

td.ThemeRTVMainFolderText,td.ThemeRTVMainItemText
{	
	background-color:	inherit;
	white-space:	normal;
	font-size: 10px;
    padding-right:10px;
	color:#FFFFFF;
	width:160px; 
	border-bottom: 1px solid #b6dafb;
}

td.ThemeRTVMainFolderRight,td.ThemeRTVMainItemRight
{
	
	background-color:	inherit;
	color: #FFFFFF;
	/*font-family: simplified Arabic,Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	border-bottom: 1px solid #b6dafb;
}

tr.ThemeRTVMainItem td.ThemeRTVMainFolderLeft,
tr.ThemeRTVMainItem td.ThemeRTVMainItemLeft
{
	white-space:	normal;
	background-color:	inherit;
}

tr.ThemeRTVMainItem td.ThemeRTVMainFolderText,
tr.ThemeRTVMainItem td.ThemeRTVMainItemText
{
	background-color:	inherit;
}

tr.ThemeRTVMainItem td.ThemeRTVMainItemRight,
tr.ThemeRTVMainItem td.ThemeRTVMainFolderRight
{
	background-color:	inherit;
}


/* sub menu sub components */

.ThemeRTVMenuFolderLeft,.ThemeRTVMenuItemLeft
{
	background-color:	#4475C1;
	white-space:	normal;
	height:22px;
	width:1px;		
}

.ThemeRTVMenuFolderText,.ThemeRTVMenuItemText
{
	
	background-color:	#4475C1;
	white-space:	normal;
	color: #FFFFFF;
	font-size: 10px;
	
}

.ThemeRTVMenuFolderRight,.ThemeRTVMenuItemRight
{

	background-color:	#4475C1;
	white-space:	normal;
	width:1px;	
}

.ThemeRTVMenuItem .ThemeRTVMenuFolderLeft,
.ThemeRTVMenuItem .ThemeRTVMenuItemLeft
{
	white-space:	normal;
	border:		0;
	background-color:	#799CD7;
}

.ThemeRTVMenuItem .ThemeRTVMenuFolderText,
.ThemeRTVMenuItem .ThemeRTVMenuItemText
{
	
	background-color:	#799CD7;
}

.ThemeRTVMenuItem .ThemeRTVMenuFolderRight,
.ThemeRTVMenuItem .ThemeRTVMenuItemRight
{	
	background-color:	#799CD7;
	font-size: 10px;
}
