@charset "utf-8";
/* CSS Document */
.SlidingPanels {
	float: left;
	position: relative;
	width: 624px;
	height: 267px;
	padding: 0px;
	border: none;
	background: url(../images/sp_bg.jpg) no-repeat left bottom;
}
.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContent {
	float: left;
	width: 624px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContent h1 {
	font-size: 12px;
	line-height: 16px;
	padding: 26px 12px 0px 8px;
}
.SlidingPanelsContent p {
	font-size: 11px;
	padding: 5px 12px 5px 12px;
}
.SlidingPanelsContent li {
	font-size: 11px;
}

.SlidingPanelsAnimating * {
	overflow: hidden !important;
}
.slidingTabPanelWrapper {
	display: none;
}
.slidingTabPanel {
	float: left;
	margin: 0px;
}
.slidingTabPanel li {
	float: left;
	list-style: none;
	width: 130px;
	margin-right: 10px;
	height: 30px;
}
.slidingTabPanel li a {
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
}
.tabActive {
	position:relative;
	display:block;
	width:130px;
	height:30px;
	background: url(../images/sp_tab.jpg) no-repeat left bottom;
	cursor:default;
	outline:none;
}
.tab {
	position:relative;
	display:block;
	width:130px;
	height:30px;
	background: url(../images/sp_tab.jpg) no-repeat left top;
	cursor:pointer;
	outline:none;
}
.tab:hover {
	background-position: center;
}
#nutshellPanel {
	background-image: url(../images/pieChart.jpg);
	background-repeat: no-repeat;
	background-position: 5px 40px;
	height: 257px;
} 
#nutshellPanel h1, #nutshellPanel p {
	padding-left: 200px;
}
#widgetsPanel {
	background-image: url(../images/questionMark.jpg);
	background-repeat: no-repeat;
	background-position: 5px 20px;
	height: 257px;
} 
#widgetsPanel h1, #widgetsPanel p {
	padding-left: 190px;
}
#widgetsPanel li {
	font-size: 11px;
	margin-right: 50px;
	margin-left: 190px;
}
#dataPanel {
	background-image: url(../images/checkMark.jpg);
	background-repeat: no-repeat;
	background-position: 5px 50px;
	height: 257px;
}
#dataPanel h1, #dataPanel p {
	padding-left: 185px;
}
#dataPanel li {
	font-size: 11px;
	margin-right: 10px;
	margin-left: 185px;
}
#effectsPanel {
	background-image: url(../images/riseAbove.jpg);
	background-repeat: no-repeat;
	background-position: 30px 25px;
	height: 257px;
}
#effectsPanel h1, #effectsPanel h2, #effectsPanel p {
	padding-left: 185px;
}
#effectsPanel h2 a {
	font-weight: bold;
	text-decoration: underline;
}
.floatright {
	float: right;
	padding-top: 7px;
	padding-left: 15px;
}
.floatleft {
	float: left;
	padding-top: 7px;
	padding-right: 15px;
}