﻿body {
}

.AppealPara {
    /*
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: x-large;
    font-weight: bold;
    color: darkblue ;
    */
    /*text-align: left;*/
    text-align: justify;
    text-justify: inter-word;
    font-size: large;
    color: #513B1C;
}

.Header1 {
    color: midnightblue;
    /*padding: 20px 0px 0px 0px;*/
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 42px;
    font-weight: bold;
}

.LabelHeader1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: x-large;
    font-weight: bold;
    color: darkblue
}

.LabelHeader2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: x-large;
    font-weight: bold;
    color: #0000FF;
    background-color: #FBE7A1;
    width: 100%;
    /*height: 130px;*/
    /*margin-top: 5px;*/
    /*margin-bottom: 5px;*/
}

.LabelHeader3 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: x-large;
    font-weight: bold;
    /*color: orange;*/
    color: #EE7600;
    background-color: #FFFACD;
    /*background-color: #F0F0F0;*/
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.TextPatternDetails {
    color: darkolivegreen;
    /*color:midnightblue;*/
    /*color: #2e4a62;*/
    /*color: #456f93;*/
    /*color: #172531;*/
    font-size: 16px;
    font-family: Calibri;
    font-weight: normal;
    font-variant: initial;
    display: grid;
    /*justify-content: center;*/
    text-align: justify;
    text-justify: inter-word;
    /*word-wrap: normal;*/
}

.DivGrid {
    width: 100%;
    background-color: #F0F0F0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    align-content: center;
}

.GVSetting {
    font-family: Verdana;
    font-size:large ;
    /*color :red;*/
}

.GVRowStyle {
    height: 50px;
    background-color: #FFFACD;
    Color: Black;
    /*HorizontalAlign:Justify;*/
    text-align: left;
    margin-left: auto;
}

.GVAlternateRowStyle {
    height: 50px;
    background-color: #FBE7A1;
    Color: Black;
    text-align: left;
    margin-left: auto;
}

.GVHeaderStyle {
    height: 50px;
    background-color: #1b4f72;
    Color: #ffffff;
    text-align: left;
    margin-left: auto;
}

.GVWhiteSpace {
    white-space: pre;
}


.ImgBorderCurve {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 5px;
}

.ImgBorderRounded {
    border-radius: 25px;
    background: yellow;
    padding: 5px;
    width: 200px;
    height: 150px;
}

.ImgBorderRoundedBackground {
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 20px;
    width: 200px;
    height: 150px;
}

.ImgBorderRoundedBackImage {
    border-radius: 25px;
    background: url(paper.gif);
    background-position: left top;
    background-repeat: repeat;
    padding: 20px;
    width: 200px;
    height: 150px;
}