/*
 Styles used by the Hardened Trackback (introduced in Pivot 1.30). 
 To use it either cut and paste this into your existing stylesheet 
 or add the following HTML
  <link rel="stylesheet" type="text/css" href="[[template_dir]]htrackback.css" media="screen" />
 to your entrypage template.
 */

#tbgetter {
  height:40px;
  font-family:verdana,helvetica,arial;
  font-size:10px;
  border:1px #ccc solid;
  padding:5px;
  background:black;
  overflow:auto;
}
#tbgetter a {
  text-decoration:none;
  font-weight:bold;
  color:#666;
  }
#tbgetter a:hover {
  text-decoration:underline;
}

