﻿/* refer to master-page  */
                         
body
{
    position: absolute;
    top: 0px;
    left: 0px;
    *margin:0; /* אחרת יש מרווח בראש הדף */
    direction:ltr;
    
    width: 99%;
    height: auto !important;
    *height: 600px;
    min-height: 600px;
    
    color: #013076;
    font-family: Arial;
    font-size: 13px;
    /*font-weight: bold;*/
}

td
{
    vertical-align : top;
}

#centeredBox  /* קופסא פנימית שאותה ממרכזים */
{ 
	margin:0 auto; /* המרכוז */
    width: 790px;
    height: 100%;
}
  
#topImages  /* שורת הכפתורים העליונה */
{
    *margin-top: -4px;  /* כדי להדביק את שורת הכפתורים ללוגו, אחרת יש מרווח */
}

#wellcomeImg
{
    margin-left:-25px;
    margin-top: -20px;
    /*margin-bottom:15px;*/
}

.mainText
{ /*text-indent:-25px;*/
    
    width: 525px;
    height: auto !important;
    *height: 330px;
    min-height: 330px;
    
    text-align: left;
    float: left;   
    padding:20px 25px; 
}

.mainText embed, .mainText img
{
    float: left;
    margin: 10px 10px 10px 0px;
}



.newsTextInPage
{ 
    font-weight: normal; 
}

.footer
{ 
    padding: 5px 0px 5px 0px; 
	clear: both;
    text-align: center;
    color: #9AA9C6;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
 }
/*
.footer ImageButton
{
    margin: 0px 20px;
}
*/

/* refer to inner pages such as default.aspx*/
.sTitle /*כותרת בדף*/
{
   font-size: 16px;
   font-weight: bold;
   margin-left:-25px; 
}

.sTitle2 /*כותרת קטנה יותר בדף*/
{
   text-indent : -25px;
   font-weight: bold;
   font-size: 13px;
   /*margin-left:-25px; */
}

#scroller
{
	float: left;
	width: 170px;
    height: 127px;
    overflow:hidden;
    padding: 0px 8px;
    
    font-size: 11px;
    font-weight: bold;
}

.mainText a:link, .mainText a:visited, .mainText a:active
{
    color: Purple;
    text-decoration: none;
}
.mainText a:hover
{
    color : blue;
    text-decoration: none;
}

a img
{
    border-style: none;
}

#scroller a:link, a:visited, a:hover, a:active
{
    color: #013076;
    text-decoration: none;
}
#scroller a:hover
{
    color : Purple;
    text-decoration: none;
}

#imgWhatsNew
{
    float: left;
}

.isHidden
{
	display: none;
	visibility : hidden;
	
}
.isVisible
{
	display: inline;
	visibility : visible;
	
}

.topLeftAlign
{
    text-align : left;
    vertical-align: top
}

    vertical-align: top
}

