/*Page layout code*/
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(images/mbt_backgnd_tiler.gif);
	background-repeat: repeat;
}

#centeringBox {
	width: 819px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(images/mbt_shadow.jpg);
	background-repeat: repeat-y;
}

#contentHolder {
	width: 776px;
	margin-left: 18px;
	background-image: url(images/mbt_inside_tiler.jpg);
	background-repeat: repeat-y;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}



#top {
	margin-bottom: 0px;
	}
	
#bottom {
	background-image:url(images/mbt_bottom_shadow.jpg);
	background-repeat:no-repeat;
	position: relative;
	height: 15px;
	width: 819px;
	top: 0px;
	background-position: top;
	}
	
#column1 {
	position: relative;
	top: -10px;
	float:left;
	margin-right: 3px;
	margin-left: 25px;
	width: 420px;
} 

#column2 {
	width: 233px;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	top: -20px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	font-size: 80%;
	font-weight: normal;
	color: #003366;
	left: -20px;
}

#columnWide {
	position: relative;
	top: -10px;
	float:left;
	width: 645px;
	left: 65px;
}

#columnCalendar {
	position: relative;
	top: 0px;
	width: 100%;
}



/*************** Text formatting code *********************/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 130%;
	}
	

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: normal;
	color: #CC3300;
	margin-bottom: -12px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: normal;
	color: #CC3300;
	margin-bottom: -12px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
	color: #CC3300;
	margin-bottom: -12px;
}


table {
	font-family: Arial, Helvetica, sans-serif;
}

.tableSubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color:#666699;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666699;
}

.tablep {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color:#373753;
}
.border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666699;
}
.newsArea {
	background-color: #FFFFFF;
	height: 20%;
	margin-bottom: 30px;
	width: 221px;
	border: 1px solid #666699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	padding: 5px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333333;
	margin-top: 10px;
}

a:link, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#666699;
	text-decoration:underline;
	}
	
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #CC3300;
	text-decoration: none;
	}
	
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#7570D8;
	text-decoration:none;
	}

h2 a:link, h2 a:visited {
	color: #CC3300;
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;
}

h2 a:hover {
	color:#7570D8;
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;
	}
	
h2 a:active {
	color: #CC3300;
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;
	}
.formSubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #CC6633;
	width: 96%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
	margin-top: 10px;
	margin-bottom: 5px;
}
form {
	z-index: 1;
}

/*-------------------------/
/----APPLICATION-STYLES----/
/-------------------------*/

div#application {
  margin-top: 20px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;  
}

#application select, #application input {
  font-size: 12px;
}

#application textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#application fieldset {
  width: 103%;
  margin-bottom: 10px;
  font-size: 12px;
}

#application p {
  font-size: 12px;
}

#application fieldset legend {
  font-size: 14px;
}

table.participant-info th {
  text-align: left;
  font-weight: normal;
}

select.dates optgroup option {
  font-family: "Courier New";
}
select.dates {
  margin-bottom: 5px;
  clear: both;
  font-size: 12px;
}

div.tooltip{
  padding: 5px;
  margin: 5px;
  background-color: #F0F0F0;
  font-size: 12px;
  width: 160px;
  border: 1px solid #CCC;
}

span.tooltip {
  border-bottom: 1px dotted red;
  color: #CC3300;
  cursor:help;
}

.dayhike {
  color: #CC3300;
  font-weight: bold;
}

table.participant-dates {
  width: 100%;
}

table.participant-dates small {
  font-size: 9px;
}

table.participant-dates tr th {
  font-weight: normal;
  vertical-align: middle;
  background-color: #ededed;
  margin: 0;
  padding: 2px;
}

table.participant-dates tr td {
  padding: 2px;
  border-bottom: 1px solid #dedede;
}

table.application-summary {
  width: 106%;
}

table.application-summary tr th {
  font-weight: normal;
  vertical-align: middle;
  background-color: #ededed;
  margin: 0;
  padding: 2px;
  text-align: left;
  font-size: 13px;
}

table.application-summary tr th.date {
  font-size: 12px;
  width: 80px;
}

table.application-summary tr td {
  padding: 2px;
  border-bottom: 1px solid #dedede;
  font-size: 12px;
}

table.application-summary small {
  font-size: 10px;
}

table.contact-info tr th {
  font-weight: normal;
  text-align: left;
}

table.payment-info tr th {
  font-weight: normal;
  text-align: left;
}

tr.totals td {
  border-bottom: none;
}

tr.grand-total td {
  font-weight: bold;
}

