@charset "utf-8";

/* Sample CSS Document */

body {
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: justify;
	background-color: #ebebeb;
}

.bookpage {
	width: 800px;
    margin: 10px auto;
    padding: 25px 50px;
    background-color: #ffffff;
	vertical-align:top;
}

.page {
	width: 800px;
	min-width: 800px;
	max-width: 800px;
	margin-left: 40px;
	margin-right: 40px;
	text-align: justify;
}


/**/

/* chapter cover 
  p.unit_number, p.title {	
	text-indent: 10px;
	margin: 0px 5px 5px 0px;
}*/

.chapterpage {
	padding-left:30px;
	}
.columns {
	width: 90%;
	background-color:#fff;
}


.chapter_title_table_left_td {
	width: 30%;
	text-align: center;
	vertical-align: middle;
	border-left: 10px solid #0082c6;
	border-radius: 20px;
	margin:0;
	padding:0;
}

.chapter_title_table_right_td {
	width: 100%;
	/*height: 80px;*/
	text-align: left;
	vertical-align: middle;
	border-right: 10px solid #0082c6;
	border-radius: 20px;
	padding-right:10px;
}

p.chapter_title_table_left_td_text, p.chapter_title_table_right_td_text {margin:0;padding:0;}
p.chapter_title_table_left_td_text { line-height: 110px; }
	
	
.chapter_title_table_left_td_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 135px;
	font-weight: bold;
	color: #9d9d9c;	
}

.chapter_title_table_right_td_text {
	font-family: sans-serif;
	color: #00AEEF;
    font-size: 30px;
    line-height: 32px;
	font-weight:bold;
    text-align: right;}

.chapter_image {
	text-indent: 0px;
	margin: 0px;
	text-align: center;
}

.chapter_contents_number {
	text-indent: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #00AEEF;
	float: left;
	display: block;
}

.chapter_contents_text {
	text-indent: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #00AEEF;
	text-align: justify;
	padding-left: 60px;
	display: block;
}

.chapter_description {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

td.unit_number {
	width: 10%;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	border-left: 4px solid #009fe3;
	border-right: 4px solid #009fe3;
	border-radius: 10px;
}
.unit_number {
	text-indent: 0px;
	margin: 0px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 26px;
	font-weight: bold;
	color: #1d1d1b;
}
td.unit_title {
	width: 90%;
	height: 35px;
	text-align: left;
	vertical-align: middle;
}
.unit_title {
	text-indent: 0px;
	margin: 0px;
	padding-left: 5px;
	font-size: 26px;
	font-weight: bold;
	color: #009fe3;
}

/*--------------------------------------cover page--------------------------------------*/




/* 
 * chapter td for an image of 800px width the height analogy is 1175px for the current
 * book 
 */

tr.chapter {
    vertical-align: top;
    position: relative;
    display: block;
	/*epipleon*/
	border-top: 2px solid #06f;
}

tr.chapter td {
    /*padding-top: 130px;*/
	padding-top: 30px;
}

tr.chapter span.chapter-number, tr.chapter span.chapter-title {
    font-size: 3.4em;
}

tr.chapter span.chapter-number {
    color: #ED1C24;
    font-weight: bold;
    margin-left: 5.5em;
    margin-right: 40px;
}

/*excpetion*/

tr.chapter.ch11 span.chapter-number {
    /* margin-left: 0.75em; */
	margin-left: 0.62em;
}

tr.chapter.ch21 span.chapter-number, tr.chapter.ch22 span.chapter-number {
    margin-left: 4em;
}

tr.chapter.ch23 span.chapter-number {
    margin-left: 5.8em;
}

tr.chapter.ch31 span.chapter-number {
    margin-left: 0.2em;
}

tr.chapter span.chapter-title {
    color: #1D4E9E;
    display: block;
    font-size: 2.7em;
    text-align: left;
}

tr.chapter-intro td {
    padding: 5em 0;
}

tr.chapter-intro p {
    text-indent: 1.5em;
}

tr.chapter-intro p:first-child:first-letter {
    font-size: 3em;
    color: #F89D0E;
    font-weight: bold;
    float: left;
    margin-right: 4px;
}

tr.chapter-contents .contents-title {
    font-size: 1.1em;
    /*font-weight: bold;*/
    margin-bottom: 10px;
    display: block;
}

tr.chapter-contents ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

tr.chapter-contents li {
    margin-bottom: 5px;
}

tr.chapter-contents li .chapter-number {
    margin-right: 20px;
    display: block;
    float: left;
    width: 50px;
}

/*
 * CONTENT STYLES
 */
/*epipleon*/

sub{
	font-size: 12px;
}

.strogyl {
	margin-left: 20%;
	margin-right: 20%;
	/* max-width: 200px; */
	background-color: #5FB0D8;
	/*width:60px;*/
	padding: 10px;	
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	vertical-align: middle;
	/*float:left;*/
}
 
.typos {
	margin-top: -20px;
	margin-left: 170px;
}

/*epipleon*/

.typos1 {
	margin-top: -60px;
	margin-left: 350px;
}

.title {
    font-size: 1.6em;
    font-weight: bold;
    color: #00AEEF;
    margin-bottom: 1em;
    display: block;
	text-align: left;
}

.page-chapter {
font-family: Colibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
font-style:normal;
font-weight:bold;
text-indent:0px; 
margin-bottom:0px;
color:#253F8E;
border-bottom:2px solid #00AEEF;
}

.left {
text-align:left; 	
}

.right {
text-align:right; 	
}


p.content {
    text-indent: 1.5em;
    margin:0.3em 0;
	/*margin:0.3em 0;*/
}

td.image-section {
}

strong {
    font-weight: bold;
    font-style: normal;
    font-size: 1em;
}

em {
    font-weight: normal;
    font-style: italic;
}

.image-caption, .image-description {
    font-size: 0.8em;
    display: block;
	text-align:center;
}

.image-caption {
	font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    margin-top: 1em;
    display: block;
}

.image-description {
    font-style: italic;
    border-bottom: 6px solid #a2d9ef;
    border-radius: 10px;
    padding-bottom: 5px;}

img.image-description {
    margin: 0 auto;
}
.image {
    text-align: center;
    margin: 1em auto;
}

.activity {
    background-color: #FEE294;
    padding: 0.2em 1em;
    margin: 1em 0;
}

.activity-title {
    margin: 0.8em 0;
    display: block;
    font-weight: bold;
    font-size: 1.2em;
    font-style: italic;
}

.activity img {
    margin: 0 auto;
}

/*generic style to center the contents of the element see activity images for example usage*/

.center {
    text-align: center;
}

.subtitle {
    padding-left: 1.3em;
    font-weight: bold;
    margin: 0.5em 0;
    display: block;
	font-size:20px;
    color: #00AEEF;	
}

.subtitle.notice {
    margin: 0;
    font-style: italic;
}

p.content.notice {
    font-style: italic;
}

.greenbox {
    padding: 1em;
    background-color: #CCE86E;
	margin: 10px;
}

span.mathtype {
    display: inline-block;
    background-color: #A6E3FA;
    padding: 0.4em 1em;
    margin: 1em 0;
}

/*columns*/

td.long {
    width: 74%;
}

td.short {
    width: 26%;
}

td.half {
    width: 50%;
}

/*application*/

div.application {
    border-top: 2px solid #F89D0E;
    border-bottom: 2px solid #F89D0E;
}

div.application-title {
    background-color: #F89D0E;
    display: inline-block;
    padding: 0.4em 1em;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
}

table.bluetable {
    border-spacing: 0;
    border-collapse: collapse;
}

table.bluetable thead td {
    font-weight: bold;
}

table.bluetable td {
    border: 2px solid #1D4E9E;
    padding: 0.5em;
    font-size: 0.8em;
}

table.bluetable1 td {
    border: 2px solid #1D4E9E;
    padding: 0em;
    font-size: 0.8em;
}

table.bluetable2 td {
    border: 0px solid #1D4E9E;
    padding: 0em;
    font-size: 0.8em;
}

table thead th.tabletitle {
    color: #1D4E9E;
    font-weight: bold;
    font-size: 0.9em;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 1em;
    border: none;
}

div.theorem {
    background-color: #CCEDCD;
    background-image: url("images/icon_theorem.png");
    /* background-position: 90% 20px; */
	background-position: 96% 20px;
    background-repeat: no-repeat;
    padding: 1em;
}

.theorem-title {
    font-size: 1.4em;
    margin-bottom: 2em;
    display: block;
}

.title-light {
    font-size: 1.6em;
    display: inline-block;
    padding-left: 1em;
}

.questions-title, .problems-title {
    background-color: #FEE294;
    color: #1D4E9E;
    display: block;
    padding: 0.8em;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
}

.problems-title {
    background-color: #CCEDCD;
}

div.question ul, div.problem ul {
    list-style: none;
    margin-left: 0em;
    padding-left: 1.4em;
}

.exhibitor {
	position: relative;
	top: -0.5em;
	padding-left: 0.2em;
	padding-right: 0.2em;
	text-align: center;
	border-bottom: 1px solid black;
	line-height: 2em;
}

.denominator {
	position: absolute;
	top: 0.8em;
	left: -0em;
	width: 100%;
}

.denominator1 {
	position: absolute;
	top: 0.9em;
	left: -0.8em;
	width: 100%;
}

.bordered_blue {
	border: 2px solid #021269;
}

.back_cyan {
	background-color: #B8E6F1;
}

.cyan_borders {
	border: 2px solid #004297;
	border-collapse: collapse;
}

.bordered {
	border: 1px solid black;
}

.paddingleft20 {
	padding-left: 20px;
}

.up1 {
	position: relative;
	top: -0.35em;
}