/* body styling copied from target page */
body { 
	/* background:#5b4c45 url(/images/fhwa2/bg/bg_body.png) left top repeat-x !important; */
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px; 
	/* text-align:center; */
}
h2.mainHeading {
    color: #00245b !important; 
}

/* filter table styling 
table.filter { border-collapse: collapse; border-color:#a3a3a3; }
#filter th, #filter td { padding: 5px; }
#filter thead th {
	color: #fff; 
	background-color:#00245b; 
	font-size: 16px;
	border-bottom: 2px solid #999; 
	vertical-align: bottom; 
	text-align: center; 
}

#filter tr { background-color:#ffffff; }
#filter tr.striped { background-color:#eaede1; }*/

/* quick selections */
.filter-table {
    margin-left: 2em;
}

.filter-table .quick {
    margin-left: 0.5em;
    font-size: 0.8em;
    text-decoration: none;
}

.filter-table .quick:hover {
	text-decoration: underline; 
}
/*2018 New Table styles - Pine/Mint Green Table Header Row Background Color - style from EDC */
.table2018 {
	border: 1px solid #A3A3A3;
	background-color: #ffffff;
	border-collapse: collapse;
	margin-bottom: 20px;
	padding: 5px;
}

.table2018 thead {
	background-color:#1b336a;
	color:#FFF;
	text-align:center;
}

.table2018 td {
	border-right: 1px solid #A3A3A3;
	border-left: 1px solid #A3A3A3;
	padding: 5px;
}
.table2018 th {
	padding: 5px;
}
.table2018 tr:nth-child(even) {
   background-color: #eaede1;
}
.table2018 tr {
   vertical-align: top;
}