﻿/**********************************************
 * TITLE: Weather Warning Other Style Codes   *
 * File used to include all additional styles *
 * without having to edit the main files      *
 * ### weather-css-other.css ###              *
 **********************************************/

/* Used for Environment Canada Weather Warnings and Weather Statements */

.toolTipBox {
	display:block;
  color: Black;
	background-color:#C0C0C0;
	border:1px solid #000;
	padding:3px;
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	z-index:500000;
}

/* ##### Weather Warning Boxes ##### */

.noadvisoryBox {
  color: #0000FF;
  font-size: 12px;
  text-align: center;
  background-color: #BFBFBF;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}

.redbox {
  background:#FF0000;
  border:1px solid #333;
  height:10px;
  width:10px;
}
.yellowbox {
  background-color: #FFFF00;
  border:1px solid #333;
  height:10px;
  width:10px;
}
.greenbox {
  background-color: #66CC66;
  border:1px solid #333;
  height:10px;
  width:10px;
}
.beigebox {
  background-color: #f7f7ce;
  border:1px solid #333;
  height:10px;
  width:10px;
}
.whitebox {
  background-color: #ffffff;
  border:1px solid #333;
  height:10px;
  width:10px;
}

.deepyellowbox {
  background-color: #EEC400;
  border:1px solid #333;
  height:10px;
  width:10px;
}
