/**
* CSS Document for offline page
* @version $Id: offline.css 47 2007-06-15 18:55:27Z reza $
* @package Mambo
* @author Mambo Foundation Inc see README.php
* @copyright Mambo Foundation Inc.
* See COPYRIGHT.php for copyright notices and details.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see
* LICENSE.php
* Mambo is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; version 2 of the
* License.
*/

body {
	direction: rtl;
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #ffffff;
	background: #363737;
}

.outline {
  background: #ffffff;
  padding: 2px;
  background-image: url(../images/offline.gif);
  width: 598px;
  height: 450px;
}

.offmess {
	font-family: Tahoma, Arial, Helvetica, Sans Serif;
	font-size: 8px;
	color: #ffffff;
	text-align: center;
	padding-right: 100px;
	padding-top: 200px;
}
