/* JoomLeague Ligaverwaltung und Tippspiel für Joomla!

 * Copyright (C) 2007  Robert Moss

 *  

 * Homepage: http://www.joomleague.de

 * Support: htt://www.joomleague.de/forum/

 * 

 * This file is part of JoomLeague.

 *  

 * JoomLeague 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.

 *

 * Please note that the GPL states that any headers in files and

 * Copyright notices as well as credits in headers, source files

 * and output (screens, prints, etc.) can not be removed.

 * You can extend them with your own credits, though...

 *

 * 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 General Public License for more details.

 * 

 * You should have received a copy of the GNU General Public License

 * along with this program; if not, write to the Free Software

 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

 *

 * The "GNU General Public License" (GPL) is available at

 * http://www.gnu.org/copyleft/gpl.html.

*/ 



.dynamic-tab-pane-control.tab-pane {

	position:	relative;



}

.dynamic-tab-pane-control .tab-row .tab {

	width: auto;

	height: 16px;

	background-image: url( "../images/tab.png" );

	position: relative;

	top: 0;

	display: inline;

	float: left;

	overflow: hidden;

	cursor: pointer;

	margin: 1px -1px 1px 2px;

	padding: 2px 2px 2px 0px;

	border: solid 1px 3px 0 1px #aaa !important;

	z-index: 1;

	font: 11px Tahoma, Helvetica, sans-serif;

	white-space: nowrap;

	text-align: center;

}

.dynamic-tab-pane-control .tab-row .tab.selected {

	width: auto !important;

	height: 18px !important;

	background-image:	url( "../images/tab_active.png" ) !important;

	background-repeat: no-repeat;

	border-bottom-width:	0;

	border-right: 3px #aaa !important;

	z-index: 3;

	padding:	2px 0px 0px 0px;

	margin: 1px -3px -3px 0px;

	top: -2px;

	font: 11px Tahoma, Helvetica, sans-serif;

}

.dynamic-tab-pane-control .tab-row .tab a {

	font:	11px Tahoma, Helvetica, sans-serif;

	color: #333;

	border-right: 1px #aaa;

	text-decoration: none;

	cursor: pointer;

}

.dynamic-tab-pane-control .tab-row .tab.hover {

	font:	11px Tahoma, Helvetica, sans-serif;

	width: auto;

	height: 16px;

	background-image:	url( "../images/tab_hover.png" );

	background-repeat: no-repeat;

}

.dynamic-tab-pane-control .tab-page {



	border: 1px solid rgb( 145, 155, 156 );

	background: rgb( 252, 252, 254 );

	z-index: 2;

	position: relative;

	top: -2px;

	font: 11px Tahoma, Helvetica, sans-serif;

	color: #333;

	

	/*244, 243, 238*/

	/* 145, 155, 156*/

	padding:	5px;

	width: 97%;  /* stupid stupid stupid IE!!! */

	float: left;



}

.dynamic-tab-pane-control .tab-row {

	z-index: 1;

	white-space: nowrap;

}


