/**
 * CSS Document for offline page
 * @version $Id: offline.css 10387 2008-06-03 10:59:16Z pasamio $
 * @package Joomla
 * @copyright Copyright (C) 2005 - 2008 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.
 */

body {
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, Sans Serif; font-size: 78%;
	color: #FFFFFF;
	background: #1a92ab;
	text-align: center;
}

img  { border: 0 none; }

/* -- id styles ------------------------------------- */

#frame {
	margin: 0px auto;
	width: 1002px;
	padding: 0px;
}

#frame form {
	text-align: left;
}

#frame2 {
	margin: 0px auto;
	width: 100%;
	padding: 0px;
	background: #0d6d83;
}

#frame2 form {
	text-align: left;
}

#frame3 {
	margin: 0px auto;
	width: 1002px;
	padding: 0px;
}

#frame3 form {
	text-align: left;
}

#frame4 {
	margin: 0px auto;
	width: 450px;
	padding: 0px;
}

#frame4 form {
	text-align: left;
}

/* -- class styles ---------------------------------- */

.outline {
  border: 0px solid #febf00;
  background: #1a92ab;
  padding: 2px;
}

.outline2 {
  border: 0px solid #febf00;
  background: #1a92ab;
  padding: 2px;
}

.outline3 {
  border: 0px solid #febf00;
  background: #1a92ab;
  padding: 2px;
}

/* -- form styles ----------------------------------- */

form    { margin: auto; }
form p  { margin: 0; padding: 0; }
form fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
label         { display: block; float: left; }
input 		  { padding: 1px; }
input.button  { width: auto; height: 1.8em; cursor: pointer; }

label   { margin: 5px 0px 2px 0px; width: 10em;}
form p  { padding: 0.2em 0 0.2em 0; }
form br  { display: none; }
input    { border: 1px solid #0E67A1; }
input.button 		 { background-color: white; }
input.button:hover { border-color:  #FC902E; }



#frmlogin	      { margin: 0 10px 0 10px;  }
#frmlogin fieldset.button { text-align: right; }

a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #febf00;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #febf00;
	text-decoration: underline;
	font-weight: normal;
}

.style1 {
	color: #febf00;
	font-weight: bold;
}

h1 {
  font-weight: bold;
  font-style: normal;
  font-size: 1.3em;
  color: #FFFFFF;
  }
  
h1 a:link, h1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #febf00;
	text-decoration: none;
	font-weight: normal;
}

h1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #febf00;
	text-decoration: underline;
	font-weight: normal;
}
