html, body
{
	background-color : #000000;
	background-image : url(../../img/bg.png); 
	color : #ffeeee; 
  margin: 0px;
  padding: 0px;
  height: 100%;
}
.navigation
{
  background: #000000;
  padding: 0px;
  border-collapse: separate;
  border-spacing: 1px;
  -moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

font,th,td,p,a,div
{
  FONT-FAMILY: Century Gothic, Century, sans-serif
}

td
{
  padding: 1px;
}

.main-table
{
	background: transparent;
  width: 950px;
  height: 100%;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  border-top: 0px solid #333333;
  border-bottom: 0px solid #333333;
  padding: 0px;
  border-collapse: separate;
  border-spacing: 0px;
  
  -moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.kill-points
{
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

input, button, select, textarea
{
  border: 1px dotted #4e4652;
  font-size: 11px;
  background-color: #363636	;
  font-color: #ffffff ; 
  -moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

#content
{
  margin-top: 30px;
  padding: 10px;
  width: 760px;

  background: transparent;

  font-size: 11px;
}

#context
{
  margin-top: 30px;
  padding: 10px;
  width: 145px;
}

div.bar
{
  height: 6px;
  background: #ffeeee;
  border-bottom: 1px #999099 solid;
  border-right: 1px #999099 solid;
  font-size: 4px;
}

div.bar-red
{
  height: 8px;
  background: #330000;
  border-bottom: 1px #220000 solid;
  border-right: 1px #220000 solid;
}

.box-title
{
  background: #333333;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
}

.box-content
{
  padding: 10px;
  margin-bottom: 30px;
  width: 150px;
}

.menu-wrapper
{
  padding-top: 5px;
  padding-bottom: 5px;
}

.menu-caption
{
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  padding-left: 5px;
}

.menu-item
{
  
  padding-left: 15px;
}

#page-title
{
  margin-left: 10px;
  margin-right: 5px;
  margin-top: 10px;
  padding-top: 3px;

  height: 25px;
  color: #505050;
  border-bottom: 1px lined #ffeeee;

  font-size: 16px;
  font-weight: bold;
}

.block-header
{
  margin-top: 30px;
  margin-bottom: 30px;

  color: #ffeeee; 

  font-size: 14px;
  font-weight: bold;
}

.block-header2
{
  margin-top: 30px;
  margin-bottom: 30px;

  color: #ffeeee;

  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffeeee;
}

.f_killmail
{
  font-size: 12px;
}

textarea.killmail
{
  font-size: 14px;
}

.link
{
  padding-right: 5px;
  padding-top: 5px;
 padding-bottom: 6px;
}

.kb-table, .kb-subtable
{
  font-size: 12px;
  #color: #fff9ff;
  color: #ffeeee;
  padding: 0px;
  -moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.kb-table
{
  border: 1px solid #444444;
  border-collapse: separate;
  border-spacing: 1px;
  -moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.kb-table-title
{
  height: 10px;
}

.kb-table-header
{
  height: 15px;
  #background: #101010;
  background-image : url(../../img/table-thing-bw.png); 
  font-size: 12px;
  font-weight: bold;
  padding: 4px;
}

.kb-table-row-odd
{
  background: #151515;
}

.kb-table-row-even
{
  background: #202020;
}

.kb-table-row-hover
{
  color: #ffeeee;
  background: #554b55;
  cursor: pointer;
}

img.finalblow
{
  background: #ffeeee;
  border: 1px solid #ffeeee;
}

img.avatar
{
  border: 1px solid #333333;
}

img.icon
{
  border: 1px solid #333333;
}

td.item-icon
{
  border: 1px solid #333333;
}

img.icon-hover
{
  border: 1px solid #554b55;
  cursor: pointer;
}

td.avatar-name
{
  font-size: 12px;
  font-weight: bold;
  color: #ffeeee;
}

td.killmail
{
  font-family: Courier New, Courier;
  font-size: 14px;
  color: #ffeeee;
}

td.battleship
{
  background: #554b55;
}

td.kb-table-cell
{
  padding: 2px;
  padding-left: 1px;
  padding-right: 1px;
}

.kb-date-header
{
  background-image: url("../../img/day.gif");
  background-repeat: no-repeat;
  background-position: 0px 16px;

  color: #ffeeee;

  font-size: 14px;
  font-weight: bold;

  padding-left: 20px;
  padding-top: 15px;
  -moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.kb-contracts-header
{
  background-image: url("../../img/contract.gif");
  background-repeat: no-repeat;
  background-position: 0px -3px;

  margin-top: 10px;
  margin-bottom: 15px;

  color: #ffeeee;

  font-size: 14px;
  font-weight: bold;
  padding-left: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffeeee;
  -moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;

}

.kb-campaigns-header
{
  background-image: url("../../img/campaign.gif");
  background-repeat: no-repeat;
  background-position: 0px -3px;

  margin-top: 10px;
  margin-bottom: 10px;

  color: #ffeeee;

  font-size: 14px;
  font-weight: bold;
  padding-left: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffeeee;
  -moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;

}

.kb-kills-header
{
  background-image: url("../../img/kills.gif");
  background-repeat: no-repeat;
  background-position: 0px -3px;

  margin-top: 10px;
  margin-bottom: 10px;

  color: #ffeeee;

  font-size: 14px;
  font-weight: bold;
  padding-left: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffeeee;
  -moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.kb-losses-header
{
  background-image: url("../../img/losses.gif");
  background-repeat: no-repeat;
  background-position: 0px -3px;

  margin-top: 10px;
  margin-bottom: 10px;

  color: #ffeeee;

  font-size: 14px;
  font-weight: bold;
  padding-left: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffeeee;
  -moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.kb-contract-target-header
{
  background-image: url("../../img/contract-target.gif");
  background-repeat: no-repeat;
  background-position: 0px -3px;

  margin-top: 10px;
  margin-bottom: 10px;

  color: #ffeeee;

  font-size: 14px;
  font-weight: bold;
  padding-left: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffeeee;
  -moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.kl-kill-null, .kl-loss-null
{
  color: #666666;
}

td.kl-kill-null-bg
{
  color: #999999;
  background: #999999;
}

td.kl-loss-null-bg
{
  color: #999999;
  background: #999999;
}

td.kl-kill
{
  color: #ffffff;
  font-weight: bold;
}

.kl-loss
{
  color: #ff4000;
  font-weight: bold;
}

td.kl-kill-bg
{
  background: #003300;
  color: #00bb00;
  font-weight: bold;
}

td.kl-loss-bg
{
  background: #330000;
  color: #bb0000;
  font-weight: bold;
}

#weeknav
{
  right: 0px;
  top: 20px;
}

td.weeknav
{
  color: #666666;
  font-size: 11px;
  font-weight: bold;
}

select.kb-select
{
  font-size: 12px;
  width: 210px;
}

input.kb-input
{
  font-size: 12px;
}

a:link {
  color: #5a531c;
  font-size: 14px;
  text-decoration: none;
}

a.kb-table-row-hover:link {
  color: #333333;
}

a:visited {
  color: #5a531c;
  font-size: 14px;
  text-decoration: none;
}

a:active {
  color: #cdb622;
  font-size: 14px;
  text-decoration: none;
}

a:hover {
  color: #cdb622;
  font-size: 14px;
}

.counter
{
	border-top:solid 1px;
	border-color: #ffeeee;
	display: block;
	text-align:right;

	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-decoration: none;
}
.comment {
	background-color: #303030;
	border: 1px solid;
	border-color: #807680;
	margin-top: 5px;
	padding-top: 8px;
	padding-left: 8px;
	color: #ffeeee;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	}

.comment:focus {
	border-color: #ffeeee;
}
.comment-button {
	background-color: #303030;
	border: 1px solid;
	border-color: #807680;
	color: #ffeeee;
	font-size: 12px;
	margin-top: 5px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	}
.comment-button:focus {
	border-color: #ffeeee;
}
#comments-wrap {
	border-top: #ffeeee thin solid;
	width:350px;
	margin-top:15px;
	float:left;
	clear:left;
	color: #ffeeee;
	font-size: 12px;
	}
.comment-text {
	padding:5px;
	border-bottom-width:thin;
 	border-bottom-style:solid;
	border-bottom-color: #ffeeee;
	overflow: hidden;
	}
#countdown {
	border:0px;

	color: #ffeeee;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
a.kb-shipclass:visited {
  color: #ffeeee;
  font-size: 10px;
}

a.kb-shipclass:link {
  color: #ffeeee;
  font-size: 10px;
}

a.kb-shipclass-hl:link {
  color: #fff0ff;
  text-decoration: dotted;
  font-size: 10px;
}

a.kb-shipclass-hl:active {
  color: #fff0ff;
  text-decoration: dotted;
  font-size: 10px;
}

a.kb-shipclass-hl:visited {
  color: #fff0ff;
  text-decoration: dotted;
  font-size: 10px;
}

a.kb-shipclass:active {
  color: #ffeeee;
  font-size: 10px;
}

a.kb-shipclass:hover {
  color: #ffeeee;
  text-decoration: dotted;
  font-color: orange;
  font-size: 10px;
}
.popup-table
{
filter: alpha(opacity=90);
-moz-opacity: 0.9; 
background-color:#999999;
}
.killcount
{
  color: #ffffff;
  float:right;
  font-weight: bold;
  font-size:101x;
  padding-right:4px;
}
.losscount
{
  color: #dd0000;
  float:left;
  font-weight: bold;
  font-size:11px;
}
