/*td
{
	font-family: Arial;
    font-size: 9pt;    
    font-weight: bold;
    color: #056da7;
}*/
/****************************
טקסט רגיל- תא בטבלה
****************************/
.TDC
{
	font-weight: bold;
	font-size: 12px;
	color: #053f5a;
	font-family: Arial;
}

/************************
קישור
************************/
/*A:link
{
	border-right: #e57200;
	border-top: #e57200;
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	border-left: #e57200;
	color: navy;
	border-bottom: #e57200;
	position: static;
}
A:visited
{
    BORDER-RIGHT: #e57200;
    BORDER-TOP: #e57200;
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    MARGIN: 0px;
    BORDER-LEFT: #e57200;
    COLOR: navy;
    BORDER-BOTTOM: #e57200;
    POSITION: static;
}
A:hover
{
    BORDER-RIGHT: #e57200;
    BORDER-TOP: #e57200;
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    MARGIN: 0px;
    BORDER-LEFT: #e57200;
    COLOR: navy;
    BORDER-BOTTOM: #e57200;
    POSITION: static;
}*/
/********************************
כרטיסיית הטאב
********************************/
.TabArea
{
            background-color: White;
            font-size: 13px;
            border-left: 1px solid #808080;
            border-bottom: 1px solid #808080;
            border-right: 1px solid #808080;
            border-top:1px solid #808080;
            position:absolute;
            top:70px;
            height:200px;
            width:100%;
            z-index:-25;
}
/********************************
מיקום שורת הכפתורים בדף הטאבים
********************************/
.down
{
	position:absolute;
	top:295px;
}
/***********
כותרת הדף
***********/
.header
{ 
	font-weight: bold;
	font-size: 25px; 
	COLOR: #053f5a;
	font-family: Arial;
	height: 30px;
	text-align: center;
	
	/*FILTER: Shadow(color=#0b61a8, Direction=135, Strength=12);
    color: #D5E9F3;*/
}


/*************
כותרות משנה 1
*************/
.regularText
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
    COLOR: #053f5a;
    FONT-FAMILY: Arial
}
/*********************
כותרת משנה 2
*********************/
.header2
{
	font-size: 14px;
	color: #053f5a;
	font-family: Arial;
}
/***************************
טקסט קטן
***************************/
.smallText
{
	font-size: 13px;
	font-family: Arial;
}
/*************
כפתורים
*************/
    .Btn
{
    BORDER-TOP-WIDTH: 1px; 
    FONT-WEIGHT: bold; 
    BORDER-LEFT-WIDTH: 1px; 
    FONT-SIZE: 12px; 
    BORDER-LEFT-COLOR: #056DA7; 
    BORDER-BOTTOM-WIDTH: 1px; 
    BORDER-BOTTOM-COLOR: #056DA7; 
    WIDTH: 100px; 
    BORDER-TOP-COLOR: #056DA7; 
    FONT-FAMILY: arial; 
    BACKGROUND-COLOR: #D5E9F3; 
    BORDER-RIGHT-WIDTH: 1px; 
    BORDER-RIGHT-COLOR: #056DA7; 
    COLOR: #056DA7
}
/*************
כפתור מוסתר
*************/
    .BtnHid
{
    BORDER-TOP-WIDTH: 1px; 
    FONT-WEIGHT: bold; 
    BORDER-LEFT-WIDTH: 1px; 
    FONT-SIZE: 12px; 
    BORDER-LEFT-COLOR: #056DA7; 
    BORDER-BOTTOM-WIDTH: 1px; 
    BORDER-BOTTOM-COLOR: #056DA7; 
    WIDTH: 100px; 
    BORDER-TOP-COLOR: #056DA7; 
    FONT-FAMILY: arial; 
    BACKGROUND-COLOR: #D5E9F3; 
    BORDER-RIGHT-WIDTH: 1px; 
    BORDER-RIGHT-COLOR: #056DA7; 
    COLOR: #056DA7;
    /*visibility:hidden;*/
}
/*********************
כפתור-קישור
(כפתור שנראה כמו קישור)
*********************/
.btnLink
{
	font-weight: bold;
	font-family: Arial;
	background-color: #ffffff;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	cursor: hand;
	color: #000000;
}


