/* ---------------------------------------------- Basic Styles */

table {
   font-family: Verdana,Arial,Helvetica,Sans-Serif;
   font-size: 10pt;
   color: white;
}

body {
   font-family: Verdana,Arial,Helvetica,Sans-Serif;
   background-color: #3F4990;
}

.bodytable {
   background: #B8CAF8 url('/graphics/bg.gif') top left repeat-x;
}

h1 {
   font-size: 16pt;
   font-weight: Bold;
}

h2 {
   font-size: 14pt;
   font-weight: Bold;
}

h3 {
   font-size: 12pt;
   font-weight: Bold;
}

a, a:link, a:visited {
   font-family: Verdana, Arial, Helvetica, Sans-Serif;
   color: white;
}

a.text {
   text-decoration: none;
   padding: 1px;
}
a.text:hover {
   padding: 0px;
   text-decoration: none;
   border: 1px solid black;
   background: #6071A9;
}

a.tiny {
	font-size: 10pt;
}

/* ---------------------------------------------- Anonymous Styles */

.ls_title {
   font-size: 18pt;
   font-weight: bold;
   font-style: italic;
}

.ls_subtitle {
   font-weight: bold;
   color: white;
   font-size: 12pt;
}

/* ---------------------------------------------- Footer */

a.footer, a.footer:link, a.footer:visited {
   font-weight: bold;
   font-size: 9pt;
   color: white;
}

.footer {
   font-size: 9pt;
   color: white;
}

/* ---------------------------------------------- Chairlift */

a.chairliftLink, a.chairliftLink:link, a.chairliftLink:visited {
	color: #FF0000;
	text-decoration: none;
}

a.chairliftLink:hover {
	text-decoration: underline;
}

/* ---------------------------------------------- Deal */

div.dealDiv {
   display: inline;
   padding: 10px;
   width: 253px;
}

table.dealTable {
   font-family: Verdana,Arial,Helvetica,sans-serif;
   background-repeat: no-repeat;
   background-position: center center;
}

td.dealTitle {
   color: white;
   font-size: 12pt;
   font-weight: bold;
}

td.dealText {
   color: black;
   font-size: 11pt;
   font-weight: bold;
}

td.dealSubtext {
   color: black;
   font-size: 8pt;
   font-style: italic;
}

a.dealLink, a.dealLink:link, a.dealLink:visited {
   font-weight: bold;
   color: #FCE681;
}

/* ---------------------------------------------- Resort */

table.resortInfoTable {
   font-size: 10pt;
}

/* ---------------------------------------------- Restaurant */

tr.restaurantTitleRow {
   background-color: #003366;
   color: white;
}

a.restaurant,a.restaurant:visited {
   color: white;
   font-weight: bold;
}

/* ---------------------------------------------- Rope */

div.rope {
   z-index:40;
   position:absolute;
   top:7;
   left:0;
   height:3px;
   width:100%;
   background-color:black;
   border:0px;
   margin:0px;
   overflow:hidden;
   padding:0px;
}