﻿body
{
    background-image:url('Images/bg.jpg');
    background-repeat:repeat ; 
    font-family:Tahoma;
    direction:rtl;
    
}
h1,h2,h3
{
    text-align:right;
    color:#442918; 
    margin-bottom:0px; 
    direction: rtl;
}
.main
{
    
    background-color:White;
    width:1000px;
    margin: 0 auto 0 auto;
}
div .content
{
    float:right;
    background-color:White;
    width:100%;
    min-height:600px;
    
}
div .contentmargin
{
    margin-top:6px;
    margin-right:5px;
}
.Header
{
    float:right;
    width: 100%;
    background-color :White ;
/*** background-image:url('Images/ornament.png'); ***/
}
div .logo
{
    float:right;
    width:110px;
    margin-bottom:0.6%;
}
img .logo
{
  width:120px;      /*** width:120px ***/
  height:220px;     /*** height:220px ***/ 
 }
 
 div .logo2
{
    float:left;  
    width:175px;   /*** width:165px ***/
    display: none; 
}

img .logo2
{
  width:120px;
  height:220px;   
 }
  
 div .logoname
 {
     float:right;
     margin-right:20px;
 }
 h1,h2
 {
     
 }
 /* 
this part is the toolbar css
*/
div.hideSkiplink
{
    background-color: #6B351D; /*#442918; */ /* color of menu items background where there in no menu items  */
    width:100%;   
}

div.menu
{
    padding: 4px 0px 4px 8px; 
    
   
}
div.menu ul,div.menu li
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
   
}

div.menu ul,div.menu li,div.hideSkiplink table a,div.hideSkiplink a:visited
{
    background-color: #6B351D ; /*#442918; */ /* color of menu items background    */
    border: 1px solid #95663C ; /*#4e667d; */ /* color of lines between menu items */
    color: white;
    display: block;
    line-height: 2em;
    padding: 0 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul,div.menu li,div.hideSkiplink a:hover   /*  ריחוף */
{
    background-color: #f29200;
    color: #465c71;
    text-decoration: none;
}

div.menu ul, div.menu li,div.hideSkiplink a:active
{
    background-color: #6B351D ; /* #442918; */ /* color of menu items background when press it */
    color: white;
    text-decoration: none;
}
/*
end of toolbar css
*/
/*
this is gridview css
*/
div.gridview a
{
    padding: 4px 0px 4px 8px; 
    background-color:#39666C;
    width:100%;
    text-decoration: none;
}
div.gridview a, div.gridview a:hover
{
     background-color: #f29200;
    color: #465c71;
    text-decoration: none;
}
div.gridview a, div.gridview a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}
div.gridview a, div.gridview a:visited
{
    padding: 0 20px;
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}
/*
end of gridview css
*/
.natansys
{
    position:fixed;
    bottom:0;
    right:0;
    font-size:x-small;
}
.natansys a
{
    color:Black;
}
.Accessibility
{
    position:fixed;
    bottom:0;
    left:10px;
    font-size:x-small;
}
table.siteDataTable
{
    display:inline;
}
.siteDataHP
{
    border-style: solid;
    border-width: 1px;
    border-color: black;
    color: #000066;
    background-color: #E2E2E2;
    text-decoration:none;
    padding:1px 3px 1px 3px;
}
.siteDataHP:hover
{
    background-color: #66FFFF;
    color: #000066;
}
/* logout style */
.userDetails
{
    background-color:rgb(255,255,255);
    text-align:left;
    padding-left:25px;
    width:99%;
    padding-left:1%;
}

.HeadLineStyle
{
    border-top-color:Black;
    border-top-width:thin;
    border-top-style:solid;
    border-bottom-color:Black;
    border-bottom-width:thin;
    border-bottom-style:solid;
      
    background-color: #094D89; /* #698527; Olive /* #094D89; Blue kll test ; /*  #4FB748; Green kkl test /*  #0875B0; blue MAS   #047A40; Green MSD  #047A40 light Green MAF */  /* #006F57 Dark Green MM */  /* #0D5C97 Blue MH  */   /* #f29200 Orange MHA */
         
        font-size:larger; 
        font-weight:bold;
        color:White;
        height:1.3em;
        width:100%;      
}

.SpaceDiv
{
    height:8px;
}

ol.a 
{
    list-style-position: outside;
    line-height: 200%;
    margin-top: -2%;             
}
        
ul.b 
{
    list-style-position: outside;
    line-height: 130%;              
    list-style-type: square;
}

li 
{           
    /* line-height: 170%; */
    margin-bottom: 0.8%;       
}

/* unvisited link */
a:link {            
    color: #abb4c2 ;  /* #e2e2e2;   /*  white  */  /* #0000EE - blue */     /* (blue) #0000EE #0071c5 */
    font-weight: 400;
    text-decoration: none ; 
}
        
/* visited link */
               
a:visited {
    color:  #551A8B  ;   /*  #551A8B (purple) #551A8B; */                                                 
}

/* mouse over link */
a:hover {
    text-decoration: underline;
    color:  #1E90FF;  /* (DodgerBlue) */
}

/* selected link */
a:active {
    color: #EE0000;   /* (red) */ 
}