/*
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 defaults to .yui-navset-top */
.yui-skin-search{
	/*margin-bottom:10px;*/
}

.yui-skin-search .yui-navset .yui-nav,
.yui-skin-search .yui-navset .yui-navset-top .yui-nav { /* protect nested tabviews from other orientations */
    border:solid #819CB9 0px; /* color between tab list and content */
    border-width:0px 0px 0px 0px;
    Xposition:relative;
    zoom:1;
}

.yui-skin-search .yui-navset .yui-nav li,
.yui-skin-search .yui-navset .yui-navset-top .yui-nav li {
    margin:0 0px 0px 0px; /* space between tabs */
    padding:0px 0 0; /* gecko: make room for overflow DNT KNOW WHY. REMOVED TOP WHITE BORDER*/
    zoom:1;
	border-bottom:0px solid #666666;
}

.yui-skin-search .yui-navset .yui-nav .selected,
.yui-skin-search .yui-navset .yui-navset-top .yui-nav .selected { 
    margin:0px 0px 0px 0px; /* for overlap WAS 0 0 -1px 0 JUMPS!!!!*/
	border:#ffffff solid;
	border-width:0 0 0 0;
	border-top:0px solid #666666;
}

.yui-skin-search .yui-navset .yui-nav a,
.yui-skin-search .yui-navset .yui-navset-top .yui-nav a {
    /*background:#d8d8d8 url(/images/taboff.gif) repeat-x;  tab background */
    border:solid #B6B5B5 1px; /* SIDE BORDER */
    border-width:0 1px 0 0px; /* WAS 0 1px */
    color:#666666;
    position:relative;
    text-decoration:none;
	padding-left:0px;
	padding-right:5px;
}

.yui-skin-search .yui-navset .yui-nav a em,
.yui-skin-search .yui-navset .yui-navset-top .yui-nav a em {
    border:solid #666666 0px; /* TOP BORDER */
    border-width:0px 0 0;
    cursor:hand;
    padding:0em .75em 0em 0em; /* padding:0.25em .75em;*/
    left:0; right: 0; bottom: 0; /* protect from other orientations */
    top:0; /* for 1px rounded corners */
    position:relative;
}

.yui-skin-search .yui-navset .yui-nav .selected a,
.yui-skin-search .yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-skin-search .yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
    /*background:#2647a0 url(/images/tabon.gif) repeat-x;  selected tab background */
    color:#0061BB;
	font-weight:bold;
	white-space:nowrap;
}

.yui-skin-search .yui-navset .yui-nav a:hover,
.yui-skin-search .yui-navset .yui-nav a:focus {
     /*background:#bfdaff url(/images/taboff.gif) repeat-x; selected tab background */
    outline:0;
}

.yui-skin-search .yui-navset .yui-nav .selected a em {
    /*padding:0.35em 0.75em;  raise selected tab */
}

.yui-skin-search .yui-navset .yui-nav .selected a,
.yui-skin-search .yui-navset .yui-nav .selected a em {
    /*border-color:#243356;  selected tab border color */
}

.yui-skin-search .yui-navset .yui-content {
    background:#FFFFFF; /* content background color */
}

.yui-skin-search .yui-navset .yui-content,
.yui-skin-search .yui-navset .yui-navset-top .yui-content {
    border:0px solid #666666; /* content border */
    border-top-color:#666666 0px; /* different border color */
   /* padding:0.5em 0.5em 0.25em 0.5em;  content padding */
	padding:0px 0px;
}


