/* 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.
*/ 

/* Style for active tabs */
.ontab {	
	background-color: #ffffff;
	border: 1px solid #d3d3d3;
	width: 14%;
	padding:2px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	color: #000000;
}

/* Style for inactive tabs */
.offtab {
	background-color : #fafafa;
	border: 1px solid #d3d3d3;
	width: 14%;
	padding:2px;	
	text-align: center;
	cursor: pointer;
	font-weight: normal;
}

/* imported from includes/js/tabs/tabpane.css */
.dynamic-tab-pane-control.tab-pane {
  position: relative;
  /*width:    100%;    width needed weird IE bug */
  /*margin-right: -2px;  to make room for the shadow */
}
.dynamic-tab-pane-control .tab-row .tab {
  width: 70px;
  height: 16px;
  /*background-image: url( "tab.png" );*/
  background-color : #fafafa;
  border:1px solid #919B9C;
  position: relative;
  top: 0;
  display: inline;
  float: left;
  overflow: hidden;
  cursor: pointer;
  margin: 1px -1px 1px 2px;
  padding: 2px 0px 0px 0px;
  border: 0;
  z-index: 1;
  font: 11px Tahoma, Helvetica, sans-serif;
  white-space: nowrap;
  text-align: center;
}
.dynamic-tab-pane-control .tab-row .tab.selected {
  width: 74px !important;
  height: 18px !important;
  /* background-image: url( "tab_active.png" ) !important; */
  background-color: #ffffff;
  background-repeat: no-repeat;
  border:1px solid #919B9C;
  border-bottom-width:  0;
  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;
  text-decoration: none;
  cursor: pointer;
}
.dynamic-tab-pane-control .tab-row .tab.hover {
  font: 11px Tahoma, Helvetica, sans-serif;
  width: 70px;
  height: 16px;
  /* background-image: url( "tab_hover.png" ); */
  background-color : #fdfdfd;
  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;
}
