/* 
LiveEdition v. 1 formats.css 
Eva Kaniasty 01/06/2006

these are general/misc styles that apply at all font sizes

 */

hr
{
	position:relative;
	display:block;
	clear:both;
	padding-bottom:5px;
	padding-top:5px;
}
	
/* default link styles   */	
	a:link, a:visited
	
	{
		text-decoration: none;
		color: #444444;
	} 
	
	
		
		
	/* style for currently selected section i.e. B - Metro */		
	#selectedSection
	{
		color: #c95431;
		font-weight: bold;
		display: inline;

	}	
		
	
	
	/* styles for page links i.e. A3 */	
	
	.letterLink
	{
		text-decoration: none;
		font-weight: bold;
		/*display: block;*/
		text-align: center;
	}
	
	
	a:hover.letterLink
	{	
		text-decoration: underline;
	}
	
	
	.selectedLetter, a:link.selectedLetter, a:visited.selectedLetter
	{
		color: #006699; /*#c95431;*/
		font-weight: bold;
		display: block;
		text-align: center;
		border:0px solid red;
		width:70px;
	}
	
	.unselectedLetter, a:link.unselectedLetter, a:visited.unselectedLetter
	{
		color: #666666;
		font-weight: bold;
		display: block;
		text-align: center;
		width:70px;
		border:0px solid red;
		clear:both;
	}
	

	
	
	
	/* default bullet styles, used in headline lists   */
	
	ul
	
	{
	margin-top: 5px;
	margin-left: 12px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin-right: 0px;
	margin-bottom: 5px;

	}
	
	li
	{
	 padding-top: 10px;
	 padding-right: 0px;
	 margin-right: 0px;
	
	}
	
	/* headlines pane styles  */	
	
	
	.headlineSelected
	{
	font-weight: bold;
	color: #c95431;
	text-decoration: none;

	} 
	
	
	li.headlineLink
	{
	 list-style-type: square;
	
	
	}
	
	
	a:hover.headlineLink, a:hover.headlineSelected
	{
	color: #c95431;
	} 
	
	
	
	.headlineLink, a:link.headlineLink, a:visited.headlineLink
	
	{
	text-decoration: none;
	color: #405481;
	} 
	
	.headlineSelected, a:link.headlineSelected, a:visited.headlineSelected
	{
	color: #c95431;
	
	
	}
	
	li.headlineSelected
	{

	color: #c95431;
	list-style-type: square;
	}
	
	
	/* search result styles   */
	a:link.resultLink, a:visited.resultLink
	{
	color: #405481;
	text-decoration: none;
	font-weight: bold;
	}
	
	
	a:hover.resultLink
	{
	
	text-decoration: underline;
	font-weight: bold;
	}
	
			
		
	/* misc styles, self-explanatory  */	
		
		
	table
	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	}	
		
	.centered
	{
	text-align: center;
	margin: 0px auto;
	}
	
	
	.redText
	{

	color: red;

	}
	
			
	.hide
	{
	
	
	display: none;
	clear:both;
	}
	
	
	.show
	{
		display: block;
		text-align:center;
		clear:both;
	}

	
/* this is used in the search view to highlight search terms*/	
	.highlighted
	{

	color: #c95431;
	display: inline;
	
	}
	
	

	

/* these are used in the thumb pane in newspaper view*/
	td.thumbCell
	
	{

	 text-align: center;
	 margin: 0px auto;
	}	
	

/* these are used in the login view to align the form elements */
	td.centered
	
	{
	padding: 5px;
	 vertical-align: top;
	 text-align: center;
	 margin: 0px auto;
	}
	
		
	td.laligned
	
	{
	padding: 5px;
	vertical-align: top;
	text-align: left;
	}
	
	
	td.raligned
	
	{
	 padding: 5px;
	 vertical-align: top;
	 text-align: right;
	 margin: 0px auto;
	}
	
	

	
	

/* the jump formats are for v.2 - see  HeadlinePane_v2.html for application  */	
	.jump
	{
	font-weight: normal;
	color: #666666;
	text-decoration: none;

	} 

	
	li.jump
	{
	list-style-type: square;
	}
	


/* background color formats */

.whiteBG 
{
	background-color: White;
}
	

	

