/* This css file just sets the proper colors for pages on the black track through the material.
   Other attributes are set in other css files. */ 


#standardPageTopBar {
background-image:url(../artifacts/images/backgrounds/pageBordersBlack/top.jpg);
}

#standardPageLeftBar {
	background-image:url(../artifacts/images/backgrounds/pageBordersBlack/left.jpg);
}	

#standardPageRightBar {
	background-image:url(../artifacts/images/backgrounds/pageBordersBlack/right.jpg);
}

#standardPageBottomBar {
	background-image:url(../artifacts/images/backgrounds/pageBordersBlack/bottom.jpg);
}

#logoBox{
    /* This attribute causes the logo for standard black pages to be displayed.*/
	background-image:url(../artifacts/images/logos/black.gif);
}    

#chapterTitle{
  color:#404040;
}

#sectionTitle{
  color:#606060;
}

#pageTitle{
  color:#808080;
}

#standardPageMainBar {
	background-color: #FFFFFF;
}

#chapterSummaryBox{
    background-color: #f1f2f4;
}

.tableBackgroundColor {
     background-color:#f1f2f4;
}