body {background-color:#FF9900;}
a {color: #0000FF; text-decoration:none}
a:active {color: #0000FF;}
a:link {color: #0000FF;}
a:hover {color:#0000FF; text-decoration:underline}
/* FFCC66 */
dt {font-weight:bold}

td.InquiryHeader {
	font-weight:bold;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width: 1px;
}

table.CustomerListTable {
	border-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-color: #444444;
}
table.CustomerListTable td {
	border-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #444444;
}
table.CustomerListTable th {
	border-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #444444;
}

table.RepairsSubcontentTable {
	font-size: 13px;
	border-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-color: #444444;
}
table.RepairsSubcontentTable th {
	border-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #444444;
}
table.RepairsSubcontentTable td {
	border-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #444444;
}

th.RepairsSubcontentTableLeftLabel {
	text-align: left;
}

table.AdminTable th {
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

table.AdminTable td {
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

td.CustomerNameData {

}

td.CustomerTypeData {
	text-align: center;
}