﻿body
{
    background-image:url('Images/bg.jpg');
    background-repeat:repeat ; 
    font-family:Tahoma;
    direction:rtl;
    
}
h1,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:158px;
    
}
img .logo
{
  width:120px;
  height:240px;   
 }
 
div .logo2
{
    float:left;
    width:275px;
    display:none; 
}

img .logo2
{
  width:275px;
 }
  
 div .logoname
 {
     float:right;
     margin-right:30px;
 }
 h1,h2
 {
     
 }
 /* 
this part is the toolbar css
*/
div.hideSkiplink
{
    background-color:#442918;
    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: #442918;
    border: 1px solid #4e667d;
    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: #442918;
    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%;
}

ol.a 
{
    list-style-position: outside;
    line-height: 130%;
    margin-top: -1%;             
}
        
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:  #0000EE   ;   /* (blue) #0000EE #0071c5 */        
    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) */ 
}