/**
 * 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:url(../images/vt_bg_logoshowcase.png) left top repeat; color:#666; font-family: helvetica, arial, sans-serif;}
#vtem_error_travel #errorboxbody {
	width:100%;
	min-height:300px;
	margin:0 auto;
	padding: 0px 0px 0px 0px;
	background:url(../images/error_404.png) center center no-repeat;
}

#vtem_error_travel #errorboxheader {
	width: 600px;
	margin: 0px;
	padding: 0px;
	color: #666;
	font-weight:normal;
	text-align: center;
}
#vtem_error_travel #errorboxheader .erro_numberfoun{ 
display:block; 
width:100%; 
color:#05b5e7; 
text-transform:uppercase; 
font-weight:bold; 
font-size:120px; 
line-height:120px; 
text-align:center;
text-shadow: -1px 1px 0 #FFFFFF, -3px 3px 0 rgba(0, 0, 0, 0.1);
}
#vtem_error_travel #errorboxheader .erro_textinfor{display:block; width:100%; font-size:40px; text-align:center;}

#vtem_error_travel #techinfo {
	margin: 10px;
	padding: 10px;
	text-align: left;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
}
#vtem_error_travel #techinfo p {
	color: #CCCCCC;
}
#vtem_error_travel #errorboxbody p > strong{ font-size:18px; font-weight:normal; color:#666;}
#vtem_error_travel #errorboxbody ul li a{ color:#05b5e7; text-decoration:none;}
#vtem_error_travel #errorboxbody ul li a:hover{ text-decoration:underline;}
.vt_back_home a{ float:left; color:#666; background:url(../images/back_home.png) left center no-repeat; margin-left:15px; padding:5px 0px 5px 15px; font-weight:bold;}