@charset "utf-8";
/* CSS Document */
.SlidingPanels {
	float: left;
	position: relative; clear:both;
	width: 687px;
	padding: 0px;
	border: none;
}
#slidingPanel{
	width:670px;
	margin:0 0 0 1px;
	padding:0 10px 0 0;
	border:1px solid #EEEEEE; 
}
.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	clear:both;
}

.SlidingPanelsContent {
	float: left;
	width: 650px;
	margin:0px;
	padding-right:20px;
	padding-left:10px; height:400px; overflow:scroll; overflow-x:hidden;
}


.SlidingPanelsAnimating * {
	overflow: hidden !important;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.slidingTabPanelWrapper {
	
	height:35px;
	float:left;
	margin:0px;
	display: none;
	width:687px;
	background:url(../SlidingPanels_withTabs_files/img/tab_shadow.png) bottom center no-repeat;
}
.slidingTabPanel {
	list-style:none;
	margin:0px;
	padding:0;
	width:600px;
	height:35px;
	float:left;
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:103px; height:35px; background:url(../images/kaleidoscope_tabbg.jpg) no-repeat;
	margin:0 2px;
	font:bold 13px/35px Tahoma;
	color:#fff; text-align:center; text-decoration:none;
}
.tabActive {
	position:relative;
	top:1px;
	display:block;
	width:103px;
	height:35px;
	cursor:default;
	outline:none;
 	font:bold 13px/35px Tahoma;
	color:#ffffde;
}
.tab {
	position:relative;
	top:1px;
	display:block;
	width:103px;
	height:35px;
	background-position:-100px;
	cursor:pointer;
	outline:none;
	font:bold 13px/35px Tahoma;
	color:#fff; text-decoration:none;
}
.tab:hover {
	background-position:-50px; text-decoration:none;
}