/* CSS Document for 352 Media Group News & Press Releases Feature */

/* STYLES FOR LISTING PAGES */

#listingContainer
{
	width: 600px;
	margin: 0 auto 0 auto;
}

/* Current/Archive Toggle Div */
#listingContainer #archiveToggleContainer
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}

/* Current/Archive Toggle Links */
#listingContainer #archiveToggleContainer a
{
	color: #0000ff;
	text-decoration: none;
	font-size: 12px;
	display: inline;
	font-weight: bold;
}

#listingContainer #archiveToggleContainer a:hover
{
	color: #0000ff;
	text-decoration: underline;
}

#listingContainer #archiveToggleContainer a.selected
{
	color: #000000;
}

/* Paging Div */
#listingContainer #pagingContainer
{
	font-size: 11px;
}

/* Category Chooser Interface */
#listingContainer #categoryChooser
{
	color:#000000;
	font-size: 12px;
	font-weight:normal;
}

/* News Sotry List */
#listingContainer #newsStoryList
{
	 color: #000000;
	 font-size: 11px;
	 	 
	 list-style-type: none;
	 margin: 15px 0 0 0;
	 padding: 0 0 0 10px;
}

#listingContainer #newsStoryList li
{
	margin: 0px 0px 10px 10px;
	padding: 0 0 0 0;
}

/* News Story Titles */
#listingContainer #newsStoryList h1
{
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	padding: 4px 0 0 10px;
	
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
}

/* News Sotry Dates*/
#listingContainer #newsStoryList h2
{
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* News Story 'Read More' link */
#listingContainer #newsStoryList a
{
	color:#0000ff;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	display:block;
}

#listingContainer #newsStoryList a:hover
{
	text-decoration: underline;
}


/* STYLES FOR DETAIL PAGE */

#detailContainer
{
	width: 600px;
	margin: 0 auto 0 auto;
}

/* Story Title */
#detailContainer h1
{
	color: #000000;
	font-size: 20px;
	font-weight: bold;	
	margin: 0px 0px 10px 0px;
	text-align: center;
}

/* Story Information */
#detailContainer #storyData
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;	
	margin: 10px 0px 20px 0px;
	border: 1px solid #000000;
	padding: 6px 0 6px 0;
	background-color:#ffffff;
	list-style-type: none;
	text-align: left;
}

#detailContainer #storyData li
{
	display: inline;
	border-left: solid 1px #000000;
	padding: 0 5px 0 5px;
	margin: 0 -1px 0 -1px;
}

/* Story Text */
/* Beware that styles in this block might conflict with the user-generated story text */
#detailContainer #storyContainer
{
	font-size: 12px;
}

/* STYLES FOR ROTATER */

#newsFlashBox
{
	border: solid 1px #000000;
	padding: 10px;
	margin: 0 auto 0 auto;
	width: 200px;
}


/* Title and Summary */
#newsFlashBox div.summary
{
	color: #000000;
	font-size: 11px;
	text-align: center;
}

#newsFlashBox div.summary #divTitle
{
	font-size: 16px;
	font-weight: bold;
}

#newsFlashBox div.summary a
{
	color: #0000ff;
	text-decoration: none;
}

#newsFlashBox div.summary a:hover
{
	text-decoration: underline;
}

/* Rotater Navigation */
#newsFlashBox div.navbar
{
	color: #000000;
	font-size: 11px;
	text-align: center;
}

#newsFlashBox div.navbar a
{
	color: #0000ff;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}

#newsFlashBox div.navbar a:hover
{
	text-decoration: underline;
}

