/**
 * TYPOlight Open Source CMS
 * Copyright (C) 2005-2010 Leo Feyer
 *
 * 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.typolight.org>
 * @package    System
 * @license    LGPL
 * @filesource
 */

/* Navigation */
#tl_helpBox
{
	filter:alpha(opacity=80);
}
#tl_ajaxOverlay
{
	filter:alpha(opacity=30);
}
.opacity
{
	filter:alpha(opacity=80);
}
#tl_navigation .tl_parent
{
	display:inline;
}
#tl_navigation .tl_level_1_group img
{
	top:0;
}
.tl_show
{
	margin:18px;
}
.tl_col_1 .tl_checkbox
{
	margin:-2px 0 0 -3px;
}

/* Listing */
.tl_panel,.tl_panel_bottom
{
	padding-bottom:0;
}
.tl_panel .tl_search span,.tl_panel strong,.tl_panel_bottom strong
{
	vertical-align:3px;
}
.tl_folder_list,.tl_folder_tlist
{
	padding:0px;
}
.tl_file_list
{
	padding:1px 0 2px 0;
}
label.tl_change_selected
{
	position:relative;
	top:1px;
}
.tl_noopt
{
	margin:0;
}

/* Wizards */
#tl_tablewizard
{
	overflow-x:auto;
	overflow-y:hidden;
	padding-bottom:19px;
}
.tl_tablewizard td.tcontainer
{
	height:75px;
}
.tl_tablewizard td.tcontainer .tl_textarea
{
	margin-top:1px;
}
.tl_listwizard_img
{
	top:0px;
}
.tl_optionwizard label
{
	position:relative;
	top:4px;
	left:-3px
}
.tl_checkbox_wizard span
{
	margin:-3px 0 0 0;
}
.tl_checkbox_wizard label
{
	position:relative;
	top:-1px;
}

/* Forms */
.tl_text,.tl_text_2,.tl_text_3,.tl_text_4,.tl_textarea
{
	margin:0;
}
.tl_checkbox,.tl_radio
{
	margin:-3px 0 -2px -3px;
	vertical-align:middle;
}
.tl_tree_checkbox
{
	margin:-2px 0 0 0;
}
.tl_tree_radio
{
	margin:-3px 0 0 0;
}
.tl_upload_field
{
	margin:0;
}

/* BE 27 */
fieldset.collapsed legend
{
	display:inline;
}
fieldset.tl_tbox,fieldset.tl_box
{
	padding-top:0;
	background-position:left 8px;
}
fieldset.nolegend
{
	padding-top:12px;
	background-position:left top;
}
fieldset legend
{
	margin-bottom:6px;
}
fieldset.collapsed
{
	padding-bottom:4px;
}

/* IE 6 only */
* html body
{
	height:100%;
}
* html .block,* html .tl_content,* html .clr,* html #tl_breadcrumb
{
	zoom:1;
}
