@charset "UTF-8";

/* --------------------SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 --------------------*/

/* --------------------Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. --------------------*/

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: none;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.LeftJustify {
	text-align: left;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
 
 /*BUTTONS*/
 
.TabbedPanelsTab {
	color:rgba(171,169,165,.80);
	background-color:rgba(97,63,61,.50);
	list-style: none;
	line-height: 150%;	
	
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 100;
	font-variant: normal;
	text-decoration: none;
	text-align: center;

	position: static;
	top: 0px;
	float: left;
	clear: right;
	padding: 5px 10px 5px 10px;
	
	border-color: rgba(96,59,58,1);
	border-radius: 15px;
	border-left: solid 1px;
	border-bottom: solid 1px;
	border-top: solid 1px;
	border-right: solid 1px;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	
	width: 19%;
	vertical-align: baseline;
	margin: 4px;
	margin-top: 1px;	

}
.TabbedPanelsTabHover {
	
	border-bottom-width: 1px;
	/*border-color: rgba(204,204,204,.1);*/
	color: rgba(204,204,204,.9);
	background-color: rgba(204,204,204,.0);
	/*border-bottom-style: solid;*/
	text-shadow: 0px 0px 20px rgba(204,204,204,1);
}
.TabbedPanelsTabSelected {
	color: rgba(171,169,165,1);
	background-color: rgba(204,204,204,.2);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.70),0,0,.5,0,0,.5;
	border-width: 1px;
	border-color: rgba(204,204,204,.5);
	border-style: solid 1px;
	line-height: 150%;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	/*background-color: #000000;*/
	/*background-color: rgba(138,130,111,1);*/
	clear: both;
	
	height: 450px;
	width: 480px;
	
	border-left: solid 0px;
	border-bottom: solid 0px;
	border-top: solid 0px;
	border-right: solid 0px;
	
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	
	top: 100px;
	margin: 0px 15px 0px 15px;
	padding: 20px 20px 20px 20px;
}
.TabbedPanelsContent {
	padding: 10px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: rgba(248,248,248,0.5);
	font-size: 14px;
	font-variant: normal;
	display: block;
	line-height: 150%;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
}
.TabbedPanelsContentVisible {
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	/*background-color: #EEE;*/
	position: relative;
	/*border-top: solid 1px #999;*/
	/*border-right: solid 1px #999;*/
	/*border-left: solid 1px #CCC;*/
	/*border-bottom: solid 1px #CCC;*/
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	/*background-color: #EEE;*/
	/*border-bottom: solid 1px #999;*/
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
.RESpanelTEXT {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: rgba(167,100,101,1.00);
	}
