
html
{
	background:#424141; 
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; 
	font-weight: 700; 
	font-weight:400; 
	margin:0; 
	padding:0; 
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
	background-image:url("dt_images/dt2020_bck_bw.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: auto;
}

body
{
	margin:0;
	padding:0;
}

#logo_div
{
	background-image: url("dt_images/2020Logo_200px.png");
	background-repeat: no-repeat;
	position: absolute;
	left: 50px;
	top: 50px;
	width: 300px;
	height: 300px;
	height: 300px;
}

#dt_header_div
{
	font-size: 48px;
	position: absolute;
	left: 325px;
	top: 80px;
	width: 480px;
	word-wrap: normal;
	color: white;
	font-weight:100;
	opacity: 0.5;
}

#dt_enter_lot_num_div
{
	font-size: 28px;
	position: absolute;
	left: 325px;
	top: 290px;
	color: white;
	font-weight: 300;
}

.dtLotNumTextEntry
{
	border:none;
	border-bottom: 1px solid white;
	font-size: 28px;
	background-color:rgba(0,0,0,0);
	color: white;
	font-weight: 300;
}

#dt_lot_results_div
{
	font-size: 28px;
	position: absolute;
	left: 300px;
	top: 320px;
	color: white;
	font-weight: 300;
	display: none;
}

.resultsLabel
{
	text-align: right;
	vertical-align: middle;
	font-weight: 600;
	font-size: 18px;
}

.lw-lot-value
{
	text-align: left;
	font-size: 28px;
	color: white;
	font-weight: 200;
}

.resultsTable
{
	margin:25px;
	background-color: rgba(0,0,0,0.5);
}

#dt_is_searching
{
	background-color: white;
	color: black;
	position: absolute;
	top: 350px;
	font-size: 32px;
	font-weight: 100;
	left: 325px;
	display: none;
}

#dt_not_found
{
	background-color: white;
	color: black;
	position: absolute;
	top: 350px;
	font-size: 32px;
	left: 325px;
	display: none;
}

.searchButton
{
	background-color: rgba(200, 96, 45, 1);
	font-size: 22px;
	color: white;
	text-align: center;
	border-radius: 0px;
	box-shadow: none;
	padding: 5px;
	display: inline-block;
}







