#WeathWarn {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	padding: 0px;
	background-image: url(../images/redStripes.png);
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C00;
	border-bottom-color: #C00;
	clear: both;
}
#WeathWarn #Weatherinner {
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	background-color: #FFC;
	padding: 20px;
	border: medium solid #F00;
	clear: both;
	display: block;
}
#WeathWarn .center {
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

#WeathWarn h3 {
	font-weight: bold;
	color: #F00;
	font-style: italic;
	font-size: medium;
	margin-bottom: 4px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#WeathWarn p {
	text-align: justify;
}
#WeathWarn #warntitle {
	width: 450px;
	text-align: center;
	clear: both;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	padding: 0px;
	display: block;
}

#WeathWarn #warntitle  h3 {
	font-weight: bold;
	color: #F00;
	float: left;
	margin-left: 30px;
	margin-right: 6px;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	width: 300px;
}


#slideshow {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 21px;
	width: 82px;
	float: left;
}
#slideshow a {
	background-image: url(../images/showhide.png);
	background-repeat: no-repeat;
	background-position: -1px -2px;
	text-decoration: none;
	color: #666;
	font-size: x-small;
	width: 80px;
	height: 19px;
	margin: 0px;
	display: block;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#slideshow a:hover {
	text-decoration: none;
	color: #000;
	vertical-align: bottom;
	font-weight: normal;
	background-image: url(../images/showhide.png);
	background-repeat: no-repeat;
	width: 80px;
	height: 19px;
	background-position: left -22px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
#Weatherinner a {
	background-repeat: no-repeat;
	background-position: -1px -2px;
	text-decoration: underline;
	color: #00C;
	font-size: small;
	margin: 0px;
	display: block;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#WeathWarn a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	background-repeat: no-repeat;
}
#Weatherinner .center {
	text-align: center;
	width: 100%;
}

