<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /* 	Generic style sheet for two image toggle tables with Gel style selectors
	Developed by Steven Atherton and Steven Connor
*/

div#toggle-wrapper {
	/*float: right;*/

}

/* This is the container which just the controls */
div#toggle-controls {
	padding:0; 
	float:left;
	 display: block;
}
div#toggle-controls div#label-toggle{
	float: right;
	padding-top: 6px;
	padding-right: 12px;
}
/* This is the container which just the tables */
div#toggle-images {
	clear:both;
	margin-bottom: 10px;
	position: relative;

}
div#toggle-images div.tog-content p{

	background-color: #ededed;
	padding: 6px;
	margin-top: -3px;

}


/* Overide the blue anchor page style with white for the Gel style toggle */
div#toggle-controls a {
	font-weight:normal;
	color: #ffffff;
}

/* Embolden the white for the Gel style toggle */


/* Position the list items for the menu*/
div#toggle-controls ul li{
	float:left;
	background-image:none;
	margin: 0;
	padding: 0;
	font-size: 0.95em;
}

/* The menu title*/
div#toggle-title{
	padding: 8px 6px 6px 4px; 
	font-weight: bold;
	font-size: 16px;
	margin: none;
}

/* Style the span which contains the menu label including the left seperator*/
div#toggle-controls ul li span{
	background-color:#404040;
	display:block;
	float:left;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom2: 1px solid #ffffff;
	padding-top: 3px;
	padding-bottom: 5px;
	text-align:center;
}

/* Overide the left seperator for the first menu item*/
div#toggle-controls ul li span.selected a{
	font-weight: bold;
	text-decoration:none;
}

div#toggle-controls ul li span.selected {
	background-color:#d1700e;
}
div#toggle-controls ul li span.selected:hover{
	background-color:#d1700e;
	text-decoration:underline;
}

div#toggle-controls ul li span:hover {
	background-color:#000000;
}


</pre></body></html>