
@charset "utf-8";
/*========================================================*/
/*  Universal                                             */
/*========================================================*/

/* Style For HTML BODY ID                */ #body { margin: 0; background: #FFFFFF; margin: 0 0 0 0; }
/* Style For HTML BODY                   */ body {height:100%}
/* Setting Text Throughout the skin      */ table, tr, td {font-family: tahoma; font-size: 11px; margin: 0;}
                                            p {font-family: tahoma; font-size: 11px;}
/* Setting Heading 01                    */ h1 { font-family: tahoma; font-weight: bold; color: #2e69ff; font-size:12pt; margin: 0; }
/* Setting Heading 02                    */ h2 { font-family: tahoma; font-weight: bold; color: #555555; font-size:12pt; margin: 0; }
/* Setting Heading 03                    */ h3 { font-family: tahoma; font-weight: bold; color: #2e69ff; font-size:12pt; margin: 0; }
/* Setting Heading 04                    */ h4 { font-family: tahoma; font-weight: bold; color: #555555; font-size:12pt; margin: 0; }
/* Setting Heading 05                    */ h5 { font-family: tahoma; font-weight: bold; color: #2e69ff; font-size:12pt; margin: 0; }
/* Setting Heading 06                    */ h6 { font-family: tahoma; font-weight: bold; color: #2e69ff; font-size:9pt; margin: 0; }
/* 
================================
Skin styles for DotNetNuke
================================
*/   

body
{
    direction: rtl;
    }
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FFFFFF;
	background-image : url(bg_main.gif);
}
.skinmaster 
{
	overflow:hidden;
	height: 100%;
	background-color: #FFFFFF;
}
.skinheader {
}
.Language
{
	vertical-align: top;
}
.PageHeader
{
		font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-style: normal;
	color: Black;
}
.Footer
{
	background-image: url("img_footer.jpg"); HEIGHT: 87px;
}
.skingradient 
{
	BACKGROUND-IMAGE: url(bg_tab.gif); background-repeat:repeat-x; HEIGHT:26px;
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.td1 {
	width: 100%;
	background-color: transparent;
	height:200px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.LeftToolbarImage
{
	BACKGROUND-IMAGE: url(img_tab_left.gif); background-repeat:repeat-x; HEIGHT:26px;
}
.contentpane 
{
	background-color: transparent;
	width:669px;

}
.topRightPane .topLeftPane
{
	width: 335px;
	height: 100%;
}

.rightpane {
	width: 187px;
	background-color: #e8e8e8;
	padding-left: 0px;
	padding-right: 7px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.linkpane 
{
	padding: 0 10px 0 0;
}

.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: tahoma;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #5794B0;
text-decoration: none;

}
.RightMarginTop
{
	vertical-align: top;
	width: 4px; height: 78px;
	background-image : url(img_right_top.jpg);
}
.RightMarginCen
{
	width: 4px;
	height: 100%;
	background-image : url(bg_right.jpg);
}
.RightMarginDown
{
	width: 4px; height: 78px;
	vertical-align: bottom;
	background-image : url(img_right_buttom.jpg);
}
.LeftMarginTop
{
	vertical-align: top;
	
	width: 4px; height: 78px;
	background-image : url(img_left_top.jpg);
}
.LeftMarginCen
{
	width: 4px;
	height: 100%;
	background-image : url(bg_left.jpg);
}
.LeftMarginDown
{
	width: 4px; height: 78px;
	vertical-align: bottom;
	background-image : url(img_left_buttom.jpg);
}
.SeparatorCssClass
{
	 background-color: Black;
	 padding: 0;
}
.RootMenu
{
	font-family: tahoma;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	border: 0;
	vertical-align: top;
}
.FooterText
{
	font-family: tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: Black;
	text-decoration: none;
}


/*-- textbox used for search    --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox { height:21px; background: transparent; width: 90px; color: #666; padding: 4px 4px 0px 0px; border: 0px solid #FFFFFF; cursor:text;}


