﻿body
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:"Arial", "Arial (Hebrew)", "David (Hebrew)", "Courier New (Hebrew)";
	font-size:12px;
	line-height:1.4em;
	color:#333333;
	direction:rtl;
}
.border INPUT 
{
	border:1px solid #474747;
	width:80px;
	vertical-align:middle;
}

.TabHeader
{
	width:100px; 
	border-style:solid; 
	border-width:1px; 
	border-color:Blue;
	background-color:#F8FBFC;
	color:#333333;

}
.TabHeader:hover
{
	width:100px; 
	border-style:solid; 
	border-width:1px; 
	border-color:Blue;
	background-color:#0F87BB;
	color:White;
	cursor:pointer;
}
.TabHeaderActive
{
	width:100px; 
	border-style:solid; 
	border-width:1px; 
	border-color:Blue;
	background-color:#0F87BB;
	color:White;
}

a
{
	color: #333333;
	font-weight:bold;
	text-decoration: none;
	cursor:hand;
	cursor:pointer;
}

a:hover
{
	color: #333333;
	font-weight:bold;
	text-decoration: underline;
	cursor:hand;
	cursor:pointer;
}

.wucRow
{
}
.wucRow:hover
{
	background-color:#D2D2D2;
}

.PageBackGorund
{
	background-image:url(../Images/BackGround/BackGroundImg.gif);
	background-repeat:repeat-x;
	background-color:#DDDDDD;
	min-height:500px;
}

IMG 
{
	border:0;
}

.link_button 
{
	background-repeat:no-repeat; 
	background-position:0 0; 
	font-weight:bold; 
	font-size:11px; 
	font-family:Tahoma; 
	color:#0972a6; 
	border:0;
	cursor:pointer;
}

.link_button:hover
{
	color:#de6800;
}


.ButtonGray
{
	border:1px solid #A0A8AB; 
	color: #474747;
	width: 100px;
	cursor:pointer;
	cursor:hand;
	background: url(../Images/BackGround/textbox_2.gif) repeat-x;

}



.footer
{
	background-image:url(../Images/BackGround/bg_footer.gif);
	background-repeat:repeat-x;
}

.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modalPopup 
{
    background-color:#FFD9D5;
    opacity:0.7;
}

.HeaderLine
{
	background-image:url(../Images/BackGround/top_menu_m.gif);
	background-repeat:repeat-x;
}

.FooterLine
{
	background-image:url(../Images/BackGround/top_menu_m.gif);
	background-repeat:repeat-x;
}

.Header
{
	background-image:url(../Images/BackGround/Header_box_m.gif);
	background-repeat:repeat-x;
}

.Footer
{
	background-image:url(../Images/BackGround/Header_box_m.gif);
	background-repeat:repeat-x;
}

.PageBackGorund
{
	background-image:url(../Images/BackGround/BackGroundImg.gif);
	background-repeat:repeat-x;
	background-color:#DDDDDD;
	min-height:500px;
}

.Frame
{
	width:190px; 
	height:26px; 
	background-image:url(../Images/BackGround/Frame/cb02.jpg);
}

.FrameHeader
{
	height:21px; 
	background-image:url(../Images/BackGround/Frame/cb.jpg);
}

.FrameDown
{
	width:190px; 
	height:15px; 
	background-image:url(../Images/BackGround/Frame/cb08.jpg);
}

.Frame231x156
{
	width:231px; 
	height:156px; 
	background-image:url(../Images/BackGround/Frame/Rect231x156.gif);
	
}

.ToolBar
{
	font-size:11px;
	background-image:url(../Images/BackGround/PushButtonBG.gif); 
	height:23px;
}

.textboxGray 
{
	font-size: 12px;
	color: #474747;
	font-weight: normal;
	background: url(../Images/BackGround/textbox_2.gif) repeat-x;
	border: 1px solid #A0A8AB;
}

.textMultiboxGray 
{
	border:1px solid #A0A8AB; 
	color: #474747;
}

.FloatLeft
{
	float:left;
	text-align:left;
}

.FloatRight
{
	float:right;
	text-align:right;
}

/*wucMessageBox*/
div.wucServerMessageBox_Error{text-align: right;direction:rtl;background-color:#FFEBE8;border:1px solid #DD3C10;font-size:14px;margin:10pt 30px 20px 30px;color:#DD3C10;padding:5px 40px 5px 40px;}
div.wucServerMessageBox_Error p{color: #333333; padding: 0px;font-weight:bold;}
div.wucServerMessageBox_Error li{color: #333333;}
div.wucServerMessageBox_Confirm{text-align: right;direction:rtl;background-color:#EFF7FE;border:1px solid #A2CFFC;font-size:14px;margin:10pt 30px 20px 30px;color:#333333;padding:5px 40px 5px 40px;}
div.wucServerMessageBox_Confirm p{color: #333333; padding: 0px;font-weight:bold;}
div.wucServerMessageBox_Confirm li{color: #333333;}


.BackGroundSummary
{
	-x-background-x-position:0%;
	-x-background-y-position:0%;
	background-attachment:scroll;
	background-color:#ECECEC;
/*	background-image:url(../Images/gbback.jpg);*/
	background-repeat:repeat-y;
	background-position:left;
}