/**
 * $Id: linkex.css 387 2009-03-11 13:58:54Z mk $
 */

#LinkExPopup {
  background-color: transparent !important;
  position: absolute;
  z-index: 1000;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: auto !important;
  display: none;
}
#LinkExPopup img {
  display: block !important;
}
#LinkExPopup td {
  padding: 0 !important;
  line-height: normal !important;
}
#LinkExPopup td.corner {
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
}
#LinkExPopup td.filler {
  font-size: 1px !important;
  background-color: white !important;
}
#LinkExPopup .links {
  background-color: #fff !important;
}
#LinkExPopup .links .title {
  background: url('/linkex/static/logo.gif') no-repeat right !important;
  padding: 0 80px 0 0 !important;
}
#LinkExPopup .links .title img {
  display: inline !important;
}
#LinkExPopup a {
  color: #000 !important;
  font-size: 8pt !important;
  text-decoration: none !important;
  font-family: sans-serif !important;
}
#LinkExPopup a:visited {
  color: black !important;
  text-decoration: none !important;
}
#LinkExPopup a:hover {
  color: #f00 !important;
  text-decoration: none !important;
}
#LinkExPopup .links a:before {
  content: '•' !important;
  color: #f00 !important;
  margin-right: 5px !important;
  text-decoration: none !important;
}
