/* 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:5px;
	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:5px;	
	text-align: center;
	cursor: pointer;
	font-weight: normal;
}
