/**
 * 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 */
body#vtem_warper_erro{ margin:0 auto; padding:0; background:#ccc; color:#666; font-family: helvetica, arial, sans-serif;}
#vtem_error_fashion #outline {
	width: 600px;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:8px solid #bbb;
	background:#ddd;
}
#vtem_error_fashion #errorboxoutline {
	width: 600px;
	margin: 0px;
	padding: 0px;
}
#vtem_error_fashion #errorboxheader {
	width: 600px;
	margin: 0px;
	padding: 0px;
	color: #666;
	font-weight:normal;
	text-align: center;
}
#vtem_error_fashion #errorboxheader .erro_numberfoun{ 
display:block;
width:100%;
color:#0188af;
text-transform:uppercase; 
font-size:120px; 
line-height:120px; 
font-weight:bold; 
text-align:center;
text-shadow: 1px 1px 1px #000000;
  }
#vtem_error_fashion #errorboxheader .erro_textinfor{display:block; width:100%; font-size:35px; text-align:center;}
#vtem_error_fashion #errorboxbody {
	margin: 0px;
	padding: 10px 0px;
	text-align: left;
	width:400px;
}
#vtem_error_fashion #techinfo {
	margin: 10px;
	padding: 10px;
	text-align: left;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
}
#vtem_error_fashion #techinfo p {
	color: #CCCCCC;
}
#vtem_error_fashion #errorboxbody p > strong{ font-size:18px; font-weight:normal; color:#666;}
#vtem_error_fashion #errorboxbody ul li a{ color:#0188af; text-decoration:none;}
#vtem_error_fashion #errorboxbody ul li a:hover{ text-decoration:underline;}