/*
 * yui-ext 0.33
 * Copyright(c) 2006, Jack Slocum.
 */

.ytab-wrap {
	border-bottom:1px solid #6593cf;
	padding-top:2px;
}
.ytab-strip-wrap{
	width:100%;	
}
.ytab-wrap table{
	position:relative;
	top:0; left:0;
}
.ytab-strip td{
	padding:0px;
	padding-left:2px;
}
.ytab-strip a, .ytab-strip span, .ytab-strip em {
	display:block;
}
.ytab-strip a {
	text-decoration:none !important;
	-moz-outline: none;
	outline: none;
	cursor:pointer;
}
.ytab-strip .ytab-text {
	font:bold 11px tahoma,arial,helvetica;
	color:#666;
	overflow:hidden;
	white-space: nowrap;
	cursor:pointer;
	text-overflow: ellipsis;
}
.ytab-strip .on .ytab-text {
	cursor:default;
	color:#083772;
}
.ytab-strip .disabled .ytab-text {
	cursor:default;
	color:#aaaaaa;
}
.ytab-strip .ytab-inner {
	 padding:4px 10px;	
}

.ytab-strip .on .ytab-right {
	 background: url(tab-sprite.gif) no-repeat right 0px;
}
.ytab-strip .on .ytab-left {
	 background: url(tab-sprite.gif) no-repeat 0px -100px;
}
.ytab-strip .ytab-right {
	 background: url(tab-sprite.gif) no-repeat right -50px;
}
.ytab-strip .ytab-left {
	 background: url(tab-sprite.gif) no-repeat 0px -150px;
}

.ytab-strip  a {
	position:relative;
	top:1px; left:0;
}
.ytab-strip .on a {
	position:relative;
}
.ytab-strip .on .ytab-inner {
	padding-bottom:5px;
}

