﻿.TabbedPanels
{
	margin: 0px;
	padding: 10px 12px 0px 13px;
	width: 730px;
}
#TabGroup
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 360px;
	background: #fff;
	float: left;
	text-align: left;
}

.TabbedPanelsTabGroup
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 26px;
	width: 730px;
	text-align: left;
}

.TabbedPanelsTab
{
	position: relative;
	float: left;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 14px;
	color: #005d00;
	height: 26px;
	width: 131px;
	line-height: 26px;
	text-align: center;
	background-image: url(../../images/pmlc_bg2.gif);
	cursor: pointer;
}

.TabbedPanelsTab1
{
	position: relative;
	float: left;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 14px;
	color: #005d00;
	height: 26px;
	width: 131px;
	line-height: 26px;
	text-align: center;
	background-image: url(../../images/pmlc_bg1.gif);
	cursor: pointer;
}

.TabbedPanelsTabHover
{
	background-color: #f0f8eb;
	cursor: pointer;
	background-image: url(../../images/pmlc_bg1.gif);
}

.TabbedPanelsTabSelected
{
	background-color: #f0f8eb;
	background-image: url(../../images/pmlc_bg1.gif);
}

.TabbedPanelsTab a
{
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup
{
	border: solid 1px #CCC;
	background-color: #f0f8eb;
	width: 730px;
	margin: 0px;
}

.Content
{
	padding: 10px 10px 10px 20px;
	color: #555;
	text-align: left;
}

.ContentVisible
{
}

.VTabbedPanels .TabGroup
{
	float: left;
	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;
}
.TabbedPanelsContent
{
	padding: 0px;
}
.VTabbedPanels .PanelsTab
{
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabSelected
{
	background-color: #fff;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .ContentGroup
{
	clear: none;
	float: left;
	padding: 0px;
	width: 400px;
	height: 300px;
}
