@charset "UTF-8";
/*  tocBook.css for Algebra_01  */

/* ****************** body section **************************** */
body 
{ background-color: black;
  width:1100px;
  /* margin:   top   right   bottom   left */
     margin:   65px  auto    65px     auto;    
}

/* ****************** header section **************************** */
header 
{ background-color: #3399FF;
 /* background-image: url('../pics/');
  * background-repeat: no-repeat;
  * background-size: 180px 115px;
 */

  min-height:80px;
 /* padding:   top     right   bottom   left */
    padding:   25px;   0px;    0px;     0px;
  text-align:center;
  
  font-size:16pt;
  span.bigFont {font-size:2em; color:#000099;}
  span.notSoBigFont {font-size:1.3em; color:#000099;}
}

/* ****************** nav section **************************** */
nav 
{ background-color: #0000CD;
  min-height:35px;
  padding-left:15px;
}

nav a:link
{ color:white;
  border-radius: 25px;
  display:block; 
  float:left;
  height:25px;
  /* padding: top  right  bottom  left; */
     padding: 7px  15px   3px     15px;
  /* margin:  top  right  bottom  left; */
     margin:  0px  5px    5px     0px;
  text-decoration:none;
  text-align:center;
  font-size:12pt; 
  font-weight:normal;
  font-family:sans-serif;
}

/* visited link */	
nav a:visited
{ color: white;
}
/* mouse over link */		
nav a:hover
{ color: #000099;
  background-color:#87CEFA;
}
/* selected link */
nav a:active
{ color:white;
  background-color: #009900; /* The color is green. */
}


/* ****************** content section **************************** */	
	#content
	{   background-color: #3399FF;
           /*  background-image: url('../pics/');
               background-repeat: repeat-y;
               background-size: 180px;
           */
	  /*padding: top  right bottom left;*/ 
	    padding: 25px 25px  25px   25px;
	    min-height:1220px;
	}
/* ********************************* Directions Control ********************************* */	
	#content h2.directions
	{   color:#000099;
     /* margin: top  right  bottom  left; */
        margin: 0px   0px   0px     15px; 
		font-size:24pt; font-family:sans-serif;font-weight:300;
	}
	
/* ********************* Anchor Link Control for Content Division ********************* */
#content a:link 
{ color:white; 
  border-radius: 25px;
  display:block; 
  float:left;
  min-width:40px;
  height:25px;
  /*padding: top  right  bottom  left;*/
    padding: 9px  10px   1px     10px;
  /* margin: top  right  bottom  left; */
     margin: 0px   0px   0px     0px;
  text-decoration:none;
  font-size:12pt;
  font-family:sans-serif;
  font-weight:normal;
  text-align:center;
}
#content a:visited
{ color:white; 
}	
#content a:hover
{ color: #000099;
  background-color:#87CEFA;
}
#content a:active
{ color:white;
  background-color:#009900; /* The color is green. */
}



/* ****************** table specifications **************************** */
table 
{/*margin: top   right  bottom  left;*/
   margin: 23px  0px    0px     5px;           margin: 22px  0px    0px     5px;
 /*padding: top  right  bottom  left;*/
   padding: 0px  0px    0px     0px;
   border-spacing: 1px;
}	
td 
{ /* padding: top   right  bottom  left; */
     padding: 5px   15px   5px     15px;
   font-size:14pt;
   text-align:left;
   vertical-align:middle;                   /* background-color:red; */
   height:30px; 
}
td.chapterNameAndNumber
{   width:105px; 
    /* background-color:teal; */
    padding:0px 0px;    
}
/* ************** THIS IS NOT USED EXCEPT FOR TESTING. IT IS NOT INSTALLED ON ANY td tags. ************** */
td.chapterDescription
{ 
}



/* ****************** footer section **************************** */
footer
{  background-color: #0000CD;
   /* background-image: url('../pics'); */       
   /* background-position: center; */
   /* background-repeat: no-repeat; */
   /* padding:   top     right   bottom   left */
      padding:   15px;   0px;    0px;     0px;
   color:#fff;
   min-height:20px;
   text-align:center;
}

