/**
 * Contao Open Source CMS
 * Copyright (C) 2005-2011 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-2011
 * @author     Leo Feyer <http://www.contao.org>
 * @package    System
 * @license    LGPL
 * @filesource
 */

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

/* Container */
#container {
	margin:18px;
}

/* Main */
#main {
	padding:1px;
	background:#fff;
	border:1px solid #bbb;
}

/* Headline */
h1 {
	margin:0;
	padding:2px 0 4px 6px;
	background:#b3b6b3 url("images/headline.gif") repeat-x;
	color:#fff;
}
h2 {
	margin:18px 18px 12px 18px;
	padding:7px 0 7px 36px;
	background:url("images/help.gif") left center no-repeat;
	font-size:14px;
	color:#8ab858;
}

/* Preview table */
.tl_help_table {
	margin:0 18px;
}
.tl_label {
	font-weight:bold;
	padding-right:6px;
}
#preview {
	margin:18px;
}
#download {
	margin:9px 18px 3px 18px;
}
#download img {
	position:relative;
	top:-1px;
}
img.mime_icon {
	vertical-align:middle;
}

/* IE fixes */
* html #container {
	padding-bottom:18px;
}
*:first-child+html #container {
	padding-bottom:18px;
}