/**
 * CSS Document for offline page
 * @version $Id: error.css 14401 2010-01-26 14:10:00Z louis $
 * @package Joomla
 * @copyright Copyright (C) 2005 - 2010 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 */


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-size: 12px;
	color: #5F6565;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}

a:link, a:visited {
	color: #1e6b52;
	font-weight:bold;
	text-decoration: none;
}


a:hover {
	color: #1e6b52;
	font-weight:bold;
	text-decoration:underline;
}

ol {
	padding-left: 25px;
}

#searchbox {
	text-align: center;
}


#outline {
	width: 814px;
	margin: 0px;
	padding: 0px;
	padding-top: 60px;
	padding-bottom: 60px;
	background: #FFFFFF;
}
#errorboxoutline {
	width: 600px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
}
#errorboxheader {
	width: 600px;
	margin: 0px;
	padding: 0px;
	background: #1e6b52;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	border-bottom: 1px solid #000000;
}

#errorboxlogo {
	width: 600px;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	border-bottom: 1px solid #000000;
}
#errorboxbody {
	padding: 20px 80px 80px;
	text-align: left;
}

#errorboxbodycopy {
	width: 360px;
	margin-left: auto;
	margin-right: auto;
}
