/*  "Show All" + "Hide All" links */
#GD_ToggleON,#GD_ToggleOFF {border:1px solid #333;padding:0 5px;margin-right:5px;font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold; color: #0000FF; text-decoration:none}
/* zeroing out padding and margin */
#GD_DL dd,#GD_DL dt {margin:0;padding:0} 
/* margin for the DTs (shorthand) */
#GD_DL dt {margin:7px 0}
/* image and left padding for DDs */
#GD_DL dd {background:url(answer.gif) no-repeat;padding-left:55px;font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 18px;}
/* styling all anchors in the DTs */
#GD_DL dt a {background:0 50% no-repeat;padding-left:32px;color:#000;text-decoration:none;font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px ; color:#0000ff;}
#GD_DL dt a:visited {color:#666}
#GD_DL dt a:visited:hover,
#GD_DL dt a:hover,
#GD_DL dt a:active,
#GD_DL dt a:focus {font-weight:normal;}
/* the + and - gif in the anchors */
#GD_DL .DTplus a {background-image:url(../images/toggleDLplus.gif)}
#GD_DL .DTminus a {background-image:url(../images/toggleDLminus.gif)}
/**********************************/
/**********************************/
#GD_DL .showDD {position:relative;top:0}
#GD_DL dd,.hideDD{top:-9999px;position:absolute}
#GD_ToggleON,#GD_ToggleOFF {display:inline;cursor:pointer;cursor:hand}
