@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 {
	margin: 0;
	padding: 0px;
	float: left;
	clear: none;
	width:665px;/* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
 background:;
	width: auto;
	height: auto;
	position: relative;
	top: 1px;
	float: left;
	padding: 0;
	margin: 0px 10px 0px 0px;
	font: bold 1.1em sans-serif;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #fff;
	white-space: nowrap;
}
.TabbedPanelsTabGroup span {
	padding:9px 0 0 0px;
	display: block;
	text-align: center;
}
.TabbedPanelsTab a {
	color: #fff !important;
	text-decoration: none;
	font-size: 1.3em;
}
.TabbedPanelsContentGroup {
	clear: both;
	background: #fff;
	padding:0 1px 0 2px;
	width:100%;
	padding-bottom:15px;
}
.TabbedPanelsTab#latest-news {
	background:url(../_images/latest-news.gif) no-repeat;
	width: 120px;
	height: 32px;
	display: block;
}
.TabbedPanelsTabSelected#latest-news {
	background:url(../_images/latest-news-on.gif) no-repeat;
	width: 120px;
	height: 32px;
	display: block;
}
.TabbedPanelsTab#essential {
	background: url(../_images/essential-guides.gif) no-repeat;
	width: 224px;
	height: 34px;
	display: block;
}
.TabbedPanelsTabSelected#essential {
	background:url(../_images/essential-guides-on.gif) no-repeat;
	width: 224px;
	height: 34px;
	display: block;
}
.TabbedPanelsTab#top-mailing-lists {
	background: url(../_images/top-mailing-lists.gif) no-repeat;
	width: 229px;
	height: 34px;
	display: block;
}
.TabbedPanelsTabSelected#top-mailing-lists {
	background:url(../_images/top-mailing-lists-on.gif) no-repeat;
	width: 229px;
	height: 34px;
	display: block;
}
.TabbedPanelsTab#latest-news span, .TabbedPanelsTab#essential span, .TabbedPanelsTab#top-mailing-lists span {
	text-indent: -9999px;
}
.TabbedPanelsContent {
	padding-top: 20px;
}
.TabbedPanelsContent h4 {
	line-height: 2.0em;
}
.TabbedPanelsContent h4 a {
	font-weight: bold!important;
	font-size: 1.1em;
	color:#666;
}
.TabbedPanelsContent h4 a:hover {
	font-weight: bold !important;
	font-size: 1.1em;
	color:#ef4135;
}
.TabbedPanelsContent img {
	margin-right: 10px
}

