/************************************************/
/*   Chapter lists ccs 
*/
/************************************************/

body.lists  {
	color : Black;
	font-size : small;
	font-family : Arial;
	background-color : rgb(211,206,215);
}

/* Top of the page - List title name */
p.chapter_title {  
  color: #2C1356; /* rgb(44, 19, 86); */
  font-size: 24pt;
  font-family: Arial, sans-serif;
}

a.slideshowlink  {
	color : rgb(44,19,86);
	font-size : 11pt;
	font-family : Arial;
	
}

/* The scrolling table-like DIV for displaying the list of recipe names - height: 780px; */
div.scrollable_table {
/* Old  width: 426px; */
    width: 526px;
    height: 780px;
    border: 4px solid rgb(167, 154, 173);
    background-color: rgb(241, 236, 245);
    overflow: auto; /* Enables scrolling */
}

/* To print, change table size - Poultry height: 1120px;  */

div.scrollable_content { 
    padding: 10px;
}

ul.chapterlist {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
	color : rgb(167,154,173);
}

 
a.listlink:hover {
    color: #D2691E;
    transition: color 0.3s ease;
}


li.listlink {
	color : rgb(44,19,86);
	font-size : 11pt;
	font-family : Arial;
	margin-top: 5pt;
	list-style-image: url("../images/general_images/arrow.gif");
} 

a.listlink  {
	color : rgb(44,19,86);
	font-size : 11pt;
	font-family : Arial;
	text-decoration : none;
	margin-top: 5pt;
}



p.chaptersubtitle {
	color : rgb(44,19,86);
	font-weight : bold;
	font-style: italic;
	font-size : 16pt;
	font-family : Arial;
	padding: 0;
	margin-top: 6;
	margin-bottom: 0;
}

 

table.picture_table {
    width: 510px;
    height: 510px;
    border: 4px solid rgb(167,154,173);
    background-color: rgb(241,236,245);
    border-collapse: collapse; /* Optional for tighter table borders */
}

td.picture_td {
    padding: 0;
    text-align: center;
}

img.picture_img {
    width: 500px;
    height: 500px;
    display: block;
}

