﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	/*border: 0;*/
	/*outline: 0;*/
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align:top;
}
body {
	font-family:Verdana;
	color:#333;
}


#container {
}


#header {
	padding:7px 5% 7px 5%;
	font-size:1.7em;
	text-transform:lowercase;
	background:#ffd800;
	color:#000;	
}
	#header a {
		color:black;
		text-decoration:none;
	}
#innerheader {
	max-width:1000px;
	margin:0 auto;
}

#pgTitle {
	font-weight:bold;
	font-size:1.5em;
	margin:0 auto;
	margin-top:1em;
	margin-bottom:1em;
	text-transform:capitalize;
	max-width:1000px;
}
	
#subTitle {
	font-size:1.2em;
	margin:.5em 0 1em 0;
	text-transform:capitalize;
	border-bottom:1px #000 solid;
	max-width:40%;
	padding-bottom:1px;
}
#content {
	padding:1em 5% 7px 5%;
	min-height:50em;
	font-size:0.9em;
	max-width:1000px;
	margin:0 auto;
}
	#content a {
		color:#b72b2a
	}
.small {
	font-size:0.8em;
}

.GridHeader{
    font-weight: bold;
}
.GridFooter{
    font-weight: bold;
}

.hidden{
    display: none;
}

	
#footer {
	padding:3em 5% 7px 5%;
	font-size:0.7em;
	text-align:left;
	color:#aaa;
	max-width:1000px;
	margin:0 auto;
}

.link-button{
    padding: 5px;
    border: 1px solid #b72b2a;
    text-decoration: none;
}

.transportation-table{
    width: 100%;
}
.transportation-table th {
    font-weight: bold;
    vertical-align: middle;
}
.transportation-table th, td {
    padding: 5px 4px;
}

.transportation-table tfoot input,
.transportation-table tfoot select {
    width: 100%;
}

.transportation-table tfoot td {
    padding: 5px 6px;
}

.number-cell{
    max-width: 80px;
}

.right-align{
    text-align: right;
}
.bold {
    font-weight: bold;
}
.header {
    cursor: pointer;
}
.headerSortDown:after {
    content: " ▾";
    font-family: Arial, sans-serif;
}
.headerSortUp:after {
    content: " ▴";
    font-family: Arial, sans-serif;
}
.search-table td:first-child {
    font-weight: bold;
}
.results-table th {
    font-weight: bold;
    padding: 5px 6px;
}
.results-table td:nth-child(5) {
    width: 65px;
}
.search-table input[type="text"], 
.search-table select {
    width: 170px;
}

.review-table {
    border-collapse: collapse;
    margin-top: 2em;
    width: 100%
}
.review-table textarea{
    width: 98%;
}
.review-table,
.review-table td {
    border: solid 1px #c1c1c1;
}

.card:not(:last-child) {
    margin-bottom: 4em;
}