/*  "Show All" + "Hide All" links */
#CV_ToggleON,#CV_ToggleOFF {border:1px solid #333;padding:0 5px;margin-right:5px}
/* zeroing out padding and margin */
#CV_DL dd {
	margin:0;
	padding:0;
	font-size: 12px;
	font-family: arial;
	color: #333333;
	background-color: #CCCC99;
} 
#CV_DL dt {
	margin:0;
	padding:0;
	font-size: 12px;
}
/* margin for the DTs (shorthand) */
#CV_DL dt {margin:7px 0}
/* styling all anchors in the DTs */
#CV_DL dt a {
	background:0 50% no-repeat;
	padding-left:20px;
	color:#000;
	text-decoration:none;
	font-family: arial;	
}
#CV_DL dt a:visited {color:#666666}
#CV_DL dt a:visited:hover,
#CV_DL dt a:hover,
#CV_DL dt a:active,
#CV_DL dt a:focus {font-weight:bold}
/* the + and - gif in the anchors */
#CV_DL .DTplus a {background-image:url(toggleDLplus2.gif)}
#CV_DL .DTminus a {background-image:url(toggleDLminus2.gif)}
/**********************************/
/**********************************/
#CV_DL .showDD {position:relative;top:0}
#CV_DL dd,.hideDD{top:-9999px;position:absolute}
#CV_ToggleON,#CV_ToggleOFF {display:inline;cursor:pointer;cursor:hand}
