/*----------------------------------------------------------------------------*/
/* different ways to hide things */

.posHide /* rendered offscreen */
{
	position: absolute;
	top: -1000px;
	left: -1000px;
}
.disHide /* ignored completely */
{
	display: none;
}
.visHide /* takes up canvas space but invisible */
{
	visibility: hidden;
}






/*----------------------------------------------------------------------------*/
.clear /* every css file needs a clearer */
{
	clear: both;
}




/*----------------------------------------------------------------------------*/
div#snipits
{
	width: 190px;
	margin-left: 1px;
	padding: 4px;
	text-align: left;
}
div#snipits-image-wrap
{
	text-align: center;
}
div#snipits img#snipits-image
{
	display: inline;
	border: none;
	margin: 4px auto 4px auto;
}



/*----------------------------------------------------------------------------*/
.yweather
{
	width: 198px;
	padding-left: 1px;
}
.yweather img
{
	border: 0;
	margin: 0;
	padding: 0;
}
.yweather p
{
	margin: 0;
	padding: 0;
}

/* search */
.yweatherSearch
{
	padding: 8px;
	border-bottom: 1px solid #a1b4cd;
}
.yweatherZipInput
{
	width: 120px;
	margin: 0 8px 0 0;
}

/* current */
.yweatherCurrent
{
	padding: 8px;
}
.yweatherCurrent p span
{
	float: right;
	width: 50px;
}
.yweatherTopInfo p span
{
	display: block;
	font-weight: bold;
	float: none;
}
.yweatherCurrent img, .yweatherPeriod img
{
	float: left;
}
.yweatherTopInfo, .yweatherForecastInfo
{
	float: left;
	width: 118px;
	padding: 0 0 0 8px;
}

/* forecast */
.yweatherPeriod
{
	padding: 8px;
	border-bottom: 1px dotted #a1b4cd;
}
.yweatherPeriod .yweatherForecastDay
{
	font-weight: bold;
}





/* satellite and radar */
div.yweatherSatRad
{
	background-color: #000000;
}
div.yweatherSatRad p
{
	color: #aaa;
	font-size: 90%;
	padding: 4px;
}
div.yweatherSatRad img
{
	padding: 4px;
}

/* Yahoo attribution */
.yweatherCredit
{
	padding: 16px 8px 8px 8px;
	text-align: center;
	font-size: 80%;
}













/*----------------------------------------------------------------------------*/
#rss-browser div.rss-browser-feeds
{
	font-size: 80%;
	font-weight: bold;
	padding: 0.5em 7px;
	margin: 0;
	margin-bottom: 1px;
	border-top: 1px solid #d0d9e6;
	border-right: 1px solid #d0d9e6;
	border-bottom: 1px solid #7595b5;
	border-left: 1px solid #7595b5;
	color: #194e84;
	/* background: url(/i-p/rssfeeds-bg.jpg) repeat-y right; */
}

#rss-browser img.rss-browser-open-close
{
	float: right;
	cursor: pointer;
}

#rss-browser div.rss-browser-feeds a
{
	margin-left: 4px;
	font-size: 100%;
	color: #194e84;
	text-decoration: none;
	font-weight: normal;
	padding-right: 4px;
}

#rss-browser div.rss-browser-feeds a:hover, #rss-browser div.rss-browser-feeds a.open
{
	text-decoration: underline;
	padding-right: 4px;
}

#rss-browser div.rss-browser-feeds a.open
{
	font-weight: bold;
}

#rss-browser ul
{
	list-style: none;
	padding: 0;
	margin-left: 10px;
	margin-top: 0.75em;
	margin-bottom: 1em;
}

#rss-browser ul li
{
	font-size: 90%;
	line-height: 1.5em;
	color: #999;
} 
#rss-browser ul li span.rss-browser-pubdate
{
	font-size: 85%;
}
#rss-browser ul li.rss-browser-more-from a
{
	font-style: italic;
	font-weight: normal;
	color: #666;
}

.rss-browser-floater
{
	display: block;
	width: 400px;
	color: #666;
	font-size: 80%;
	border-top: 1px solid #7595b5;
	border-left: 1px solid #7595b5;
	border-bottom: 1px solid #194e84;
	border-right: 1px solid #194e84;
	background: #fff;
	padding: 7px;
	z-index: 100;
	line-height: 1.5;
	
}
.rss-browser-floater img
{
	margin: 0 7px 7px 0;
	padding: 0;
	border-top: 1px solid #7595b5;
	border-left: 1px solid #7595b5;
	border-bottom: 1px solid #194e84;
	border-right: 1px solid #194e84;
	z-index: 200;
}









/*----------------------------------------------------------------------------*/
#story-browser-images
{
	width: 225px; /* extra 5 pixels to compensate for thumbnail margin. */
	float: left;
	margin-right: 1em;
	display: block;
}
div#story-browser-controls
{
	position: absolute;
	left: 180px;
	top: 165px;
}
#story-browser-controls img
{
	cursor: pointer;
	display: inline;
	margin: 0 0 5px 0;
	padding: 0;
	border: none;
}
.story-browser-photo
{
	float: left;
	margin-right: 1em;
	margin-bottom: 20px;
}



#story-browser div.story-browser-story h1
{
	border: none;
	text-align: left;
	padding: 0;
	padding-top: 20px;
	margin: 0;
	font-size: 120%;
	display: inline;
	clear: none;
	text-decoration: none;
}
#story-browser div.story-browser-story h2
{
	border: none;
	text-align: left;
	padding: 0;
	padding-top: 5px;
	font-size: 90%;
	font-weight: normal;
	margin: 0;
	color: #666;
}
#story-browser div.story-browser-story h3
{
	margin: 0;
	text-align: left;
	padding: 0 0 0 15px;
	font-weight: normal;
	font-size: 80%;
	background: url(/i-p/item-more.gif) no-repeat 0 2px;
}

div#story-browser div.story-browser-story h3.read
{
	background: url(/i-p/item-more.gif) no-repeat 0 2px;
}
div#story-browser div.story-browser-story h3.pdf
{
	background: url(/i-p/item-more.gif) no-repeat 0 2px;
}
div#story-browser div.story-browser-story h3.audio
{
	background: url(/i-p/item-audio.gif) no-repeat 0 2px;
}
#story-browser div.story-browser-story h3.video
{
	background: url(/i-p/item-more.gif) no-repeat 0 2px;
}
#story-browser div.story-browser-story h3.web
{
	background: url(/i-p/item-more.gif) no-repeat 0 2px;
}


#story-browser div.story-browser-story h3 a
{
	font-weight: normal;
	text-decoration: none;
}
#story-browser div.story-browser-story h3 a:hover
{
	text-decoration: underline;
}
#story-browser div.story-browser-story p
{
	border: none;
	text-align: left;
	padding: 5px 0;
	margin: 0;
	font-size: 80%;
	font-weight: normal;
	color: #999;
}




/*----------------------------------------------------------------------------*/
#threat-level
{
	width: 198px;
	padding-left: 1px;

}

#threat-level
{
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 90%;
	text-align: center;
	margin: 0 auto;
	padding: 8px;
}
#threat-level img
{
	display: inline;
	border: 0;
	margin: 0;
}






/*----------------------------------------------------------------------------*/
/* For the big map */
#ymap
{
	
	width: 587px;
	height: 384px;
	border: 1px solid #194e84;
	margin-bottom: 1em;
	overflow: auto;
}
#ymapysmw
{
	width: 300px;
}
#ymapysmw img
{
	float: right;
	margin-left: 10px;
}
#ymapysmw p
{
	font-size: 80%;
	text-align: left;
}
#ymapysmw table td
{
	margin: 0;
	padding: 0px;
	border: none;
}


#ymap-disclaimer
{
	padding: 10px;
}
#ymap-disclaimer img
{
	border: 0;
}


#ymap-confirm, #ymap-search
{
	margin: 1em;
	text-align: center;
}
#ymap-confirm-button
{
	padding: 0;
	margin: 0;
}


#ymap-search-city, #ymap-search-street
{
	width: 110px;
}
#ymap-search-zip
{
	width: 50px;
}



div.ymap_key
{
	margin-top: 1em;
}
div.ymap_key p
{
	font-size: 80%;
	display: block;
	float: left;
	width: 280px;
}
div.ymap_key p img
{
	float: left;
	margin-right: 5px;
}



/* For the itty-bitty map: */

#ymap-block
{
	width: 198px;
	margin-left: 1px;
}
#ymap-block #ymap-tiny
{
	width: 198px;
	height: 217px;
}
#ymap-block iframe
{
	width: 198px;
	height: 217px;
	border: 0;
}
#ymap-block img
{
	border: none;
}
#ymap-block .ymap-icon
{
	float: right;
	border: none;
	background: transparent;
}
img.ymap-road-icon
{
	float: left;
	margin: 0 4px 4px 0;
}
.ymap-panel
{
	border-bottom: 1px solid #a1b4cd;
	width: 198px; 
	height: 250px;
	overflow: auto;
}

#ymap-block .ymap-item
{
	border-bottom: 1px solid #a1b4cd;
	padding: 0 4px;
}
#ymap-block .ymap-item h5
{
	color: #194e84;
	font-weight: bold;
	font-size: 80%;
}
#ymap-block .ymap-item p
{
	clear: both;
	font-size: 80%;
}
#ymap-block img.ymap-credit
{
	margin: 0.5em auto;
}

#ymap-block .ymap-highlight
{
	background-color: #d8e9ff;
}

#ymap-block #ymap-accordion panelContent
{
	border-bottom: 1px solid #a1b4cd;
	width: 198px; 
	height: 250px;
	overflow: auto;
}

#ymap-block .ymap-empty-list
{
	text-align: center;
	font-size: 18px;
	margin-top: 50px;
	color: #cccccc;
	font-weight: bold;
	padding: 20px;
}
#ymap-loading-icon
{
	padding: 89px 0 0 89px;
}
div.ymap-clickable
{
	cursor: pointer;
}
#ymap-tinyyzscale
{
	display: none;
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hide;
	z-index: -5000;
}





/*----------------------------------------------------------------------------*/
div.panelHeader, div.panelHeaderOpen, div.panelHeaderLocked
{
	font-weight: bold;
	padding: 4px 4px 4px 15px;
	/* color: #194e84; */
	border-bottom: 1px solid #c3c8cb;
	border-top: 1px solid #fefefe;
	cursor: pointer;
	background: #eaeeee url(/i-p/open2.gif) no-repeat 4px center;
}

div.panelHeader h4, div.panelHeaderOpen h4, div.panelHeaderLocked h4
{
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	color: #194e84;
	font-weight: normal;
	font-size: 12px;
}	
	
div.panelHeader:hover
{
	background: #ffffff url(/i-p/open2.gif) no-repeat 4px center;
	/* color: #5e83a9; */
}
div.panelHeaderOpen
{
	background: #ffffff url(/i-p/close2.gif) no-repeat 4px center;
	/* color: #5e83a9; */
	border-bottom: 1px solid #a1b4cd;
	/* border-top: 1px solid #5e83a9; */
}

div.panelHeaderLocked
{
	color: #5e83a9;
	background-image: none;
}

div.panelContent
{
	border-bottom: 1px solid #a1b4cd;
}

#calendar-block
{
	width:198px;
	margin-left: 1px;
	text-align: center;
}
#calendar-block img
{
	border: none;
	float: none;
	display: inline;
}
#calendar-table,
#calendar-table tr,
#calendar-table tr th,
#calendar-table tr td
{
	border: none;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	text-align: center;
}
#calendar-table
{
	width: 100%;
	border-bottom: 1px solid #194e84;
}
#calendar-table tr th
{
	font-weight: bold;
	font-size: 80%;
	padding: 2px 0;
}
#calendar-table tr td
{
	width: 14%;
	font-size: 80%;
	padding: 2px 0;
}
#calendar-table tr td.selected
{
	background-color: #eee;
}
#calendar-table tr td.has-events a
{
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
}
#calendar-table tr td.today, #calendar-table tr td.today a
{
	font-weight: bold;
}
#calendar-table tr#calendar-day-key td
{
	background-color: #194e84;
	font-weight: bold;
	color: #fff;
}
#calendar-category-select
{
	margin: 8px;
	font-size: 80%;
	width: 182px;
}


/*----------------------------------------------------------------------------*/
#link-scroller
{
	margin-left: 1px;
	width: 198px;
}
#link-scroller-wrap
{
	height: 300px;
	width: 198px;
}
#link-scroller-mask
{
	position: absolute;
	height: 300px;
	width: 198px;
	clip: rect(0px 198px 300px 0px);
}
.link-scroller-story
{
	width: 182px;
	padding: 8px;
	position: absolute;
	top: -5000px;
	text-align: left;
}
#link-scroller-story-0
{
	top: 0px;
}
#link-scroller-controls
{
	text-align: right;
	padding: 8px;
	font-size: 80%;
}
#link-scroller-controls img
{
	display: inline;
	border: none;
	cursor: pointer;
}
#link-scroller-play-pause
{
	float: left;
}





/*----------------------------------------------------------------------------*/
#link-scroller div.link-scroller-story h1
{
	font-size: 80%;
	font-weight: bold;
	display: block;
	text-align: left;
	margin-bottom: 4px;
	padding-bottom: 4px;
}
#link-scroller div.link-scroller-story h2
{
	font-size: 80%;
	font-weight: normal;
	color: #666;
}
#link-scroller div.link-scroll-story a
{
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
