﻿/*******************************************************************
 * Gaia Ajax - Ajax Control Library for ASP.NET  
 * Copyright (C) 2008 - 2011 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-tabcontrol
{
	margin: 0pt;
	padding: 0pt;
}

.gaiax-tabcontrol h1
{

}


.gaiax-tabcontrol-top
{
	background: transparent;
	font-size: 16px;
	overflow: hidden;
	margin: 0pt;
	padding: 0pt;
}

.gaiax-tabstrip-spacer
{
  /*  border-bottom:1px solid #8db2e3;*/
    border-top:none;
   /* height:2px;
    background:#deecfd;*/
    font-size:1px;
    line-height:1px;
}

.gaiax-tabstrip-wrapper
{
	/*overflow: hidden;*/
	position: relative;
	width: 100%;
	margin-left:-2px;
}

.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
{
}

.gaiax-tabstrip-active .gaiax-tab-right,
.gaiax-tabstrip-active .gaiax-tab-left
{
	height: 20px;
}

.gaiax-tabstrip-top .gaiax-tab-right
{
	/*padding-left: 2px;*/
}

.gaiax-tabstrip-top .gaiax-tab-right, 
.gaiax-tabstrip-top .gaiax-tab-left, 
.gaiax-tabstrip-top .gaiax-tabstrip-content 
{
	background-color:transparent;
	border-bottom: 0px;
}

.gaiax-tabstrip a
{
	cursor: pointer;
	text-decoration: none;
}

.gaiax-tabstrip em, 
.gaiax-tabstrip span,
.gaiax-tabstrip a
{
	display: block;
	text-decoration:none;
}

.gaiax-tabstrip-active .gaiax-tab-left
{
}

.gaiax-tabstrip-top .gaiax-tab-left
{
	padding-right:  1px;
}

.gaiax-tabstrip-active .gaiax-tabstrip-content
{

}

.gaiax-tabstrip-top .gaiax-tabstrip-content
{
	


}

.gaiax-tabstrip-active
{
			/*border: 1px solid black;*/
	/*--Bottom right rounded corner--*/
	-moz-border-radius-topright: 6px;
	-khtml-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-topleft: 6px;
	-khtml-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-bottom: 0px;
	padding-bottom:0px;
	height:22px;
	background-color: #00a551;
	

	 
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(100% 100% 90deg, #01a652, #10c067);
	  
	/* Safari 4-5, Chrome 1-9 */ /* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#01a652), to(#10c067)); /* Safari 5.1+, Chrome 10+ */ 
	background: -webkit-linear-gradient(#01a652, #10c067); /* Opera 11.10+ */ 
	background: -o-linear-gradient(#01a652, #10c067);
}

.gaiax-tabstrip-inactive
{
	
			/*border: 1px solid black;*/
	/*--Bottom right rounded corner--*/
	-moz-border-radius-topright: 6px;
	-khtml-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-topleft: 6px;
	-khtml-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-bottom: 0px;
	padding-bottom:0px;
	height:22px;
	background-color: #1d4196;
		 
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(100% 100% 90deg, #1d4196, #3f5fac);
	  
	/* Safari 4-5, Chrome 1-9 */ /* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3f5fac), to(#1d4196)); /* Safari 5.1+, Chrome 10+ */ 
	background: -webkit-linear-gradient(#1d4196, #3f5fac); /* Opera 11.10+ */ 
	background: -o-linear-gradient(#1d4196, #3f5fac);

}

.gaiax-tabstrip-content
{
	overflow: hidden;
}

.gaiax-tabstrip-content a
{
	text-decoration:none;
}

.gaiax-tabstrip-top .gaiax-tabstrip-active .gaiax-tab-right .gaiax-tabstrip-text
{
	padding-bottom:2px;
	color:#fff;
}

.gaiax-tabstrip-text
{
	-moz-user-select: none;
	font-family:Verdana,Arial,Helvetica,Tahoma,Sans-Serif;
	font-size: 12px;	
	/*margin: 2px 0;*/
	white-space: nowrap;
	padding: 4px 12px;
	line-height: 14px;
}

.gaiax-tabstrip-active .gaiax-tabstrip-text
{
	color: #fff;
	font-weight: normal;
}

.gaiax-tabstrip .gaiax-tabstrip-text
{
	color: #ecf2ff;
	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 { }

.gaiax-tabcontrol-body
{
	background:#FFFFFF none repeat scroll 0% 0%;
	border:1px solid #01a652;	
}

.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;*/
    margin: 15px;
	position:relative;
}

.gaiax-tabcontrol-body-content h1
{
	/* background:url(../../images/bg-header-green.png) repeat-x center center !important;*/
	/* background:none !important;
	 color:Green !important;
	 padding:0 !important;
	 font-size:16px !important;
	 border-bottom:1px solid #ccc;
	 border-radius:0px !important;
	 -moz-border-radius:0px !important;
	 font-weight:bold !important;*/
}

.gaiax-tabstrip-inactive:hover .gaiax-tab-right
{
	 
}
.gaiax-tabstrip-inactive:hover .gaiax-tab-left
{
	 
}
.gaiax-tabstrip-inactive:hover .gaiax-tabstrip-content
{
	 
}

.gaiax-clear
{
	clear:both;
}