@charset "UTF-8";

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */



.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	color: #fff;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	width:130px;
	height:25px;
	position: relative;
	top: 1px;
	float: left;
	margin: 0px;
	font: bold 0.7em sans-serif;
	background-color: #fff;
	background-image: url(../images/artists/tab-up.png);
	background-repeat: no-repeat;
	list-style: none;
	border:none;
	border-bottom:1px solid #ccc;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	line-height:25px;
}

.TabbedPanelsTabHover {
	color:#000;
}

.TabbedPanelsTabSelected {
	background-color: #fff;
	background-image:url(../images/artists/tab-on.png);
	border:0px;
	color:#fff;
}

.TabbedPanelsTab a {
	color: #fff;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border: 0px;
	background-color: #f5f5f5;
	background-image: url(../images/artists/tabbed-panel-bg.png);
	background-repeat:none;
	background-repeat:repeat-y;
	padding:30px;
}

.TabbedPanelsContent {
	padding:0px;
	overflow:auto;
}

.TabbedPanelsContentVisible {
	padding:0px;
	text-align:left;
}