html,body{
	background-color:#FFFFFF;
	text-align:center;
	margin: 10px; 
 font-family:Verdana, Arial, Helvetica, sans-serif;	 
font-size:12px;
font-size:7px\9; /*hack for all IE Sizes*/
}/**/
math {
	background-color:#FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

.table-group,.table-group-caption {
	text-align:center;
}

table .algorithm {
margin-right: auto;
margin-left: auto;
text-align:left;
}

.alg-content{
display:block;
text-align:left;
}
.algorithm {
	border: 1px solid #999999;
	padding: 10px;
	display:block;
}



/*  new css for tables without thead, th & tbody 10-28-2008 */

table tr td{
 padding: 0px 7px;
}

th[style="padding-left: 0pt;"] {
border: 5.5pt transparent;
border-style: none none none solid;
}


/* For new tables with thead, th & tbody 10-28-2008 */
.thead {
	font-weight:bold;
}
/* end test */


.fig-image {text-align:center}
table {
	margin-right: auto;
	margin-left: auto;
}
.table-group {
	margin: 1.5em auto 0px;
	text-align:center;
}
.table .thead th {
	padding: 0em 1.5em;
	color: #000000;
}
.thead-hr {
	width: 100%;
}
.border_img {
	margin-right: auto;
	margin-left: auto;
}
.fig-group-caption, .table-group-caption,.table-fn 
{
	width: 100%;
text-align:justify;
}
a:hover { 
background-color:#FFFFFF;
text-decoration:underline;
}
a {
color:#0097C8;
text-decoration:none;

}


/************ mossad modfied************/

.equation2{
	text-align: center;
	display: block;
	vertical-align: middle;
	position: relative;
	width: 100%;
}

.equation2-line{
text-align:center;
vertical-align: middle;
margin: 1em 0;
position: relative;
width: 100%;

/*	background-color:#666666;*/
}
/***************************************************************/
.equation2-content{
text-align:left;
display:table;
margin:0 auto;
}
.equation2-label{
/*	position: absolute;
	bottom:50%;
	right: -60px;
	#right: 0px;*/
	float:right;
	margin:10px 0px 0px 0px;
/*   font-style: normal;
	width:auto;
	z-index:2;
	margin-top:10px*/ 
}
.align12-phantom{
	text-align: left;
	display: block;
	position: relative;
    width: auto;
}