div#toggle-controls { display: none; } /* This is the container which just the controls */ .blq-js div#toggle-controls { padding: 3px 3px 3px 0; float: left; margin-bottom: 0px; display: block; } /* 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; } div#toggle-controls span { float: left; display: block; margin-right: 8px; padding-top: 4px; } div#toggle-controls ul { float: left; margin-bottom: 0px; } /* Position the list items for the menu*/ div#toggle-controls ul li{ float:left; background-image:none; cursor: pointer; margin: 0; padding: 0; font-size: 0.95em; } /* The menu title*/ div#toggle-title { font-size: 16px; font-weight: bold; padding: 8px 6px 6px 4px; } /* 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-bottom: 1px solid #ffffff; padding-top: 3px; padding-bottom: 5px; text-align:center; margin-right: 0px; } /* 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; } .blq-js .toggle-content-div { display: none; } .blq-js #content-state2 { display: block; }