/* Style For HTML PAGE                   */ html { height: 100%;}
											form { margin:0px; padding:0px }
/* Style For HTML BODY                   */ #body { margin: 0;  margin: 0 0 0 0; direction:rtl; background: #021942 url(images/bodyBG.gif) repeat-x top}
/* Setting Text Throughout the skin      */ table, tr, td {font-family: tahoma; font-size: 11px; margin: 0;}
                                            p {font-family: tahoma; font-size: 11px;}

/*-- width setting on skins        --*/ .StandardWidth { width:927px; }
/*-- 100 percent height where req  --*/ .FullHeight { height:100%; }
/*-- 100 percent width where req   --*/ .FullWidth { width:100%; }
/*-- outer table on unboxed skins  --*/ .OuterTable { width:100%; background:#FFF; }
/*-- outer table on boxed skins    --*/ .OuterTableBoxed { width:100%; height:100%}
/*-- outer cell on boxed skins     --*/ .OuterTDBoxed { padding:0px; padding-top: 15px; padding-bottom: 15px}

/*-- cell containing content panes --*/ .ContentPanesTD { width:auto; vertical-align: top; padding: 0 0 0 0; border-left: solid 3px #000; border-right: solid 2px #000; height:100%; background: #fff url(images/topBG.gif) repeat-x top; }
/*-- dotted background             --*/ .Dotted { background: url(dotted2.gif) repeat top left; }
/*-- row containing logo area      --*/ .LogoRow { height:1px; padding: 0 10px 0 10px;direction:ltr; }
/*-- cell containing logo          --*/ .LogoTD { width:1px; padding: 0 0 0 0;  }
/*-- row containing breadcrumbs    --*/ .BreadcrumbsRow { height:41px; background: url(bread-bg.gif) repeat top left; padding: 0 0 0 0; }
/*-- row for space between areas   --*/ .SpaceBar { height:10px; padding: 0 0 0 0; }
/*-- cell containing breadcrumbs   --*/ .BreadcrumbsTD { height: 41px; width: 100%; background: url(bread-bg-l.gif) no-repeat top right; color:#a1a1a1; vertical-align: middle; padding: 0 20px 0 17px; direction:rtl; }
/*-- cell containing search        --*/ .SearchTD { width:125px; vertical-align: middle; text-align: left; background: url(search-bg.jpg) no-repeat top left;}
/*-- cell containing privacy       --*/ .PrivacyTD { text-align: right; padding: 0 0 0 0; }
/*-- cell containing copyright     --*/ .CopyrightTD { text-align: left; padding: 0 0 0 0; }

/*-- table within footer - rounded --*/ .footer {  background: url(FooterBG.gif) repeat-x bottom; text-align:center; vertical-align:bottom; }
/*-- rounded bottom left corner    --*/ .footerL { height:86px; width:12px; background: url(FooterL.gif) no-repeat bottom left; }
/*-- rounded bottom right corner   --*/ .footerR { height:86px; width:12px; background: url(FooterR.gif) no-repeat bottom right; }

/*-- boxed skins outer box table   --*/ .BoxTable { }
/*-- top left corner               --*/ .BoxTL { width:11px; height:11px; background: url(box-tr.gif) no-repeat bottom left; }
/*-- top edge                      --*/ .BoxT { height:11px; background: url(box-t.gif) repeat-x bottom left; }
/*-- top right corner              --*/ .BoxTR { width:11px; height:11px; background: url(box-tl.gif) no-repeat bottom right; }
/*-- left edge                     --*/ .BoxL { width:11px; background: url(box-r.gif) repeat-y top left; }
/*-- content area                  --*/ .BoxM { background: #FFF; border:1px solid darkgray}
/*-- right edge                    --*/ .BoxR { width:11px; background: url(box-l.gif) repeat-y top right; }
/*-- bottom left corner            --*/ .BoxBL { width:11px; height:11px; background: url(box-br.gif) no-repeat top left; }
/*-- bottom edge                   --*/ .BoxB { height:11px; background: url(box-b.gif) repeat-x top left; }
/*-- bottom right corner           --*/ .BoxBR { width:11px; height:11px; background: url(box-bl.gif) no-repeat top right; }

/*-- top inside content pane       --*/ .TopPane { width: 100%; padding: 0px;}
/*-- left content pane             --*/ .LeftPane { padding: 0px;}
/*-- right content pane            --*/ .RightPane { padding: 0px;}
/*-- left2 content pane            --*/ .LeftPane1 { padding-right:3px; width: 50%; }
/*-- right2 content pane           --*/ .RightPane1 { padding-left: 3px; width: 50%; }
/*-- content2 pane                 --*/ .ContentPane { padding: 0px; }
/*-- bottom inside pane            --*/ .BottomPane { width: 100%; padding: 0px; }

/*-- login token idle                  --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active { white-space:nowrap; color: #939393; background:  url(images/ico-login.gif) no-repeat bottom left;  font-family: tahoma; font-size: 11px; font-weight:normal; text-decoration: none; height:15px; padding: 2px 0 0 20px; margin: 0 0px 0 0px; }
/*-- login token hover                 --*/ a.LOGIN_object:hover { background:  url(images/ico-login-over.gif) no-repeat bottom left;  white-space:nowrap; color: #444444; font-family: tahoma; font-weight:normal; font-size: 11px; text-decoration: none; }
/*-- user token idle                   --*/ .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active {  white-space:nowrap; color: #939393; background:  url(images/ico-register.gif) no-repeat bottom left;  font-family: tahoma; font-size: 11px; font-weight:normal; text-decoration: none; height:15px; padding: 2px 0 0 20px;  margin: 0 0px 0 0px; }
/*-- user token hover                  --*/ a.USER_object:hover { background:  url(images/ico-register-over.gif) no-repeat bottom left; white-space:nowrap; color: #444444; font-family: tahoma; font-weight:normal; font-size: 11px; text-decoration: none; }
/*-- date token idle                   --*/ .DATE_object, a.DATE_object:link, a.DATE_object:visited, a.DATE_object:active { white-space:nowrap; color: #000; font-family: tahoma; font-size: 11px; text-decoration: none; }
/*-- date token hover                  --*/ a.DATE_object:hover { color: #c1c1c1; font-family: tahoma; font-size: 11px; text-decoration: none; }

/*-- most of the text on site          --*/ .normal, .Normal { font-family: tahoma; font-size: 11px; color: #555; }
/*-- most of the normal text on site     --*/ .Normalnormal { font-family: tahoma; font-size: 11px; font-weight: normal; color: #555; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: tahoma; font-weight: normal; font-size: 11px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: tahoma; font-size: 11px; font-weight: normal; color: #777; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 11px; color: #777; background: transparent; font-weight: normal; padding: 0;}

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #000000; font-family: tahoma; font-weight: normal; font-size: 11px; text-decoration:none }
/*-- default links hover               --*/ a:hover { color: #990000; font-family: tahoma; font-size: 11px; text-decoration:none }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #000000; font-family: tahoma; font-weight: normal; font-size: 11px; text-decoration:none }
/*-- normal  links hover               --*/ a.Normal:hover { color: #990000; font-family: tahoma; font-size: 11px; text-decoration:none }
/*-- search button in search form      --*/ .SearchButton {  background: transparent;padding-left:16px; padding-top:12px; padding-bottom:4px; cursor: hand; font-size:1px;}
/*-- footer links                      --*/ .Footer_Links, a.Footer_Links:link, a.Footer_Links:visited, a.Footer_Links:active { color: #FFF; font-family: tahoma; font-size: 11px; font-weight:normal; }
/*-- footer links hover                --*/ a.Footer_Links:hover { color: #EEE; font-family: tahoma; font-weight:normal; font-size: 11px;  }

/*-- default form elements      --*/ select, input { font-family: tahoma; font-size: 11px; color: #333; }
/*-- textbox                    --*/ .NormalTextBox { color: #222; padding-left: 4px; line-height: 12px; font-family: tahoma; font-weight: normal; font-size: 11px; margin-left: 9px}
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: transparent; visibility: invisible; border: 0; }
/*-- textbox used for search    --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox { height:20px; background: transparent; width: 85px; color: #006666; padding: 3px 6px 2px 2px; border: 0px solid #FFFFFF; cursor:text;margin-right:5px}

/*-- submenu container          --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { background: #FFF; padding: 0px; border: 1px solid #555555; border-bottom:none; z-index: 1000;  cursor: pointer;  cursor: hand; font-weight: normal; filter: none;}
/*-- submenu items idle         --*/ .MainMenu_MenuItem {color: #EEE; font-family: tahoma; font-size: 11px; font-weight: normal; font-style: normal; padding: 0px 10px 0px 30px; height: 23px; border: 0;}
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel { color: #EEE; background:#885500; font-family: tahoma; font-size: 11px; font-weight: normal; cursor: pointer; cursor: hand; padding: 0px 10px 0px 30px; height: 23px; border: 0;}
/*-- submenu items idle         --*/ .ModuleTitle_MenuItem {color: #EEE; background: #666; font-family: tahoma; font-size: 11px; font-weight: normal; font-style: normal; padding: 0px; border: 0;}
/*-- submenu items hover        --*/ .ModuleTitle_MenuItemSel { color: #EEE; background:#777; font-family: tahoma; font-size: 11px; font-weight: normal; cursor: pointer; cursor: hand; padding: 0px; border: 0;}

.topBar{ height:24px; vertical-align:middle; text-align:center; width:892px}
.topBar .left{ height:24px; background: url(TopBarL.gif) no-repeat left; width:8px}
.topBar .right{ height:24px; background: url(TopBarR.gif) no-repeat right; width:8px}
.topBar .center{ height:24px; background: url(TopBarBG.gif) repeat-x right;}

.MenuTD { border-left: solid 3px #000; border-right: solid 2px #000; }
div#XMenu div.menubar {width: auto;margin: 0px;padding: 0px 0px 0px 0px;clear: both;position: relative;z-index: 100; height:24px}
div#XMenu div.menubar-m {height: 24px;background: url(images/menuBg.gif) center center repeat-x;}
div#XMenu div.menubar-l {margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;}
div#XMenu div.menubar-r {margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;}
div#XMenu ul {margin: 0px;padding: 0px;list-style: none; float: right;}
div#XMenu li {position: relative;margin: 0px;padding: 0px;display: block;float: left;z-index: 5;}
div#XMenu li a, #menu li span.separator {height: 24px;display: block;float: left;line-height: 21px;text-decoration: none;color: #646464;}
div#XMenu li span {display: block;}
div#XMenu li span {font-family: Tahoma;background-repeat: no-repeat;background-position: 95% 0px;}
div#XMenu li a.current {color: #646464;}
div#XMenu a:hover, div#XMenu span.separator:hover, div#XMenu span.sfhover {color: #000000;}
div#XMenu li.active {font-weight: bold;}
div#XMenu li.active ul {font-weight: normal;}
div#XMenu li.parent span.separator {cursor: pointer;}
div#XMenu li.fancy {position: absolute;top: 0px;visibility: hidden;z-index: 4;overflow: hidden;}
div#XMenu li.fancy { position: absolute; visibility: hidden; z-index: 4; overflow: hidden;}
div#XMenu li.fancy div.fancy-container {padding: 0px 0px 0px 0px;}
div#XMenu li.fancy div.fancy-container div.fancy-m {height: 24px; background: url(images/menuBgHover.gif) center center repeat-x;}
div#XMenu li.fancy div.fancy-container div.fancy-l {position: absolute;	top: 0px; left: 2px;}
div#XMenu li.fancy div.fancy-container div.fancy-r {position: absolute;	top: 0px; right: 2px;}
div#XMenu ul.menu {position: absolute; top: 0px;right:0px;z-index: 11;height: 24px;}
div#XMenu li.level1 {}
div#XMenu a.level1, div#XMenu span.level1 {padding: 0px 7px 0px 7px;background: url(images/spliter.gif) left center no-repeat;line-height: 21px;color: #ffffff;font-weight: normal;font-size: 11px;}
div#XMenu a.level1 span, div#XMenu span.level1 span {padding: 0px 2px;}
div#XMenu li:hover a.level1, div#XMenu li.sfhover a.level1, div#XMenu li:hover span.level1, div#XMenu li.sfhover span.level1 {/* color: #323232; */}
div#XMenu li.active a.level1, div#XMenu li.active span.level1 {color: #FFFFFF;}
div#XMenu a.level1 span.xtitle, div#XMenu span.level1 span.xtitle{padding: 0px;line-height: 200%;}
div#XMenu a.level1 span.sub, div#XMenu span.level1 span.sub {padding: 0px;font-size: 65%;font-weight: normal;color: #bfbfbf;margin-top: -7px;line-height: 10px;}
div#XMenu ul.menu ul {position: absolute;top: 24px; right: 0px; width: 165px;padding: 0px 0px 10px 0px;background: url(images/menu_dropdown_bg.png) 0 100% no-repeat;}
div#XMenu li:hover ul, div#XMenu li.sfhover ul {left: 0px; z-index: 100;}
div#XMenu li.level1 li {width: 100%;text-indent: 15px;}
div#XMenu li.level1 li a, div#XMenu li.level1 li span.separator{height: 24px;padding: 0px;margin: 0px 1px 0px 1px;background: #FEFEFE url(images/menu_level2_item.png) 100% 0 no-repeat;float: none;display: block;line-height: 25px;}
div#XMenu li.level2 a.parent, div#XMenu li li.level2 span.parent {background: #FEFEFE url(images/menu_level2_item_parent.png) 100% 0 no-repeat;}
div#XMenu li ul ul {margin: -25px 164px 0 0 ;}
div#XMenu li:hover ul ul, div#XMenu li.sfhover ul ul {border-top: 1px solid #c8c8c8;}
div#XMenu li:hover ul ul, div#XMenu li.sfhover ul ul,  
div#XMenu li:hover ul ul ul, div#XMenu li.sfhover ul ul ul,  
div#XMenu li:hover ul ul ul ul, div#XMenu li.sfhover ul ul ul ul {richness: 0px;}
div#XMenu li li:hover ul, div#XMenu li li.sfhover ul,  
div#XMenu li li li:hover ul, div#XMenu li li li.sfhover ul,  
div#XMenu li li li li:hover ul, div#XMenu li li li li.sfhover ul {left: 0;z-index: 100;}

.ModuleTitle_MenuContainer { color: #2c2c2c; }
.ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
.ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0px 10px 0px 10px; }
.MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow { display: none; }
.ModuleTitle_MenuIcon { background: #FFF; border: 0px; border-bottom: 1px solid #999; width:0px; height: 20px; padding: 0 0 0 0; margin: 0 0 0 0; font-size: 0px; }
.ModuleTitle_MenuIcon IMG { margin: 0 10px 0 10px; }
.loginBar td{ padding:0px 10px }
.loginBar td.spliter { padding:0px; background: url(images/TopSpliter.gif) no-repeat center center; }
