header {
  background-color: #e9e9e9;
  width: 100% ;
  margin-left: auto ;
  margin-right: auto ;
}


body {
    background-color: #E3E6DF;
    width: 100%;
    }

h1  {
    color: #0b3341;
    font-family: Poppins, Helvetica,Arial, Sans-Serif;
    font-size: 14px;
    padding:0px;
    }

h3  {
    color: #0b3341;
    font-family: Poppins, Helvetica,Arial, Sans-Serif;
    font-size: 14px;
    padding:0px;
    }
w

.TrailsTable {
  background-color: #e9e9e9;
  width: 95% ;
  margin-left: -5px ;
  margin-right: auto ;

    padding:0px;

	box-shadow: 10px 10px 5px #888888;
	border:1px solid #ad832c;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.TrailsTable table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
//	height:800px;
	margin:0px;padding:0px;

.TrailsTable h1 {
  font-family: Poppins, Arial;
  font-weight: bold;
  color: #0b3341;
  font-size: 32px;

}
}.TrailsTable tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.TrailsTable table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.TrailsTable table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.TrailsTable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.TrailsTable tr:hover td{
	
}
.TrailsTable tr:nth-child(odd){ background-color:#e0e0e0; }
.TrailsTable tr:nth-child(even)    { background-color:#ffffff; }
.TrailsTable td{
	vertical-align:middle;
	
	
	border:1px solid #ad832c;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:0px;
	font-size:9px;
	
	font-family: Poppins, Arial;
	//font-weight:bold;
	color:#0b3341;
}.TrailsTable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.TrailsTable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.TrailsTable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.TrailsTable tr:first-child td{
		background:-o-linear-gradient(bottom, #b89730 5%, #b89730 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5fbf00), color-stop(1, #3f7f00) );
	background:-moz-linear-gradient( center top, #b89730 5%, #b89730 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b89730", endColorstr="#b89730");	background: -o-linear-gradient(top,#5fbf00,3f7f00);

	background-color:#b89730;
	border:0px solid #e9e9e9;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:12px;
	font-family:Poppins, Arial;
	font-weight:bold;
	color:#ffffff;
}
.TrailsTable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #b89730 5%, #b89730 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5fbf00), color-stop(1, #3f7f00) );
	background:-moz-linear-gradient( center top, #b89730 5%, #b89730 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b89730", endColorstr="#3f7f00");	background: -o-linear-gradient(top,#5fbf00,3f7f00);

	background-color:#b89730;
}
.TrailsTable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.TrailsTable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

table.trailconditions
{ 
  width: 95% ;
  margin-left: -5px ;
  margin-right: auto ;
background-color: #fafafa;
border: 1px #0b3341 solid;
border-collapse: collapse;
border-spacing: 0px;
box-shadow: 10px 10px 5px #888888;
 }


td.trailnoteslegend
{ background-color: #FFF700;
border: 1px #0b3341 solid;
font-family: Poppins, Verdana, sans-serif, Arial;
font-weight: bold;
text-align: center;
font-size: 14px;
color: #0b3341; 
}

td.trailweatherlegend
{ background-color: #99D6FF;
border: 1px #0b3341 solid;
font-family: Poppins, Verdana, sans-serif, Arial;
font-weight: 600;
text-align: center;
font-size: 14px;
color: #0b3341; 
}

td.trailnotes
{ border-bottom: 1px #6699CC dotted;
text-align: left;
font-family: Poppins, Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 9px;
color: #0b3341;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; }

#navlist li
{
display: inline;
list-style-type: none;
padding-left: 105px;

}

.allseason table { border-collapse: collapse; text-align: left; width: 100%; } 
.allseason {font: normal 12px/150% Poppins, Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #ad832c; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.allseason table td, .allseason table th { padding: 3px 10px; }
.allseason table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #75432C), color-stop(1, #7F5633) );background:-moz-linear-gradient( center top, #75432C 5%, #7F5633 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#75432C', endColorstr='#7F5633');background-color:#75432C; color:#FFFFFF; font-size: 11px; font-weight: bold; border-left: 1px solid #BF691E; } 
.allseason table thead th:first-child { border: none; }
.allseason table tbody td { color: #6B472B; border-left: 1px solid #D9CFB8;font-size: 15px;font-weight: normal; }
.allseason table tbody .alt td { background: #F0E5CC; color: #7F4614; }.allseason table tbody td:first-child { border-left: none; }
.allseason table tbody tr:last-child td { border-bottom: none; }.allseason table tfoot td div { border-top: 1px solid #B5712D;background: #F0E5CC;} 
.allseason table tfoot td { padding: 0; font-size: 12px } .allseason table tfoot td div{ padding: 2px; }
.allseason table tfoot td ul { margin: 0; padding:0; list-style: none; text-align: right; }
.allseason table tfoot  li { display: inline; }
.allseason table tfoot li a { text-decoration: none; display: inline-block;  padding: 2px 8px; margin: 1px;color: #FFFFFF;border: 1px solid #A65B1A;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A65B1A), color-stop(1, #7F4614) );background:-moz-linear-gradient( center top, #A65B1A 5%, #7F4614 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A65B1A', endColorstr='#7F4614');background-color:#A65B1A; }
.allseason table tfoot ul.active, .allseason table tfoot ul a:hover { text-decoration: none;border-color: #7F4614; color: #FFFFFF; background: none; background-color:#A65B1A;}div.dhtmlx_window_active, div.dhx_modal_cover_dv { position: fixed !important; }