﻿/*******************************************************************
 * Gaia Ajax - Ajax Control Library for ASP.NET  
 * Copyright (C) 2008 - 2009 Gaiaware AS
 * All rights reserved. 
 * This program is distributed under either GPL version 3 
 * as published by the Free Software Foundation or the
 * Gaia Commercial License version 1 as published by Gaiaware AS
 * read the details at http://gaiaware.net/product/dual-licensing 
 ******************************************************************/

.gaiax-wizard-tabstrip-spacer
{
    height:2px;
    background:#deecfd;
    font-size:1px;
    line-height:1px;
}

.gaiax-wizard-tabstrip-wrapper
{
	overflow: hidden;
	position: relative;
	width: 100%;
}

.gaiax-wizard-tabstrip
{
	display: block;
}

    .gaiax-wizard-tabstrip li {
        float: left;
        list-style-type: none;
        background-color: #fff;
        padding: 3px 15px 3px 5px;
        padding-right: 15px;
        margin-right: 6px;
        background-image: url(TabControl/wizard-step-inactive.png);
        background-position: right;
        background-repeat: no-repeat;
        height: 18px;
    }
    .gaiax-wizard-tabstrip li.gaiax-wizard-tabstrip-active {
        background-image: url(TabControl/wizard-step-active.png);
    } 
       .gaiax-wizard-tabstrip li.gaiax-wizard-tabstrip- {
        background-image: url(TabControl/wizard-step-active.png);
    } 

.gaiax-wizard-tabstrip li.gaiax-wizard-clear,.gaiax-wizard-tabstrip li.gaiax-wizard-clear:before, .gaiax-wizard-tabstrip li.gaiax-wizard-clear:after {
    background-color: transparent;
    border: 0;
    background-image: none;
}

li.gaiax-wizard-tabstrip-active, li.gaiax-wizard-tabstrip-active a, li.gaiax-wizard-tabstrip-active a:hover
{
	cursor: default;
    background-color: #1C57B9;
    color: #fff !important; /* important, because the light-blue was very persistent when hovering an active wizard-'tab' */
}

.gaiax-wizard-tabstrip li a, .gaiax-wizard-tabstrip li a:hover {
    background-color: transparent;
    color: #999;
}
.gaiax-wizard-tabstrip-active .gaiax-tab-right,
.gaiax-wizard-tabstrip-active .gaiax-tab-left
{
	height: 20px;
}

.gaiax-wizard-tabstrip-top .gaiax-tab-right
{
	padding-left: 5px;
}

.gaiax-wizard-tabstrip-top .gaiax-tab-right, 
.gaiax-wizard-tabstrip-top .gaiax-tab-left, 
.gaiax-wizard-tabstrip-top .gaiax-wizard-tabstrip-content 
{
	background-color:Transparent;
    font-style: normal;
}

.gaiax-wizard-tabstrip a
{
/*	cursor: pointer;
	text-decoration: none;*/
}

.gaiax-wizard-tabstrip em, 
.gaiax-wizard-tabstrip span,
.gaiax-wizard-tabstrip a
{
	display: block;
}

.gaiax-wizard-tabstrip-top .gaiax-tab-left
{
	padding-right: 5px;
}

.gaiax-wizard-tabstrip-active .gaiax-wizard-tabstrip-content
{
	height: 100%;
}

.gaiax-wizard-tabstrip-content
{
	overflow: hidden;
}

.gaiax-wizard-tabstrip-top .gaiax-wizard-tabstrip-active .gaiax-tab-right .gaiax-wizard-tabstrip-text
{
	padding-bottom:5px;
}

.gaiax-wizard-tabstrip-text
{
	-moz-user-select: none;
	font-size: 11px;
	height: 12px;
	margin: 2px 0pt 0pt;
	white-space: nowrap;
    padding: 1px 0;
	line-height: 12px;
}

.gaiax-wizard-tabstrip .gaiax-wizard-tabstrip-text
{
}

.gaiax-item-disabled
{
	vertical-align:top;
}
.gaiax-item-disabled .gaiax-wizard-tabstrip-text
{
	color:#ccc;
	cursor:default;
	height:12px;
}

.gaiax-clear
{
	clear:both;
}
.gaiax-wizard-tabstrip li.gaiax-wizard-clear {
    background-color: transparent;
    border: 0;
}

.gaiax-wizard-tabcontrol-body {
    background-color: #fff;
    padding: 8px;
    border: solid 1px #cccccc;
    margin: 5px 0;
    overflow: hidden;
}
