.CellDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CFDBE7;

}
.CellBG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	width: auto;
}
.CellBGUnder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.CellBGTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
}


.CellBG_Green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #006633;
}

.CellBG_Blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #0000FF;
}

.CellBG_Red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}

.CellBGBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #0000FF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.CellBG10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #000000;
}

.CellBGdeleted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFCC;
	color: #FF0000;
}

.CellBGLineB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}




.InputFieldRightRO {

	background-color: #FFFFFF;
	text-align: right;
	font: normal 12px Arial, Helvetica, sans-serif;
	border: 1px solid #FFFFFF;
}
.InputFieldCourier {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	border: thin solid #989191;
	padding: 2px 3px;
}
.InputField {
	font-style: normal;
	font-size: 12px;
	color: #000000;
	border: thin solid #989191;
}

.InputFieldRight {
	text-align: right;
}
.InputFieldRightRed {
	color: #FF0000;
	text-align: right;
}
.InputFieldRightGreen {
	color: #00B700;
	text-align: right;
}

.InputFieldRightRed:focus {
	color: #FF0000;
	text-align: right;
}
.InputFieldRightGreen:focus {
	color: #00B700;
	text-align: right;
}
input12 {
	font-style: normal;
	font-size: 12px;
	color: #000000;
}

select12{
	font-style: normal;
	font-size: 12px;
	color: #000000;
	border: thin solid #989191;
}

input12:focus {
	background-color: #F7F5DC;
	font-style: normal;
	font-size: 12px;
	color: #0E0CE1;
	border: thin solid #4257D0;
}

select12:focus{
	background-color: #F7F5DC;
	font-style: normal;
	font-size: 12px;
	color: #0E0CE1;
	border: thin solid #4257D0;
}




.PageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0000CC;
	font-weight: bold;
}
.TableBG {
	background-color: #000088;
}

#Field_Time {
	text-align: right;
	width: 150px;
}
#Field_Miles {
	text-align: right;
	width: 150px;
}
#Field_Expense {
	text-align: right;
	width: 150px;
}
#Field_Fixed {
	text-align: right;
	width: 150px;
}
#MyTotal {
	color: #0101FF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	width: 60px;
}
#TheRate {
	text-align: right;
	width: 60px;
}

.ClaimMenuBG {
	background-image: url(../Menu/Claims/BG.png);
    background-repeat: repeat-x;
    background-position: center center;
}
tr td #textfield {
}
tr td #checkbox {
}
.Hints {
	color: #FF0004;
	font-size: medium;
}
