a:link {
    color: #0000FF;
    text-decoration: underline;
}
a:visited {
    color: #0066FF;
    text-decoration: underline;
}
a:hover {
    color: #FF0000;
    text-decoration: underline;
}
a:active {
    color: #0000FF;
    text-decoration: underline;
}
p {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
}
h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #000000;
}
h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #000000;
}
h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
}
h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #000000;
}
h5 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #000000;
}
h6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #000000;
}
hr.black {
    border-top: 1px solid #000000;
}
table.fix {
    border-collapse: separate;
}
#wrapper {
    width: 756px;
    height: auto;
    position: relative;
    text-align: center;
    margin: auto auto;
    margin-bottom: 5px;
}
#menu_wrapper {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    padding-bottom: 10px;
}
/* FOR COLUMN 1 */
#description {
    height: 510px;
    background-color: #EEEEEE;
    overflow: auto;
    padding: 0px 15px 15px 15px;
}
#description_2line {
    height: 483px;
    background-color: #EEEEEE;
    overflow: auto;
    padding: 0px 15px 15px 15px;
}

/* FOR COLUMN 2 */
#myContainer {
    position: relative;
    width: 100%;
    height: 645px;
    background-color: #EEEEEE;
	margin-top:10px;
}
#summary {
    width: 510px;
    margin: auto;
    background-color: #EEEEEE;
}
#footer {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
}
#footer_print {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
	margin: auto;
	display: none;
}
.image_container {
  width: 432px;
  height: auto;
  position: relative;
  text-align: left;
  margin: auto auto;
}
.inline_image_container {
  max-width: 432px;
  height: auto;
  position: relative;
  display: block;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
#map_print, .map_print, .map_page {
	display: none;
}
.info_icon {
	display: inline;
}
.image_menu_link {
	display: inline;
}
.nb_link {
      margin: 0px 3px;
}
.tour_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-align: left;
    position: relative;
    margin-top: 10px;
    margin-bottom: 1px;
}
.set_margin_col1 {
    margin-top: 10px;
}
.set_margin_col2 {
    margin-top: 6px;
}
.section_title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-align: left;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
.return {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.caption_image {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normmal;
  color: #000000;
  padding-top: 5px;
  padding-bottom: 10px;
}
.inline_caption_image {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normmal;
  color: #000000;
  width:400px;
  padding-top: 0px;
  padding-bottom: 10px;
}

/*CLASSES FOR SUMMARY TABLE*/
table.table-bordered {
    border: 1px solid black;
    margin-top: 20px;
}
table.table-bordered > thead > tr > th {
    border: 1px solid black;
}
table.table-bordered > tbody > tr > td {
    border: 1px solid black;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}
.summary_left_col {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 130px;
}
.summary_right_col {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 380px;
}
/*CLASSES FOR TOUR SUMMARY*/
.des_section {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
}
.des_alt_section {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
}
.des_alternate {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
	margin-left:60px;
	margin-right: 60px;
}
.des_left {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.des_right {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.des_paragraph {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.des_numbers {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    padding: 0;
}
.des_route_segment {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
.des_mileage_elevation {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: bold;
    color: #0000FF;
}
.des_points {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
    color: #0000FF;
}
.waypoints_title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
}
.waypoints_entry {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    vertical-align: top;
}

@media (max-width: 1200px) {
    #description {
        height: 510px;
        background-color: #EEEEEE;
        overflow: auto;
        padding: 0px 15px 15px 15px;
    }
    #description_2line {
        height: 483px;
        background-color: #EEEEEE;
        overflow: auto;
        padding: 0px 15px 15px 15px;
    }	
    #myContainer {
        position: relative;
        width: 100%;
        height: 635px;
        background-color: #EEEEEE;
    }
	.tour_title {
    font-family: Arial, Helvetica, sans-serif;
	font-stretch: condensed;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-align: left;
    position: relative;
    margin-top: 10px;
    margin-bottom: 1px;
}
}	

@media (max-width: 992px) {
    #description {
        height: 25vh;
        background-color: #EEEEEE;
        overflow: auto;
        padding: 0px 15px 15px 15px;
    }
    #myContainer {
        position: relative;
        width: 100%;
        height: 45vh;
        background-color: #EEEEEE;
    }
    #inline_image_container {
        display:none;
    }
}

@media (max-width: 768px) {
    #description {
        height: 25vh;
        background-color: #EEEEEE;
        overflow: auto;
        padding: 0px 15px 15px 15px;
    }
    #myContainer {
        position: relative;
        width: 100%;
        height: 45vh;
        background-color: #EEEEEE;
    }
    #inline_image_container {
        display:none;
    }
}

@media (max-width: 576px) {
    #description {
        height: 25vh;
        background-color: #EEEEEE;
        overflow: auto;
        padding: 0px 15px 15px 15px;
    }
    #myContainer {
        position: relative;
        width: 100%;
        height: 45vh;
        background-color: #EEEEEE;
    }
    #inline_image_container {
        display:none;
    }
}


@media print {
  .container {
    width: auto;
  }
  #description {
  	height: auto;
    background-color: #FFFFFF;
    overflow: none;
    padding: 0px 0px 0px 0px;
	}
	#myContainer {
		display: none;
	}
	#map_print, .map_print, .map_page {
		display: block;
    page-break-before: always;
	}
	.info_icon {
		display: none;
	}
	.inline_image_container {
		display: none;
	}
	#menu_wrapper {
		display:none;
	}
	#footer {
		display: none;
	}	
	#footer_print {
		display: block;
	}
	.des_paragraph {
		font-size: 9pt;
	}
	.summary_left_col {
		font-size: 8pt;
	}
	.summary_right_col {
		font-size: 9pt;
	}	
	a[href]:after {
      display: none;
      visibility: hidden;
    }
}
