/* 4X4Explore.com Forest Service Ranger District style sheet */

body {
 color: black;
 background-color: white;
}

p {
 font-size: small;
}

table {
 width: 650px;
 margin: auto;
 padding: 4px;
 font-size: small;
 border-collapse: collapse;
 border: 1px solid black;
}

td {
 font-size: small;
 border: 1px solid black;
}

th {
 font-size: small;
 background-color: silver;
 text-align: center;
 border: 1px solid black;
}

td.easy {
 color: black;
 background-color: lime;
 text-align: center;
}

td.mod {
 color: white;
 background-color: blue;
 text-align: center;
}

td.dif {
 color: white;
 background-color: black;
 text-align: center;
}

td.ext { 
 color: black;
 background-color: red;
 text-align: center;
}

td.rdnum {
 text-align: center;
}

td.miles {
 text-align: right;
}

td.closed {
 background-color: silver;
 text-align: right;
}

table#top {
 width: 650px;
 margin: auto;
 padding: 4px;
 border: 0px;
}

td#top {
 border: 0px;
}

table#notes {
 width: 650px;
 margin: auto;
 padding: 4px;
 font-size: small;
 border: 0px;
}

td#notes {
 font-size: small;
 border: 0px;
}
