﻿body {
}
.title
{
    font-family:Arial;
    font-size: 18px;
    font-weight:bolder;
    color:#00748A;
}
.tdRight
{
    font-family:Arial;
    font-size:small;
    font-weight:bold;
    color:#00748A;
    width:225px;
    padding-right:1px;
}
.btnStyle
{
    font-family:Arial;
    font-size:x-small;
    font-weight:bold;
    color:#00748A;
}
.gridStyle
{
    font-family:Arial;
    font-size:x-small;
    font-weight:bold;
    color:#00748A;
    border-width:0px;
    text-indent:1px;
    white-space:nowrap;
    word-spacing:1px;
    text-align:left;
    width:100%;
}
.gridHeader
{
	background-color:#00748A;	
	color:White;
	font-family:Arial;
	font-weight:bold;
	
}
.fvStyle
{
    font-family:Arial;
    font-size:x-small;
    font-weight:bold;
    color:#00748A;
    border-color:#00748A;
    border-style:solid;
    border-width:1px;
    white-space:nowrap;
    width:100%;
}
.fvStyleBig
{
    font-family:Arial;
    font-size:small;
    font-weight:bold;
    color:#00748A;
    border-color:#00748A;
    border-style:solid;
    border-width:1px;
    white-space:nowrap;
    width:100%;
}
.CellTextRight
{
	font-size:small;
	font-family:Arial;
	color:Black;
	text-align:right;
}
.CellText
{
	font-size:small;
	font-family:Arial;
	color:Black;
}
.CellTextBold
{
	font-size:small;
	font-family:Arial;
	font-weight:bold;
}
.CellTextGreen
{
	font-size:small;
	font-family:Arial;
	color:#00748A;
}
.CellTextGreenRight
{
	font-size:small;
	font-family:Arial;
	color:#00748A;
	text-align:right;
}
.CellTextGreenBold
{
	font-size:small;
	font-family:Arial;
	font-weight:bold;
	color:#00748A;
}
.CellTextMedium
{
	font-size:x-small;
	font-family:Arial;
	color:Black;
}
.CellTextMediumWhite
{
	font-size:x-small;
	font-family:Arial;
	color:White;
}
.CellTextMediumBold
{
	font-size:x-small;
	font-family:Arial;
	color:Black;
	font-weight:bold;
}
.CellTextSmall
{
	font-size:xx-small;
	font-family:Arial;
	color:Black;
}
.CellTextSmallBold
{
	font-size:xx-small;
	font-family:Arial;
	color:Black;
	font-weight:bold;
}
.CellTextSmallBoldWhite
{
	font-size:xx-small;
	font-family:Arial;
	color:White;
	font-weight:bold;
}
.CellHeader
{
	font-size:medium;
	font-weight:bold;
	font-family:Arial;
	color:Black;
	height:30px;
}
.CellHeaderGreen
{
	font-size:medium;
	font-family:Arial;
	font-weight:bold;
	color:#00748A;
}
.InfoDisplay
{
    font-family:Arial;
    font-size:small;
    font-weight:normal;
    color:#00748A;
    border-color:#00748A;
    border-style:solid;
    border-width:1px;
    white-space:nowrap;
    width:100%;
}
.valSummary
{
    font-size: small;
    font-family: Arial;
    color: Red;
    text-indent: 5px;
    list-style-type: decimal;
    text-align: left;
}
.PrintStyleHide
{
	display:none;
}