@charset "UTF-8";
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	height: 30px;
	width: 228px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
	color: #FFFFFF;
	padding-left: 10px;
	background-image: url(../images/tab-bg1.jpg);
	background-repeat: no-repeat;
	text-transform: none;
	text-decoration: none;
	padding-right: 10px;
}
.TabbedPanelsTabHover {
	background-image: url(../images/tab-hover.jpg);
	background-repeat: no-repeat;
}
.TabbedPanelsTabSelected {
	background-color: #EEE;
	background-image: url(../images/tab-hover.jpg);
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border: 1px solid #c5da83;
	float: left;
	width: 715px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #5a5a5a;
	text-align: justify;
	display: block;
	padding: 15px;
}
.TabbedPanelsContentGroup a{
	color: #2187c5;
	font-weight: bold;
	text-decoration: none;
}
.TabbedPanelsContentGroup a:hover{
	color: #7c9a23;
	font-weight: bold;
	text-decoration: underline;
}
.my-div1 {
	display: block;
	margin: 0px;
	float: left;
	height: auto;
	width: 715px;
	background-image: none;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.TabbedPanelsContent {
	display: block;
	float: left;
}
.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;
	display: block;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
	display: block;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
	display: block;
}
.tab-left-flot {
	display: block;
	float: left;
	padding-right: 15px;
	padding-bottom: 11px;
}
.tab-right-flot {
	display: block;
	float: right;
	padding-bottom: 11px;
	padding-left: 15px;
}
