
body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	overflow: auto;
}

/*********** Anchors ************/
a.classic:link    {font:9pt Arial; color:#0B510E; text-decoration:underline;}
a.classic:visited {font:9pt Arial; color:#0B510E; text-decoration:underline;}
a.classic:active  {font:9pt Arial; color:#0B510E; text-decoration:underline;}
a.classic:hover   {font:bold 9pt Arial; color:#555555; text-decoration:underline;}

a.classicBlack:link    {font:9pt Arial; color:#000000; text-decoration:underline;}
a.classicBlack:visited {font:9pt Arial; color:#000000; text-decoration:underline;}
a.classicBlack:active  {font:9pt Arial; color:#000000; text-decoration:underline;}
a.classicBlack:hover   {font:9pt Arial; color:#0878c4; text-decoration:underline;}

a.classicGray:link    {font:9pt Arial; color:#818181; text-decoration:underline;}
a.classicGray:visited {font:9pt Arial; color:#818181; text-decoration:underline;}
a.classicGray:active  {font:9pt Arial; color:#818181; text-decoration:underline;}
a.classicGray:hover   {font:9pt Arial; color:#1888c8; text-decoration:underline;}

a.classicBlue:link    {font:bold 9pt Arial; color:#1888c8; text-decoration:underline;}
a.classicBlue:visited {font:bold 9pt Arial; color:#1888c8; text-decoration:underline;}
a.classicBlue:active  {font:bold 9pt Arial; color:#1888c8; text-decoration:underline;}
a.classicBlue:hover   {font:bold 9pt Arial; color:#006f66; text-decoration:underline;}

.opac_link{
	position:absolute; background:#ffffff; 
	opacity:0.1;filter:alpha(opacity=1); cursor:pointer;
	text-decoration:none; z-index:101;
}


/*********** End Anchors ************/

		
/******** Texts **********/

.errTxt{font:8pt Arial; color:red;}

.innerTxt_bold{font:bold 9pt Arial; color:#000000;}

.innerTxt{font:9pt Arial; color:#000000;}

.innerData{font:bold 10pt Arial ; color:#000000;}

.sub_title_gray{font:bold 14px Arial ; color:#434343;}

.title_big{font:bold 22px Arial ; color:#29447d;}

.title_small_normal{font:8pt Arial ; color:#29447d;}

.innerTxt_purple_bold{font:bold 9pt Arial ; color:#000000;}

.pageTytle{
	text-align:center;
	font:bold 12pt Arial; color:#244b76;
	width:100%;
	background-color:#d1dce9;
}

.err {
	font-family: Arial;
	font-size: 9pt;
	color: RED;
	font-weight: bold;
}

.number
{
	display:block; float:right; width:30px; text-align:left;
}

.scroll {
	overflow: auto;
	direction:ltr; height:400px;
}

.border {border-bottom:1px solid #dcdcdc;}

.border_dotted {border-bottom:1px dotted #666666;}

/********* End Texts *********/

/********* Headers *************/

h1  {
	margin:5px 0px 5px 0px;
	}

h2  {
	margin:5px 0px 5px 0px;
	}
	
h3  {
	margin:5px 0px 5px 0px;
	}

/******** end Headers **********/
	
/******** Notification Pannel **********/

.notification{}

.notification .user_details{
	dispaly:none;
	width:80%; 
	height: 70px;
	background-color:#edeff4; 
	border:4px double #3b5998; 
	position:absolute; top: 10%; right: 10%; 
	z-index: 10; 
	box-shadow: 5px 7px 5px #888888;
}

.notification .user_details .padder{
	padding:10px 150px 10px 0px;
}

.notification .user_details img{
	border:1px solid #dcdcdc; 
	float:right; margin-left:5px;
}

.notification .user_title{
	font:bold 15px Tahoma; color:#3B5998;
	width:450px; overflow:hidden; text-align:right;
}

.notification .user_text{
	font:13px Tahoma; color:#535353;
	width:450px; overflow:hidden; text-align:right;
}

.registration{}

.registration .user_details{
	display:block;
	/*width:80%;
	position:relative; top: 10%; right: 10%; */
	padding-right: 50px;
}

.registration .user_details .padder{
	padding:10px 10px 10px 0px;
}

.registration .user_details img{
	border:1px solid #dcdcdc; 
	float:right; margin-left:5px;
}

.registration .user_title{
	font:bold 15px Tahoma; color:#3B5998;
	width:350px; overflow:hidden; text-align:right;
}

.registration .user_text{
	font:13px Tahoma; color:#535353;
	width:350px; overflow:hidden; text-align:right;
}

.properties_line{
	background-color:#F4F4F4; 
	border-bottom:1px solid #eeeeee;
}

.link_properties{
	
}

.link_properties .item{
	margin:5px 0px 5px 0px;
	border-bottom:1px solid #eeeeee;
}

a.user_title:link    {font:bold 13px Arial ; color:#3B5998; text-decoration:none;}
a.user_title:visited {font:bold 13px Arial ; color:#3B5998; text-decoration:none;}
a.user_title:active  {font:bold 13px Arial ; color:#3B5998; text-decoration:none;}
a.user_title:hover   {font:bold 13px Arial ; color:#3B5998; text-decoration:underline;}


a.media_title:link    {font:bold 11px Arial ; color:#3B5998; text-decoration:none;}
a.media_title:visited {font:bold 11px Arial ; color:#3B5998; text-decoration:none;}
a.media_title:active  {font:bold 11px Arial ; color:#3B5998; text-decoration:none;}
a.media_title:hover   {font:bold 11px Arial ; color:#3B5998; text-decoration:underline;}

/********* End Notification Pannel *********/


/********* Site Hover *************/

#siteHoverDiv
{
	
	/*background-image:url(http://www.empact.co.il/leads/brands/userLog/images/design/containers/siteHover/bg.png);*/
	background-color: #ffffff;
	opacity:0.6; filter:alpha(opacity=60);
}

.inner_hover_section
{
	
	width:550px ; direction:rtl;
	border: 5px solid #ebebeb; background-color:#ffffff;
	font: 14px Arial; color: #434343;
}
/********* End Site Hover *************/