/* 
================================
Skin styles for DotNetNuke
================================
*/   
.Language{
padding-right:7px;
direction:rtl;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color:#B4B4B4;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	border-right: #f0f0f0 1px solid; 
	border-top: #f0f0f0 1px solid; 
	border-left: #f0f0f0 1px solid; 
	border-bottom: #f0f0f0 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
direction:rtl;
}
.BottomMenu 
{
background-color:#FFFFFF;
direction:rtl;
}
.BottomMenuImage
{
background-image:url(bottomMenu.jpg);

}
.skingradient {
	background-color:#FFF001;
	height: 15px;
	direction:rtl;
}
.footer {
	background-image: url(footerTile.jpg); 
	height: 21px;
}
.controlpanel {
	width: 100%;
	background-color: #f0f0f0;
	direction:rtl;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
	direction:rtl;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 15px;
	background-color: #000000;
	direction:rtl;
}
.MainMenu_MenuItem {
	border-left: 0px solid; 
	border-bottom: 0px solid; 
	border-top: 0px solid; 
	border-right: 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: 000000; 
	font-size: 9px; 
	font-weight: 0; 
	background-color: Transparent;
	font-family: Tahoma; 
		height: 15px;
		direction:rtl;
}
.MainMenu_MenuIcon {
	background-color: #bbbbbb; 
	border-left: #bbbbbb 1px solid; 
	border-bottom: #bbbbbb 1px solid; 
	border-top: #bbbbbb 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px;
		height: 15px;
		direction:rtl;
	/*height:20;*/
}
.MainMenu_SubMenu {
	background-color: #bbbbbb;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	height: 15px;
	direction:rtl;
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: FEC635; 
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Tahoma; 
	font-size: 9px; 
	font-weight: 0; 
	height: 15px;
	direction:rtl;
	/*height: 20px;*/
}
.MainMenu_MenuArrow {
	border-right: #bbbbbb 1px solid; 
	border-bottom:  0px solid; 
	border-top:  0px solid;
	cursor: pointer; 
	cursor: hand; 
	direction:rtl;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	direction:rtl;
}


.Head {
   font-family: Tahoma;
   font-size:  11px;
   font-weight: bold;
   color: #333333;
}

