/* Horizontal Tabbed Panels */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
    text-align: center;
    vertical-align: middle;
    top: 1px;
	width: 72px;
	height: 19px;
	float: left;
	padding: 2px 2px;
	margin: 0px 1px 0px 1px;
	font-family: Myriad;
	font: bold 13px sans-serif;
	background-color: #CCC;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTabHover {
	background-color: #CCC;
}
.TabbedPanelsTabSelected {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: white;
}
.TabbedPanelsContent {
	padding: 4px;
	height: 130px;
}
.TabbedPanelsContent table {
	width: 280px !important;
}
.TabbedPanelsContentVisible {
}
/* Vertical Tabbed Panels */
.VTabbedPanels {
	overflow: hidden;
	width: 651px;
	height: 130px;
	padding: 2px;
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	overflow: hidden;
	width: 217px;
	height: 131px;
	background-color: #000;
	border: 0;
}
.VTabbedPanels .TabbedPanelsTab {
    height: 27px;
	padding: 0;
	padding-top: 10px;
	width: 215px;
    font: bold 15px sans-serif;
	border-top: solid 5px #FFF;
	border-left: solid 1px #999;
	border-right: solid 1px #000;
    cursor: pointer;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #000;
    border-top: solid 5px #FFF;
	border-bottom: solid 1px #000;
    border-left: none;
    border-right: solid 1px #000;
    color: #FFF;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	float: left;
	overflow: hidden;
	clear: none;
    background-color: #000;
    border: 0;
	margin-left: 3px;
    color: #FFF;
	padding: 0;
	height: 131px;
	width: 425px;
}
.VTabbedPanels .TabbedPanelsContent {
	height: 131px;
    border: 0;
    width: 425px;
}

.VTabbedPanels .TabbedPanelsContent table {
	width: 425px !important;
}

.VTabbedPanels .TabbedPanelsContent table tbody td {
	width: 212px !important;
}

.VTabbedPanels .TabbedPanelsContent table tbody td table {
	width: 200px !important;
	margin: 0 auto !important;
	
}

