/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 9, 2014, 3:30:25 PM
    Author     : Maria Vincent. S
*/
body {
    font-family:verdana,arial,sans-serif;
    font-size:8pt;
    margin:5px;
    background-color:#F5F7FD;
}
tr.header{
    background-color:#002754;
    color: white;
    font-weight: bold;
}
tr.subheader{
    background-color:#6685C2;
    color: white;
    font-weight: bold;
}

td.subheader{
    background-color:#6685C2;
    color: white;
    font-weight: bold;
}

tr.subheader1{
    background-color:#DCDCDC;
    color: #002754;
    font-weight: bold;
}

td.subheader1{
    background-color:#DCDCDC;
    color: #002754;
    font-weight: bold;
}

td.header{
    background-color:#002754;
    color: white;
    font-weight: bold;
}

table.maintable{
    background-color:#F5F7FD;
}

.dynaColorTR1{
    /*background-color: #ADBECE;*/
    /* background: url( ../Image/TR1.gif);*/
    background-color: #F3F6FC;
}
/* Dynamic Color 2 for Table Rows  (Stripe Tables)*/
.dynaColorTR2{
    /*background-color: #C7D5E2;*/
    background-color: #EAEFF9;
    /*color: #000;*/
    /*  background: url( ../Image/TR2.gif);*/
}

TABLE.subTable{
    background-color: #F5F7FD;
    border-left-color:#000;
    border-right-color:#000;
    border: 2px;
    padding: 2px;
    border-spacing: 3px;
}

table{
    font-family:verdana,arial,sans-serif;
    font-size:8pt;
    background-color:#F5F7FD;
}

tr.subtotal{
    color: #002754;
    font-weight: bold;
}

td.subheader2{
    background-color:#002754;
    color: #ffffff;
    font-weight: bold;
}

tr.subheader3{
    background-color:#FDFDFD;
    color: #002754;
    font-weight: bold;
}

td.subheader3{
    background-color:#FDFDFD;
    color: #002754;
    font-weight: bold;
}

.blink {
    animation: blink 1s steps(5, start) infinite;
    background-color: #ffff66;
    }
    @keyframes blink {
    to {
    visibility: hidden;
    }
}
tr.finalclass{
    font-weight:bold;
    font-size:12pt;
    font-family:Tahoma;
}