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

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

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

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

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

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

#chapterTitle{
  color:#004000;
}

#sectionTitle{
  color:#006000;
}

#pageTitle{
  color:#008000;
}

#chapterSummaryBox{
    background-color: #E8F2E7;
}

#standardPageMainBar {
	background-color: #FFFFFF;
}

.textStyles {
	color: #000000;
}

.tableBackgroundColor {
     background-color:#E8F2E7;
}

.highlightedBox {
     background-color:#E8F2E7;
	 background-color:#0E0;
}
	
