/**
 * @version		$Id: error.css 20475 2011-01-28 15:47:14Z chdemko $
 * @copyright	Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Start Common Styles */
* {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	color: #000002;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	margin-bottom: 1px;
	background: #fff url('../../seemis-inside/img/blue/bg.png') 0 0 repeat-x;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}

.error {
	margin: 0 auto;
	width: 900px;
	min-height: 700px;
	margin-top: 22px;
	background: url('../../seemis-inside/img/404.png') 0 0 no-repeat;
}

table, td, th, div, pre, blockquote, ul, ol, dl, address,.componentheading,.contentheading,.contentpagetitle,.sectiontableheader,.newsfeedheading {
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
}
.errormsg {font-size: 15px; margin-top: 5px; line-height}
#outline {
	width: 400px;
	padding: 0px;
	padding: 160px 0 0 450px;
	text-align: left;
}
#errorboxoutline {
	width: 500px;
	margin: 0px;
	padding: 0px;
}
#errorboxheader {
	width: 400px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	border-bottom: 1px dashed #000000;
}
h1 {font-size: 60px; margin:0; padding:0; display: block; color:#0067b1;}
#errorboxbody {
	margin: 0px;
	padding: 10px;
	text-align: left;
}
#techinfo {
	margin: 10px;
	padding: 10px;
	text-align: left;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
}
#techinfo p {
	color: #CCCCCC;
}
.options {margin: 20px 0 0 100px; width: 300px;}
ul {
  list-style:none;
}
ul.line-icon > li { width: 200px;  margin-bottom: 7px; font-size: 1.4em; border-bottom: 1px #565656 dashed; padding: 0 0 7px 20px; background: url('../../seemis-outside/img/list_icon.png') top left no-repeat;}

ul.line-icon li:hover{background-position:0 -200px}
