/* stylesheet for Route Plans - separate sheet for printed routes */
a {
	color: #8A2BE2;
	text-decoration: none;
	font-weight: bold;

}
a:hover{
	color: red;
}

.back, .back A, .back A:visited{
   font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11pt;
   font-weight: bold;
   color: Red;
}
.back A:hover{
	color: #8A2BE2;
}

.plan {
	font-size: 10pt;
	background-color : #F5F5DC;
	border-collapse : collapse;
	font-weight : lighter;
	font-family : sans-serif;
	border : medium solid #CD853F;
}

.planprint {
	font-size: 10pt;
	background-color : #F5F5DC;
	border-collapse : collapse;
	font-weight : lighter;
	font-family : sans-serif;
}

.background {
	background-color: #DAC476;
}

.intro {
	font-family : Nadianne;
	font-size : 11pt;
	line-height : 15pt;
	background-color: #DAC476;
	padding-top : 10pt;
	padding-bottom : 10pt;
	color : #B22222;
	font-weight : bold;
	padding-right : 20pt;
}

.route, .routered {
	font-size: 10pt;
	font-family: Verdana;
	border : 1px solid ;
	border-color : #FFDEAD;
	padding-left : 2pt;
	padding-bottom: 3pt;
	padding-top: 3pt;
	text-align: left;
}

.routered {
	color: red;
}

.routeprint {
	font-family: Verdana;
	border : 1px solid ;
	border-collapse : collapse;
	border-width : thin;
	border-color : #555555;
	padding-bottom : 5pt;
	padding-left : 5pt;
}

.day, .day1 {
	border : none;
	font-family : "Comic Sans MS";
	font-size : 18pt;
	font-style: italic;
	padding-top : 25pt;
	padding-left: 10pt;
	padding-bottom: 5pt;
}

.day1 {
	padding-top : 0pt;
}

.totals {
	font-size: 10pt;
font-family: Verdana;
	height : 40px;
	font-style : italic;
}

table {
		font-size: 10pt;

}


.breaks, .pagebreak {
	font-style : italic;
	font-weight : bold;
	font-size : 11pt;
	padding-bottom : 5pt;
	padding-top : 5pt;
}

.pagebreak {
	page-break-after : always;
}

.canals {
	font-style : italic;
	font-size : 10pt;
	padding-top : 3pt;
	padding-bottom : 3pt;
	font-weight : bold;
}

.title {
	visibility : hidden;
}
.routetext {
	font-family : Verdana;
	font-size : 10pt;
	line-height : 14pt;
	padding-top : 5pt;
	color :  #633100;
}
.routes{
	font-family : verdana;
	font-size : 10pt;
	color : #9C3100;
	font-weight : bold;
	text-decoration : none;


}
.routes2{
	font-size: 8pt;
	text-align: right;
}
.routes A{
	color : #9C3100;
	text-decoration: none;
	
	
}

.routes A:hover{
color: #CC0000;
}

.routehead {
	font-family : "Lucida Sans";
	font-size : 24pt;
	font-weight : bold;
	line-height : 55pt;
	text-align : center;
	color : #313100;
}
.navbrown A{
	background-color : #DEB887;
	border-left-color : #CD853F;
	border-left-style : double;
	border-left-width : thin;
	border-right-color : #CD853F;
	border-right-style : double;
	border-right-width : thin;
	color : Maroon;
	font-family : Comic Sans MS;
	font-size : 7pt;
	padding-left : 2pt;
	padding-right : 2pt;
	text-decoration : none;
	width : 100%;
}

.navbrown A:HOVER{
	color : Green;
}
#weekend, #midweek, #oneweek, #twoweeks{
	
position:absolute; 
width:330px; 
height:180px;
 z-index:1; 
 left: 50%;
 margin-left: 110px; 
 top: 230px; 
 background-color: #CCB668; 
 border: 1px none #000000; 
 visibility: visible;
 }
