
/* CSS Document for the Hurracane Alert */
body {
	margin: 0px;
}
#alert{
	width: 950px;
	float:left;
	background: #fff;
	padding: 0px 0px 10px 0px;
}
#alert .content {
	width: 920px;
	position: relative;
	background: #ebeff0;
	padding: 0px 10px 0px 20px;
	margin:0px;
}
#alert .content p {
	font-size: 12px;
	color:	#576166;
}
#alert .content p.atention {
	background : url(/alerts/images/alert-icon.gif) 0% 50% no-repeat;
	padding-left: 18px;
}
#alert .content #close-alert {
	position: absolute;
	right: 10px;
	top: 6px;
}


/*	css for the pop window*/
#pop-up * {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
#pop-up #header {
	position: relative;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin: 20px 15px;
}
#pop-up #header .close-window {
	position: absolute;
	right: 0px;
	top: 0px;
} 
#pop-up #body {
	position: relative;
	padding-bottom: 20px;
	margin: 20px 15px;
}

#pop-up a:hover {
	text-decoration:underline;
}
#pop-up a {
	color:#267BB1;
	text-decoration:none;
}
#pop-up ul {
	padding-left: 0px;
	margin-left:0px;
	}
#pop-up ul li{
	background:transparent url(/images/bullet.gif) no-repeat scroll 0pt 0.5em;
	line-height:1.4em;
	padding-left:8px;
	list-style-type: none;
}