/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: white;
	
	
}
.skinmaster {
	height: 100%;
	background-color: white;
	

	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
}

.topmenu-center {
	background-image: url(top-menu-center.jpg); 
	background-repeat:no-repeat;
	height:28px;
	width:115px;
	text-align:center;
	
	
}
.topmenu-Arabic {
	background-image: url(top-menu-right.jpg); 
	background-repeat:no-repeat;
	height:28px;
	width:121px;
	text-align:center;
	
}

.topmenu-left {
	background-image: url(top-menu-left.jpg); 
	background-repeat:no-repeat;
	height:28px;
	width:121px;
	text-align:center;
	
}

.mainmenu-top-left
{
	background-image:url(main-menu-top-left.jpg);
	background-repeat:no-repeat;
	height:39px;
	width:15px;
	background-position:right bottom;
}

.mainmenu-top-right
{
	background-image:url(main-menu-top-right.jpg);
	background-repeat:no-repeat;
	height:39px;
	width:15px;
	background-position:left bottom;
}

.mainmenu-top-center
{
	background-image:url(main-menu-top-center.jpg);
	background-repeat:repeat-x;
	height:39px;
	/*width:100%;*/
	width:170px;
	text-align:right;
	background-position: center bottom;
	font-size:13pt;
	font-family: Verdana;
	font-weight:bold;
	color:#4C4D4B;
	
	
	
}


.mainmenu-down-left
{
	background-image:url(main-menu-down-left.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	height:17px;
	width:15px;
}

.mainmenu-down-right
{
	background-image:url(main-menu-down-right.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:17px;
	width:15px;
}

.mainmenu-down-center
{
	background-image:url(main-menu-down-center.jpg);
	background-repeat:repeat-x;
	height:17px;
	width:100%;
		
}

.mainmenu-right 
{
	

	width:15px;	
	height:100%;
}
.mainmenu-left 
{

	width:15px;	
	height:100%;
}



.HAAD-FOOTER
{
	background-image:url(footer-arabic.jpg);
	
	height:41px;
	
}


.skingradient-top-banner {
	background-image: url(banner-y-right.jpg); 
	height:26px;
	width:790px;
}
.skingradient-top-banner-left {
	background-image: url(banner-y-left.jpg); 
	height:26px;
	width:14px!important;
}

.banner {
	background-image: url(banner-arabic.jpg); 
	background-repeat:no-repeat;
	width:1024px;
	height:169px;
}


.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 220px;
	background-repeat:repeat-y;
	background-position: left;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 200px;
	background-color: white;
	padding-left: 6px;
	padding-right: 8px;
	padding-top: 6px;
	margin-right:8px;
}

.contentpane {
	width: 500px;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 6px;
	
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	height:18px;
	font-weight:bold;
	font-size: 10pt !important; 
	font-family: Verdana; 
	color: gray !important; 	
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
	white-space: nowrap;  
	padding-right: 8px !important;
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #DA6000; 
	font-size: 11pt; 
	font-weight: Bold; 
	font-style: normal; 
	background-color: Transparent;
	background-image:url(mani-menu-line.jpg);
	background-repeat:no-repeat;
	font-family: Verdana; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 20px 0px 5px !important;   /*explicitly set padding for root menu items*/
    padding-right:25px !important; 
    padding-top:3px !important;
    width:178px !important;
    height:29px;

}

.main_dnnmenu_itemhover span 
{
	direction:rtl !important;
	text-decoration: underline;
	color:Red;
}

.main_dnnmenu_itemhover td {  
	
	color:Red;
}


.main_dnnmenu_icon 
{
	background-image:url(arrow.jpg);
	background-repeat:no-repeat;
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
		
	z-index: 1000; 	
	direction:rtl !important;
	
	
	background-color:White;
	height:18px !important;
	width:150px !important; 
	position: absolute !important;
	right:300px !important;
	/*text-align:left;*/
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3)
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Verdana;
   font-size:  16px;
   font-weight:bold;
   color:white !important;
}


.SkinObject2 {
    font-weight: normal;
    font-size: 7.5pt;
    color:White;
    font-family: Verdana;
    text-decoration: none;
}

.Head1 {
   font-family: Garamond;
   font-size:  18px;
   font-weight:bold;
   color:White !important;
}


/* Custom skins */

.SkinObject2 {
    font-weight: normal;
    font-size: 7.5pt;
    color:White;
    font-family: Verdana;
    text-decoration: none;
}


.SkinObject3 {
    font-weight: bold;
    font-size: 11pt;
    color: #003366;
    font-family: Verdana;
    text-decoration: none;
}


A.SkinObject3:link {
    text-decoration:    none;
    color:BLACK;
}

A.SkinObject3:visited  {
    text-decoration:    none;
    color:BLACK;
  
}

A.SkinObject3:hover    {
    text-decoration:    none;
    color:#C4301A;
}


.CopyRight {
    font-weight: normal;
    font-size: 7.5pt;
    color: White;
    font-family: Verdana;
    text-decoration: none;
}
.SkinObject11 {
    font-weight: normal;
    font-size: 7.5pt;
    color:#003366 ;
    font-family: Verdana;
    text-decoration: none;
}

.SearchTextBox {
	BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BACKGROUND-COLOR: transparent; PADDING-LEFT: 8px; PADDING-RIGHT: 8px; WIDTH: 135px; HEIGHT: 23px; COLOR: black; FONT-SIZE: 11pt; BORDER-TOP: 0px; BORDER-RIGHT: 0px
}
.SearchText {
	WIDTH: 24px !important; WHITE-SPACE: nowrap !important; HEIGHT: 23px !important; COLOR: black !important; FONT-SIZE: 10pt; TEXT-DECORATION: none !important
}
.searchpdclass {
	BACKGROUND-IMAGE: none; WIDTH: 24px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: left top; HEIGHT: 23px
}
.searchboxtd {
	BACKGROUND-IMAGE: url(searchbox.gif); WIDTH: 143px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: left top; HEIGHT: 23px; text-align:center;
}
.searchtd {
	WIDTH: 204px; HEIGHT: 26px
}