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

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

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

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

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

#logoBox{
    /* This attribute causes the logo for standard blue pages to be displayed.  The other
	   attributes for logoBox are found in standardPage.css*/
	background-image: url(../artifacts/images/logos/blue.gif);
}    

#chapterTitle{
  color:#000040;
}

#sectionTitle{
  color:#000060;
}

#pageTitle{
  color:#000080;
}

#standardPageMainBar {
	background-color: #FFFFFF;
}

#chapterSummaryBox{
     background-color:#e7f1fb;
}

.textStyles {
	color: #000000;
}

.tableBackgroundColor {
     background-color:#e7f1fb;
}