﻿/* 
 * Gaia Ajax Widgets, an Ajax Widget Library for ASP.NET 2.0
 * Copyright (C) 2007 - 2008 Gaiaware AS
 * All rights reserved.
 * 
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 3 as 
 * published by the Free Software Foundation.
 * 
 * Or if you have purchased the "Professional Edition" from Gaiaware
 * it is distributed to you in person under the Gaia Commercial License
 * which makes it possible for you to create closed source applications
 * and still be able to distribute those applications without creating 
 * restrictions for your source code.
 * 
 * Unless you're developing GPL software you should and probably legally
 * have to purchase a license of the Gaia Commercial License since otherwise
 * you might be forced to GPL license your derived works.
 * 
 * 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 find a copy of both the GPL version 3 and the 
 * Gaia Commercial License on disc where you have extracted these files.
 * If not visit http://www.gnu.org for the GPL version or 
 * http://ajaxwidgets.com for the Gaia Commercial License.
 * 
 * Breaking the terms of whatever license you're entitled to use will cause
 * prosecution by Gaiaware AS. If possible we will demand to settle any 
 * law suits at a court in Norway.
 * 
 */

.gaiax-tabcontrol
{
	margin: 0pt;
	overflow: hidden;
	padding: 0pt;
}


.gaiax-tabcontrol-top
{
	background: transparent;
	font-size: 16px;
	overflow: hidden;
	margin: 0pt;
	padding: 0pt;
}

.gaiax-tabstrip-spacer
{
    border:1px solid #8db2e3;
    border-top:none;
    height:2px;
    background:#deecfd;
    font-size:1px;
    line-height:1px;
}

.gaiax-tabstrip-wrapper
{
	overflow: hidden;
	width: 100%;
}

.gaiax-tabstrip
{
	display: block;
	width: 4500px;
}

.gaiax-tabstrip-top
{
	border-bottom:1px solid #8DB2E3;
	padding-top: 1px;
	height: 18px;
}

.gaiax-tabstrip li
{
	float: left;
	list-style-type: none;
	margin-left: 2px;
}

.gaiax-tabstrip-active
{
	cursor: default;
}

.gaiax-tabstrip-top .gaiax-tabstrip-active .gaiax-tab-right
{
	margin-bottom: -1px;
}

.gaiax-tabstrip-active .gaiax-tab-right
{
	background-position: 0pt 0pt;
}

.gaiax-tabstrip-active .gaiax-tab-right,
.gaiax-tabstrip-active .gaiax-tab-left
{
	height: 20px;
}

.gaiax-tabstrip-top .gaiax-tab-right
{
	background-repeat: no-repeat;
	padding-left: 5px;
}

.gaiax-tabstrip-top .gaiax-tab-right, 
.gaiax-tabstrip-top .gaiax-tab-left, 
.gaiax-tabstrip-top .gaiax-tabstrip-content 
{
	background-image:url(TabControl/tabs-sprite.png);
	background-color:Transparent;
}

.gaiax-tabstrip a
{
	cursor: pointer;
	text-decoration: none;
}

.gaiax-tabstrip em, 
.gaiax-tabstrip span,
.gaiax-tabstrip a
{
	display: block;
}

.gaiax-tabstrip-active .gaiax-tab-left
{
	background-position: right -300px;
}

.gaiax-tabstrip-top .gaiax-tab-left
{
	background-position: right -300px;
	background-repeat: no-repeat;
	padding-right: 5px;
}

.gaiax-tabstrip-active .gaiax-tabstrip-content
{
	background-position: 0pt -150px;
}

.gaiax-tabstrip-top .gaiax-tabstrip-content
{
	background-position: right -200px;
	background-repeat: repeat-x;
}

.gaiax-tabstrip-content
{
	overflow: hidden;
}

.gaiax-tabstrip-top .gaiax-tabstrip-active .gaiax-tab-right .gaiax-tabstrip-text
{
	padding-bottom:5px;
}

.gaiax-tabstrip-text
{
	-moz-user-select: none;
	font-family:Arial,Helvetica,Tahoma,Sans-Serif;
	font-size: 11px;
	height: 12px;
	margin: 2px 0pt 0pt;
	white-space: nowrap;
	padding: 4px 0pt 0pt 5px;
	line-height: 12px;
}

.gaiax-tabstrip-active .gaiax-tabstrip-text
{
	color: #1C57B9;
	font-weight: bold;
}

.gaiax-tabstrip .gaiax-tabstrip-text
{
	color: #15428B;
	font-style:normal;
}

.gaiax-item-disabled
{
	vertical-align:top;
}
.gaiax-item-disabled .gaiax-tabstrip-text
{
	color:#ccc;
	cursor:default;
	height:12px;
}

.gaiax-tabcontrol-body-wrapper
{
	overflow: hidden;
}

.gaiax-tabcontrol-body
{
	overflow:hidden;
	background:#FFFFFF none repeat scroll 0% 0%;
	border:1px solid #89AFDF;
	
}

.gaiax-tabcontrol-body-content
{
	background:white none repeat scroll 0% 0%;
	border-color:#9BE rgb(153, 187, 232);
	border-style:none solid solid;
	border-width:0pt 1px 1px;
	overflow:hidden;
}

.gaiax-tabstrip-inactive:hover .gaiax-tab-right
{
	 background-position:0 -100px;
}
.gaiax-tabstrip-inactive:hover .gaiax-tab-left
{
	 background-position:right -400px;
}
.gaiax-tabstrip-inactive:hover .gaiax-tabstrip-content
{
	 background-position:0 -250px;
}

.gaiax-clear
{
	clear:both;
}
