@charset 'UTF-8';

/* Arabic and Hebrew */
*, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	unicode-bidi: embed; 
	direction: rtl;
}

#mnemonic *{
	direction: ltr !important;
}

#search { 
	text-align: right !important;
	direction: rtl !important;

}


/* Content outer table */
#page_content_table { 
	width:98% !important; 
	margin-right: 12px !important;
}


/* Navigation */
.navigation {
	float: left !important;
	text-align:left !important;
	margin-left: 10px !important;
}

#breadcrumb div.hierarchy	 {	 
	padding-right: 0 !important;
}


.navigation li.next{
	margin-left: -1px !important;
}

a.prev img{
	background: url(images/next.gif) top left no-repeat !important;
}
a.next img{
	background: url(images/prev.gif) top left no-repeat !important;
}

a.prev:hover img{
	background: url(images/next_hover.gif) top left no-repeat !important;
}
a.next:hover img{
	background: url(images/prev_hover.gif) top left no-repeat !important;
}



.fig,
.fig .desc, 
div.figdesc,
div.fignone dl dt,
.fig .dlentry,
.keyword,
.note, .important, .tip,
.related-links:before, div.fignone,
div.fignone dd	{ font-style: normal; }
