/***************************************************************
*  Copyright notice
*
*  (c) 2009 Stephan Schuler <stephan.schuler@netlogix.de>
*  All rights reserved
*
*  Author: Stephan Schuler (stephan.schuler@netlogix.de)
*
*  This script is part of the TYPO3 project. The TYPO3 project is
*  free software; you can redistribute it and/or modify
*  it under the terms of the GNU General Public License as published by
*  the Free Software Foundation; either version 2 of the License, or
*  (at your option) any later version.
*
*  The GNU General Public License can be found at
*  http://www.gnu.org/copyleft/gpl.html.
*  A copy is found in the textfile GPL.txt and important notices to the license
*  from the author is found in LICENSE.txt distributed with these scripts.
*
*
*  This script 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 General Public License for more details.
*
*  This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/




.nx-tabform {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1.4em;
}

.nx-tabform .nx-tabform-forward,
.nx-tabform .nx-tabform-fforward,
.nx-tabform .nx-tabform-rrevert,
.nx-tabform .nx-tabform-revert {
	display:none;
}

.nx-tabform .nx-tabform-tab {
	background-color:#EBEBEB;
	border:1px solid #CFCFCF;
	margin:0 0 10px;
	padding:5px;
}
.nx-tabform-tabbed .nx-tabform-tab {
	background-color:transparent;
	border:transparent;
	margin:0;
	padding:0;
}

.nx-tabform .nx-tabform-tab legend {
	background-color:#EBEBEB;
	border-top:1px solid #CFCFCF;
	border-left:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	font-weight:bold;
}



.nx-tabform-allbuttons {
	overflow:hidden;
}




.nx-tabform-tabbutton {
	cursor:pointer;
	float:left;
	background:none !important;
	list-style-type:none;
	padding:0 !important;
	margin-right:2px !important;
}

.nx-tabform-tabbutton-hide {
	background:#989898 !important;
	border:1px solid #989898;
}

.nx-tabform-tabbutton-hide a {
	color:#ffffff;
}

.nx-tabform-tabbutton-show {
	background:#EBEBEB !important;
	border:1px solid #CFCFCF;
	font-weight:bold;
}

.nx-tabform-tabbutton a {
	display:block;
	padding:6px 5px;
	text-decoration:none;
}




.nx-tabform-allcontents {
	background:#EBEBEB;
	border:1px solid #CFCFCF;
	border-bottom:none;
	margin-top:2px;
	padding:10px;
}

.nx-tabform-tabcontent-hide {
	display:none;
}

.nx-tabform-tabcontent .nx-tabform-forward,
.nx-tabform-tabcontent .nx-tabform-revert {
	display:none;
}




.nx-tabform-allfooters {
	background:#EBEBEB;
	border:1px solid #CFCFCF;
	border-top:none;
	overflow:hidden;
	padding:10px;
}

.nx-tabform-tabfooter-hide {
	display:none;
}

.nx-tabform-directionblock {
	float:right;
}

.nx-tabform-footnotes {
	text-align:right;
	margin-right:200px;
}




.nx-tabform-allfooters input.nx-tabform-button {
	background-color:#EFEFEF;
	border:1px solid #333333;
	font-size:11px;
	padding:3px;
	margin-left:2px;
}




.nx-tabform-contentline {
	margin-bottom:10px;
}
.nx-tabform-contentline label {
	display:block;
}
