/************************************************/
/*     Navigation frame   - left frame          */
/************************************************/

body.navigation {
	font-family : Arial;
	font-size : small;
	color : rgb(44,19,86);
	background-color : rgb(167,154,173); /* purple background */
}

table.navigation  {
	font-family : Arial;
	font-size : small;
	color : rgb(44,19,86);
	background-color : rgb(211,206,215);
}

<!-- Left side chapter navigation: used for the elements in the navigation table -->
a.navigationitem  {
	color : rgb(44,19,86);
	background-color : rgb(211,206,215);
	font-weight : bold;
	font-size : 11pt;
	font-family : Arial;
	vertical-align : middle;
	padding-top : 1%;
	text-decoration : none;
}

a.topbutton  {
	color : rgb(44,19,86);
	/* background-color : rgb(211,206,215); */
	font-weight : bold;
	font-size : small;
	font-family : Arial;
	vertical-align : middle;
	padding-top : 1%;
	text-decoration : none;
	
}

/************************************************/
/*   List of recipes frame   - right frame       
     Chapter page in the cookbook
*/
/************************************************/
/* Used for the Lists frame */
body.lists  {
	color : Black;
	font-size : small;
	font-family : Arial;
	background-color : rgb(211,206,215);
}

/* sub-title in recipe list - for authentic information */
p.chaptertitle {
	color : rgb(44,19,86);
	/* font-weight : bold; */
	font-size : 24;
	font-family : Arial;
}

p.chaptersubtitle {
	color : rgb(44,19,86);
	font-weight : bold;
	font-style: italic;
	font-size : 16;
	font-family : Arial;
	padding: 0;
	margin-top: 6;
	margin-bottom: 6;
}

ul.chapterlist {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

a.slideshowlink  {
	color : rgb(44,19,86);
	font-size : 11pt;
	font-family : Arial;
	
}
/*
width=426 height=478 border="4"  valign="top" bordercolorlight="rgb(167,154,173)" bgcolor="rgb(241,236,245)"
	   bordercolordark="rgb(167,154,173)">
	*/   
	   
A:HOVER {
	color : #D2691E;
}


* Ready recipes */
/* Recipe lists: this affect the number in the list */
li.listlink {
	color : rgb(44,19,86);
	/* font-weight : bold; */
	font-size : 11pt;
	font-family : Arial;
	margin-top: 55pt;
	list-style-image: url("../images/general_images/arrow.gif");
}

/* Recipe lists: this affect the text in the list */
a.listlink  {
	color : rgb(44,19,86);
	/* font-weight : bold;  */
	font-size : 11pt;
	font-family : Arial;
	text-decoration : none;
	margin-top: 5pt;
}

/* The following definitions are used for the development phase and should
	be removed 
	
	
 recipe to be typed 
 Recipe lists: this affect the number in the list 
li.listline1 {
	color : black;
	font-weight : bold;
	font-size : small;
	font-family : Arial;
	margin-top: 3pt;
}

Recipe lists: this affect the text in the list 
a.listline2  {
	color : black;
	font-weight : bold;
	font-size : small;
	font-family : Arial;
}
/* Ready recipes */
/* Recipe lists: this affect the number in the list 
li.listline {
	color : rgb(44,19,86);
	font-weight : bold; 
	font-size : medium;
	font-family : Arial;
	margin-top: 3pt;
	/*list-style-image: url("../images/general_images/arrow.gif");*/
}

/* Recipe lists: this affect the text in the list 
a.listline  {
	color : rgb(44,19,86);
	font-weight : bold; 
	font-size : medium;
	font-family : Arial;
	text-decoration : none;
}
*/

