/*
 * yui-ext .33 RC3
 * Copyright(c) 2006, Jack Slocum.
 */

.ytab-wrap {
    border-bottom: 1px solid #999999;
    margin-bottom: 15px;
    padding-top:2px;
}
.ytab-strip-wrap{
	width:100%;
}
.ytab-wrap table{
	position:relative;
	top:0; left:0;
    margin: 0px;
    padding: 0px;
}
.ytab-strip td{
	padding:0px;
	padding-left:2px;
    margin: 0px;
}
.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-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    color:#666;
	overflow:hidden;
	white-space: nowrap;
	cursor:pointer;
    font-weight: bold;
}
.ytab-strip .on .ytab-text {
	color: #000000;
}
.ytab-strip .disabled .ytab-text {
	cursor:default;
	color:#aaaaaa;
}
.ytab-strip .ytab-inner {
    padding: 8px 10px 5px 14px;
}

.ytab-strip .on .ytab-right {
    background: url(../images/tab_on_right.gif) no-repeat right 0px;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: -1px;
}
.ytab-strip .on .ytab-left {
    background: url(../images/tab_on_left.gif) no-repeat left 0px;
    margin-right: 4px;
}
.ytab-strip .ytab-right {
    margin-left:2px;
    background: url(../images/tab_right.gif) no-repeat right 0px;
}
.ytab-strip .ytab-left {
	background: url(../images/tab_left.gif) no-repeat left 0px;
    margin-right: 4px;
}

.ytab-strip  a {
	position:relative;
	top:1px; left:0;
}
.ytab-strip .on a {
	position:relative;
}