form *{
	margin:3px;
}

div.kb-shiptype
{
  float: left;
  margin-top: 3px;
  padding-left: 3px;
  width:130px;
}

div.kb-shipicon
{
  float: right;
  height: 32px;
}

td.kb-shipfilter
{
  font-family: Verdana, Tahoma;
  font-size: 12px;
}

a.kb-shipclass:visited {
  color: #dddddd;
}

a.kb-shipclass:link {
  color: #dddddd;
}

a.kb-shipclass-hl:link {
  color: #FFA500;
  text-decoration: underline;
}

a.kb-shipclass-hl:active {
  color: #FFA500;
  text-decoration: underline;
}

a.kb-shipclass-hl:visited {
  color: #FFA500;
  text-decoration: underline;
}

a.kb-shipclass:active {
  color: #dddddd;
}

a.kb-shipclass:hover {
  color: #dddddd;
  text-decoration: underline;
}

a.kb-contract:link {
  font-size: 12px;
}

a.kb-contract:visited {
  font-size: 12px;
}
.killcount
{
  color: #ffffff;
  float:right;
  font-weight: bold;
  font-size:9px;
  padding-right:4px;
}
.losscount
{
  color: #dd0000;
  float:left;
  font-weight: bold;
  font-size:9px;
}

.vertbarkill{
	position:absolute;
	bottom:0;
	left:0;
	background: #00AA00;
	font-size: 4px;
}

.vertbarloss{
	position:absolute;
	bottom:0;
	right:0;
	background: #F90000;
	font-size: 4px;
}