/* MAIN NAV for resort guide */
a.nav:link, a.nav:visited, a.nav:active {
	width: 175px;
	display:block;
	font-family: verdana,sans-serif;
	font-size: 11px;
	color: #4e4e4e;
	line-height: 1.4;
  font-weight: normal;
  text-decoration: none;
	text-indent: 21px;
	background-image: ;
	background-color: #EDF3F5;
	}
a.nav:hover {
  background-image: url('http://dev1.mediaodyssey.com/images/navbg.gif');
	}

/* MAIN CELL WITH CONTENT for resort guide */
td.content  { 
	margin: 0px;
	font-family: verdana,sans-serif;
  font-size: 11px;
  line-height: 1.33;
  color: #4e4e4e;
	background-color:#ffffff; 
	padding-left:16px;
	padding-right:16px;
	padding-top:15px;
	padding-bottom:16px;
	}

/* Events On MAP Pages */ 
tr.event {
  background-color: #D2E0E5;
	padding: 10px 0px;
  }
tr.eventover {
  background-color: #EDF3F5;
  padding: 10px 0px;
	cursor: pointer;
  }

.eventtitle {
	font-family: verdana,sans-serif;
	font-size: 11px;
	color: #4E4E4E;
	line-height: 1.4;
  font-weight: normal;
  text-decoration: none;	}
.event {
	font-family: verdana,sans-serif;
	font-size: 9px;
	color: #5C686D;
	line-height: 1.4;
  font-weight: normal;
  text-decoration: none;
	}
td.eventcell {
	padding: 6px 6px;
	}

/* (Are page titles specific to the resort guide?) */
.pgtitles {
  display: block;
	color: #E66E00;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 16px;
  }
.pgtitle1 {
  display: block;
  text-align: center;
  padding-top: 8px;
	font-size: 17px;
  font-weight: bold;
  color: #E66E00;
  }
.pgtitle2 {
  display: block;
  text-align: center;
  padding-bottom: 16px;
	font-size: 14px;
  font-weight: bold;
  color: #4e4e4e;
  }
.eventtitle {
	font-size: 15px;
  font-weight: bold;
  color: #3D5762;
  padding-bottom: 16px;
  }
.small {
	font-size: 9px;
  font-weight: bold;
  color: #4e4e4e;
  }


/* Resort stats and A-Z headers */
.statsheader {
  font: bold 13px verdana,sans-serif;
  color: #4e4e4e;
  padding-top: 100px;
  }

/* Photo caption and photo credit lines */
.phcaption, .phcredit {
  font-size: 10px;
  color: #909090;
  }
