/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
.yui-navset .yui-nav li a {
    border:1px solid #ccc;  /* label and content borders */
    padding-bottom:4px; /* to match height of other tabs */
}

.yui-navset .yui-nav li em { padding: 0.2em 0.6em 0.3em 0.85em !important; } /* tab padding */

.yui-navset .yui-nav a {
	color:#9f9f9f;
	background: #eeeeee;
	font-size:93%;
	text-decoration: none;
}

.yui-navset .yui-nav .selected a {
	background-color:#ffffff;	
}

.yui-navset .yui-nav a:hover {
    background-color:#f6f7ee; /* tab hover, and content bgcolor */
}

.yui-navset .yui-content {
    margin-top:-1px; /* for active tab overlap */
}

/* overrides for other orientations */

.yui-navset-top .yui-nav li a em, .yui-navset-bottom .yui-nav li a em {
	margin-left: 0px;	
}

.yui-navset-bottom .yui-nav .selected a {
    border-width:0 1px 1px; /* no top border for active tab */
    padding:1px 0 0; /* to match height of other tabs */
}

.yui-navset-bottom .yui-content {
    margin:0 0 -1px; /* for active tab overlap */
}

.yui-navset-left .yui-nav li.selected a {
    border-width:1px 0 1px 1px; /* no right border for active tab */
    padding:0 1px 0 0; /* to match width of other tabs */
}

..yui-navset-top .yui-nav .selected a em {
	padding-bottom: 0px;	
}

.yui-navset-left .yui-content {
    margin:0 0 0 -1px; /* for active tab overlap */
}

.yui-navset-right .yui-nav li.selected a {
    border-width:1px 1px 1px 0; /* no left border for active tab */
    padding:0 0 0 1px; /* to match width of other tabs */
}

.yui-navset .yui-nav .selected a, .yui-navset .yui-nav a:hover {
	background: #ececec;
}

.yui-navset-right .yui-content {
    margin:0 -1px 0 0; /* for active tab overlap */
}

.yui-navset .yui-nav li a em, .yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a {
	border: none;
	border-top: 3px solid #ececec;
	background: #ececec;
	padding-bottom: 4px;
}

.yui-navset-top .yui-nav li a {
	color: #666666;
	font-size: 93%
}

/* defaults to orientation "top" */
.yui-navset .yui-nav li.selected a em, .yui-navset .yui-nav li.selected a, .yui-navset-top .yui-nav li.selected  a {
	background:#ffffff;
}

.yui-navset .yui-nav .selected a {
	background:#ffffff;
	border:1px solid #cccccc;
    border-top: 3px solid #666699;
    border-bottom: 1px solid #ffffff;
    padding-bottom:1px; /* to match height of other tabs */
	color:#000000;
	font-weight: bolder;
	margin-bottom: -1px;
}

.yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li, .yui-navset .yui-navset-bottom .yui-nav li {
	margin: 1px 4px 1p 0px;
}

.yui-nav .selected {
	z-index: 1;
}

.yui-navset .yui-nav li.selected a em {
	border-color: #ffffff;
}
