@charset "utf-8";
/* CSS Document */

body {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	line-height: 140%px;
	background-color: #ebebeb;
}

/*containing table - in this case one column only*/

.container  {
	background-color:#FFF;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border-spacing:0px;
}

/* cell of container table*/
.cell    {
	text-align:justify;
	padding:10px 110px 10px;
	vertical-align:top;
}


.cell_right    {
	text-align:justify;
	padding:10px 110px 10px 0;
	vertical-align:top;
}

.cell_left    {
	text-align:justify;
	padding:10px 0 10px 110px;
	vertical-align:top;
}

.content_right  {
	text-align:justify;
	padding-left:110px;
	vertical-align:top;
	margin-top:40px
}

.content_left  {
	text-align:justify;
	padding-right:110px;
	vertical-align:top;
	margin-top:40px
	
}

.header_grey  {
	color:#a6a6a6;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
}


.header_black  {
	font-weight:700;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.header_yellow  {
	color:#f2e19f;
	font-weight:700;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.header_white  {
	color:#fff;
	font-weight:700;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}


.header_box1  {
	background-color:#ce5b6d; 
	border-bottom-left-radius:10px; 
	border-bottom-right-radius:10px; 
	width:180px; 
	float:left; 
	text-align:center; 
	padding-top:20px;
	padding-bottom:10px;
}

.header_box2  {
	background-color:#bd76aa; 
	border-bottom-left-radius:10px; 
	border-bottom-right-radius:10px; 
	width:180px; 
	float:left; 
	text-align:center; 
	padding-top:20px;
	padding-bottom:10px;
}

.header_box3  {
	background-color:#74b478; 
	border-bottom-left-radius:10px; 
	border-bottom-right-radius:10px; 
	width:180px; 
	float:left; 
	text-align:center; 
	padding-top:20px;
	padding-bottom:10px;
}

.header_box4  {
	background-color:#7793ca; 
	border-bottom-left-radius:10px; 
	border-bottom-right-radius:10px; 
	width:180px; 
	float:left; 
	text-align:center; 
	padding-top:20px;
	padding-bottom:10px;
}

/* cell of container table with smaller side padding*/
.cell_index    {
	text-align:justify;
	padding:70px 50px 10px;
	vertical-align:top;
	height:1062px;
}

/*only applies to the cover page of the book*/

.book_title  {
	font-weight:700;
	font-size:44px;
	font-family:"Times New Roman", Times, serif;
}

.section  {
	color:#777777;
	font-size:32px;
	font-weight:900;
	text-shadow: #cccccc 3px 3px 4px;
}

.section_title  {
	font-size:34px;
	font-weight:900;
	text-shadow: #cccccc 3px 3px 4px;
}

.chapter1 { 
    color:#ce5b6d;
	font-weight:900; 
	font-size: 28px; 
	padding: 10px;
	line-height:150%;
	text-shadow: #cccccc 5px 5px 4px;
	}
	
.chapter2 { 
    color:#bd76aa;
	font-weight:900; 
	font-size: 28px; 
	padding: 10px;
	line-height:150%;
	text-shadow: #cccccc 5px 5px 4px;
	}
	
.chapter3 { 
    color:#74b478;
	font-weight:900; 
	font-size: 28px; 
	padding: 10px;
	line-height:150%;
	text-shadow: #cccccc 5px 5px 4px;
	}
	
.chapter4 { 
    color:#7793ca;
	font-weight:900; 
	font-size: 28px; 
	padding: 10px;
	line-height:150%;
	text-shadow: #cccccc 5px 5px 4px;
	}
	
.title  {
	font-size:22px;
	font-weight:900;
	line-height:120%;
	padding: 10px;
}

.subtitle  {
	font-size:22px;
	font-weight:900;
}

.pink_bold  {
	color:#ce5b6d;
	font-weight:900;
}
	
.purple_bold  {
	color:#bd76aa;
	font-weight:900;
}


.green_bold  {
	color:#74b479;
	font-weight:900;
}

.blue_bold  {
	color:#7793ca;
	font-weight:900;
}

.indent   {
	padding-left:15px;
}

/*normal size but bold*/
.bold  {
	font-weight:900;
}

/*normal size but italic*/
.italic  {
	font-style:italic;
}

/*normal size but underline*/
.underline  {
	text-decoration:underline;
}


.notes    {
	font-size:16px;
}

.notes_img   {
	font-size:14px;
	text-align:center;
	
}
/* a div tag to apply "aling center" in images or text*/

.center   {
	text-align:center;
}

/* a div tag to apply "aling right" in images or text*/
.right    {
	text-align:right;
}

/* a div tag to apply "aling left" in images or text*/
.left    {
	text-align:left;
}

.pink_box   {
	background-color:#f7e2df;
	padding:8px;
	font-weight:900;
	text-align:center;
	margin-bottom:10px;
}

.light_blue_box   {
	background-color:#eeeeee;
	padding:10px;
}

.rerun  {
	font-weight:700;
	font-family:"Comic Sans MS", cursive; padding:20px;
	font-size:14px;
	line-height:140%
}

.yellow_box  {
	font-weight:100; 
	text-align:justify; 
	font-size:15px; 
	font-family:Arial, Helvetica, sans-serif; 
	background-color:#fdf8eb;
	padding:10px;
}

.green_box   {
	background-color:#f3f7f1;
	padding:8px;
	font-weight:900;
	text-align:center;
	margin-bottom:10px;
}

.pink_underline  {
	border-bottom:#ce5b6d 2px solid;
}

.purple_underline  {
	border-bottom:#bd76aa 2px solid;
}

.green_underline  {
	border-bottom:#74b478 2px solid;
}

.blue_underline  {
	border-bottom:#7793ca 2px solid;
}
	
 /*------Publication info------*/	
.book_title, p.book_title {
	color:#000;
	font-weight:800;
	font-size:48px;
	font-family:"Times New Roman", Times, serif;
	line-height:150%;
	margin:0 0 280px 0;
}
.book_subtitle, p.book_subtitle  {
	color:#000;
	font-size:32px;
	font-family:"Times New Roman", Times, serif;
	line-height:150%;
	margin:280px 0 0 0;
}
div.pub_info {
	font-family:Roboto, Tahoma, Geneva, sans-serif;
	border:1px solid #000;
	text-align:center;
	padding:6px;
	font-size:15px;
	line-height:120%;
	margin:40px;
}
div.pub_info > span {
	background: #fff;
    padding: 5px 23px;
    position: relative;
    top: -20px;
    font-size: 18px;
    font-weight: bold;
}
.contributors {
	font-family:Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	text-align: left;
	color: #000;
	line-height:140%;
}
.contributors td, .contributors th {
	padding:8px 16px;
	font-size:15px;
	vertical-align:top;
}
.contributors th {
	width:35%;
	text-align:right; 
	border-right:#000 2px solid; 
	padding-right: 20px; 
	vertical-align:top; 
	color:#000; 
	font-weight:bold;
}
.contributors td {
	width:65%;
	text-align:left;
	padding-left:20px;
}

table.fund {
	border:1px solid #000;
	border-collapse:collapse;
	width:90%;
	margin:20px;
}
.fund th {
	text-align: center;
	font-weight:normal;
	font-size:15px;
	padding:8px 0;
}

.fund td {
	padding:5px;
	vertical-align:top;
	text-align:left;
	font-size: 15px;
}
.fund tr td:first-child {
	width:35%;
    padding-left: 10px;	
	padding-bottom: 10px;
}
.fund td[colspan="2"] {
	text-align: center;
	font-size:14px;
}

p.repub_info {
	text-align:justify;
	border-bottom:1px solid #000;
    padding: 12px;
    font-size: 14px;
    margin: -16px 4px;
}
.repub_info img {
	padding-left: 30px;
}
.repub_appr {
    font-size: 14px;
    padding: 12px 0 3px;
    margin-bottom: 0;
}
.publication_rights {
	margin:0 auto;
	text-align:justify;
	padding:120px 165px;
	vertical-align:middle;
	line-height:150%;
}

p.authors {font-size:18px;}
td.first_pages {
	padding:80px;
	text-align:center;
	line-height:150%;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:middle;
	}
p.pub {font-size:18px;margin:300px 0 40px;}