      A.nav3:link {	COLOR: #f6f6ff;	TEXT-DECORATION: none}A.nav3:visited {	COLOR: white;	TEXT-DECORATION: none}A.nav3:active {	COLOR: #ffcc00}A.nav3:hover {	COLOR: black}
      #menu A {
	BORDER-RIGHT: white 0px solid; BORDER-TOP: white 0px solid;
	 BACKGROUND: #99c; FLOAT: left; BORDER-LEFT: white 1px solid;
	  WIDTH: 120px; BORDER-BOTTOM: white 0px solid; TEXT-ALIGN: center;
	  PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 3px;
	  PADDING-TOP: 3px
}
#menu_min A {
	BORDER-RIGHT: white 0px solid; BORDER-TOP: white 0px solid;
	 BACKGROUND: #99c; FLOAT: left; BORDER-LEFT: white 1px solid;
	  WIDTH: 120px; BORDER-BOTTOM: white 0px solid; TEXT-ALIGN: center;
	  PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 3px;
	  PADDING-TOP: 3px
}
#menu A:hover {
	BACKGROUND: #9f9fd6
} 
#content_top{
    padding:10px;
}
#menu
{
    border-bottom:solid 1px white; border-top:solid 1px white
}
INPUT.button {
	BACKGROUND: #99c; FONT: bold 1em Arial, Helvetica, sans-serif; COLOR: #fff
}
HTML {
	}

#extrabox{direction:rtl;text-align:right;PADDING-RIGHT: 5px; PADDING-LEFT: 5px;PADDING-BOTTOM: 0px; MARGIN: 50px 0px; PADDING-TOP: 0px}

body{text-align:center;  background-color:Black; background-image:url(../images/letitsnow.gif);
font-size:0.8em;
color:#333;
     font-family:Segoe UI,Tahoma,Verdana,Lucida Grande,Lucida Sans Unicode,Sans-Serif,Arial
     
      }


html,body{margin:0;padding:0}

body{font: 76% arial,sans-serif;text-align:center; direction:rtl}
p
{
    direction:rtl;
    text-align:right;
}
.query_highlight{
    color: #6699FF;
}
.article_body{
    font-size:14px;
}
.page_sub_title{
     font-size:24px;
 color: #6699FF;
}
.comment_user
{
/*show user name on comments view*/
background-color: #99FFCC;
font-size: medium;
}
.comment_date
{
font-size: x-small;
  font-style: italic;
  text-decoration: underline;
}
.comment_subject
{
 text-decoration: underline;
  font-weight: bold;
}
.comment_body
{
}
.article_title{
 font-size:24px;
 color: #6699FF;
}
.code_area
{
    direction:ltr;/*the code div's*/
    text-align:left;
    border:solid 1px black;
    padding:10px;
}

.code_area p
{
    direction:ltr;
    text-align:left;
}
.cf p
{
    direction:ltr;
    text-align:left;
}
.cf 
{ 
font-family: Courier New;
 font-size: 10pt; 
 color: black; 
 background: white;
direction:ltr;
    text-align:left;
    border:solid 1px black;
    margin-left: 40px;
    }
.cl { margin: 0px; }
.cb1 { color: blue; }
.cb2 { color: #a31515; }
.cb3{
    color:Red;
}

.preproc
{
color: #cc6633; 
}
.code_rem
{
 color: #008000;
}
.code_area span
{
    direction:ltr;/*all the inner span of a code div*/
    text-align:left;
}
.code_keywords
{
    color:#0000ff ;/*blue*/
}
.code_text
{
    color:#a31515;/*red*/
}
.code_classes
{
    color:#2b91af; /*green*/
}
.code
{
}
.code_yellow
        {
            background-color: #FFFF00;
        }
 .script_text{
    color:#a31515;
 }
 .script_type{
    color:#ff0000;
 }

#sim_topics{direction:rtl; padding:10px}/*the lower div for similar links*/
#linkto{direction:rtl; padding:10px}/*the lower - a link to this article*/
p{margin:0 10px 10px}
div#header{height:110px;line-height:110px;margin:0; padding-right:10px;background: #EEE;color: #369;direction:rtl; text-align:right}
div#container{text-align:left;border: dashed medium #88b; background-color:#f8f8ff}
div#content {text-align:right; direction:rtl}
div#content p{line-height:1.4}
div#search{background:#B9CAFF}
div#footer{background: #369;color: #FFF; direction:ltr; text-align:right}
div#footer p{margin:0;padding:5px 10px}
#search_validator{color:Red; visibility:hidden}
div#container{width:900px;margin:0 auto}/*the whole page width*/
div#content{float:right;width:700px}/*main content where articles are*/
div#search{float:left;width:200px; direction:rtl;padding-top:10px; padding-bottom:10px}
div#leftbox{float:left;clear:left;width:200px;direction:rtl; text-align:right;background:#FF8539}
div#footer{clear:both;width:100%; padding-top:10px; padding-bottom:10px}

#treeboxbox_tree{background-color:#f5f5f5;border :1px solid Silver;direction:ltr;text-align:left}
#leftbox_personal{padding-left:10px; padding-right:10px}

/* for search text box*/
#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:175px;	/* Width of box */
		height:150px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:0.9em;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#317082;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	form{
		display:inline;
	}
	/* end search text box*/
	
/*section tree*/
.defaultTreeTable{
			margin : 0px;
			padding : 0px;
			border : 0px;
}
.containerTableStyle { overflow : auto; position:relative; top:0; font-size : 12px;}
.containerTableStyleRTL span { direction: rtl; unicode-bidi: bidi-override;  }
.containerTableStyleRTL { direction: rtl; overflow : auto; position:relative; top:0; font-size : 12px;}
.standartTreeRow{	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	font-size : 12px; /*-moz-user-select: none;*/  }
.selectedTreeRow{ background-color : navy; color:white; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 		font-size : 12px; /*-moz-user-select: none;*/ }
.dragAndDropRow{ background-color : navy; color:white; }
.standartTreeRow_lor{	text-decoration:underline; background-color : #FFFFF0; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	font-size : 12px; /*-moz-user-select: none;*/ }
.selectedTreeRow_lor{   text-decoration:underline; background-color : navy; color:white; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 		font-size : 12px;  /*-moz-user-select: none; */}

.standartTreeImage{ width:18px; height:18px;  overflow:hidden; border:0; padding:0; margin:0;
font-size:1px; }
.hiddenRow { width:1px;   overflow:hidden;  }
.dragSpanDiv,.dragSpanDiv td{ 	font-size : 12px; 	background-color:white; }


.selectionBox{
background-color: #FFFFCC;
}
.selectionBar {
	top:0;
	background-color: Black;
	position:absolute;
	overflow:hidden;
	height: 2px;
	z-index : 11;
}

.intreeeditRow{
  width:100%; font-size:8pt; height:16px; border:1px solid silver; padding:0; margin:0;
  /*-moz-user-select:  text;*/   
}
.dhx_tree_textSign{
   font-size:8pt;
   font-family:monospace;
   width:21px;  
   padding:0px;
   margin:0px;
   cursor:pointer;
   text-align: center;
}
.dhx_tree_opacity{
  /*  opacity:0;*/
    /*-moz-opacity:0;*/
   /* filter:alpha(opacity=0);*/
}
.dhx_bg_img_fix{
width:18px;
height:18px;
background-repeat: no-repeat;
background-position: center;
/*background-position-x: center;*/
/*background-position-y: center;*/
}



/*end section tree*/
