/**
 * 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-color: #fff;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 84%;
}

/* Titles */
h1.logintitle {
	padding:0;
	margin:0;
}
h2.logintitle {
	color: #000;
	font-size: 120%;
	padding: 0;
	margin: .5ex;
}


div.log_container {
	margin-left: 0;
	margin-right: 0;
}

/* Form elements: */
input.input_text {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 1px;
	vertical-align: middle;
	width: 97%;
	margin: 1px;
	margin-left: 0;
	margin-right: 0;
}
input.field_error {
	background:#fbf2ee;
	border: 1px solid #d99;
}

/* Links and buttons: */
a {
	background-color: transparent;
	color: #008;
	text-decoration: none;
}
a:hover {
	color: #00b;
	text-decoration: underline;
}

div.loginblock {
	border: 1px solid #CCCCCC;
	padding: 2ex;
	margin: 3ex auto;
	width: 40em;
	clear: both;
}
div.loginblock fieldset {
	margin: 0;
	padding: 1ex 0;
}
div.loginblock legend {
	margin: 0 1ex;
	font-weight: bold;
}

.footer {
	text-align: center;
	font-size: 74%;
	margin-top: 0ex;
	margin-bottom: 0ex;
	padding-bottom: 1ex;
	clear: both;
}


/*
 * $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
 *
 */