/******************************* Left navigation. ************************/
.LeftNavMainHeader 
{
	color: #8E1736;
	border-bottom:1px solid #8BA7C4;
}

.LeftNavLatestUpdate 
{
	font-size: 10px;
	color: #333333;
}


/** Left Nav Table Links **/
.LeftNavTablesLink 
{
	margin-top:15px;
	margin-bottom:15px;
}

.LeftNavTablesLink, .LeftNavTablesLink a
{
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
}

 .LeftNavTablesLink a 
 {
	color: #8E1736;
 }





/** Book PART list ***/
.LeftNavPartList
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;	
}

.LeftNavPartList li, .LeftNavPartList li a.partTitle{
	font-size: 10px;
	line-height: 18px;
}


.LeftNavPartList li a.partTitle
{
	font-weight:bold;
	text-transform:uppercase;
	color:Black;
}

UL.LeftNavChapterHeadings
{
	list-style-type:none;
	margin-left: 0px;
	padding: 0px;
	margin-bottom: 16;
}


.LeftNavChapterHeadings li table 
{
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	width:100%;
}

.LeftNavChapterHeadings li table td
{
	padding:0px;
	font-size: 11px;
	line-height: 14px;	
	font-family: "Times New Roman", Times, serif;	
	text-decoration: none;
	color: #aaa;
	font-weight: normal;
}

.LeftNavChapterHeadings li table td.chapterText 
{
	width:100%;
	color: #aaa;
}

.LeftNavChapterHeadings td.selected, .LeftNavChapterHeadings a, 
{
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;		
	color: #333;
	
}


/** Left PAGE List ***/
.LeftNavPageList
{
	list-style-type: none;
	margin: 0px;
	padding: 8px 0 8px 0;
	border-bottom:1px solid #8BA7C4;
	border-top:1px solid #8BA7C4;
	margin-bottom: 10px;

}

.LeftNavPageList li, .LeftNavPageList a {
	font-size: 10px;
	line-height: 18px;
	text-decoration: none;
	color: #274C94;
	font-weight: normal;
}


/*** Left Nav Credits ****/
.LeftNavCredits, .LeftNavCredits .Nasstar, .LeftNavCredits Strong, .Nasstar a
{
	font-size: 10px;
	line-height: 18px;
}

.Nasstar 
{
	color: #8E1736;
}

.Nasstar a
{
	color: #8E1736;
}
/******************************* End Left navigation. ************************/
