.greenHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #006600;
	border: 0 none;
}
.darkBlueHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000080;
	border: 0 none;
}
.HeaderBackground {
	background-color: #FFFF00;
	border: 0 none;
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	border: 0 none;
	left: auto;
	top: auto;
}
.workTypeFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: #808080;
	border: 0 none;
}

.contCloseHeadWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	border: 0 none;
}
.contCloseHeadingBG {
	background-color: #FF0000;
	border: 0 none;
}

.reportheader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #FFFFFF;
    font-weight: bold;

}
.main {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

table.closuretable {
	width:750px;
	margin:auto;
	border:1px solid black;
	border-collapse:collapse;
}

table.altrowpairs body tr:nth-child(4n+1),
table.altrowpairs body tr:nth-child(4n+2) {
	background-color: white;
}

table.altrowpairs tbody tr:nth-child(4n+3),
table.altrowpairs tbody tr:nth-child(4n+4) {
	background-color: #C0C0C0;
}

table.altrowpairs tr {
	text-align: left;
	vertical-align: top;
}

table.rtable {
    border: 1px solid black;
    border-collapse: separate;
    border-spacing: 0;
}

.rtable thead tr {
    vertical-align: bottom;
}

.rtable thead th {
    background-color: #666666;
    border: 1px inset grey;
    padding: 5px;
}

.rtable tbody tr.unapproved {
    background-color: lightblue;
}

.rtable tbody tr.approved {
    background-color: white;
}

.rtable tbody td {
    border: 1px solid black;
    padding: 5px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

table.routeCountyMatrix {
	border: 1px solid black;
	border-collapse: collapse;
}

table.routeCountyMatrix td {
	border: 1px solid black;
	padding: 5px;
}

p.error {
	border: 2px solid red;
	background-color: #FFE0E0;
}