/* 
    Document   : style
    Created on : Mar 16, 2016, 8:28:32 PM
    Author     : sukhdev
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
html{font-family: arial;
    font-size: 13px;
    letter-spacing: .01em;
}

body
{
  margin: 0 0 0 10;
}
h1,h2
{
    text-align: center;
    text-transform: uppercase;
    font-family: Times New Roman;
    color: #3c763d;

}
h3.heading
{
font-size: 20px;    
padding: 5px 5px 5px 55px;
text-decoration: underline;
text-decoration-color: #3c763d;
text-decoration-style:solid;
text-align: center;
}
a
{
    text-decoration: none;
}
#topgap
{
    height: 30px;
}
.label
{
    width:160px;
    float: left;
    text-align:left;
    margin-left: 10px;
    padding-top: 5px;
}
.label1
{
    width:160px;
    float: left;
    text-align:left;
    margin-left: 10px;
    padding-top: 5px;
    color: #999999;
}
.separator
{
    
    float: left;
    text-align: center;
    width:30px;
}
.data{
    width:130px;
    float: left;
    text-align: right;
    padding-top: 5px;
    
}
.text
{
    width:60px;
    float: left;
    text-align:right;
}
.p
{
   line-height: 13px;
}
.bold{
    font-weight: bold;
    color: #d43f3a;
}
.label0
{
    width:120px;
    float: left;
    text-align:left;
    margin-left: 10px;
 }
.data0{
    width:80px;
    float: left;
    text-align: right;
    padding-top: 0px;
}

.p0
{
   line-height: 15px;
   color: #66afe9;
}
br
{
    line-height: 5px;
}
.nso
{
    color: #ff0000;
    background-color: #e4b9b9;
}
.cleared
{
    color: #000;
    background-color:#00ffb1;
}
.deleted
{
    background-color: #ff0033;
}
.rowHead{
    background-color: #000;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.row0
{
    background-color:  #ccff99;
}
.row1
{
    background-color:  #e4b9b9;
}
.modal-dialog-center
{
    margin-top: 15%;
}