/**
 * $Id: linkex.css 566 2011-03-03 16:43:28Z mk $
 */

#LinkExPopup 
{
  background-color: transparent !important;
  display: none;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  position: absolute;
  width: auto !important;
  z-index: 1000;
}

#LinkExPopup img 
{
  display: block !important;
}

#LinkExPopup td 
{
  line-height: normal !important;
	padding: 0 !important;
}

#LinkExPopup td.corner 
{
  height: 10px !important;
  padding: 0 !important;
	width: 10px !important;
}

#LinkExPopup td.filler 
{
  background-color: white !important;
  font-size: 1px !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-family: sans-serif !important;
  font-size: 8pt !important;
  text-decoration: none !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 
{
  color: #f00 !important;
	content: '·' !important;
  margin-right: 5px !important;
  text-decoration: none !important;
}
