

.mboxDefault { visibility:hidden; }

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:10px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
margin:0;
position:relative;
left:0px; top:0px;
padding: 0;

min-height: 40px;
height:auto;
_height: 43px;

border-bottom: 1px solid #d7d7d7; /* bottom line for tabs */
 
}

ul.tabbernav li
{

 list-style: none;
 margin:0 ;
 display:inline;
 border:0px solid red; /* border 0 for no spaces */

}

ul.tabbernav li a
{
 position:relative;

left:0px; top:15px; /* ie6 */
left:0px; *top:12px; /* ie7 ff2 */
left:0px; -top:15px; /* ff3 */
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius:5px;
 padding: 10px;
 border:1px solid #d7d7d7;
 text-decoration: none;
 background-image:url(http://media.intrawest.com/whistler/images/tabber/tabber_inactive_bg.jpg);
 background-repeat:repeat;
 font-family : "trebuchet ms", arial, verdana, sans-serif;
/*  font-weight:bold;
  font-size:14px; */
}



ul.tabbernav li a, x:-moz-any-link {
 position:relative;

left:0px; top:12px; /* ie7 ff2 */

 padding: 10px;
 border:1px solid #d7d7d7;
 text-decoration: none;
 background-image:url(http://media.intrawest.com/whistler/images/tabber/tabber_inactive_bg.jpg);
 background-repeat:repeat;
 font-family : "trebuchet ms", arial, verdana, sans-serif;
/*  font-weight:bold;
  font-size:14px; */


} /* FireFox 2 */



ul.tabbernav li a:link { color: #323232;
font-size: 14px;
}

ul.tabbernav li a:hover
{
 color: #cc3333;
 text-decoration:none;

}

ul.tabbernav li.tabberactive a
{
border-top:1px solid #d7d7d7;
border-left:1px solid #d7d7d7;
border-right:1px solid #d7d7d7; 
border-bottom:1px solid #fff;
background-image:url(http://media.intrawest.com/whistler/images/tabber/tabber_active_bg.jpg);
background-repeat:repeat;

}

ul.tabbernav li.tabberactive a:hover
{
color: #323232;

}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:10px; 
 border-left:1px solid #d7d7d7;
 border-right:1px solid #d7d7d7;
 border-bottom:1px solid #d7d7d7; 
 background: #fff;
 border-top:0;
 height:100%;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
/*
.tabberlive .tabbertab h3 {
 display:none;
}
*/
.tabberlive .tabbertab h1
 {
background: none; 
font-family: "Trebuchet MS", arial, verdana, sans-serif;
font-weight: bold;
font-size: 14px;
color: #323232;
text-transform: capitalize;
text-decoration: none;
margin:0px;
padding:0px;
display:none;

}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:500px;
 overflow:auto;
}

.tabbertab img {
border: solid 0px #d7d7d7;
/* background-color: #fff; */
padding: 3px;
}

.tabbertab ul
{
padding: 0px
}

div.fact
{
float: right;
width: 160px;
border: solid 1px #d7d7d7;
background-color: #f7f7f7;
padding: 10px; margin-left:10px;
margin-bottom:10px;
}

.tabbertab h4 
{
font-family : "trebuchet ms", arial, verdana, sans-serif; bold;FONT-SIZE: 12px;COLOR: #323232;

}

.tabber{display:none;}

.style1 {
	color: #cc0000;
	font-weight: bold;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
}
.style3 {font-size: 12px; text-transform:capitalize; color:#323232; font-weight:900}


/* Safari 3 fix */

@media screen and (-webkit-min-device-pixel-ratio:0){
.tabberlive ul.tabbernav li a{
	left:0px; top:14px; /* ff3 */
}

}

.tabber{display:none;}

table.zebra tr.alt td {
	background: #f1f1f1;
}

table.zebra tr.over td {

/*	background-color:#d7d7d7; */

}

table.zebra tr.last td {
	border-bottom: 1px solid #d7d7d7;
}

table.zebra tr.last th {
 border-bottom: 1px solid #d7d7d7;
}

table.zebra tr.top td {
	border-top: 1px solid #d7d7d7;
}

table.zebra tr.top th {
 border-top: 1px solid #d7d7d7;
}

table.zebra
{
/* border-bottom:2px dotted #e9e9e9; */
font-family : "trebuchet ms", arial, verdana, sans-serif;
font-size:11px;
color:#323232;
background: #fff;

}

table.zebra td {
		
font-family : "trebuchet ms", arial, verdana, sans-serif;
font-size:11px;
color:#323232;
padding: 5px 10px;
border-right:1px solid #d7d7d7;
text-align:center;	
		
}

table.zebra td.first{
border-left:1px solid #d7d7d7; text-align:left; font-weight:normal;
}

table.zebra td.top{
border-top:1px solid #d7d7d7;
}

table.zebra thead th{
background:#fff;padding-top:5px;padding-bottom:5px; font-weight:bolder;
}


table.zebra th{
padding:10px;background:#fff;color:#333;
		
}

.last {border-bottom:1px solid #d7d7d7;}

.zebra thead th{padding-top:10px;padding-bottom:5px;
font-size:11px;
background-color: #fff;
font-weight: 900; 
border-bottom: 1px solid #d7d7d7;
border-left: 0px solid #d7d7d7;
text-align:center;
border-right:1px solid #d7d7d7;
padding: 1px 10px;

}
	
.zebra thead th.first{
font-family : "trebuchet ms", arial, verdana, sans-serif;
font-size:11px;
font-weight:900;
padding: 1px 10px;
border-bottom: 1px solid #d7d7d7;
border-right: 1px solid #d7d7d7;
text-align:left;
}

.zebra tfoot th{
padding-top:10px;
border-right:none; font-size:11px;  padding-bottom:25px; text-align:left;
background-color:#fff; border-top:1px solid #d7d7d7; font-weight:normal;
line-height:1.5em;}


.zebra tfoot ul li{font-size:11px;}

.dots {
background: url(/local/gfx/dot.gif) left bottom repeat-x;height:5px;margin:0px 0px 5px 0px;}

table.feeds tr td {padding:5px;}

.split h3{font-size:12px;border-top:0px solid #d7d7d7;padding-top:10px;}
.split ul{ /* list-style-image:url(/local/gfx/moreinfo_arrow.gif)*/;background-color:#;padding:10px 15px 5px 15px;}
.split li {padding-top:2px;}
.funfacts {background-color:#f1f1f1; padding:10px;}
.weatherlink {padding-top:5px;}
.gallery img{margin-left:52px;padding:5px;border-right:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;}




