/*
Adapted from "border_tabs.css" skin by Yahoo!

Original copyright notice:
	Copyright (c) 2007, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.net/yui/license.txt
	version: 2.2.0
*/

.yui-navset .yui-nav li a, .yui-navset .yui-nav .selected a, .yui-navset .yui-content {
	background:transparent;
}
.yui-navset .yui-nav li a {
    background-color:#e4e4e4; /* inactive tabs */
	background-image:url(../images/bg_tabview-grey.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #ffffff;
}
.yui-navset .yui-nav .selected a {
    background-color:#D92938; /* active tab, tab hover, and content bgcolor */
	background-image:none;
}
.yui-navset .yui-nav .selected a {
	color:#fff;
}
.yui-navset .yui-content {
    background-color:transparent; /* content bgcolor */
}
.yui-navset .yui-nav li em { padding:.25em .75em; } /* tab padding */
.yui-navset .yui-content {
	padding:1em; /* content padding */
}

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

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


/* videos, photos */
#videos .yui-navset .yui-nav,
#photos .yui-navset .yui-nav {
	padding:5px 5px 0;
	}
#videos .yui-navset .yui-nav li a,
#videos .yui-navset .yui-nav .selected a,
#photos .yui-navset .yui-nav li a,
#photos .yui-navset .yui-nav .selected a {
    border:1px solid #fff;  /* label and content borders */
	border-bottom:none; 
	}
#videos .yui-navset .yui-content,
#photos .yui-navset .yui-content {
    border-top:1px solid #fff;  /* label and content borders */
	height:150px;
	border-right:none;
	border-bottom:none; 
	border-left:none;
}
#videos .yui-navset .yui-nav li a,
#photos .yui-navset .yui-nav li a{
    background-color:#e4e4e4; /* inactive tabs */
	background-image:url(../images/bg_tabview-grey.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #ffac40;
	}
#videos .yui-navset .yui-nav .selected a, 
#videos .yui-navset .yui-nav a:hover,
#photos .yui-navset .yui-nav .selected a, 
#photos .yui-navset .yui-nav a:hover {
    background-color:#ffedd9; /* active tab, tab hover, and content bgcolor */
	background-image:none;
	border-color:#ffedd9;
	}
#videos .yui-navset .yui-nav .selected a,
#photos .yui-navset .yui-nav .selected a {
	color:#333;
}
#videos .yui-navset .yui-content {
    background-color:#ffac40; /* content bgcolor */
}
#photos .yui-navset .yui-content {
    background-color:#000000; /* content bgcolor */
}
#videos .yui-navset .yui-nav li em { padding:.25em .5em;  } /* tab padding */
#videos .yui-navset .yui-content {
	padding:.5em; /* content padding */
}
#photos .yui-navset .yui-content {
	padding:1px 0 0 1px; /* content padding */
}
