
/* zeroing out padding and margin */
dd,dt {
  margin : 0;
  padding : 0;
} 
/* margin for the DTs (shorthand) */
dt {
  margin : 7px 0;
}
/* image and left padding for DDs */
dd {
  padding-left : 10px;
  font-size : small;
}
/* styling all anchors in the DTs */
dt a{
  color : blue;
  text-decoration : none;
  /*position:absolute;
  right:200px;*/
  font-size : 12px;
}
dt a:visited 
{
  color : blue;
}
dt a:hover
{
  color : red
}
dt a:active, dt a:visited:hover, dt a:focus
{
  color : red
}
/* the + and - gif in the anchors */
/*.DTplus a {background-image:url(toggleDLplus.gif)}
.DTminus a {background-image:url(toggleDLminus.gif)}
/**********************************/
/**********************************/
.showDD 
{
  position : relative;
  top : 0;
}
dd,.hideDD
{
  top : -9999px;
  position : absolute;
}


/*#TJK_ToggleON,#TJK_ToggleOFF {display:inline;cursor:pointer;cursor:hand}
/*#TJK_ToggleON,#TJK_ToggleOFF {display:none}*/
/*  "Show All" + "Hide All" links */
/*#TJK_ToggleON,#TJK_ToggleOFF {
  border:1px solid #333;
  padding:0 5px;
  margin-right:5px;
  font-size:12px;
  background-color:#999999;
  color:white;
  text-decoration:none}*/

