/**
 * Contao Open Source CMS
 * Copyright (C) 2005-2010 Leo Feyer
 *
 * Formerly known as TYPOlight Open Source CMS.
 *
 * This program is free software: you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation, either
 * version 3 of the License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 * 
 * You should have received a copy of the GNU Lesser General Public
 * License along with this program. If not, please visit the Free
 * Software Foundation website at <http://www.gnu.org/licenses/>.
 *
 * PHP version 5
 * @copyright  Leo Feyer 2005-2010
 * @author     Leo Feyer <http://www.contao.org>
 * @package    System
 * @license    LGPL
 * @filesource
 */

/* Body */
body {
	background:#f5f5f5 url("images/hbg.jpg") repeat-x;
}

/* Header */
#header {
	width:516px;
	margin:18px auto 0 auto;
	padding:1px;
	background:#fff;
	border:1px solid #bbb;
	border-bottom:0;
}
#header h1 {
	margin:0;
	padding:2px 0 4px 6px;
	background:#b3b6b3 url("images/headline.gif") repeat-x;
	color:#fff;
}

/* Container */
#container {
	width:520px;
	margin:0 auto;
	padding:0;
}

/* Main */
#main {
	width:516px;
	padding:1px;
	background:#fff;
	border:1px solid #bbb;
	border-top:0;
}

/* Headlines */
#container h2 {
	margin:18px;
	padding:6px 0 8px 40px;
	background:url("images/logo.gif") no-repeat left center;
	font-size:14px;
	color:#8ab858;
}

/* Front end link */
#go_to_frontend {
	margin:-6px 18px 12px 0;
	padding:0;
	text-align:right;
}
#go_to_frontend a {
	padding:2px 0 3px 20px;
	background:url("images/login.gif") no-repeat left center;
	color:#bbb;
}

/* License (do not remove) */
#tl_license {
	margin:18px 18px 0 18px;
}
#tl_license p {
	line-height:15px;
	text-align:justify;
}
#tl_license p,#tl_license a {
	color:#888b88;
}
#tl_license a:hover, #tl_license a:focus, #tl_license a:active {
	color:#8ab858;
}

/* Error messages */
.login_error {
	margin:1px 0 0 0;
	padding:2px 0 3px 20px;
	background:url("images/error.gif") no-repeat left center;
}
.login_error label {
	color:#c55;
}
.tl_error {
	margin:0 0 12px 0;
	padding:2px 0 3px 20px;
	background:url("images/error.gif") no-repeat left center;
	color:#c55;
}
.tl_info {
	margin:0 0 12px 0;
	padding:2px 0 3px 20px;
	background:url("images/show.gif") no-repeat 1px center;
	color:#5c9ac9;
}

/* Login form */
.tl_login_form {
	width:350px;
	margin:18px auto 24px auto;
}
.tl_login_form .formbody {
	padding-top:6px;
}
.tl_login_table {
	width:100%;
	margin:0 0 6px 0;
}
.tl_login_submit_container {
	padding-top:0;
	text-align:right;
}

/* Form fields */
.tl_text {
	width:174px;
}
.tl_select {
	width:180px;
}