
body {
	margin: 0px;
	font-family: "Times New Roman", Times, serif ;
	font-size: 12pt ;
	background-color: #FBF8EE;
}


/* Mapping Divs */
div#selectAddress {
	border: solid 1px black ;
	display: none ;
	position: absolute ;
	top: 150 ;
	left: 150 ;
	background-color: white;
}

div#selectedAddresses {
	border: solid 1px black ;
	min-height: 50px;
}

div#directions {
	width: 400px ;
}

div#directions tr.even{
	
}

div#directions tr.odd{
	background-color: #DDDDFF;
}

div#directions tr.header{
	background-color: #BBBBFF;
}

div#directions table {
	width:  400px;
	border-top: 1px solid gray ;
	border-right: 1px solid gray ;
}

div#directions td{
	border-left: 1px solid gray ;
	border-bottom: 1px solid gray ;
}

table.selectedLocation {
	width: 400px;	
}

/* Table Formatting */
td.locationHeader {
	padding-top: 5px ;
	width: 400px;
	height: 50px;
}

td {
	vertical-align: top ;
}

/* Form Formatting */
table.formTable {
	padding-top: 16px ;
	width: 550px;
}

td.labelCol {
	width: 55px ; 
	font-weight: bold;
}

td.inputCol {
	width: 220px;
	padding-top: 1px;
	padding-bottom: 1px;
}