@charset "UTF-8";

.RightPanelHeading {
	padding:7px 0px 4px 0px;
	color: #dd0022;
	font: bold;
	font-size: 12pt;
}


/* Based on SpryTabbedPanels.css (c) 2006. Adobe Systems Incorporated.
 * Modifications (c) 2008. Dashwood Consulting
 */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * above the content panel.
 */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 440px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	/* top: 1px; */
	float: left;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image: url(http://www.beechamholden.com.au/files/uploads/tab-full.gif);
	text-align: center;
	width: 136px;
	list-style: none;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font: bold;
	height: 23px;
	padding: 8px 0px 4px 0px;
	color: #FFFFFF;
	font-size: 11pt;
}
.TabbedPanelsTabHover {
	background-color: #CCC;
}
.TabbedPanelsTabSelected {
	background-image: url(http://www.beechamholden.com.au/files/uploads/tab-empty.gif);
	color: #666666;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	background-color: #FFFFFF;
	clear: both;
}
.TabbedPanelsContent {
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 12px;

}
.TabbedPanelsContentVisible {
}

/* 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".
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
