﻿body.ReportBody {
    background-color: #EFEFEF;
    font-family: Arial;
}

.Field                  { font-family:Arial; font-size:11px; font-weight:normal; }
 span.Header            { font-family:Arial; font-size:11px; font-weight:bold;border-left:solid 1px #000000;}
.HeaderLabel            { font-family:Arial; font-size:17px; font-weight:bold; }
.TNRLabel               { font-family:Times New Roman; font-size:24px; font-weight:normal; }
.TNRItalic              { font-family:Arial; font-style:italic; font-size:14px; font-weight:normal; }
.TNRText                { font-family:Times New Roman; font-size:14px; font-weight:normal; }
.GroupTitle             { font-family:Arial; color:Navy; font-size:16px; font-weight:bold; }
.NumericTitle           { font-family:Arial; color:Navy; font-size:12px; font-weight:bold; }
.txt102 
{
border-top: solid 1px #000000;
}
div.ReportLayout {
    background-color: #EFEFEF;
    cursor: default;
    overflow: hidden;
    /*width: 989px;*/
    width: 970px;
    padding: 0px 0px 0px 0px
}

div.ReportLayout div.ReportHeader {
    border: solid 1px black;
    height: 53px;
    width: 100%;
}
div.ReportLayout div.ReportHeader table {
    background-image: url(../../App_Themes/Silver/Images/RecordLayout/RecordHeaderBackground.jpg);
    background-repeat: repeat-x;
    border-top: solid 1px #ABABAB;
    border-right: solid 1px #9E9E9E;
    border-bottom: solid 1px #898989;
    border-left: solid 1px #9E9E9E;
    color: white;
    font-size: 12px;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}
div.ReportLayout div.ReportHeader table tr td em {
    font-size: 24px;
    font-style: normal;
    padding: 0px 10px 0px 5px
}
div.ReportLayout div.ReportHeader table tr td span {
    position: relative;
    top: -3px;
    left: 10px;
}
div.ReportLayout div.ReportHeader table tr td span b {
    font-size: 14px;
}

div.ReportLayout div.ReportFooter {
    border: solid 1px black;
    height: 23px;
    width: 100%;
}
div.ReportLayout div.ReportFooter table {
    background-image: url(../../App_Themes/Silver/Images/RecordLayout/RecordFooterBackground.jpg);
    background-repeat: repeat-x;
    border-top: solid 1px #ABABAB;
    border-right: solid 1px #9E9E9E;
    border-bottom: solid 1px #898989;
    border-left: solid 1px #9E9E9E;
    height: 21px;
    table-layout: fixed;
    width: 100%;
}

div.ReportLayout table.ReportToolbar {
    background-image: url(../../App_Themes/Silver/Images/RecordLayout/RecordToolbarBackground.jpg);
    border-right: solid 1px black;
    border-left: solid 1px black;
    font-size: 11px;
    height: 28px;
    overflow: hidden;
    width: 100%;
}
div.ReportLayout table.ReportToolbar tr td {
    background-image: url(../../App_Themes/Silver/Images/RecordLayout/RecordToolbarSeparator.gif);
    width: 3px;
}
div.ReportLayout table.ReportToolbar tr th {
    padding-right: 12px;
    padding-left: 12px;
}
div.ReportLayout table.ReportToolbar tr th a {
    color: black;
    text-decoration: none;
    white-space: nowrap;
}

div.ReportLayout div.ReportBodyTop {
    height: 49px;
    overflow: hidden;
    padding: 0px 10px 0px 10px;
    width: 100%;
}

div.ReportLayout div.ReportBody {
    padding: 0px 10px 10px 10px;
    width: 100%;
}

div.ReportLayout div.ReportBody div.ReportContentTop {
    background-image: url(../../App_Themes/Silver/Images/RecordLayout/ReportContentTop.jpg);
    background-repeat: no-repeat;
    font-size: 1px;
    height: 2px;
    width: 100%;
}

div.ReportLayout div.ReportBody div.ReportContentCenter {
    background-image: url(../../App_Themes/Silver/Images/RecordLayout/ReportContentCenter.jpg);
    background-repeat: repeat-y;
    padding: 4px 4px 4px 4px;
    width: 100%;
}

div.ReportLayout div.ReportBody div.ReportContentCenter div.ReportContentHeader {
    border: none 1px #F8F8F8;
    font-size: 18px;
    text-align: right;
    width: 100%;
}

div.ReportLayout div.ReportBody div.ReportContentCenter div.ReportContent {
    border: none 1px;
    height: 410px;
    overflow-x: auto;
    overflow-y: scroll;
    padding: 10px 9px 0px 0px;
    width: 100%;
}

div.ReportLayout div.ReportBody div.ReportContentBottom {
    background-image: url(../../App_Themes/Silver/Images/RecordLayout/ReportContentBottom.jpg);
    background-repeat: no-repeat;
    font-size: 1px;
    height: 2px;
    width: 100%;
}

div.ReportFieldSet fieldset {
    border: ridge 3px silver;
}

div.GridAlternateItemStyle { background-color:#f0f0f0; color:#000000;}
tr.GridAlternateItemStyle { background-color:#f0f0f0; color:#000000;}


div.noborder1 {
    
    border-top: solid 1px #000000;
    border-right: solid 1px #000000;
    border-bottom: solid 0px #000000;
    border-left: solid 1px #000000;
   
}
div.noborder {
  
    border-top: solid 1px #000000;
    border-right: solid 1px #000000;
    border-left: solid 1px #000000;
    border-bottom: solid 0px #000000;
}