/* CSS and Images - originally by Tim Scarfe, 2002 - http://www.developer-x.com/projects/tabs/ */

.KaroonGas_Top_TabStrip {
 margin:0;padding:0;
 background-color: #fff;
 border: none;
 float: left;
 filter: none;
}

.KaroonGas_Top_TabPage {
	width: 100%;
	background: #fff;
	font: 14px Verdana;
	color: black;
	clear: both;
	border-top: 2px solid #0080C0;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.KaroonGas_Top_TabStrip .KaroonGas_Top_TabUnselected {
 cursor: pointer;
 background: url(tab.png);
 position:	relative;
 top: 1px;
 display: inline;
 float: left;
 overflow: hidden;	
 margin: 1px 1px 1px 0px;
 padding: 2px 0px 0px 0px;
 border: 0;
 font: 11px Tahoma;
 white-space: nowrap;
 text-align: center;
 width: 70px;
 height: 23px;
}

.KaroonGas_Top_TabStrip .KaroonGas_Top_TabMouseover {
 margin: 1px 1px 1px 0px;
 background: url(tab.hover.png);
 width: 70px;
 height: 24px;
}

.KaroonGas_Top_TabStrip .KaroonGas_Top_TabSelected{
 cursor: pointer;
 position:	relative;
 top: 2px;
 display: inline;
 float: left;
 overflow: hidden;	
 margin: 1px 1px 1px 0px;
 padding: 2px 0px 0px 0px;
 border: 0;
 font: 11px Tahoma;
 white-space: nowrap;
 text-align: center;
 width: 70px;
 height: 24px;
 background-image: url(tab.active.png);
 letter-spacing: 0px;
 text-decoration: none;
}
