/**************************************************************/
/* 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: #f0f0f0;
}
body.error_page
{
	width: 100%;
	height: 100%;
}
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%;
}
/**************************************************************/

/**************************************************************/
/* 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;
	}
}
/**************************************************************/
table.wrapper
{
	width: 100%;
	height: 100%;
	font-family: Arial;
	display: table;
	direction: rtl;
}
td.wrapper
{
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
div.wrapper
{
	width: 448px;
	height: 347px;
	font-family: Arial;
	display: table;
	direction: rtl;
    position: relative;
    background: url(../../Images/HE/error_page/error.jpg) no-repeat;
}
div.wrapper div
{
    position: absolute;
    top: 185px;
    right: 182px;
}
