/*  "Show All" + "Hide All" links */
#toggle_on,
#toggle_off {
	padding: 0 5px 0 5px;
	margin-right: 0 5px 0 5px;
}

#toggle_on {
	border-right: 1px solid #CCCCCC;
}

/* zeroing out padding and margin */
#toggle dd,
#toggle dt {
	margin: 0;
	padding: 0;
}

/* margin for the DTs (shorthand) */
#toggle dt {
	font-size: 1.1em;
	font-weight: bold;
	margin: 7px 0;
}

#toggle dt a:link,
#toggle dt a:visited,
#toggle dt a:hover,
#toggle dt a:active {
	color: #274897;
}

/* image and left padding for DDs */
#toggle dd {
	background: url('/newt/l/wcis/images/symbols/pipe.gif') repeat-y;
	background-position: 6px 0;
	padding-left: 50px;
}

#toggle dd h3 {
	font-size: 1.0em;
	font-style: italic;
	margin-bottom: 10px;
}

#toggle dd p {
	font-size: 1.0em;
	margin-left: 15px;
	margin-bottom: 10px;
}

#toggle dd p.top {
	margin-left: -17px;
}

/* styling all anchors in the DTs */
#toggle dt a {
	background: 0 50% no-repeat;
	padding-left: 32px;
	color: #000;
	text-decoration: none;
}

/* the + and - gif in the anchors */
#toggle .DTplus a {
	background-image: url('/newt/l/wcis/images/symbols/toggle_plus.gif');
}

#toggle .DTminus a {
	background-image: url('/newt/l/wcis/images/symbols/toggle_minus.gif');
}

/**********************************/
/**********************************/
dl#toggle.all_open dd,  

#toggle .showDD {
	position: relative;
	top: 0;
}

#toggle .showDD {
	position: relative;
	top: 0;
}

#toggle dd,
.hideDD {
	top: -9999px;
	position: absolute;
}

#toggle_on,
#toggle_off {
	display: inline;
	cursor: pointer;
	cursor: hand;
}