/* BAE Display Modules StyleSheet */
.displayContentItem
{
	padding-top:6px;
	padding-bottom:4px;
}
/*New BAE Display Styles*/
#displayActionButtons
{
	float:right;
	position:absolute;
	padding-bottom:2px;
	right:25px;
	top:5px;
	font-size:10px;
}
#displayActionButtons_bottom
{
	padding-top:10px;
	width:100%;
	text-align:center;
}
#displayHotLinkBody{
	width:490px;
}
#displayHotLinkMenu{
	width:100px;
	border-right:1px solid black;
}
.displaySelectiveContentItem
{
	padding-left:30px;
}
.displaySelectiveContentTitle
{
	font: normal normal normal small Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#newsreaderArticle
{
	border:1px solid black;
	border-top-style:hidden;
	
	padding-top:8px; 
	padding-bottom:8px;
}
#newsreaderActionRow
{
	border-left:1px solid black;
	border-right:1px solid black;
	padding-top:4px;
	padding-bottom:8px;
	padding-right:4px;
	text-align:right;
}
#newsreaderActiveArticle
{
	overflow:auto;
	height:400px;
	
	padding:2px;
	/*
	OR USE
	overflow:visible;
	*/
}
#newsreaderNewsArticle  /*The content section of the main article*/
{
	padding-left:6px; 
	padding-right:2px
}
#newsreaderActiveArticleALT   /*Will be used if the archives are showing*/
{
	overflow:auto;
	height:400px;
	/*
	OR USE
	overflow:visible;
	*/
}
/*
Don't forget to take into consideration
--the height of the newsreaderActionRow  (24  + top and bottom padding)
--the height of the "by-line" and padding  ( size of acute class(6) + 4)
*/
#newsreaderCurrentNews   /*Will be used if the archives are showing*/
{
	overflow:auto;
	height:442px;
	
	padding-left:2px; 
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	/*
	OR USE
	overflow:visible;
	*/
}
#newsreaderCurrentNewsALT   /*Will be used if the archives are showing*/
{
	overflow:auto;
	height:222px;
	
	padding-left:2px; 
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	/*
	OR USE
	overflow:visible;
	*/
}
#newsreaderArchivedNews   /*Will be used if the archives are showing*/
{
	overflow:auto;
	height:222px;
	
	padding-left:2px; 
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	/*
	OR USE
	overflow:visible;
	*/
}
#newsreaderArchivedNewsALT   /*Will be used if the archives are NOT showing*/
{
	width:100%; 
	border-top:1px solid #000000;
}
#newsreaderTitleSpacer  /*the spacing div between current and archived articles*/
{
	border-left:1px solid #000000; 
	border-right:1px solid #000000
}
#newsreaderArchivedTitle
{
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
#newsreaderArchivedTitle
{
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
#newsreaderByLine
{
	padding-left:2px; 
	padding-top:2px; 
}

.nodecor a, .nodecor a:link, .nodecor a:hover, .nodecor a:visited, .nodecor a:visited:hover, .nodecor a:active
{
	text-decoration: none;
	border: 0px;
}
.nodecor a, .nodecor a:link, .nodecor a:hover, .nodecor a:visited, .nodecor a:visited:hover, .nodecor a:active
{
	text-decoration: none;
	border: 0px;
}
.displayImageColumnContent
{
	height:100%;
}
.displayImageColumnImage
{
	height:100%;
	width:200px;
}
.displayContentPage
{
	height:100%;
}