/**************************************************************/
/* CSS for General Format */
/**************************************************************/
html
{
	overflow-y: scroll;
}
body, div, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}
body
{
	width: 100%;
	height: 100%;
    background-color: #fff;
}
body.error_page
{
	width: 100%;
	height: 100%;
    background-color: #f4f3f1;
}
table
{
	border-collapse: collapse;
	border-spacing: 0px;
}
address, caption, cite, code, dfn, em, th, var
{
	font-style: normal;
	font-weight: normal;
}
fieldset, img
{
	border: 0px;
}
.b, b, strong
{
	font-weight: bold;
}
.d_none
{
	display: none;
}
.d_block
{
	display: block;
}
.clear_all
{
	clear: both;
}
.w100
{
	width: 100%;
}
.h100
{
	height: 100%;
}
div.wrapper
{
	width: 595px;
	height: 242px;
	font-family: Arial;
	display: table;
	direction: rtl;
	margin: 150px auto;
	border: solid 1px #000;
	background-color: #fff;
}
/**************************************************************/

/**************************************************************/
/* CSS for Alignments & Directions */
/**************************************************************/
.dir_side
{
	direction: rtl;
}
.dir_inverse
{
	direction: ltr;
}
.align_top
{
	vertical-align: top;
}
.align_bottom
{
	vertical-align: bottom;
}
.align_side
{
	text-align: right;
}
.align_inverse
{
	text-align: left;
}
.align_center
{
	text-align: center;
}
.float_side
{
	float: right;
}
.float_inverse
{
	float: left;
}
.float_center
{
	margin: 0px auto;
}
/**************************************************************/

/**************************************************************/
/* CSS for Print */
/**************************************************************/
@media print
{
	.noprint
	{
		display: none;
	}
}
/**************************************************************/
div.error_logo
{
    float: left;
    clear: both;
    width: 100%;
    text-align: left;
    margin: 20px 0px 40px;
}
div.error_en
{
    width: 280px;
    float: right;
    margin: 0px 15px 0px 25px;
    direction: ltr;
    text-align: left;
    font-size: 12px;
}
div.error_spacer
{
    float: right;
}
div.error_he
{
    width: 220px;
    float: right;
    margin: 0px 10px 0px 15px;
    direction: rtl;
    text-align: right;
    font-size: 12px;
}
div.error_en span,
div.error_he span
{
    font-weight: bold;
    color: #ed1b2e;
}
div.error_en a,
div.error_he a
{
    color: #000;
}
