@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: 95%;

	margin-left: 1%;
}



.TabbedPanelsTabGroup {

	margin: 0px;

	padding: 0px;

}



/* General tab parameters */

.TabbedPanelsTab {
	#6BCD6Fposition: relative;
	top: 1px;
	float: left;
	height: 30px;
	width: 130px;
	margin: 0px 4px 0px 0px;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
	color: #333;
	list-style: none;
	-moz-user-select: none;
	-html-user-select: none;
	cursor: pointer;
	/*border-style: solid;
	border-radius: 3px 3px 3px 3px;
	border-top-color: rgba(108,102,102,1.00);
	border-right-color: rgba(108,102,102,1.00);
	border-left-color: rgba(108,102,102,1.00);
	border-bottom-width: 0px;*/
}

.TabbedPanelsTab h1{

	color:#333333;

	text-shadow: 1px 1px 0px #000000,0px -2px 0px rgba(0,0,0,.8);}

/* Mouseover tab */

.TabbedPanelsTab:Hover {

	background-color: #C6C3C3;

	color: #000;

	outline: none;

	border-top-width: 2px;

	border-style: solid;

	border-color: #818681 #818681 #818681;

}



/* Selected tab */

.TabbedPanelsTabSelected {

	background-color: rgba(230,240,247,0.30);

	color: #000;

	outline: none;

	/*border-style: solid;

	border-radius: 3px 3px 3px 3px;

	border-top-color: rgba(230,240,247,0.60);

	border-right-color: rgba(230,240,247,0.60);

	border-left-color: rgba(230,240,247,0.60);

	border-bottom-width: 0px;*/

}



/* Link in panel */

.TabbedPanelsTab a {

	color: black;

	text-decoration: none;

	background-color: undefined;

}



/* Panel colors and borders */

.TabbedPanelsContentGroup {

	clear: both;

	/*border: 1px solid rgba(179,187,193,0.80);

	border-radius: 5px;*/

	color: rgba(18,18,18,1.00);



}

.TabbedPanelsContentGroup img{align-content:center;}

/* Panel content padding*/

.TabbedPanelsContent {

	padding: 4px;

}

@media screen and (max-width: 1215px) {

.TabbedPanelsTab {

	position: relative;

	top: 1px;

	float: left;

	height: 75%;

	width: 20%;

	margin: 0px 4px 0px 0px;

	text-align: center;

	line-height: 25px;

	font-weight: bold;

	color: #333;

	list-style: none;

	-moz-user-select: none;

	-html-user-select: none;

	cursor: pointer;

	/*border-style: solid;

	border-radius: 3px 3px 3px 3px;

	border-top-color: rgba(230,240,247,0.60);

	border-right-color: rgba(230,240,247,0.60);

	border-left-color: rgba(230,240,247,0.60);

	border-bottom-width: 0px;*/

}

}

