/* "Show All" + "Hide All" links */ #TJK_ToggleON, #TJK_ToggleOFF { border:1px solid #333; padding:3px 5px; margin-right:10px; text-decoration: none; display:inline; cursor:pointer; cursor:hand; font-size: 1.2em; } a#TJK_ToggleON:hover, a#TJK_ToggleOFF:hover { background:#D4D4D4; color:black; } /* font size for whole list */ #TJK_DL { font-size: 1.3em; margin-top: 20px; } /* zeroing out padding and margin */ #TJK_DL dd,#TJK_DL dt { margin:0; padding:0; } /* margin for the DTs (shorthand) */ #TJK_DL dt { margin:9px 0 } /* image and left padding for DDs */ #TJK_DL dd { background:url(answer_smallblue.gif) no-repeat; padding-left:60px; padding-bottom: 10px; } /* styling all anchors in the DTs */ #TJK_DL dt a { background:0 0 no-repeat; padding-left:32px; color:#000; text-decoration:none; display:block; } #TJK_DL dt a:visited { color:#666 } #TJK_DL dt a:visited:hover, #TJK_DL dt a:hover, #TJK_DL dt a:active, #TJK_DL dt a:focus { font-weight:bold } /* the + and - gif in the anchors */ #TJK_DL .DTplus a { background-image:url(toggleDLplus.gif) } #TJK_DL .DTminus a { background-image:url(toggleDLminus.gif) } /**********************************/ #TJK_DL .showDD { position:relative; top:0 } #TJK_DL dd,.hideDD { top:-9999px; position:absolute }