/*
                 Site:  www.visitrenotahoe.com
          Site Design:  Twelve Horses
                  URL:  http://web.twelvehorses.com
   Designer+Developer:  Tim Miley
	 

  -STAKEHOLDER FRONTEND PAGES
============================================================= */
@media screen {
#bestrates {
	text-indent: -9999px;
	float: right;
	width: 42px;
	position: relative;
	top: 5px;
	right: 0;
	margin: 0;
	}
#bestrates a {
	display: block;
	background: url('../images/bestrates.gif') bottom left;
	width: 42px;
	height: 36px;
	}
	
#map {
	width: 264px;
	height: 230px;
	}
#partner_map {
	margin-bottom: 10px;	
	}
	/*  -TABS
============================================================= */

#tabbed_content {
	margin: 10px 0 20px 0;
	width: 630px;
	}
#tabbed_content ul {
	margin: 0;
	padding: 0;	
	}

#tabs {
	clear: both;
	margin: 0;
	padding: 0;
	overflow: visible;	
	}

#tabs li {
	float: left;
	margin: 0;
	list-style: none;
	padding: 0 !important;
	background: none;
	}
#tabs li a, #tabs li a:visited{
	display: block;
	height: 28px;
	padding-top: 20px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	}	
#tabs li a:hover, .tab_on a {
	border-bottom: none !important;
	background-position: right !important;
	text-decoration: none;
	color: #494949 !important;
	}


#tab_button_1 a {
	background: url('../images/tab_first.jpg') bottom left;
	width: 153px;
	}
#tab_button_2 a, #tab_button_3 a, #tab_button_4 a, #tab_button_5 a, #tab_button_6 a {
	background: url('../images/tab_others.jpg') top left;
	width: 149px;
	}
	
	
#tab_1,#tab_2, #tab_3, #tab_4, #tab_5, #tab_6 {
	background: #fff url('../images/tab_lg_mid.jpg') repeat-x bottom left;
	margin: 10px 4px 0 4px;
	overflow: auto;
	}
	
#tab_mid {
	background: url('../images/tab_lg_bck.gif') repeat-y top left;
	width: 630px;
	clear: both;
	}	
#tab_bottom {
	background: url('../images/tab_lg_btm.gif') no-repeat left top;
	width: 630px;
	height: 19px;	
	}	
	
	
/*  -MEETING SPACES TABLE============================================================= */	
#meeting_spaces {
	clear: both;
	padding-top: 10px;
	}

#meeting_spaces table {
	border: 3px double #fff;
	margin-bottom: 10px;
	font-size: 11px;
	}
#theader, #theader td {
	background: #fff;
	text-align: center!important;
	}
#meeting_spaces td {
	text-align: right;	
	margin: 2px 0;
	}
#meeting_spaces tr {
border-bottom: 1px solid #fff;
}
.tr_row td{
	border-bottom: 1px solid #fff;
	}

/*  -CONTENT MAP BOX
============================================================= */

#whitebox {
	background: url('../images/white_box_base.gif') repeat-y top left;
	width: 304px;
	margin: 0;
	}	
#whitebox_t {
	background: url('../images/white_box_top.gif') no-repeat top left;
	width: 304px;
	height: 15px;
	}
#whitebox_m {
	background: url('../images/white_box_mid.jpg') repeat-x bottom left;
	width: 300px;
	margin: 0 2px;
	padding-bottom: 10px;
	position: relative;	
	}
#whitebox_b {
	background: url('../images/white_box_btm.gif') no-repeat bottom left;
	width: 304px;
	height: 13px;
	}	
#whitebox p, #whitebox img {
		margin: 0;
		}
#compass {
	background: url('../images/compass.png') no-repeat top left;
	width: 91px;
	height: 96px;
	position: absolute;
	top: -70px;
	right: 10px;
	z-index: 1000;
	}
	
	
#gallery {
	 float: right;
	 width:350px;
	 }
#gallery_thumb {
	margin: 0 auto;
	height: 85px;
	overflow: hidden;	
	}
#gallery_thumb img {
	float: left;
	margin: 3px 0px;	
	border: 3px solid #CCC;
	}	
#gallery_thumb img:hover {
	border: 3px solid #FFF;
	}
	
/*  -UPCOMING EVENTS
============================================================= */
	.event_title {
		font-size:17px!important;
		line-height:100%;
		width: 215px;		
		}

/*  SKI RESORT PROFILE - RUNS / TRAILMAPS
============================================================= */


.ski_table td {
	color: #39567E;
}

.ski_table td strong {
	font-size: 1.25em;
	color: #000;
}

.ski_table td.skitable_line {
	border-bottom: 1px solid #ccc;
}

#snow_report_table {
  border: 3px double #fff;
}

td.run_icon_beginner {
  background: url(/images/ski/icons/run_beginner.gif) no-repeat top left;
  padding: 2px 0 0 25px;
}

td.run_icon_intermediate {
  background: url(/images/ski/icons/run_intermediate.gif) no-repeat top left;
  padding: 2px 0 0 25px;
}

td.run_icon_advanced {
  background: url(/images/ski/icons/run_advanced.gif) no-repeat top left;
  padding: 2px 0 0 25px;
}

td.run_icon_expert {
  background: url(/images/ski/icons/run_expert.gif) no-repeat top left;
  padding: 2px 0 0 33px;
}


}

