/** 
* CSS Document for offline page 
* @version $Id: error.css 10387 2008-06-03 10:59:16Z pasamio $ 
* @package Joomla 
* @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved. 
* @license GNU/GPL, see LICENSE.php 
* Joomla! is free software and parts of it may contain or be derived from the 
* GNU General Public License or other free or open source software licenses. 
* See COPYRIGHT.php for copyright notices and details. 
*/
/* Start Common Styles */
* {	
	font-family: helvetica, arial, sans-serif;	
	font-size: 11px;	
	color: #000;
}
html {	
	height: 100%;	
	margin-bottom: 1px;
}
body {	
	margin: 0px;	
	padding: 0px;	
	height: 100%;	
	margin-bottom: 1px;	
	background: #FFFFFF;	
	font-family: helvetica, arial, sans-serif;	
	font-weight: normal;	
	padding-top: 0px;	
	margin-top: 0px;
}
table, td, th, div, pre, blockquote, ul, ol, dl, address,.componentheading,.contentheading,.contentpagetitle,.sectiontableheader,.newsfeedheading {	
	font-family: helvetica, arial, sans-serif;	
	font-weight: normal;
}
#outline {	
	width: 900px;	
	margin: 0px;	
	padding: 0px;	
	padding-top: 60px;	
	padding-bottom: 60px;	
	background: #FFFFFF;
	position: relative;
}
#errorboxoutline {	
	text-align: left;
	float: left;
	width: 253px;	
	margin: 0px;	
	padding: 0px 5px 0px 5px;
	/*border: 1px solid #000000;*/
	background: url(../404/black_separator.png) 0 0 repeat-y;
}
.title {
	padding: 5px 0px 0px 42px;
	height: 35px;
}	
.subtitle {
	padding: 0px 0px 0px 42px;
	font: 14px Arial;
}	
.title a, .title a:visited {
	text-align: left;
	text-decoration : none;
	font: bold 18px Arial;	E
}
.title a:hover {
	text-decoration: underline;
}
div.sitefr {
	background: url(../404/sitefr.png) 5px 5px no-repeat;
}
div.sitecom {
	background: url(../404/sitecom.png) 5px 5px no-repeat;
}
div.blog {
	background: url(../404/blog.png) 5px 5px no-repeat;
}
#errorboxheader {	
	width: 300px;	
	margin: 0px;	
	padding: 0px;	
	background: #E44249;	
	color: #FFFFFF;	
	font-weight: bold;	
	font-size: 12px;	
	line-height: 22px;	
	text-align: center;	
	border-bottom: 1px solid #000000;
}
#errorboxbody {	
	margin: 0px;	
	padding: 10px 10px 10px 52px;	
	text-align: left;
	height: 150px;
}
#errorboxbody ul {
	padding-left: 0px;
	font: 14px Arial;
}
#errorboxbody ul a, #errorboxbody ul a:visited {
	font: 14px Arial;
	text-decoration: none;
}
#errorboxbody ul a:hover {
	text-decoration: underline;
}
#errorboxoutline.first {
	background: none;
}
#techinfo {	
	margin: 10px;	
	padding: 10px;	
	text-align: left;	
	border: 1px solid #CCCCCC;	
	color: #CCCCCC;
}
#techinfo p {	
	color: #CCCCCC;
}
