@charset "UTF-8";

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.TabbedPanels {
	padding-left:9px;
	padding-right:9px;
	padding-bottom:2px;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	clear: none;
	width: 955px;
	height:393px;
	display:block; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	height:34px;
}

.TabbedPanelsTab {
	position: relative;
	top: 0px;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-bottom:0px;
	height:34px;
}

.TabbedPanelsTabiv {
	position: relative;
	top: 0px;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-bottom:0px;
	background-color:#e1f3fc;
	height:34px;
}

.TabbedPanelsTabip {
	position: relative;
	top: 0px;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-bottom:0px;
	background-color:#fbedbd;
	height:34px;
}

.TabbedPanelsTabHover {
}

.TabbedPanelsTabSelected {
background-color:#ffffff;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	width: 955px;
	height: 359px;	
	background-image: url(loading.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}

.TabbedPanelsContent {
	padding: 0px;
	margin: 0px;
	width: 955px;
	height: 359px;
	background-image: url(loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	position: relative;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
}

.VTabbedPanels .TabbedPanelsTabSelected {
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
}

.TabbedPanelsContent .ivlearnmore {
	background-image: url(../images/hometabs/iv_learnmore.gif);
	background-repeat: no-repeat;
	width:102px;
	height:36px;
	float:left;
	margin-left:372px;
	margin-top:318px;
}

.TabbedPanelsContent .ivseepreview {
	background-image: url(../images/hometabs/iv_seepreview.gif);
	background-repeat: no-repeat;
	width:111px;
	height:36px;
	float:left;
	margin-left:13px;
	margin-top:318px;
}


.TabbedPanelsContent .iplearnmore {
	background-image: url(../images/hometabs/ip_learnmore.gif);
	background-repeat: no-repeat;
	width:100px;
	height:40px;
	float:left;
	margin-left:440px;
	margin-top:318px;
}

.TabbedPanelsContent .ipfreetrial {
	background-image: url(../images/hometabs/ip_freetrial.gif);
	background-repeat: no-repeat;
	width:109px;
	height:40px;
	float:left;
	margin-left:13px;
	margin-top:255px;
}