@charset "UTF-8";
/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */
.TabbedPanels {
	margin: 0px;
	margin-top: 6px;
	padding: 0px;
	float: left;
	clear: none;
	width: 612px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsCenter {
	margin: 0px;
	margin-top: 6px;
	padding: 0px;
	float: left;
	clear: none;
	width: 412px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	text-transform: uppercase;
	font-weight: bold;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 3px 6px 1px 6px;
	margin: 0px 1px 0px 0px;
	font-weight: bold;
	font-size: .9em;
	background-color: #fff;
	list-style: none;
	border: 1px solid #bfbfbf;
	border-bottom: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #387bba;
	
}
.TabbedPanelsTabHover {
	color: #065aa9;
}
.TabbedPanelsTabSelected {
	background: url(/images/software/bg_buyjmp_tab.gif) bottom repeat-x;
	border: 1px solid #bfbfbf;
	border-bottom: none;
	color: #065aa9;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	background: url(/images/software/bg_licenseoptions.gif) repeat-x top;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;

}
.TabbedPanelsContent {
	padding: 8px 8px 0 8px;
	border: 1px solid #bfbfbf;
	background-color: #fff;
	margin-top: 2px;
	
}
.TabbedPanelsContent ul {
	margin-top: .25em;
	margin-bottom: .5em;
	padding-top: 0;
	margin-left: 2em;
	line-height: 1.1em;
}
.TabbedPanelsContent H2 {
	margin-top: 0;
	font-size: .95em;
}
H4 {
	margin: 0;
	color: #007cba;
	font-size: .9em;
	text-transform: uppercase
}
.TabbedPanelsContent p {
	margin-top: .25em;
	margin-bottom: .5em;
	margin-left: 2em;
	
}
.TabbedPanelsContent a.buyjmp {
	font-size: .9em;
	margin-left: 1em;
}
.TabbedPanelsContentVisible {
}
