/* CSS Document */
.tile p {
    font-size: 12px;
    line-height: 15px;
}
.tile h1 {
  color: #333333;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 15px;
  text-transform: uppercase;
    margin-bottom: 0;
}
.tile h2 {
    font-size: 15px;
    font-weight: bold;
    text-transform: none;
}
.tile h3 {
  font-size: 17px;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 10px;
}
.tile h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 15px 0;
    text-transform: none;
}

.tile ul {
    margin: 0 0 15px 0;
    padding: 0;
}
.tile ul.bullet {
    margin-left: 15px;
}
.tile ul.bullet li {
    list-style: disc;
    margin-bottom: 18px;
}
#sidebar .tile ul.bullet li a:link {
	color: #000;	
}
#sidebar .tile ul.bullet li a:hover {
	color: #0A5EAC;	
}
#sidebar .tile ul.bullet li a:visited {
	color: #063A6A;	
}
.tile input[type="radio"] {
    margin-right: 10px;
}

.tile .controls {
    position: absolute;
    left: 30%;
    bottom: 10px;
    height: 29px;
    overflow: auto;
    text-align: center;
}
.tile .controls a {
    display: inline-block;
    width: 29px;
    height: 29px;
    background: url(../img/sprite-buttons.png) no-repeat;
    text-indent: -9999px;
}
.tile .controls a.view-all {
    background-position: -21px -171px;
	width: 60px;
    margin-right: 4px;
}
.tile .controls a.view-all:hover {
    background-position: -21px -203px;
}
.tile .controls a.view-all:active {
    background-position: -21px -235px;
}
.tile .controls a.previous {
    margin-right: 4px;
    background-position: -21px 0px;
}
.tile .controls a.next {
    background-position: -55px 0px;
}
.tile .controls a.previous:hover {
    background-position: -21px -35px;
}
.tile .controls a.next:hover {
    background-position: -55px -35px;
}
.tile .controls a.previous:active {
    background-position: -21px -68px;
}
.tile .controls a.next:active {
    background-position: -55px -68px;
}

.tile .controls a.refresh {
    background-position: -52px -100px;
}
.tile .controls a.refresh:hover img {
    background-position: -52px -133px;
}

.tile .spinner {
	margin: 60px auto 0 auto;
	width: 36px;
	height: 36px;
	background: url(../img/ajax-spinner.gif) no-repeat 0 0;	
}

.tile .tilec2image,
.tile .tilecontestimage {
	max-width: 115px;
	max-height: 75px;
	border: 1px solid #949494;
	float: left;
	margin: 0px 10px 10px 0px;
}
.tile .tilec2title,
.tile .tilecontesttitle {
	float: none;
	font-weight: bold;
}
.tile .tilec2price {
	float: none;
	font-weight: bold;
}
.tile .tilec2admeta {
	float: none;
	color: #999;
	margin-bottom: 10px;
	font-size: smaller;
}
.tile .tilec2description,
.tile .tilecontestdescription {
	float: none;
}
.tile .tilec2viewalllink {
	margin-top: 6px;
}
.tile #contest-tile {
	position: relative;
}
/* adjust tiles layout for specific tiles */
.tile-Contest {
	background: none;
	padding: 2px 0px 0px 2px;
}
.tile-Contest h1, 
.tile-Contest p {
	display: none;
}

.tile .tilecontestform {
	position: absolute;
	bottom: 0;
	margin-top: 5px;
	padding: 5px 10px;
	background: #e3edf0;
	border: 1px solid #ddd;
}
.tile .tilecontestform h3 {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.tile .tilecontestform h3 strong {
	color: #777;
}
.tile .tilecontestform #txtEmailAddress {
	width: 175px;
	height: 22px;
	font-size: 11px;
	padding: 4px;
	margin-bottom: 0;
}
.tile .tilecontestform #PageForm {
	margin-bottom: 0;
}
.tile .tilecontestform input[type="submit"] {
	border: 1px solid #73D3FF !important;
	border-radius: 5px 5px 5px 5px;
	display: inline-block;
	height: 26px;
	min-width: 20px;
	padding: 2px 8px;
	background: url("../img/bg-main-btn-normal.gif") repeat-x scroll 0 0 transparent;
	color: #FFFFFF;
	display: inline-block;
	font: bold 13px/1 "Arial","sans-serif";
	text-decoration: none;
	margin-bottom: 2px;
}
.tile .tilecontestform input[type="submit"]:hover {
  background: url("../img/bg-main-btn-rollover.gif") repeat-x scroll 0 0 transparent;
}
.tile #tile-weather-temp {
	float: left;
	height: 35px;
	font-size: 36px;
	font-weight: bold;
}

.tile #tile-weather-forecast {
	clear: both;
	border-top: dotted;
	border-width:1px;
	border-color:#c0c0c0;
	margin-top: 5px;
}

.tile .tile-weather-forecast-day {
	float: left;
	width: 45px;
	margin-top:20px;
	border-right:dotted;
	border-width:1px;
	border-color:#c0c0c0;
	padding-left:5px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	font-size: 12px;
}
.tile.featured .tile-weather-forecast-day {
	width: 40px;
	padding-left: 4px;
}

.tile .tile-weather-forecast-day .tile-weather-forecast-icon img {
	width: 35px;
	height: 35px;
}

.tile .tile-weather-forecast-day .tile-weather-forecast-day {
	float: none;
	display: block;
	border:none;
	margin-top:5px;
}

.tile .tile-weather-forecast-link,
.tilec2viewalllink {
	clear: both;
	margin-top: 5px;
	color: #0A5EAC;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 15px;
}

#tile-weather-weather{
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
}

#tile-weather-wind {
	font-size: 12px;
	line-height: 15px;
}

#tile-weather-conditions{
	display:block;
	float:left;
	margin-top:-10px;
	padding-left:10px;
}

#events-tile-0{
	border-bottom: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	padding-bottom: 5px;
	height: 25px;
	float: left;
	display: block;
	width: 268px;
}

#events-tile-1 {
	border-bottom: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	padding-bottom: 5px;
	height: 25px;
	float: left;
	display: block;
	width: 268px;
}
#events-tile-2 {
	border-bottom: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	padding-bottom: 5px;
	height: 25px;
	float: left;
	display: block;
	width: 268px;
}
#events-tile-3 {
	border-bottom: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	padding-bottom: 5px;
	height: 25px;
	float: left;
	display: block;
	width: 268px;
}
#events-tile-4 {
	border-bottom: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	padding-bottom: 5px;
	height: 25px;
	float: left;
	display: block;
	width: 268px;
}
#events-tile-5 {
	border-bottom: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	padding-bottom: 4px;
	height: 25px;
	float: left;
	display: block;
	width: 268px;
}
.events-tile-event {
	border-bottom: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	margin-bottom: 4px;
	padding-bottom: 4px;
	float: left;
	display: block;
	width: 268px;
}
.events-date
{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	text-transform: none;
	color: black;
}

.events-date a:link
{
	color:#000;
}

#events-tile-links
{
	color: #0A5EAC;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top:160px;
}

.pollwidget
{
	
}

.section_copy_lrg
{
	font-weight:bold;
	padding-bottom: 5px;
margin-top: -10px;
}

#pollResultBar{background-color:#409ac4;float:left;display:inline;height:10px;padding-right:10px}
.pollAnswerText{padding-bottom:5px}
.pollSubmitRow{margin-top:-10px;vertical-align:top}
.pollQuestionVoted{width:205px;float:left}
.pollQuestionVoted p{font-size:10px}
.pollBarVoted{margin-top:-8px;margin-bottom:8px;float:left;width:200px}
.pollResult{float:left;display:inline;padding-left:10px;font-size:10px;line-height:10px}
.pollOption{display:table;float:left}
.events-title{width:198px;overflow:hidden;height:16px}
.pollResultArea{float:right;font-size:10px;line-height:12px;margin-top:-25px}

#nnbwContainer
{
    width:268px;
    height:176px;
}
#NNBWSignup
{
    width:253px;
    padding:8px;
}
#signUpText
{
   padding-top:15px;
   margin-bottom: 5px;
 color:#666666; 
 font-size: 19px;
 font-weight: normal;
}
#signUpBoldText
{
    color:#E77C00;
    margin-bottom:10px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.1;
}

#NNBWSignup .fieldbox
{
 width:200px; 
 float:left;
 height:25px;
 color: #555;
 padding-left: 5px;
}
.inputBox
{
    float:left;
    background-color:#000;
    color:#fff;
    font-size:10px;
	padding: 4px 6px;
	border: none;
	height: 25px !important;
	
}

.newsletter-signup-wrapper {
    width:268px;
    height:176px;
	margin-top: -10px;
}
.newsletter-signup {
    width:253px;
    padding:0 8px;
}
.newsletter-signup-text {
   margin-bottom: 5px;
 color:#666666; 
 font-size: 18px;
 font-weight: normal;
}
.newsletter-signup-subtext {
    color:#E77C00;
    margin-bottom:10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1;
}
.newsletter-signup .fieldbox {
 width:200px; 
 height:25px;
 color: #555;
 padding-left: 5px;
}
.newsletter-signup .agreement-submit {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #777;
}
.newsletter-signup .agreement-checkbox {
	overflow: hidden;	
  	margin-top: -1px;
}
.newsletter-signup-logo {
	margin-top:-15px;
	margin-left: 30px;	
}
.inputBox {
    float:left;
    background-color:#000;
    color:#fff;
    font-size:10px;
	padding: 4px 6px;
	border: none;
	height: 25px !important;
	
}

/* snow tile */
#skiTileContainer {
		width:268px;
		height:176px;
}
	#resortHeader th {
		border-collapse:collapse;
		font-size:11px;
		border-bottom: dotted #C0C0C0 1px;;
	}
	#resortName {
		width:48%;
	}
	#resort48 {
		width:16%;
	}
	
	#resort24 {
		width:16%;
	}
	
	#resortBaseDepth {
		width:16%;
	}
	
	.resort {
		font-weight:bold;
	}
	.resort td { padding-top: 4px; }
	.resortSnowfall {
		text-align:center;
		font-weight:normal;
	}
	.resortSnowfall48 {
		text-align:center;
		font-weight:normal;
	}
	.resortBase {
		text-align:center;
		font-weight:normal;
	}
	
	.snowLink {
		display: inline-block;
		color: #0A5EAC;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		font-weight: bold;
		margin-top: 10px;
	}