/********** style sheets for newsroom section **********/

div#articlebox {
	margin: 0 0 0 8px;
	width: 140px;
	float: right;
	border-style: solid;
	border-color: #003366;
	border-width: 0px;
	background: #f2f2f2;
}

div#articlebox h2 {
	display: none;
	padding: 5px;
	background-color: #003366;
	color:#FFFFFF;
	font-size: 12px;
}

div#articlebox h3 {
	background-image: url(../images/pr_rtitle.gif);
	padding: 0 5px;
	padding-top: 6px;
	margin-bottom: 5px;
	font-size: 12px;
	height: 20px;
	color: #FFFFFF;
}

div#articlebox ul {
	padding: 0 6px;
	margin-bottom: 4px;
	list-style-type: none;
}

div#articlebox li {
	font-size: 10px;
	padding-bottom: 4px;
}

div#articlebox p {
	padding: 0 6px;
	margin-bottom: 4px;
	font-size: 10px;
}

p.writer {
	font-size: 10px;
	font-style:italic;
}

p.date {
	clear: left;
	}

p.NOAA {
	color: #003399;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	clear: left;
}

.callout {
	margin: 0px 10px 5px 0px;
	padding: 6px;
	width: 180px;
	float: left;
	
	font-size: 16px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	line-height: 140%;
	text-align: center;
	
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: silver;
	border-left-color: silver;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	
	background-color: #ededed;

}

.calloutright {
	margin: 0px 0px 5px 10px;
	padding: 6px;
	width: 180px;
	float: right;
	
	font-size: 16px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	line-height: 140%;
	text-align: center;
	
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: silver;
	border-left-color: silver;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	
	background-color: #ededed;

}
	
@media print {
	#header {
		display: none;
	}
	#left-nav-bar {
		display: none;
	}
	div#content #main {
		margin-left: 0px;
	}
	body {
		background: none;
	}
	#printHeader {
		display: block;
	}
	.photobox {
		display: block;
		float: none;
	}
	.photoboxright {
		display: block;
		float: none;
	}
	div#articlebox {
		border: 1px solid #CCC;
	}
}
