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

/* Form */
#sql_table pre label {
	font-size:12px;
}
fieldset,form,input,optgroup,select,textarea {
	font-size:12px;
}

/* Adjust padding */
.tl_select,.tl_mselect,.tl_select_column,.tl_select_unit,.tl_select_interval {
	padding:2px 1px;
}
.tl_text,.tl_text_2,.tl_text_3,.tl_text_4,.tl_textarea,.tl_text_unit,.tl_text_trbl,.tl_text_interval {
	padding:3px 2px;
}

/* Panels */
.tl_panel .tl_select,.tl_panel .tl_text {
	font-size:11px;
}
.tl_version_panel .tl_select,.tl_panel_bottom .tl_select {
	font-size:11px;
}
.tl_panel select {
	max-width:164px;
}
**:first-child+body .tl_panel .tl_select,**:first-child+body .tl_panel_bottom .tl_select {
	margin-top:3px;
}

/* Listing */
.tl_listing .tl_right,x:-moz-any-link {
	padding:0;
}

/* Forms */
.tl_checkbox {
	margin:0 3px 0 0;
}
**:first-child+body .tl_checkbox {
	margin:3px 3px 0 1px;
}
.tl_checkbox_container {
	margin:-1px 0 1px 0;
}
**:first-child+body .tl_checkbox_container {
	margin-top:-2px;
}
**:first-child+body .tl_radio {
	margin:1px 3px 0 1px;
}
**:first-child+body .tl_radio_container {
	margin:-1px 0 1px 0;
}

/* Calendar plugin */
**:first-child+body div.calendar td, **:first-child+body div.calendar th {
	height:19px;
}