﻿
.groupBox
{
    width: 100%;
    margin: 0 auto;
    text-align: left;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow-y: auto;
    overflow-x: hidden;
}

.groupBoxAlignTop
{
    width: 100%;
    margin: 0 auto;
    text-align: left;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow-y: auto;
    overflow-x: hidden;
    vertical-align: bottom;
}


.groupBoxAlignBottom
{
    width: 100%;
    margin: 0 auto;
    text-align: left;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow-y: auto;
    overflow-x: hidden;
    vertical-align: bottom;
}


.centerText
{
    text-align: center;
}

.TotalBilledRow
{
    color: Blue;
    font-weight: bold;
}

.TotalUnPaidRow
{
    color: Red;
    font-weight: bold;
}

.lightGrayFill
{
    background-color: #E0E0E0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.gridView
{
    width: 100%;
    min-width: 100%;
    background-color: White;
    border: Solid 1px #999999;
    padding: 3px;
    color: Black;
    font-size: 9pt; /*  BackColor="White" BorderColor="#999999" BorderStyle="Solid" BorderWidth="1px" CellPadding="3" ForeColor="Black"  	*/
}
.gridViewHeader
{
    background-color: Black;
    color: White;
    font-weight: bold;
}
.gridViewNumericCell
{
    font-family: Lucida Console, Courier New, Monospace;
    text-align: right;
}


.gridViewPager
{
    background-color: #999999;
    text-align: center;
}
.gridViewItem
{
    /* inherit from .gridView */
}
.gridViewAlternatingItem
{
    background-color: #CCCCCC;
}

.height220px
{
    height: 220px;
    min-height: 220px;
    max-height: 220px;
}
.invisible
{
    visibility: hidden;
}
/* .rightAlign
{
	text-align:right;
	border:none;
	margin:none;
	padding:none;
	border-collapse:collapse;
} */
.rightAlign
{
    text-align: right;
}
.leftAlign
{
    text-align: left;
}
.centerAlign
{
    text-align: center;
}
.valignTop
{
    vertical-align: top;
}
.valignMiddle
{
    vertical-align: middle;
}
.valignCenter
{
    vertical-align: middle;
}
.valignBottom
{
    vertical-align: bottom;
}
.noWrap
{
    white-space: nowrap;
}
.controlLabel
{
    font-weight: bold;
    font-size: 10pt;
    color: Black;
}
.valueLabel
{
    width: 210px;
    min-width: 210px;
    height: 18px;
    display: block;
    font-size: 10pt;
    background-color: #EDFEDE;
    border: 1px inset black;
    text-align: left;
    text-indent: 4pt;
}
.hiddenLabel
{
    color: Red;
}
.centerBoldRed
{
    font-weight: bold;
    font-size: 12pt;
    color: Red;
}
.valueLabelrt
{
    height: 18px;
    display: block;
    font-size: 10pt;
    background-color: #EDFEDE;
    border: 1px inset black;
    text-align: left;
    text-indent: 4pt;
}
.valueLabelNoWidth
{
    height: 18px;
    display: block;
    font-size: 10pt;
    background-color: #EDFEDE;
    border: 1px inset black;
    text-align: left;
    text-indent: 4pt;
}

.valueLabelNoWidthRightAlign
{
    height: 18px;
    display: block;
    font-size: 10pt;
    background-color: #EDFEDE;
    border: 1px inset black;
    text-align: right;
    text-indent: 4pt;
}
.width300
{
    width: 300px;
}

.width40pct
{
    width: 40%;
}

.width10px
{
    width: 10px;
}

.width20px
{
    width: 20px;
}

.width30px
{
    width: 30px;
}

.width50px
{
    width: 50px;
}

.width60px
{
    width: 60px;
}

.width70px
{
    width: 70px;
}

.width75px
{
    width: 75px;
}

.width80px
{
    width: 80px;
}
.width90px
{
    width: 90px;
}
.width100px
{
    width: 100px;
}
.width120px
{
    width: 120px;
}
.width150px
{
    width: 150px;
}
.width160px
{
    width: 160px;
}
.width170px
{
    width: 170px;
}
.width180px
{
    width: 180px;
}
.width185px
{
    width: 185px;
}
.width188px
{
    width: 188px;
}
.width190px
{
    width: 190px;
}

.width200px
{
    width: 200px;
}

.width250px
{
    width: 250px;
}

.width300px
{
    width: 300px;
}

.width350px
{
    width: 350px;
}

.width400px
{
    width: 400px;
}

.width450px
{
    width: 450px;
}

.width600px
{
    width: 600px;
}

