/*
	+============================================================================+
	|         Copyright (c) Pacific Disaster Center, Maui, Hawaii, USA           |
	|                           All rights reserved                              |
	+============================================================================+
	 FILENAME: updates.css                                                 
	+============================================================================+
 	 DESCRIPTION:  PDC Updates styles                                          
	+============================================================================+
   HISTORY:                                                             
	 2007
	 [04-12] dleong, created
	+============================================================================+
	$Id: updates.css,v 1.19 2010/09/17 23:04:44 dleong Exp $
	+============================================================================+
*/

@media print {
	body { color:#000;}
	th,td { color:#000; }
	.container { width:655px; }
}
@media screen {
	body { color:#134E9A; width:800px;}
	.container { width:800px; }
}
body { 
		margin-top:0;
		margin-bottom:0;
		margin-left:auto;
		margin-right:auto;
		height:100%;
		font-family:'Trebuchet MS', verdana, tahoma;
		font-weight:normal;
		font-size:13px; } 
a {
		color:#27b;
		text-decoration:underline; }
a:hover {
		color:#575757;
		text-decoration:none; }
a:visited {
	color:#555; }
td { 
		font-size:13px;
		vertical-align:top; }
img {
		border:0px; }
p {
		text-align:justify;
		padding-bottom:3px; }
h1 {
		text-align:center;
		text-transform:none;
		text-decoration:none;
		font-size:16px;
		font-weight:bold; }
h2 {
		padding-top:5px;
		text-align:left;
		text-transform:uppercase;
		text-decoration:none;
		font-size:13px;
		font-weight:bold; }
h3 {
		text-align:left;
		text-transform:none;
		text-decoration:none;
		font-style:italic;
		font-size:13px;
		font-weight:bold; }	
p { 
	margin:10px 0 0 0; 
}
ul {
	margin-top:2px; 
}
	
.caption {
		color:#575757;
		text-align:center;
		font-size:11px;
		font-weight:normal;
		margin:3px; }
.date {
		text-align:right;
		padding-right:2px;
		font-size:11px; }
.pdc {
	color:#800000;
	text-decoration:none;
	line-height:15px;
}
.imp {
		font-weight:bold; }
.glide {
	font-weight:normal;
	color:red; }
.icon {
	margin:0 3px;
	position:relative;
	bottom:-2px; }
.fbshare {
	float:right;
	margin-top:3px;
}
.float-r {
	float:right;
	padding-left:10px;
}
.float-l {
	float:left;
	padding-right:10px;
}
.center {
	margin:auto;
	text-align:center;
}
.emp {
	font-weight:bold; 
	font-style:italic;
}
.group { 
	font-style:italic; 
	font-weight:bold; 
	white-space:nowrap; 
}
.quote_s { 
	background:url(/images/quote_s.gif) no-repeat; 
}
.quote {  
	margin-left:5%; 
	margin-right:5%; 
	padding-top:10px; 
	font-style:italic; 
	text-align:justify; 
}
.more {
	border-top: 1px solid #134E9A; 
	margin-top:8px;
	width: 120px;
} 
/* --- GENERIC TABLE (NO BORDER) --- */
table { 
		border-collapse:collapse; /* single-line border */
  	border-spacing: 0 0; /* cellspacing=0 */ 
  	margin:8 0 20 0; }
tr {
		background:#fff; }	
th {
		font-size:13px;
		font-weight:bold;
		padding:2 8 2 2; 
		text-align:left;
		vertical-align:middle;
		background:#fff; }
td {
		font-weight:normal;
		vertical-align:top;
		padding:2 8 2 2; }

/* --- TABLE WITH BORDER --- */		
.border table, .border th, .border td {
	border:1px solid #ccc;
	padding:2px 4px;
}
.border table { /* This will be applied to the TABLE tag */
		empty-cells:show;
		border-collapse:collapse; 
  	border-spacing: 0;
  	margin-right:5px;
}
.border th {
		text-align:center;
		color:#fff;
		background:#3298b5; }
		
/* ------------------------------- HEADER ----------------------------------- */
#header {
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding:3 3px; }
#header #logo {
	padding:6 0px;
	float:left; }
#header #title {
	/*height:69px;
	vertical-align:middle;*/
	padding:10 3 20 3px;
	text-align:center;
	font-size:16px;
	font-style:italic;
	font-weight:bold; }
/* ------------------------------- FOOTER ----------------------------------- */
#footer {
		text-align:left;
		width:100%;
		font-family:'Trebuchet MS', verdana, tahoma;
		font-size: 11px;
		color:#575757;
		padding-top:3px;
		border-top:1px solid #666; }
#footer .print {
		float:right;
		text-align:right; }
#footer .print-img { 
	background:url(/images/iweb4/printicon.gif) no-repeat center left;
	display:inline; padding-right:20px; width:20px; float:right; }
#footer .print-a {
 margin-left:15px; }

#disclaimer {
	margin:8px 0px;
	border-top:1px dotted #ccc;
	font-style:italic;
	text-align:left; }
