/* a few useful defaults to allow greater display consistency between browsers */
body {
	padding: 0px;
	margin: 0px;
}

img {
	display: block;
	border: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4 {
	display: inline;
	padding: 0px;
	margin: 0px;
}

h1 {
	color: #000000;
	font-size: 13px;
	font-weight: normal;
}

h2 {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
}

h4 {
	color: #91102F;
	font-size: 23px;
	font-weight: normal;
}

#header {
	background-image: url(/images/snow-finder-header.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 327px;
}

#header_logo_area {
	background-image: url(/images/header-background.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 125px;
	padding-left: 10px;
}

#main_nav {
	padding-bottom: 15px;
}

#main_nav_ul, #footer_nav_ul {
	margin: 0px;
	padding: 0px;
}

#main_nav_ul li, #footer_nav_ul li {
	display: inline;
	padding-right: 15px;
}

.gray {
	color: #949494;
}

.black {
	color: #000000;
}

.yellow {
	color: #A29B0F;
}

.light_yellow {
	color: #F6EE33;
}

.orange_yellow {
	color: #fdbc36;
}

.red {
	color: #91102F;
}

.blue {
	color: #34BFFF;
}

.white {
	color: #FFFFFF;
}

.news_background {
	background-image: url(/images/news_background.jpg);
	background-repeat: no-repeat;
	width: 152px;
	height: 91px;
}

.news_background_selected {
	background-image: url(/images/news_background_selected.jpg);
	background-repeat: no-repeat;
	width: 152px;
	height: 91px;
}

.news_background_list, .news_background_list_leftmost, .news_background_list_rightmost {
	cursor: pointer;
	border-bottom: 1px solid #B0B0B0;
	color: #000000;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.news_background_list_selected {
	cursor: pointer;
	border-left: 1px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
	color: #34BFFF;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.news_background_list_selected_leftmost {
	cursor: pointer;
	border-right: 1px solid #B0B0B0;
	color: #34BFFF;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.news_background_list_selected_rightmost {
	cursor: pointer;
	border-left: 1px solid #B0B0B0;
	color: #34BFFF;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.news_list {
	color: #000000;
	font-size: 12px;
}

.news_label_selected {
	color: #FFFFFF;
	font-size: 12px;
}

.news_label {
	color: #000000;
	font-size: 12px;
}

.news_label_selected {
	color: #FFFFFF;
	font-size: 12px;
}

.news_category_header {
	background-image: url(/images/news-category-header-background.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	width: 320px;
	height: 29px;
}

.news_category_header_expandable table {
	width: 100%;	
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	font-size: 1px;
}

.news_category_expandable_left {
	background-image: url(/images/news_category_header_expandable_left.jpg);
	background-repeat: no-repeat;
	width: 13px;
	height: 29px;
}

.news_category_expandable_middle {
	background-image: url(/images/news_category_header_expandable_middle.jpg);
	background-repeat: repeat-x;
	height: 29px;
}

.news_category_expandable_right {
	background-image: url(/images/news_category_header_expandable_right.jpg);
	background-repeat: no-repeat;
	width: 18px;
	height: 29px;

}


.news_category_body {
	/*
	background-image: url(/images/news-category-body-background.jpg);
	background-repeat: repeat-y;
	background-position: 2px 0px;
	*/
	width: 340px;
	padding-left: 0px;
	padding-right: 10px;
}

.news_category_footer {
	/*
	background-image: url(/images/news-category-footer-background.jpg);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	*/
	width: 320px;
	height: 11px;
}

.weather_forecast_bar_top {
	background-image: url(/images/weather-forecast-bar-white-top.jpg);
	background-repeat: no-repeat;
	width: 56px;
	height: 24px;
}


.weather_forecast_bar_top_right {
	background-image: url(/images/weather-forecast-bar-white-righttop.jpg);
	background-repeat: no-repeat;
	width: 63px;
	height: 24px;
}
.weather_forecast_bar_top_left {
	background-image: url(/images/weather-forecast-bar-white-lefttop.jpg);
	background-repeat: no-repeat;
	width: 61px;
	height: 24px;
}
/*
.weather_forecast_bar {
}
*/

.weather_bar {
	/*background-color: #BBBBBB;*/
	background-image: url(/images/weather-forecast-bar-white-middle.jpg);
	background-repeat: repeat-y;
	width: 56px;
}

.weather_bar_left {
	/*background-color: #BBBBBB;*/
	background-image: url(/images/weather-forecast-bar-white-leftmiddle.jpg);
	background-repeat: repeat-y;
	width: 61px;
}

.weather_bar_right {
	/*background-color: #BBBBBB;*/
	background-image: url(/images/weather-forecast-bar-white-rightmiddle.jpg);
	background-repeat: repeat-y;
	width: 63px;
}
.weather_bar_bottom_left {
	/*background-color: #BBBBBB;*/
	background-image: url(/images/weather-forecast-bar-white-leftbottom.jpg);
	background-repeat: repeat-y;
	width: 61px;
	height: 21px;
}
.weather_bar_bottom_right {
	/*background-color: #BBBBBB;*/
	background-image: url(/images/weather-forecast-bar-white-rightbottom.jpg);
	background-repeat: repeat-y;
	width: 63px;
	height: 21px;
}
.weather_bar_bottom {
	/*background-color: #BBBBBB;*/
	background-image: url(/images/weather-forecast-bar-white-bottom.jpg);
	background-repeat: repeat-y;
	width: 56px;
	height: 21px;
}
.weather_forecast_bar_header {
	background-image: url(/images/weather-forecast-bar-header.jpg);
	width: 292px;
	height: 23px;
}

.weather_forecast_bars {
	background-image: url(/images/weather-forecast-bars.jpg);
	width: 292px;
	height: 196px;
}

#header_collapse_area {
	background-image: url(/images/snow-finder-collapse-region.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 203px;
}

#header_navbar {
	background-image: url(/images/snow-finder-nav-background.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 58px;
	padding-bottom: 7px;
}

.header_link {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.header_link:hover {
	color: #34BFFF;
}

#footer {
	background-color: #231F20;
	height: 22px;
}

.main_nav_link {
	font-family: arial;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

.main_nav_link:hover {
	color: #666666;
}

.box_header_wide {
	background-image: url(/images/box-header-gradient.jpg);
	background-repeat: repeat-x;
	width: 529px;
	height: 23px;
	padding-left: 18px;
}

.box_header_narrow {
	background-image: url(/images/box-header-gradient.jpg);
	background-repeat: repeat-x;
	width: 312px;
	height: 23px;
	padding-left: 18px;
}

.box_content {
	background-image: url(/images/box-content-gradient.jpg);
	background-repeat: repeat-x;
	width: 529px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 16px;
}

.copy {
	font-family: arial;
	color: #000000;
	font-size: 12px;
}

.copy_dark_blue {
	font-family: arial;
	color: #2892C4;
	font-size: 12px;
}

.read_more_link {
	font-family: arial;
	color: #2892C4;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
}

.read_more_link:hover {
	color: #34BFFF;
}

.copy_link {
	font-family: arial;
	color: #34BFFF;
	font-size: 12px;
	text-decoration: none;
}

.copy_link:hover {
	color: #268AB9;
}

.copy_link_active {
	font-family: arial;
	color: #34BFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.copy_link_active:hover {
	color: #2892C4;
}

.copy_link_inactive {
	font-family: arial;
	color: #949599;
	font-size: 12px;
	text-decoration: none;
}

.copy_link_inactive:hover {
	color: #C0C1C6;
}

.copy_link_gray {
	font-family: arial;
	color: #939498;
	font-size: 12px;
}

.copy_link_gray:hover {
	color: #BEBFC4;
}

.copy_link_yellow {
	font-family: arial;
	color: #A29B0F;
	font-size: 12px;
}

.copy_link_yellow:hover {
	color: #BDB412;
}

.news_title_link {
	font-family: arial;
	color: #939498;
	font-size: 11px;
	text-decoration: none;
}

.news_title_link:hover {
	color: #BEBFC4;
}

.copy_link_red {
	font-family: arial;
	color: #91102F;
	font-size: 12px;
	text-decoration: none;
}

.copy_link_red:hover {
	color: #CF1742;
}

.copy_link_black {
	font-family: arial;
	color: #000000;
	font-size: 12px;
}

.copy_link_black:hover {
	color: #666666;
}

.header_sort_link {
	font-family: arial;
	color: #939496;
	font-size: 12px;
	text-decoration: none;
}

.header_sort_link:hover {
	color: #5F6061;
}

.secondary_nav_link {
	font-family: arial;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

.secondary_nav_link:hover {
	color: #34BFFF;
}

.secondary_nav_link_active {
	font-family: arial;
	color: #34BFFF;
	font-size: 12px;
	text-decoration: none;
}

.secondary_nav_link_active:hover {
	color: #2892C4;
}

.search_input {
	background-image: url(/images/search-input-background.jpg);
	background-repeat: no-repeat;
	width: 125px;
	height: 15px;
	border: 0px;
	padding-left: 5px;
}

.text_field {
	background-image: url(/images/text-field-background.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 5px;
	width: 96px;
	height: 15px;
	border: 0px;
}

.left_section {
/*	background-image: url(/images/left-section-body-background.jpg);*/
/*	background-repeat: repeat-y;*/
	width: 620px;
/*	padding-left: 20px;
	padding-right: 20px;*/
}

.right_section {
	/*
	background-image: url(/images/right-section-body-background.jpg);
	background-repeat: repeat-y;
	*/
	width: 230px;
	padding-left: 0px;
	padding-right: 0px;
}

.resort_details_left_border {
	border-left: #CACACC 1px solid;
}

.resort_details_right_border {
	border-right: #CACACC 1px solid;
}

.resort_details_bottom_border {
	border-bottom: #CACACC 1px solid;
}

/* news rating stuff */
.newsRatingDiv {
}
.newsRatingDiv img {
	float: left;
	width: 10px;
	margin-top: 3px;
}

.newsRatingDiv p {
	float: left;
	margin: 0px;
	padding: 0px;
	
}


.newsRatingSelectDiv * {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.rating {
	background:url(/images/rating_stars.gif) top;

	height:10px;
	width:50px;
	overflow:hidden;
}

ul.rating li {
	display: inline;
}

.rating a {
	display:block;	
	width:10px;
	height:10px;
	float:left;
	text-indent:-9999px;
	position:relative;
}

.rating a:hover {
	background:url(/images/rating_stars.gif) center;	
	width:50px;
	margin-left:-40px;
	position:static;
}

.rating a:active {
	background-position: bottom;
}

.contactError {
	color: red;
}


.newsTopFeatures {
	margin-bottom: 10px;
}
.newsTopFeatures tr td {
	border-right: thin dotted #ccc;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

.news_widget_header {
	background-image: url(/images/widgets/news-header-background.png);
	background-repeat: no-repeat;
	width: 246px;
	height: 30px;
	padding-left: 15px;
	padding-top: 2px;
}

.news_widget_body {
	background-image: url(/images/widgets/news-body-background.png);
	background-repeat: repeat-y;
	width: 246px;
	padding-left: 14px;
	padding-right: 8px;
}

.news_widget_footer {
	background-image: url(/images/widgets/news-footer-background.png);
	background-repeat: no-repeat;
	width: 246px;
	height: 12px;
}


.newsUnderArticle {
	float: left; 
	padding-right: 10px;
	padding-left: 10px;
	border-right: thin solid gray;
}

.snow_finds_widget_header {
	background-image: url(/images/widgets/snow-finds-header-background.png);
	background-repeat: no-repeat;
	width: 215px;
	height: 30px;
	padding-left: 15px;
	padding-top: 2px;
}

.snow_finds_widget_body {
	background-image: url(/images/widgets/snow-finds-body-background.png);
	background-repeat: repeat-y;
	width: 215px;
	padding-left: 14px;
	padding-right: 8px;
}

.snow_finds_widget_footer {
	background-image: url(/images/widgets/snow-finds-footer-background.png);
	background-repeat: no-repeat;
	width: 215px;
	height: 13px;
}
