/* associations */

SPAN.noofassoc {
  padding-left: 20px ;
  color: #999999 ;
}
TABLE.associations {
/*  width: 100% ; */
  margin: 10px 0px 10px 0px ;
}
TABLE.associations TD {
  vertical-align: top ;
  border: solid 0px #ff0000 ;
}
TABLE.associations TD.assocname {
  padding: 7px 0px 0px 0px ;
  font-weight: bold ;
}
TABLE.associations TD.icon {
  width: 1px ;
  padding: 3px 2px 0px 2px ;
}
TABLE.associations TD.icon IMG {
  margin: 0px ;
  padding: 0px ;
}
TABLE.associations TD.desc {
  padding-left: 15px ;
}
TABLE.associations TD A         { font-weight: bold ; }
TABLE.associations TD A:link    { font-weight: bold ; }
TABLE.associations TD A:active  { font-weight: bold ; }
TABLE.associations TD A:visited { font-weight: bold ; }
TABLE.associations TD A:hover   { font-weight: bold ; }
SPAN.noofteams {
  font-weight: normal ;
}
TABLE.assoc-teams {
  margin: 5px 0px 0px 0px ;
}
TABLE.assoc-teams TD {
  padding: 0px 0px 3px 0px ;
}
TABLE.assoc-teams TD.team-head {
  padding-top: 8px ;
}
TABLE.assoc-teams TD.nodisplay {
  background: #ff9999 ;
}
TABLE.assoc-teams TD.team-head SPAN.orphan {
  background: #ffaaaa ;
}
TABLE.assoc-teams TD.icon {
  width: 1px ;
  padding: 5px 4px 0px 2px ;
}
TABLE.assoc-teams TD.icon IMG {
  margin: 0px ;
  padding: 0px ;
}
SPAN.team-name {
  font-weight: bold ;
}
TABLE.assoc-teams TD.team-desc {
  padding-left: 15px ;
}
TABLE.assoc-email {
  margin: 10px 0px 0px 0px ;
}
TABLE.assoc-email TD.prompt {
  width: 1px ;
  padding: 0px 7px 0px 0px ;
  font-weight: bold ;
  white-space: nowrap ;
}
