@import url(/canHimEx/footer.css);
@import url(/canHimEx/print.css);


BODY {
	background-color: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
}

P{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
	background-color: transparent;

 } 
 
TD{
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;

}

TD P { 	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	/*line-height : 130%;*/
	letter-spacing : 0;
 } 

 TABLE{
	border: none;
}

 
/* Page titles */
H1 {
	font-size : 28px;
	margin-top: 15px;

}

H1 SPAN.subtitle{
	font-size: 18px;
	color: #666666;
}


/* Sub-Headings */
H2 {
	font-family : "Times New Roman", Times, serif;
	border : solid;
	font-size : 20px;
	margin-bottom: 3px;
	padding-left : 0px;
	padding-right : 0px;
	border-width: 0px 0px 2px 0px;
	border-color: #336633;
}

/* Trip names on region pages */
H3 {
	font-family : "Times New Roman", Times, serif;
	border : solid;
	font-size : 18px;
	width: auto;
	margin-top : 0px;
	margin-bottom: 0px;
	padding-left : 0px;
	padding-right : 0px;
	border-width: 0px 0px 2px 0px;
	border-color: #336633;
}

H3 span.subtitle{
	font-size: 12px;
	color : #666666;
}

/* used for intineraries */
H5{
	color: #000000;
	margin : 5px 0 3px 0px;;
	padding : 0 0 0 0;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.09em;
}
h5 strong, h5 em.altitude{
	text-transform: none;
	font-size: 12px;
}

STRONG {  
	font-weight: bold; 
	color: #336633;
}

select, form {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top: 0px;
}

/* # # # # # # # # # # # # # # # */
/* LINKS and such							 */
/* # # # # # # # # # # # # # # # */
/* no underline on named anchors */
a{
	text-decoration : none;
	background-color: transparent;
}
a:link {  
	color: #336633;
	background-color: transparent;
	text-decoration: underline;
}

a:visited { 
	color: #336600;
	text-decoration: underline;
}

a:hover{ 
	color: #33CC00;
	text-decoration: none;
}

A.light:LINK {
	text-decoration: none;
	color : #FFFFFF;
}

A.light:HOVER {
	text-decoration: none;
	color : #FFFF66;
}

A.light:VISITED {
	text-decoration: none;
	color : #FFFFCC;
}

/* # # # # # # # # # # # # # # # */
/* # #  CLASSES etc.						 */
/* # # # # # # # # # # # # # # # */

/* Trip Specs. */
tr.specs td {
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-top: 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #DDDDDD;
	border-style : none none solid none;
	vertical-align : top;
}

td.NSspecs{
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top:0px;
	/* margin-left: 10px; */
	padding-top: 0px;
	vertical-align : top;	
}


/*  Trip Dates */
TABLE.dateTable {
	background-color : #999999;
	margin : 5px 0 5px 5px; /* top, right, bottom, left */
}

TH { 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: White;
	text-align : left;
	font-weight : bold;
}

TD.dateCell{
	padding: 2px 4px 2px 4px;
	margin: 0px 0px 0px 0px;
	background-color: #CCCCCC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	vertical-align : top;
}

TD.tripshort{
	vertical-align: top;
	/*width: 553px; # explorer gets upset if CSS and table width differ. (exclude this rule)
	 background-color: white;
	background-color: transparent; */
	/* background-image:url(images/gridWhite40x40.gif); */
}

TD.greencol{
	background-color: #336633;
	/*background-image:url(images/gridWhite40x40.gif); */
}

/* top text block on trip pages*/
.story{
	font-family : "Times New Roman", Times, serif;
	/* margin-left:10px; */
	letter-spacing : 0.03em;
	font-style : italic;
}
.story p, p.story{
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	line-height: 18px;
}
.story h3{
	color: #666666;	
	font-weight: bold;
	border: none;
}

em.altitude{
	color : #336600;
	background-color: transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* font-size : smaller; */
}

/* generic box */
div.box{
	border: solid 1px #999;
	padding: 5px;
}

div.important{
	border: 1px solid gray;
	padding: 5px 5px 5px 60px;
	margin: 6px 5px 6px 0px;
	background-color: #FFFFFF;
	/*background-image: url(development/important.gif);
	background-repeat: no-repeat;*/
}

div.important p{
	margin-top:3px;
	margin-bottom: 3px;
	font-family : "Times New Roman", Times, serif;
	font-size: 13px;
}

div.important strong{
	font-family : Arial, Helvetica, sans-serif; 
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.09em;
	color: red;
	background-color: transparent;
}
div.note{
	/*padding: 5px 5px 5px 60px;*/
	margin: 6px 5px 6px 0px;
	border: solid 2px #DFF2DF;
	border-bottom-color: #fff;
	border-bottom-width: 1px;/**/
 	background-color: #F6FBF6;
	background-image: url('/canHimEx/development/note_large_outline_br_border.gif');
	background-repeat: no-repeat;
	/*
		background-position: -11px -10px;
	*/
	 position: relative;
	 background-position: right bottom;
	 padding: 0px 10px 10px 10px;
}
.note .box {
	border-color: #eee;
	border-width: 2px;
	background-color: #EBF7EB;/**/
}
div.note p{
	margin-top:6px;
	margin-bottom: 3px;
	font-family : "Times New Roman", Times, serif;
	font-size: 13px;
}
.note h4 {
/*	display: inline;
	line-height: 0px;*/
	margin-top: 0px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 10px;
	color: #363 !important;
	background-color: #DFF2DF;
	text-transform: none;
	padding: .25em;
}
.note h5{
	color: #363 !important;
margin-top: 10px;
}

.note strong{
	font-family : Arial, Helvetica, sans-serif; 
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.09em;
}

div.textLinks { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 80%; 
	color: #FFFFFF;
	margin-bottom: 10px;
}

div.greenBox {
	width: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border : thin dashed Green;
}

.greenBox p {
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.greenBox h5{
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.onWhite {
	color : #339900;
	text-decoration : none;
}

.indented { 
	margin-top: 2px; 
	margin-right: 2px; 
	margin-bottom: 2px; 
	margin-left: 7px; 
	padding-top: 2px; 
	padding-right: 2px; 
	padding-bottom: 2px; 
	padding-left: 2px
}

/* used for the 1-6 levels of difficulty (usually inside an H3 tag) */
.grade { 
	/* font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; */
}
h3 .grade {
	color: #336633;
	font-size:14px;
}

.topLink {
	font-size : 9px;
	font-family : monospace;
	margin-top:0px;
	padding-top: 0px;
}

ul{
	margin:3px 0px 0px 20px;
	padding : 0px 0px 0px 0px;
	list-style : square outside;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	letter-spacing : 0;
}

/*  used to highlight only */
.strongRed {  
	font-size: large; 
	font-weight: bold; 
	color: #FF0000;
}

.caps {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.09em;
}

/* IDs  */

#tripDates {
	font-style : italic;
}

/* Lists and things */
div.#stats4all {
	display: none;
}
div#stats4all {
	display: none;
}
.thumbnail {
	border: 3px solid #99CC99;
}
.clear-both {
	clear: both;
}


/* 
colours
very light green #F6FBF6
light green #99CC99
dark greem #336633
*/
.special{
	border: solid 3px #99CC99;
	padding: 5px;
	margin-top: 5px;
	font-weight: bold;
	background-color: #F6FBF6;
}
div.special p, div.special{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
div.special p{
	margin: 0;
}
.special img{
	border: none;
}
.special.oneline{
	background: url("/canHimEx/images/slate_reel.png") #F6FBF6 no-repeat left center;
	padding: 15px 5px 15px 60px;
	border: solid 3px #99CC99;
}
.special.nopicture{
	margin: 4px; 
	float: right; 
	width: 180px;
}
