﻿body {
    background-color: #222222;
    color: black;
    height: 100%;
    font-family: Tahoma;
    font-size: 12px;
    vertical-align: top;
    background-image: url('Images/kbBackLio.jpg');
    background-repeat:no-repeat;
    background-attachment:fixed;
}

.calendar {
    background-color: gray;
}
.tblFixed{
    table-layout:fixed;
}

.tbl-kill-detail {
    vertical-align: top;
}
.tblKDHeader {
    background-color: gray;
    font-size:11px;
    vertical-align:top;
}
.tblKMRow:hover,
.trLinkRow-even:hover,
.trLinkRow-odd:hover,
.kb-table-row-odd:hover,
.kb-table-row-even:hover,
.kb-table-row:hover{
    background-image: url('Images/highlight.png');
    background-repeat: repeat-x;
    background-color: #ffff00;
    cursor: pointer;
}
.tblKDImgHeader {
    background-color:slategray;
    color: white;
    font-weight: bold;
    border:1px;
    border-style:solid;
}
.trKDItem {
    border-style:solid;
    border-width:1px;
    border-color:black;
}
.tr-Even {
    background-color:lightsteelblue;
    text-wrap:none;
    font-weight:bold;
}
.tr-Odd {
    background-color:lightslategray;
    text-wrap:none;
    font-weight:bold;
}
.tcGreen {
    color:green;
}
.tcRed {
    color:crimson;
}
.trKBMostExpensive-odd {
    background-color:lightsteelblue;
    text-wrap:none;
}
.trKBMostExpensive-even {
    background-color:lightslategray;
    text-wrap:none;
}
.trLinkRow-odd {
    background-color:lightsteelblue;
    border-style:solid;
    border-color:black;
    border-width:1px;
}
.trLinkRow-even {
    background-color:lightslategray;
    border-style:solid;
    border-color:black;
    border-width:1px;
}
.trKDInvolved-odd {
    background-color:lightsteelblue;
    border-style:solid;
    border-color:black;
    border-width:1px;
}
.trKDInvolved-even {
    background-color:lightslategray;
    border-style:solid;
    border-color:black;
    border-width:1px;
}
.div-KD-LostShip {
    position: absolute;
    z-index: -3;
    top: 20px;
    left: 20px;
}
.div-KD-MaskSphere{
    position: absolute;
    z-index: -2;
    top: 0px;
    left: 0px;
}
.hlDetail-B {
    color:black;
    font-weight:bold;
}
.hlDetail {
    color:black;
}

