﻿*
{
  /* 
    Defines the main font used throughout the entire site 
  */
  font-family :Arial, Helvetica, sans-serif; 
  
}

body 
{
     direction :rtl;
     background-color:#E8E4E2;
}

h1           { color: Black ; font-size: 20pt;  }
h2           { color: Black ; font-size: 12pt;  }



.small {line-height:100%;}
.big {line-height:200%; }


div.Width960mid
{
    
     width :960px;
     margin :0px auto  0px auto;
   
}    

div.Content
{
    
     width :960px;
     margin :0px auto 0px auto;
  -moz-box-shadow:    3px 3px 5px 6px gray;/*#ccc;*/
  -webkit-box-shadow: 3px 3px 5px 6px gray;/*#ccc;*/
  box-shadow:         3px 3px 3px 3px gray;/* #ccc;*/
   
}    



ul.TopMenu 
{
    list-style-type: none  ;
    margin:0;
    padding:0;
    overflow:hidden;
    /*height :40px;*/
    
   
}

ul.TopMenu li 
{
    /*background :url('/Images/MenuSeperator.png') no-repeat   ;*/
    background-position : left ;
    width :190px  ;
   
}

ul.TopMenu li:first-child /* Disable for the first li */
{
    background-image :none;
}


li.TopMenu
{
    float :right ;
    
}


ul.TopMenu a:link,ul.TopMenu a:visited
{
    
/*    background:  url('/Images/MenuBack.jpg');*/
    /*height :40px;*/
    display:block;
    width:170px;
    font-size:medium      ;
    font-weight:bold;
    color:white ;
    text-align:center;
    padding:10px;
    text-decoration:none;
    text-transform:uppercase;
    

}

ul.TopMenu a:hover,ul.TopMenu a:active
{
     color:#FF9900 ;
     /*background:  url('/Images/MenuHover.jpg');*/
}



                
.MyButton
{
    color: black;
}                



div#AllRights , div#FootMenu
{
     text-align :center ;
     color :black  ;
    
    }    

ul.UlFooter 
{
    list-style-type:none;
    margin:0;
    padding:0;
}

li.UlFooter 
{
    display:inline;
    padding :20px;
}


ul.UlFooter a:link,ul.UlFooter a:visited
{
    
    color : #F2D972 ;
    text-decoration:none;
    text-align:center;
    
    
    }
    
    
    ul.UlFooter a:hover,ul.UlFooter a:active
    {
        
       text-decoration: underline;
    
       
        }
        
ul.List1
{
    
  margin: 1em 0;
  padding: 0 0 0 40px;
}


li.List1 {
  margin: 1em 0 ;
}


Div.shadow 
{
  background-color : White ;
  -moz-box-shadow:    3px 3px 5px 6px gray;/*#ccc;*/
  -webkit-box-shadow: 3px 3px 5px 6px gray;/*#ccc;*/
  box-shadow:         3px 3px 3px 3px gray;/* #ccc;*/
}

div.one-edge-shadow 
{
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}

.shadow2
{
 /*   background-color : White ;*/
     -moz-box-shadow:    3px 3px 5px 6px gray;/*#ccc;*/
  -webkit-box-shadow: 3px 3px 5px 6px gray;/*#ccc;*/
  box-shadow:         3px 3px 3px 3px gray;/* #ccc;*/
    }
    
    
ul.ul-default
{
    list-style-image:url('/images/check-icon.png');
    font-size :medium ;
    font-weight :lighter ;
    
}

li.li-default 
{
    font-size :large ;
   margin-bottom: 10px;   
}

div.div-round-corners
{
    
    position:relative;
    margin: 5px 5px 0 5px;
    border: white outset 2px;
    border-radius: 15px;
    
    }
    
    
    .button1     {
	-moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
	box-shadow:inset 0px 1px 0px 0px #fceaca;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05,  #ffce79), color-stop(1, #eeaf41) );
	background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');
	background-color:#ffce79;
	/*-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;*/
	border:1px solid #eeb44f;
	display:inline-block;
	color:#214462;/* :#ffffff;*/
	font-family:Arial;
	font-size:22px;
	font-weight:bold;
	font-style:normal;
	height:41px;
	line-height:41px;
	width:149px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ce8e28;
}
.button1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeaf41), color-stop(1, #ffce79) );
	background:-moz-linear-gradient( center top, #eeaf41 5%, #ffce79 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79');
	background-color:#eeaf41;
}.button1:active {
	position:relative;
	top:1px;
	}
	
	
.fontNavy
{
    
    direction :ltr  ;
    color :Navy         ;
    
    
    }
    
    
    .button2
    
    {
         background-image : url('/Images/btnGreen.png');
         
        font-size :larger ;
        color : Black ;
        
         margin :0px 30px 0px auto ;
         
 
        }
        
        
        
.btnBlueRound 
{
    
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:46px;
	line-height:46px;
	width:120px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1570cd;
}
.btnBlueRound:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}.btnBlueRound:active {
	position:relative;
	top:1px;
}

 div.Responsive1 {
    float: left;
    margin: 5px;
    padding: 15px;
    width: 300px;
    height: 300px;
    border: 1px solid black;
}
