﻿body {
    background-color: black;
    color: deepskyblue;
    height: 100%;
    font-family: Tahoma;
    font-size: 14px;
    vertical-align: top;
    background-image: url('Images/NemesisBG.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% auto;
}

.calendar {
    background-color: gray;
}
.srpPanel {
    background-color: dimgray;
}
.tblDateHeader{
    background:rgba(1,1,1,.8);
    color:white;
   
}
.kmLossRow{
    background:rgba(60,2,2,.9);
    border-bottom-style:solid;
    border-width:1px;
    border-color:black;
    font-size:10pt;
}
.kmKillRow{
    background:rgba(0, 40, 0, .9);
    border-bottom-style:solid;
    border-width:1px;
    border-color:black;
    font-size:10pt;
}
.tblFixed{
    table-layout:fixed;
}

.tbl-kill-detail {
    vertical-align: top;
}
.tblKDHeader {
    
    
    font-size:11px;
    vertical-align:top;
}
.tblTopKillRow{
    color:deepskyblue;
    font-size:14px;
}
.kb-table-row-odd,
.kb-table-row-even{
    
    
}
.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;
}

.trKDItem {
    border-style:solid;
    border-width:1px;
    border-color:black;
}
.tr-Even {
    background:rgba(1,1,1,.8);
    
    
    text-wrap:none;
    font-weight:bold;
}
.tr-Odd {
    background:rgba(25,25,25,.8);
    
    text-wrap:none;
    font-weight:bold;
}
.tcGreen {
    color:green;
}
.tcRed {
    color:darkred;
}
.tcOverflow {
    max-width: 2;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.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:rgba(1,1,1,.85);
    font-size:10pt;
    
    
}
.trKDInvolved-even {
    background:rgba(50,50,50,.85);
    font-size:10pt;
    
    
}
.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:deepskyblue;

}
.hlDetail {
    color:deepskyblue;
}

