@charset "UTF-8";

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

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

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	width:941px;
	height:45px;
}
.TabbedPanelsTabGroup ul {
	padding:0px;
	margin:0px;
}
.TabbedPanelsTabGroup li {
	padding:0px;
	margin:0px;
}

.TabbedPanelsTab {
	position: relative;
	float: left;
	margin: 0px;
	padding:0px;
	font: bold 0.7em sans-serif;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	height:45px;
	width:312px;
	background-image:url(../images/demotab_normal.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

.TabbedPanelsTabHover {
	background-image:url(../images/demotab_over.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

.TabbedPanelsTabSelected {
	margin: 0px;
	padding:0px;
	background-image:url(../images/demotab_over.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

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

.TabbedPanelsContentGroup {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.TabbedPanelsContent {
	padding: 0px;
	margin: 0px;
}

.TabbedPanelsContentRDB_01 {
	float:left;
	background-image:url(../images/demotab_bottombar_ipr.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0px;
	height:36px;
	width: 941px;
}

.TabbedPanelsContentRDB_02 {
	float:left;
	background-image:url(../images/demotab_bottombar_ipd.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0px;
	height:36px;
	width: 941px;
}

.TabbedPanelsContentRDB_03 {
	float:left;
	background-image:url(../images/demotab_bottombar_ipa.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0px;
	height:36px;
	width: 941px;
}

.TabbedPanelsContentTable {
	float:left;
	background-image:url(../images/frp_tablebkg.gif);
	background-repeat:repeat-y;
	background-position:left top;
	width: 921px;
	padding:10px;
	margin:0px;
}

.demotabletop {
	background-image: url(../images/demo_table_middle.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #cccccc;
	height: 50px;
}

.demotablemiddle {
	background-image: url(../images/demo_table_middle.gif);
	background-repeat: repeat-y;
	text-align:center;
	padding-top: 10px;
	/*padding-bottom: 3px;*/
	height:220px;
	vertical-align:top;
}

.demotableheading {
	font-weight:bold;
	display:block;
	color:#FF0000;
	width: 250px;
	/*padding-bottom: 10px;
	border:solid 1px #000000;*/
}

.TabbedPanelsContentTable ul {
	margin:0;
	padding:0;
}

.TabbedPanelsContentTable li {
	margin:0;
	padding-bottom:5px;
	padding-left:25px;
	padding-top: 10px;
	list-style-type: none;
	background-image: url(../images/arrow7.gif);
	background-repeat: no-repeat;
	background-position: 10px 14px;
	color: #636363;
	text-align:left;
	width: 220px;
}
	 	
.TabbedPanelsContentTableBottom {
	float:left;
	background-image:url(../images/frp_tablebottom.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0px;
	width: 941px;
	height:6px;
	margin-bottom: 10px;
}
.TabbedPanelsFeedback {
	display: block;
	padding: 8px;
	font-weight: bold;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	position: relative;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	padding:0px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	margin: 0px;
	padding:0px;
}

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

.TabbedPanels .leftico {
	width:110px;
	height:45px;
	float:left;
	margin:0px;
	padding:0px;
}

.TabbedPanels .righttxt {
	float:left;
	width:312px;
	height:45px;
	margin:0px;
	padding:0px;
}

.TabbedPanels .righttxt .TabHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.TabbedPanels .righttxt .TabText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight:normal;
}
