/*
	tabs.css

	Part of NAS4Free (http://www.nas4free.org).
	Copyright (c) 2012-2017 The NAS4Free Project <info@nas4free.org>.
	All rights reserved.

	Redistribution and use in source and binary forms, with or without
	modification, are permitted provided that the following conditions are met:

	1. Redistributions of source code must retain the above copyright notice, this
	   list of conditions and the following disclaimer.

	2. Redistributions in binary form must reproduce the above copyright notice,
	   this list of conditions and the following disclaimer in the documentation
	   and/or other materials provided with the distribution.

	THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
	ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
	DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
	ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
	(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
	ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
	(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
	SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

	The views and conclusions contained in the software and documentation are those
	of the authors and should not be interpreted as representing official policies,
	either expressed or implied, of the NAS4Free Project.

* tabs styles, based on http://www.alistapart.com/articles/slidingdoors
*/
td.tabnavtbl {
	float: left;
	width: 100%;
	padding: 0 0 0 0;
}
td.tabnavtbl ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
td.tabnavtbl li {
	display: inline;
}
td.tabnavtbl a {
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
td.tabnavtbl a:hover {
}
td.tabnavtbl span {
	color: grey;
	float: left;
	display: block;
	background: #FFFFFF url("/images/navbar_default.png") repeat-x scroll left top;
	padding: 6px 10px;
	white-space: nowrap;
	border: 1px solid #444444;
	margin-right: -1px;
	height: 16px;
}
td.tabnavtbl td {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
/* commented backslash hack hides rule from ie5-mac \*/
td.tabnavtbl span {
	float: none;
}
/* end ie5-mac hack */
td.tabnavtbl a:hover span {
	color: black;
	background: #FFFFFF url("/images/navbar_active.png") repeat-x scroll left top;
}
td.tabnavtbl li.tabact a {
}
td.tabnavtbl li.tabact span {
	background: #FFFFFF url("/images/navbar_default.png") repeat-x scroll left top;
	color: white;
}
td.tabnavtbl li.tabinact a {
}
