@charset "utf-8";
		
.content .alerts-box {
	background: url(/v3/images/structure/gradient-box-bg.gif) repeat-y;
	margin: 0;
	clear: both;
	position: relative;
}
	.content .alerts-box-top {
		background: url(/v3/images/structure/gradient-box-top.gif) no-repeat;
		padding: 0;
		margin: 0;
		min-height: 212px;
		position: relative;
	}
	
		.content .alerts-icon {
			height: 75px;
			width: 600px;
			clear: both;
		}
			.content .alerts-icon h1 {
				background: url(/v3/images/structure/gradient-box-servicealerts.gif) no-repeat;
				height: 50px;
				width: 250px;
				font: 150%/90% Arial, Helvetica, sans-serif;
				font-weight: bold;
				color: #2e2d2a;
				text-transform: none;
				margin: 0;
				padding: 25px 0 0 75px;
				float: left;
			}
			.content .alerts-icon .tagline {
				float: right;
				margin: 25px 0 0 0;
				padding: 0 15px 0 0;
				width: 250px;
				height: 30px;
				font-weight: bold;
				text-align: right;
			}
			.tagline p {
			}
	.content .alerts-box-bottom {
		background: url(/v3/images/structure/gradient-box-bottom.gif) no-repeat;
		height: 5px;
		clear: both;
		font-size:1px; line-height:1px;	/*for IE6 */
	}



ul#alerts {
	list-style: none;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font: 100%/115% Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 0 10px 15px;
	padding: 0;
	width: 568px;
}
	ul#alerts li {
		margin: 0;
		padding: 10px 10px 5px 10px;
		border-top: 1px solid #ccc;
	}
	ul#alerts li p {
		padding-bottom: 5px;
		font-family: Arial, Helvetica, sans-serif;
	}
	ul#alerts li p.no-alerts {
		padding-bottom: 15px;
		padding-top: 15px;
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
	}
	ul#alerts li h3 { 
		font: 110%/115% Arial, Helvetica, sans-serif;
		font-weight: normal;
		margin: 0; 
		padding: 0;
		text-transform: none;
	}	
	ul#alerts li p span.alert-icon {
		background: url(/v3/images/servicealert-small.gif) no-repeat;
		background-position: left top;
		padding-left: 15px;
	}
	ul#alerts li p span.icon-alerts-future {
		background: url(/v3/images/servicealert-small.gif) no-repeat;
		background-position: left top;
		padding-left: 15px;
	}



div.alerts-header ul {
	list-style: none;
	margin: 0 0 10px 15px;
	padding: 0;
}
	div.alerts-header ul li {
		float: none;
		list-style: none;
		background: url(/v3/images/structure/sidebar-arrow.gif) no-repeat;
		background-position: 0 .3em;
		padding: 0 0 .5em 10px;
		margin: 0;
	}



div.alerts-header {
	margin: 0 0 0 15px;
}
div.alerts-header h2 {
	margin-bottom: 0;
}


p.note {
	font: 80%/120% Arial, Helvetica, sans-serif;
}
p.error {
	color: #990000;
}




div.tabs {
	margin: 0 0 0 15px;
	width: 570px;
	height: 40px;
}
div.tabs h2.tab-current, div.tabs p.tab-option {
	font:  110%/110% Arial,Helvetica,sans-serif;
	text-transform: none;
	float: left;
	height: 30px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0 7px -1px 0;
	padding: 10px 8px 0 8px;
}
div.tabs p.tab-option {
	background-color: #bbb;
	height: 24px;
	margin-top: 10px;
	padding-top: 6px;
}
	div.tabs p.tab-option a {
		color: #444;
		border-color: #666;
	}
	div.tabs p.tab-option a:hover {
		color: #000;
		border-color: #000;
	}

