/* 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 http://webfx.eae.net/dhtml/tabpane/tabpane.html */
.dynamic-tab-pane-control.tab-pane {
  position: relative;
  width:    100%;
}

.dynamic-tab-pane-control .tab-row .tab {
  font-family:  Verdana, Helvetica, Arial;
  /*font-size:    10px;*/
  cursor:     Default;
  display:    inline;
  margin:     1px -5px 1px 5px;
  float:      left;
  padding:    3px 6px 3px 6px;
  background:   #EEE;
  border:     1px solid;
  border-color: #DDD;
  /*border-left:  0;*/
  border-bottom:  0;
  /*border-top:   0;*/
  
  cursor:     hand;
  cursor:     pointer;
  
  z-index:    1;
  position:   relative;
  top:      0;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
  border:     1px solid #DDD;
  border-bottom:  1px solid white;
  z-index:    3;
  padding:    2px 6px 5px 6px;
  margin:     1px -6px -2px 0px;
  top:      -2px;
  background:   white;
}

.dynamic-tab-pane-control .tab-row .tab a {
  font-family:    Verdana, Helvetica, Arial;
  /*font-size:      13px;*/
  color:        #222;
  text-decoration:  none;
  cursor:     hand;
  cursor:     pointer;  
}

.dynamic-tab-pane-control .tab-row .hover a {
  color:  #222;
}

.dynamic-tab-pane-control .tab-row .tab.selected a {
  font-weight:  bold;
}

.dynamic-tab-pane-control .tab-page {
  clear:      both;
  border:     1px solid #DDD;
  background:   White;
  z-index:    2;
  position:   relative;
  top:      -2px;
  color:      Black;
  font-family:  Verdana, Helvetica, Arial;
  /*font-size:    13px;*/
  padding:    10px;
}

.dynamic-tab-pane-control .tab-row {
  z-index:    1;
  white-space:  nowrap;
  background:   transparent;
  height:     1.85em;
  width:      100%;
}

h2.tab {
  font-size:    10px;
}

tr.sectiontableentry1{
   backgroung-color: red;
}

tr.sectiontableentry2{
   backgroung-color: yellow;
}
