/* Generic style sheet for two image toggle tables with Gel style selectors Developed by Steven Atherton and Steven Connor */ .clear { clear: right; } div#toggle-images{ width:976px; height:544px; } div#toggle_wrapper.storybody-halfwide-include{ height:544px; } div#toggle_wrapper div#toggle-items { clear: both; } div#toggle-wrapper { /*float: right;*/ } /* This is the container which just the controls */ div#toggle-controls { display:none; position: absolute; left: 877px; *left: 875px; z-index: 1000; } /* This is the container which just the tables */ div#toggle-tables { clear:both; margin-bottom: 10px; position: relative; } /* 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; } div#hoverstate.tog-content{ position:relative; top: -547px; *margin-bottom:-547px; } /* The menu title*/ div#toggle-title { background: #404040; color: #ffffff; float:left; margin-right: 6px; margin-top: 3px; padding: 5px 5px 3px 4px; display: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; text-align:center; margin-left: 1px; } div#toggle-controls ul li span a{ display: block; padding-bottom: 5px; padding-top: 3px; } /* 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:#87752b; } div#toggle-controls ul li span.selected:hover{ background-color:#87752b; text-decoration:underline; } div#toggle-controls ul li span:hover { background-color:#000000; }