/* CSS Document */.SlidingPanels {	float: left;	position: relative;	width: 575px;	padding: 0px;	border: none;}.SlidingPanelsContentGroup {	position: relative;	float: left;	width: 10000px;	margin: 0px;	padding: 0px;	border: none;}.SlidingPanelsContent {	float: left;	width: 575px;	overflow: hidden;	margin: 0px;	padding: 0px;	padding-right:10px;	border: none;} A {	color:#41485F;	text-decoration:none;}A:hover {	text-decoration:underline;}.SlidingPanelsAnimating * {	overflow: hidden !important;}/*UI, LI, P {	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;	color: #333;	font-family: Verdana, Arial, Helvetica, sans-serif;}*/p.caption {	font: normal 10px/14px Verdana, Arial, Helvetica, sans-serif;	margin:0 0 20px 16px;}.twoColFixLtHdr #container { 	width: 550px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */	text-align: left; /* this overrides the text-align: center on the body element. */} .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 {	/*border-bottom:1px solid #969696;*/	height:38px;	margin:0px 0 10px 0;	display: none;}.slidingTabPanel {height:38px;list-style-image:none;list-style-position:outside;list-style-type:none;margin:0pt auto;padding:0pt;width:550px;}.slidingTabPanel li {float:left;list-style-image:none;list-style-position:outside;list-style-type:none;margin:0pt 0px;width:100px;}.tabActive {background-position:-200px 50%;cursor:default;display:block;height:38px;outline-color:invert;outline-style:none;outline-width:medium;position:relative;top:1px;width:100px;}.tab {background-position:-300px 50%;cursor:pointer;display:block;height:38px;outline-color:invert;outline-style:none;outline-width:medium;position:relative;top:1px;width:100px;}.tab:hover {background-position:-100px 50%;cursor:pointer;display:block;height:38px;outline-color:invert;outline-style:none;outline-width:medium;position:relative;top:1px;width:100px;}#nutshell {	background-image:url(images/tab_nutshell_II.png);}#widgets {	background-image:url(images/tab_widgets_II.png);}#data {	background-image:url(images/tab_data_II.png);}#effects {	background-image:url(images/tab_effects_II.png);}#refresh {	background-image:url(images/tab_effects_II.png);}
