﻿/* eran   24/12/14 

body {
}
*/

.footer
{
	background: none repeat scroll 0 0 black;
	line-height: 140%; /* eran add 12/12/13 */
	border-top: 4px solid #cdd2d5; /*	text-align:center;  eran added  24/12/14 */
}
.footer a
{
	font-family: arial; /*    alefregular ERAN 11/8/14  */
	font-size: 13px;
	color: white;
	text-decoration: none; /* 	text-align:center;  eran added  24/12/14 */
}


/* block eran 8/5/15 */
.bottomNoPipeLine, .bottomNoPipeLine a, .bottomNoPipeLine a:visited
{
	text-decoration: none;
	color: white;
	line-height: 100%; /* eran add 12/12/13 */
	vertical-align:top;
}


.footer a:after
{
	content: " | ";
	color: white;
}
.bottomNoPipeLine a:after
{
	content: "  ";
	color: white;
}
.MF_SiteBuildersCredit
{
	color: white;
	font-size: 12px;
	font-family: Arial;
	background: black;
}

.MF_SiteBuildersCredit a, .MF_SiteBuildersCredit a:visited
{
	/* eran 11/1/2014 */
	text-decoration: none !important;
	color: #6d6c4a; /* eran 25/12/14  #1B2E3E  #61676E; */
}

.footer a:hover, .MF_SiteBuildersCredit a:hover
{
	color: gray;
	text-decoration: none;
}


/* eran added class 24/12/14 */
.footer-table
{
	text-align: center;
	background: black;
}



