/**
 * Backoffice main Cascading Style Sheets definitions for Desert style.
 *
 * b2evolution - {@link http://b2evolution.net/}
 * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
 * @copyright (c)2003-2005 by Francois PLANQUE - {@link http://fplanque.net/}
 *
 * @package admin
 */

@import url(basic.css);            /* Import basic styles */
@import url(img.css);              /* Import standard image styles */
@import url(forms.css);            /* Import default form styles */

body {
	margin: 0;
	background-image: url(http://www.escortmarketing.co.nz/bodybg.gif);
	color: #515120;
	font: 75% "franklin gothic book", Arial, Helvetica, sans-serif;
}/* Fonts edited by Sally 2.2x */

/* Titles */
h1.logintitle {
	padding:0;
	margin:0;
}

div.log_container {
	margin-left: 0;
	margin-right: 0;
}

/* Form elements: */
input.input_text {
	border: 1px solid #95954D;
	background-color: #fff;
	padding: 4px;
	vertical-align: middle;
	width: 70%;
	font-family: arial, Helvetica;
	margin: 1px;
	margin-left: 0;
	margin-right: 0;
}
input.field_error {
	background:#fff;
	border: 0px solid #95954D;
}/* Border made 0 2.2x */

/* Links and buttons: */
a {
	background-color: transparent;
	color: #515120;
	text-decoration: none;
}/* Edit by Sally 2.2x */
a:hover {
	color: #000;
	text-decoration: none;
}/* Hover made 000 and none 2.2x */

div.loginblock {
	border: 1px solid #95954D;
	background-color: #fff;
	padding: 2ex;
	margin: 10ex auto;
	width: 29em;
	clear: both;
}/* Outside Border */
div.loginblock fieldset {
	margin: 0;
	padding: 2ex 0;
}
div.loginblock legend {
	margin: 0 3ex;
	font-weight: bold;
}

.login_actions {
	font-size: 80%;
	font-weight:bold;
}/* I added this, login links at bottom of login, register forms. Was already included on _login_form.main.php, I added to _reg_form.main.php - 2.2x*/

.footer {
	text-align: center;
	font-size: 74%;
	margin-top: 0ex;
	margin-bottom: 0ex;
	padding-bottom: 1ex;
	clear: both;
}

/* START FORMS */
input { font-family: arial, Helvetica; font: 12px normal; padding: 3px; font-family: "franklin gothic book", arial; font-weight:bold; background: #fff; color: #515120; margin-top: 5px; border: 1px solid #606040; } 
input.submit { font: 10px normal; border: 1px solid #606040; font-family: "franklin gothic book", arial; } 


/*
 * $Log: login.css,v $
 * Revision 1.3  2007/02/03 18:43:14  fplanque
 * cleaner handling of errors
 *
 * Revision 1.2  2007/01/19 03:06:56  fplanque
 * Changed many little thinsg in the login procedure.
 * There may be new bugs, sorry. I tested this for several hours though.
 * More refactoring to be done.
 *
 * Revision 1.1  2006/02/23 21:12:34  fplanque
 * File reorganization to MVC (Model View Controller) architecture.
 * See index.hml files in folders.
 * (Sorry for all the remaining bugs induced by the reorg... :/)
 *
 * Revision 1.1  2005/05/23 14:32:21  fplanque
 * isolated login (htsrv) CSS styles
 *
 */