li.warningBanner {
	border: 2px solid #000;
	width: 451px;
	background-color: #bb0000;
	color: #fff;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 4px;
	display:block;
	list-style: none;
}

li.watchBanner {
	border: 2px solid #000;
	width: 451px;
	background-color: #ffff00;
	color: #000;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 4px;
	display:block;
	list-style:none;
}

li.warningBanner a:link {
	color: #fff;
}
li.warningBanner a:visited {
	color: #fff;
}

li.watchBanner a:link {
	color: #000;
}
li.watchBanner a:visited {
	color: #000;
}

.redBGdarkBDR {
    background-color: #bb0000 !important;
    border: 1px solid #000000 !important;
	 padding: 0 9px;
	 margin-right: 3px;
}
.yellowBGdarkBDR {
    background-color: #FFFF00 !important;
    border: 1px solid #333333 !important;
	 padding: 0 9px;
	 margin-right: 3px;
}
.greenBGdarkBDR {
    background-color: #66CC66 !important;
    border: 1px solid #333333 !important;
	 padding: 0 9px;
	 margin-right: 3px;
}
.greyBGdarkBDR {
    background-color: #83837f !important;
    border: 1px solid #333333 !important;
	 padding: 0 9px;
	 margin-right: 3px;
}
.blueBGdarkBDR {
    background-color: #33CCFF  !important;
    border: 1px solid #333333;
	 padding: 0 9px;
	 margin-right: 3px;
}
.lightgreyBGdarkBDR {
    background-color: #fafafa;
    border: 1px solid #333333;
	 padding: 0 9px;
	 margin-right: 3px;
}
.beigeBGdarkBDR {
    background-color: #F7F7CE;
    border: 1px solid #333333;
	 padding: 0 9px;
	 margin-right: 3px;
}
.whiteBGdarkBDR {
    background-color: #FFFFFF;
    border: 1px solid #333333;
	 padding: 0 9px;
	 margin-right: 3px;
}
.deepyellowBGdarkBDR {
    background-color: #EEC400;
    border: 1px solid #333333;
	 padding: 0 9px;
	 margin-right: 3px;
}

.background-grey {
	background-color: #eeeeee;
}

td ul.bullets  {
	list-style-type: disc;
	padding-left: 0.8em;
}


div.centrebar {
	clear:both;
	background-color:#ccc;
	color:#ccc;
	height:1px;
	width:60%;
	text-align:center;
	font-size:1px;
	line-height:0px;
	margin:20px auto;
	padding:0;
	border:0 none;
}

div.fullbar {
	   width:100%;
}

td.fixWidth {
	width:10px;
	overflow:hidden;
}

.wxo-width95 {
	width:95%;		  
}	


@media screen and (min-width:1200px) {
	.hurrAlert{
     position:relative;
     left:900px;
     top:-150px;
     z-index:100;
	  width:35px;
     height:40px;
	}
}

@media screen and (min-width:992px) and (max-width:1199px) {
   .hurrAlert{
      position:relative;
      left:800px;
      top:-150px;
      z-index:100;
      width:35px;
      height:40px;
   }
}


@media screen and (min-width:768px) and (max-width:991px) {
	.hurrAlert{
		position:relative;
   	left:650px;
   	top:-120px;
   	z-index:100;
		width:35px;
      height:40px;
	}
}

.alertHead {
	background-color:rgb(204, 204, 204) !important;
}

@media print{
  details div{
    display: block;
  }
}
