@charset "utf-8";
/* CSS Document */
.SlidingPanels {
	float:left;
	position: relative;
	width: 510px;
	padding: 0px;
	border: none;
}
#slidingPanel{
	margin-left:0px;
	border-left: 1px solid #d1d1c0;
	border-bottom: 1px solid #d1d1c0;
	border-right: 1px solid #d1d1c0;
}
.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	sborder: none;
}

.SlidingPanelsContent {
	float: left;
	width: 490px;
	overflow: hidden;
	margin:0px;
	padding: 10px;
	/*background-image: url(css/images/content_bg.png);*/
	background-repeat: repeat-x;
}


.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

/*body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	/*padding: 0;
	color: #000000;
}*/
.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: 34px;
	margin: 25px 0 0 0; /* top margin */
	display: none;
	width: auto; /* 512px width of tab total area */
	border-bottom: 1px solid #d1d1c0;
}
.slidingTabPanel {
	list-style: none;
	margin: 0 0 0 2px;
	padding:0;
	width:500px;/*220px*/
	height:35px;
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:150px;
	margin:0 1px; /* spacing between tab */
}
.tabActive {
	position:relative;
	top:0px;
	display:block;
	width:150px;
	height:35px;
	cursor:default;
	outline:none;
	
}
.tab {
/*width of first Tab is 150px, 2nd tab is 300px, 3rd tab is 450px, and etc.*/
	position:relative;
	top:0px;
	display:block;
	width:150px;
	height:35px;
	background-position:-150px;
	cursor:pointer;
	outline:none;
	
}
.tab:hover {
	background-position:-300px;
}

#nutshell {
	background-image: url(css/images/cc_sliding_tab.png) ;
}
#widgets {
	background-image: url(css/images/cc_sliding_tab.png);
}
#data {
	background-image: url(css/images/cc_sliding_tab.png);
}
#swell {
	background-image: url(css/images/cc_sliding_tab.png);
}
#effects {
	background-image:  rl(css/images/cc_sliding_tab.png);
}

/* background sketches of the centers - use in Calendars and Events */
#ccc {
	background-image: url(css/images/ccc_content_bg.png);
	background-repeat:no-repeat;
	background-position:center;

}
#mhc {
	background-image: url(css/images/mhc_content_bg.png);
	background-repeat:no-repeat;
	background-position:center;

}
#mcc {
	background-image: url(css/images/mcc_content_bg.png);
	background-repeat:no-repeat;
	background-position:center;

}
#scc {
	background-image: url(css/images/scc_content_bg.png);
	background-repeat:no-repeat;
	background-position:center;

}
