/**
 * CSS Document for offline page
 * @version $Id: offline.css 5824 2006-11-20 21:50:34Z eddiea $
 * @package Mitra
 * @copyright Copyleft (C) 2006 Mitra Software Group. All rights reserved.
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
 * Mitra 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.
 */

.outline {
  border: 1px solid #cccccc;
  background-color:#333333;
  padding: 2px;
  color:#CCCCCC;
  background-image:url(../../images/alert.jpg);
  background-repeat:no-repeat;
  background-position:center center;
}
h1{
	margin-top:150px;
}
h2{
	font-size:12px;
	color:#FF0000;
	background-color:#111111;
}
body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
	background-image:url(../../images/bac.png);
}

.err {
	color: #bbb;
}
