﻿.caption
{
	cursor: move;
}

a:active, a:link, a:visited
{
	text-decoration: none;
	color: #3A1B0F;
}
a:hover
{
	color: #3A1B0F;
}

.TabbedPanels
{
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;

}
.TabbedPanelsTabGroup
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height:21px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D2B88A;	
}
.TabbedPanelsTab
{
	width: 70px;
	position: relative;
	top: -1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-size: 14px;
	font-weight: bold;
	color: #849EB2;
	text-align: center;
	padding-top: 5px;
	left: 4px;
	border-bottom: 1px solid #FBB407;
	background-color: #F7F3F7;
	cursor: hand;
	border-style: solid;
	border-width: 1px;
	border-color: #9C9A9C;
	border-bottom-color: #D2B88A;
}
.TabbedPanelsTabHover
{
	color: #FFFFFF;
}
.TabbedPanelsTabSelected
{
	top: 0px;
	color: #3A1B0F;
	border-bottom: none;
	background-color: #F5E9D0;
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #D2B88A;
}
.TabbedPanelsTab a
{
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup
{
	clear: both;
	margin: 0px;
	width: 151px;
	padding: 4px;
	border: none;
}
.TabbedPanelsContent
{
	width: 100%;
}
.TabbedPanelsContentVisible
{
}

