﻿.EditableTXT
{
    width:90%;
    background-color:White;
    border-top-style: none; 
    border-right-style: none; 
    border-left-style: none; 
    border-bottom-style: none; 
    text-align: right;
    color:Black;
    font-size:8pt;
    font-family:Tahoma;
}
.NonEditableTXT
{ 
    width:100%;
    background-color:Transparent; 
    border-top-style: none; 
    border-right-style: none; 
    border-left-style: none; 
    border-bottom-style: none; 
    text-align: right;
    color:Black;
    font-weight:normal;
    font-size:8pt;
    font-family:Tahoma;
}
.BestRateInput
{
	border-style:none;
	background-color:#E1EDFF;
	text-align:left;
	font-size:11px;
	color:Black;
	font-style:normal;

}
.RateGridTD
{
    text-align:left;
    font-size:8pt;
    font-weight:normal;
    font-family:Tahoma;
}
.BundleProduct
{
    text-align:left;
    font-size:7pt;
    font-weight:normal;
    font-family:Tahoma;
    padding-left:1.5%;
   
}
.MovingSupliesTxt
{ 
    background-color:Transparent; 
    border-top-style: none; 
    border-right-style: none; 
    border-left-style: none; 
    border-bottom-style: none; 
    text-align: right;
    color:Black;
    font-weight:normal;
    font-size:8pt;
    font-family:Tahoma;
}
.MovingSupliesEditableTXT
{
	width:30%;
    background-color:White;
    border-top-style: none; 
    border-right-style: none; 
    border-left-style: none; 
    border-bottom-style: none; 
    text-align: right;
    color:Black;
    font-size:8pt;
    font-family:Tahoma;
}