﻿@charset "UTF-8";
/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Main Panel parameters */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

/* General tab parameters */
.TabbedPanelsTab {
	position: relative;
	top: 0px;
	float: left;
	display:inline-block;
	width:120px;
	height:22px;
	padding:13px 0px 0px 0px;
	margin-right:0px;
	background: url(../images/detailtab.gif) bottom left no-repeat;
	text-align:center;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

/* Mouseover tab */
.TabbedPanelsTabHover {
	color: #333;
	outline:none;
}

/* Selected tab */
.TabbedPanelsTabSelected {
color:#333;
background: url(../images/detailtabselected.gif) bottom left no-repeat;
font:bold 100.1% arial;
color:#fff;}

/* Link in panel */
.TabbedPanelsTab a {
	color: #999;
	text-decoration: none;
}

/* Panel colors and borders */
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 0px #ff6600;
	border-bottom: solid 0px #ff6600;
	border-top: solid 3px #ef6f06;
	border-right: solid 0px #ff6600;
	background-color: #fff;
	padding-top:5px;
}

/* Panel content padding*/
.TabbedPanelsContent {
	padding: 8px;
}
