@charset "UTF-8";

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
/* .TabbedPanels {
	width: 800px;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: Arial;
	height: 76px;
}
*/
/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */

.verttabbedarea {
	
}
/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	font-size: 10px;
	font-family: Arial;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 150px;
	position: relative;
	left:5px;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-left-style: none;
	top: 0px;
	background-image: url(../CodifyAssets/vtabbedpanels_tab.png);
	background-repeat: no-repeat;
	padding: 10px 10px 7px 20px;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-image: url(../CodifyAssets/vtabbedpanels_tab_over.png);
	
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: none;
	
	float: left;
	padding: 0px;
	width: 350px;
	background-image: url(../CodifyAssets/tabbedpanels_content_vertical.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}


/* ............................................  */
/* Custom Classes added by Codify Design Studio  */

/*  Vertical settings   */

.VTabbedPanels {
	width: 500px;
	margin: 0px;
	padding: 0px;
}

.VTabbedPanels .TabbedPanelsTabHover {
	
}

.VTabbedPanels .TabbedPanelsContent {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.VTabbedPanels .TabbedPanelsContent .content {
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	margin: 3px 0px 0px 0px;
	padding: 15px 20px 1px 20px;
	
	min-height: 225px;
}
.secthead   {
	font-family: Arial;
	font-size: 14px;
	margin: 0;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}

.VTabbedPanels .TabbedPanelsContent p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
}


.VTabbedPanels .firstTab {
	background-position: 0px 0px;
	padding-top: 12px;
}

.VTabbedPanels .middleTab {
	background-position: 0px -20px;
}

.VTabbedPanels .lastTab {
	background-position: 0px bottom;
	padding-bottom: 11px;
}



.VTabbedPanels .TabbedPanelsTabSelected { 
	border-right-style: none;
}

.VTabbedPanels .TabbedPanelsTabSelected.TabbedPanelsTabHover  {
	background-image: url(../CodifyAssets/vtabbedpanels_tab_over.png);
}

.VTabbedPanels .tabbedpanels_bottom {
	margin: 0px 0px 0px 150px;
	background-image: url(../CodifyAssets/tabbedpanels_content_vertical.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	height: 50px;
	clear: both;
}

/*  Horizontal settings   */

.TabbedPanels .TabbedPanelsContentGroup {

}

.TabbedPanels .TabbedPanelsContent .content {
	color: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 8px 10px 6px 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	vertical-align: bottom;
}

.TabbedPanels .TabbedPanelsContent p {
	margin-top: 0px;
}

.tabbedpanels_bottom {
	width:800px;
	/* background-image: url(../CodifyAssets/tabbedpanels_content_horizontal.png); */
	background-position: 0px bottom;
	height: 700px;
}

/*.TabbedPanels .lastTab { background-position: right 0px; padding-right: 18px; }*/
