﻿body {
}
.RowStyle {
    height: 30px;
    font-family: 'Calibri';
    background-color: white;
    font-size: 16px;
}
.AlternateRowStyle {
    height: 30px;
    font-family: 'Calibri';
    background-color: rgba(242, 240, 240, .6);
    font-size: 16px;
}

.gridviewpaddingleft{
    margin-left:10px;
}

.gvclass table th {
    text-align: right !important;
}


.GridViewClass td, th {
    text-align: left !important;
}

.gv {
    margin-left: 100px !important;
    margin-right: 10px !important;
    padding-left:100px;
}

 .gv caption
{
text-align:center;
font-weight:bold;
font-size:16px;
padding: 2px;
background-color: lightblue;
height:30px;
}

 .newline {
     white-space: pre-wrap;
 }

 .fontstyle{
     font-family:Calibri;
 }

.gridviewheaderstyle th {
    border: none;
    border-color: black;
    border-width: thin;
    text-align: center !important;
    height: 30px;
    background-color: lightgray;
}

.fieldsetstyle{
    padding-left:5px;
}

  .noitemyetstyle
{
text-align:center;
font-weight:bold;
font-size:16px;
padding: 2px;
background-color: lightblue;
height:30px;
}

.noitemyetstyleNobackground {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 2px;
    height: 30px;
}

.GridStyle tr th a,.GridStyle tr th a:visited
{
        color:Black;
}
.GridStyle tr th, .GridStyle tr td table tr td
{
    border: none;
}

.buttonstyle
{
    text-align:center;
    width:35px;
    height:20px;
}
.footerstyle{
    padding-right: 50px;
}