td, p, li, div {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

h1 {
	font-size: 18px;
	font-family: arial, helvetica, sans-serif;
	color: #00537d;
	white-space: nowrap;
}

h2 {
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	color: #00537d;
	margin-top: 24px;
}

h3 {
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	color: #00537d;
}

h4 {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #00537d;
}

/* the content div of a page (following header which is ~117 pixels tall) */
div.content {
	position: absolute;
	/*overflow: hidden;*/
	left: 10px;
	right: 10px;
	top: 125px;
	border: 0px none white;
	z-index: 0;
}

/* for various footnotes, etc. */
td.small, p.small {
	font-size: 11px;
}

td.smaller, p.smaller {
	font-size: 10px;
}


/* the MOTD in the header */
td.motd {
	font-weight: bold;
	font-style: italic;
	background: #FFFFFF;
	color: #000000;
	width: 100%;
}

/* the MOTD in the header for IE6 (DON't EVEN ASK!!!!) */
td.motdIE6 {
	font-weight: bold;
	font-style: italic;
	background: #FFFFFF;
	color: #000000;
}

/* --- link settings --- */

a:link, a:visited, a:active {
  	font-family: arial, helvetica, sans-serif; 
  	font-size: 12px;
	font-style: normal; 
	line-height: 16px;
	font-weight: normal; 
	color: #0000FF;
	text-decoration: none
}

a:hover {
  	font-family: arial, helvetica, sans-serif; 
  	font-size: 12px;
	font-style: normal; 
	line-height: 16px;
	font-weight: normal; 
	color: #00537D;
	text-decoration: underline
}

/* --- report title table settings --- */

table.reportTitle {
	border-collapse: collapse;
	border: none 0px;
}

/*NOTE the right padding keeps some space between the title and the date */
td.reportTitleDate {
	font-size: 10px;
	text-align: right;
	vertical-align: top;
	padding: 1px 1px 1px 10px;
	width: 100%;
}

/* --- report table settings --- */

/*NOTE width 100% keeps all the tables in the column the same width */
table.report {
	border-collapse: separate;
	border: solid 2px;
	border-color: #CCCCCC;
	width: 100%;
}

td.reportCaption {
	text-align: center;
	font-weight: bold;
	padding: 2px 2px 2px 5px;
	background-color: #00537D;
	color: #FFFFFF;
}

th.reportHeader, td.reportHeader {
	text-align: center;
	padding: 2px;
	background-color: #999999;
	color: #FFFFFF;
}

td.reportCell {
	font-size: 10px;
	text-align: center;
	border: solid 1px;
	border-color: #CCCCCC;
	padding: 2px;
	background-color: #FFFFFF;
	color: #000000;
}

a.reportCell:link, a.reportCell:visited, a.reportCell:active {
  	font-family: arial, helvetica, sans-serif; 
  	font-size: 10px;
	font-style: normal; 
	line-height: 14px;
	font-weight: normal; 
	color: #0000FF;
	text-decoration: none;
}

a.reportCell:hover {
  	font-family: arial, helvetica, sans-serif; 
  	font-size: 10px;
	font-style: normal; 
	line-height: 14px;
	font-weight: normal; 
	color: #00537D;
	text-decoration: underline;
}

td.cameraReportCell {
  font-size: 10px;
  text-align: center;
  vertical-align: top;
  border: solid 1px;
  border-color: #CCCCCC;
  padding: 5px;
  background-color: #FFFFFF;
  color: #000000;
}

/* --- legend table settings --- */

table.legend {
	border-collapse: separate;
	border: solid 2px;
	border-color: #00537D;
}

td.legendCaption {
	text-align: center;
	font-weight: bold; 
	padding: 2px 5px 2px 5px;
	background-color: #00537D;
	color: #FFFFFF;
}

td.legendHeader {
	font-size: 11px;
	text-align: center;
	font-weight: bold; 
	border: solid 1px;
	border-color: #00537D;
	padding: 2px;
	background-color: #FFFFFF;
	color: #000000;
}

td.legendCell {
	font-size: 10px;
	text-align: left;
	border: solid 1px;
	border-color: #00537D;
	padding: 1px 1px 1px 3px;
	background-color: #FFFFFF;
	color: #000000;
}

td.legendCellIcon {
	text-align: center;
	border: solid 1px;
	border-color: #00537D;
	padding: 1px 1px 1px 1px;
	background-color: #FFFFFF;
}

/* --- roads table settings --- */

td.roadsMyTravel {
	text-align: left;
	padding: 2px;
	margin: 1px;
	background-color: #CCCCCC;
}

td.roadsCorridor {
	text-align: left;
	padding: 2px;
	margin: 1px;
	background-color: #999999;
}

td.roadsState {
	text-align: left;
	padding: 2px 2px 2px 6px;
	margin: 1px;
	background-color: #CCCCCC;
}

td.roadsRoad {
	text-align: left;
	padding: 1px 1px 1px 8px;
	background-color: #FFFFFF;
}

td.roadsIlExpy {
	text-align: left;
	padding: 1px 1px 1px 16px;
	background-color: #FFFFFF;
}

a.roadsMedium:link, a.roadsMedium:visited, a.roadsMedium:active {
  	font-family: arial, helvetica, sans-serif; 
  	font-size: 11px;
	font-style: normal; 
	line-height: 14px;
	font-weight: bold; 
	color: #0000FF;
	text-decoration: none;
	white-space: nowrap
}

a.roadsMedium:hover {
  	font-family: arial, helvetica, sans-serif; 
  	font-size: 11px;
	font-style: normal; 
	line-height: 14px;
	font-weight: bold; 
	color: #00537D;
	text-decoration: underline;
	white-space: nowrap
}

a.roadsSmall:link, a.roadsSmall:visited, a.roadsSmall:active {
  	font-family: arial, helvetica, sans-serif; 
  	font-size: 10px;
	font-style: normal; 
	line-height: 14px;
	font-weight: normal; 
	color: #0000FF;
	text-decoration: none;
	white-space: nowrap
}

a.roadsSmall:hover {
  	font-family: arial, helvetica, sans-serif; 
  	font-size: 10px;
	font-style: normal; 
	line-height: 14px;
	font-weight: normal; 
	color: #00537D;
	text-decoration: underline;
	white-space: nowrap
}


/* --- glossary --- */

td.glossaryTerm {
  text-align: center;
  background: #CCCCCC;
}


/* --- admin table settings --- */

th.adminHeader, td.adminHeader {
	text-align: left;
	padding: 2px 4px;
	background-color: #999999;
	color: #FFFFFF;
}

th.adminNumericHeader, td.adminNumericHeader {
	text-align: right;
	padding: 2px 4px;
	background-color: #999999;
	color: #FFFFFF;
}

td.adminCell {
	font-size: 11px;
	text-align: left;
	border: solid 1px;
	border-color: #CCCCCC;
	padding: 2px 4px;
	background-color: #FFFFFF;
	color: #000000;
}

td.adminNumericCell {
	font-size: 11px;
	text-align: right;
	border: solid 1px;
	border-color: #CCCCCC;
	padding: 2px 4px;
	background-color: #FFFFFF;
	color: #000000;
}

td.adminTotalLabelCell {
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	border: solid 1px;
	border-color: #CCCCCC;
	padding: 2px 4px;
	background-color: #FFFFFF;
	color: #000000;
}

td.adminTotalCell {
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	border: solid 1px;
	border-color: #CCCCCC;
	padding: 2px 4px;
	background-color: #FFFFFF;
	color: #000000;
}

a.adminCell:link, a.adminCell:visited, a.adminCell:active {
  	font-family: arial, helvetica, sans-serif; 
  	font-size: 11px;
	font-style: normal; 
	line-height: 14px;
	font-weight: normal; 
	color: #0000FF;
	text-decoration: none;
	white-space: nowrap
}

a.adminCell:hover {
 	font-family: arial, helvetica, sans-serif; 
 	font-size: 11px;
	font-style: normal; 
	line-height: 14px;
	font-weight: normal; 
	color: #00537D;
	text-decoration: underline;
	white-space: nowrap
}

table.formTable {
	border: #00537D solid 1px;
	background-color: #EEEEEE;
}

td.formCaption {
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold; 
	color: #00537d;
	text-align: right;
}

td.formLabel {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold; 
	color: #00537d;
	text-align: right;
}

td.formLabelTop {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold; 
	color: #00537d;
	text-align: center;
}

/* --- Chicago Quick Traffic table settings --- */

td.cqtSegment {
	font-family: monospace;
	font-size: 12px;
	text-align: left;
	padding: 2px;
	color: #000000;
}

td.cqtTime {
	font-family: monospace;
	font-size: 12px;
	text-align: right;
	padding: 2px;
	color: #000000;
}

/* --- FAQ settings --- */

p.faq {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

/* --- form:errors --- */

div.errorBox {
	border: medium solid red;
	padding: 2px;
	margin-bottom: 10px;
}
