/* These are the news page's styles for showing the short clips */
.newsClip, .newsClipHighlight
{ 
	margin: 5px 1px 7px 2px;
	clear: both;
	padding: 2px 0 2px 7px;
	overflow: auto;
	border-bottom: thick;
	border-bottom-color: #77AA99;
	border-bottom-style: solid;
}

.newsClipHighlight
{ 
	background-color: #EEEEEE;
}

/* These are primarily for the story popup or inline style */
.currentPageNumber
{
	font-weight: bold;
}

#storyDate
{
	text-align: right;
	font-style: italic; 
	font-weight: bold;
}

#pageNumberDisplay
{
	text-align: right;
	font-weight: bold;
}

#storyTitle
{
	clear:both;
	font-size:108%;  /*14px via YUI Fonts CSS foundation*/
	width: 100%;
	background-color: #77AA99;
	font-weight: bold;
}


#pageText
{
	background-color: white;
}

#pageNumbers
{
	text-align: center;
}

/* These are for the insert of a story into another page (as typically done on the home page) */
.insertStoryDate
{
}

#storyNamesHeader
{
	font-weight: bold;
	text-decoration: underline;
}

.storyNamesMain, .storyNamesAlternate, .storyNamesHighlight
{
	font-size: 90%;
}

.storyNamesHighlight
{
	background-color: #88EE77;
}