
/* root element for tabs  */
ul.tabs { 
  background: url(/images/releaseNotes/overlay.png) no-repeat 0px 0;
	list-style:none; 
	margin:0 !important; 
	padding-left:80px;
	height:125px;
	width:520px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding-top:85px;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	font-size:11px;
	display:block;
	height: 40px;  
	line-height:40px;
	width: 40px;
	text-align:center;	
	text-decoration:none;
	/*color:#000;*/
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
	color:#888873;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: 0px -31px;	
	color:#dadabe;	
}

/* active tab uses a class name "current". it's highlight is also 
   done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: 0px -62px;		
	cursor:default !important; 
	color:#D37F37 !important;
	background-color:#fff;
	background: url(/images/releaseNotes/SelectedTabBG.png) no-repeat;
}




/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}


div.panes div {
	display:none;		
	border: 5px solid #888873;
	height:720px;
	font-size:14px;
	color:#111111;
	background: #dadabe url(/images/divBG/Leaves500Horiz.png) no-repeat bottom;
}