﻿
/*== Tetons Avy Report ==*/

div#avyReportDisplay
{
	width: 100%;
	margin-top: 5px;
	border: 1px double Black;
	background-image:url('http://www.jhavalanche.org/assets/images/forecast/BluePattern.png');
}

img#avyReportDangerScale
{
	height: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}

div.avyReportDay
{
	color: White;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}

div.avyReportDayText {
	width: 50%;
	text-align: center;
}

div.avyDiscussion
{
    font-size: 12px;
	padding: 0.5em;
}

div#avyAfternoonDiscussion
{
	border: 1px double Black;
	background: Ivory;
	margin-top: 0.5em;
	padding: 0.5em;
}

/*== Wasatch Avy Report ==*/

div#wasatchAvyReport
{
	color: Black;
	background-color: White;
	font-size: 12px;
	position: relative;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

div.rating
{
	font-weight: bold;
	text-transform: uppercase; 
	padding: 2px;
}

div#wasatchAvyReport span.rating
{
	font-size: 18px;
	text-transform: uppercase; 
}

div#wasatchAvyReport > img 
{
	position: relative;
	z-index: 3;
}

div.wasatchDangerRoseImage
{
	padding-top: 0px;
}

div.wasatchDangerRoseImage img
{
	height: 200px;
	width: 220px;
}

div.wasatchDiscussion
{
	border: 1px solid black;
	background: Ivory;
	margin: 0;
	padding: 0.5em;
	max-height: 200px;
	overflow-y: scroll;
}

.caption 
{
	color: White;
	background-color: rgb(68, 68, 68);
}

.rating1 
{
	color: rgb(34, 34, 34); 
	background-color: rgb(0, 204, 0);
}
.rating2 
{
	color: rgb(34, 34, 34); 
	background-color: rgb(255, 255, 51);
}
.rating3 
{
	color: rgb(34, 34, 34); 
	background-color: rgb(255, 170, 51);
}
.rating4 
{
	color: rgb(34, 34, 34); 
	background-color: rgb(238, 17, 34);
}
.rating5 
{
	color: rgb(238, 238, 238); 
	background-color: rgb(0, 0, 0);
}

table#dangerScale
{
	width: 100%;
	font-size: 12px; 
	font-weight: bold; 
	padding: 20px;
	margin: 0;
}
table#dangerScale th 
{
	margin: 0px; 
	padding: 2px; 
	border: 0px solid White; 
	text-align: center; 
	text-transform: uppercase; 
	vertical-align: middle;
}

div#wasatchDiscussion
{
}

/*== Colorado Avy Report ==*/

div#coloradoAvyReport
{
	font-size: 12px;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.coloradoDangerRose
{
	background-color: White;
	border: 1px double Black;
	padding-bottom: 5px;
}

div.coloradoDangerRoseImage
{
	padding-top: 5px;
	padding-left: 47px;
}

div.coloradoDangerRoseTitle
{
	font-size: 10px;
	margin-top: 3px;
	text-align: center;
}

div#coloradoDiscussion
{
	height: 182px;
	border: 1px double Black;
	background: Ivory;
	margin-left: 0.5em;
	margin-right: 0.2em;
	padding: 0.5em;
	overflow: auto;
}
