 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: arial;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #1e1c1d url(errorBg.jpg) repeat-x top left;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Set background color. */

body{
	background-color: #e5e5e5;
}

/* Display on full screen with table. */

#full_screen_helper{
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	overflow: hidden;
	min-width: 900px;
}


/* Set content head */

h2.content_head{
	height: 35px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 5px solid #e3e3e3;
	text-align: left;
	padding-left: 10px;
	font-size: 20px;
	color: #2d2d2d;
}

h2.content_head a{
	color: #7B9B34;
}

h2.content_head a.active{
	color: #2d2d2d;
	text-decoration: none;
	cursor: auto;
}

h2.content_head span{
	background: transparent url("/modules/application/assets/image/list_td_separator.png") center center no-repeat;
	padding-left: 20px;
	padding-right: 20px;
}


/* Block name and explain text.*/

h1.content_block{
	color: #7b9b34;
	font-size: 16px;
	font-weight: normal;
	padding: 0px;
	padding-top: 30px;
	padding-bottom: 5px;
	border-bottom: 2px solid #e3e3e3;
	
}

h1.content_block:first-child{
	padding-top: 0px;
}

p.explain_text{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #656565;
	text-align: justify;
	line-height: 14px;
}

/* Sidebar section */

#sidebar{
	float: right;
	width: 285px;
	position: relative;
	right: 0px;
}

/*error page*/

html, body, tbody, tr, td{
	height: 100%;
}

body.error_page table tr td{
	vertical-align: middle;
	text-align: center;	
}

body.error_page div.error_body{
	height: 350px;
	width: 520px;
	margin: 0px auto;
	text-align: left;
	overflow: visible;
	position: relative;
}

body.error_page div.error_body img.pict{
	position: absolute;
	bottom: -125px;
	//bottom: -145px;
	right: -30px;
	z-index: 1000;
}

body.error_page div.error_body img.line{
	margin-left: -20px;
}

body.error_page div.error_body *{
	position: relative;
	z-index: 2;
	font-family: tahoma;
}

body.error_page div.error_body h1{
	font-size: 24px;
	color: white;
	font-weight: normal;
	padding-bottom: 18px;
}

body.error_page div.error_body h1 span{
	font-size: 60px;
	font-weight: bold;
}

body.error_page div.error_body p{
	font-size: 14px;
	padding-top: 9px;
	padding-bottom: 10px;
	color: white;
}

body.error_page div.error_body .contact{
	padding-top: 40px;
	padding-bottom: 30px;
	padding-left: 30px;
	line-height: 8px;
}

body.error_page div.error_body .contact p{
	font-size: 16px;
	
}

body.error_page div.error_body div.right_cont{
	width: 370px;
	text-align: right;
	padding-top: 15px;
}

body.error_page div.error_body div.right_cont p{
	color: white;
}

body.error_page div.error_body a{
	color: #d58616;
}
