/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/* .yui-navset defaults to .yui-navset-top */
.sun .yui-navset .yui-nav,
.sun .yui-navset .yui-navset-top .yui-nav { /* protect nested tabviews from other orientations */
    border:solid #F7F7F7; /* color between tab list and content */
    border-width:0 0 3px;
    zoom:1;
}

.sun .yui-navset .yui-nav li,
.sun .yui-navset .yui-navset-top .yui-nav li {
    margin:0 0.48em 0 0; /* space between tabs */
    padding:1px 0 0; /* gecko: make room for overflow */
    zoom:1;
}

.sun .yui-navset .yui-nav .selected,
.sun .yui-navset .yui-navset-top .yui-nav .selected { 
    margin:0 0.48em -1px 0; /* for overlap */
}

.sun .yui-navset .yui-nav a,
.sun .yui-navset .yui-navset-top .yui-nav a {
    /* background:#d8d8d8 url(../../../../assets/skins/sam/sprite.png) repeat-x;  tab background */
	background:transparent url(/static/back-sprite.gif) repeat-x scroll 0 -763px;
    border:solid #F7F7F7;
    border-width: 2px 2px 0;
    color:#AFAFAF;
    position:relative;
    text-decoration:none;
	font-weight: bold;
}

.sun .yui-navset .yui-nav a em,
.sun .yui-navset .yui-navset-top .yui-nav a em {
    border:solid #F7F7F7;
    border-width:3px 0 0;
    cursor:hand;
    padding:0.35em .75em;
    left:0; right: 0; bottom: 0; /* protect from other orientations */
    top:-1px; /* for 1px rounded corners */
    position:relative;
}

.sun .yui-navset .yui-nav .selected a,
.sun .yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.sun .yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
    /*background:#2647a0 url(../../../../assets/skins/sam/sprite.png) repeat-x left -1400px; */ /* selected tab background */
	background:transparent url(/static/back-sprite.gif) repeat-x scroll 0 -763px;
    color:#577C00;
	font-weight: bold;
}

.sun .yui-navset .yui-nav a:hover,
.sun .yui-navset .yui-nav a:focus {
    /*background:#bfdaff url(../../../../assets/skins/sam/sprite.png) repeat-x left -1300px;  selected tab background */
	color: #577C00;
    outline:0;
}

.sun .yui-navset .yui-nav .selected a em {
    padding:0.8em 0.75em; /* raise selected tab */
}

.sun .yui-navset .yui-nav .selected a,
.sun .yui-navset .yui-nav .selected a em {
    border-color:#F7F7F7; /* selected tab border color */
}

.sun .yui-navset .yui-content {
    /*background:#edf5ff;  content background color */
}

.sun .yui-navset .yui-content,
.sun .yui-navset .yui-navset-top .yui-content {
	/*background: #FFFFFF url("/static/box-gradient-2.png") repeat-x scroll 0 0; */
	background: #FAFAFA;
    border:1px solid #EEEEEE; /* content border */
    border-top-color:#EEEEEE; /* different border color */
	border-width:3px 2px 2px;
    padding:0.25em 0.5em; /* content padding */
}

/* left and right orientations */
.sun .yui-navset-left .yui-nav,
.sun .yui-navset .yui-navset-left .yui-nav,
.sun .yui-navset .yui-navset-right .yui-nav,
.sun .yui-navset-right .yui-nav {
    border-width:0 5px 0 0;
    Xposition:absolute; /* from tabview-core; have to reiterate for skin-sam due to pos:rel on skin-sam yui-nav */
    top:0; bottom:0; /* stretch to fill content height */
}

.sun .yui-navset .yui-navset-right .yui-nav,
.sun .yui-navset-right .yui-nav {
    border-width:0 0 0 5px;
}

.sun .yui-navset-left .yui-nav li,
.sun .yui-navset .yui-navset-left .yui-nav li,
.sun .yui-navset-right .yui-nav li {
    margin:0 0 0.16em; /* space between tabs */
    padding:0 0 0 1px; /* gecko: make room for overflow */
}

.sun .yui-navset-right .yui-nav li {
    padding:0 1px 0 0; /* gecko: make room for overflow */
}

.sun .yui-navset-left .yui-nav .selected,
.sun .yui-navset .yui-navset-left .yui-nav .selected { 
    margin:0 -1px 0.16em 0;
}

.sun .yui-navset-right .yui-nav .selected { 
    margin:0 0 0.16em -1px;
}

.sun .yui-navset-left .yui-nav a,
.sun .yui-navset-right .yui-nav a {
    border-width:1px 0;
}

.sun .yui-navset-left .yui-nav a em,
.sun .yui-navset .yui-navset-left .yui-nav a em,
.sun .yui-navset-right .yui-nav a em {
    border-width:0 0 0 1px;
    padding:0.2em .75em;
    top:auto;
    left:-1px; /* for 1px rounded corners */
}

.sun .yui-navset-right .yui-nav a em {
    border-width:0 1px 0 0;
    left:auto;
    right:-1px; /* for 1px rounded corners */
}

.sun .yui-navset-left .yui-nav a,
.sun .yui-navset-left .yui-nav .selected a,
.sun .yui-navset-left .yui-nav a:hover,
.sun .yui-navset-right .yui-nav a,
.sun .yui-navset-right .yui-nav .selected a,
.sun .yui-navset-right .yui-nav a:hover,
.sun .yui-navset-bottom .yui-nav a,
.sun .yui-navset-bottom .yui-nav .selected a,
.sun .yui-navset-bottom .yui-nav a:hover {
    background-image:none; /* no left-right or bottom-top gradient */
}

.sun .yui-navset-left .yui-content {
    border:1px solid #808080; /* content border */
    border-left-color:#243356; /* different border color */
}

/* bottom orientation */
.sun .yui-navset-bottom .yui-nav,
.sun .yui-navset .yui-navset-bottom .yui-nav {
    border-width:5px 0 0; /* color between tab list and content */
}

.sun .yui-navset .yui-navset-bottom .yui-nav .selected,
.sun .yui-navset-bottom .yui-nav .selected { 
    margin:-1px 0.16em 0 0; /* for overlap */
}

.sun .yui-navset .yui-navset-bottom .yui-nav li,
.sun .yui-navset-bottom .yui-nav li { 
    padding:0 0 1px 0; /* gecko: make room for overflow */
    vertical-align:top;
}

.sun .yui-navset .yui-navset-bottom .yui-nav li a,
.sun .yui-navset-bottom .yui-nav li a { 
}

.sun .yui-navset .yui-navset-bottom .yui-nav a em,
.sun .yui-navset-bottom .yui-nav a em {
    border-width:0 0 1px;
    top:auto;
    bottom:-1px; /* for 1px rounded corners */
}

.sun .yui-navset-bottom .yui-content,
.sun .yui-navset .yui-navset-bottom .yui-content {
    border:1px solid #808080; /* content border */
    border-bottom-color:#243356; /* different border color */
}


