@charset "utf-8";

/* Sample CSS Document */

body {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	color: #000000;
	text-align: justify;
	background-color: #ebebeb;
}

.container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	padding: 0px;
	border-width: 0px;
	background-color: #ffffff;
}
.cover {	
	width: 800px;
	margin:0 auto;
	border-width: 0px;
	background-color: #ffffff;
}
/*
 * td {
 *	  vertical-align: top;
 * }
*/

/*
 * CHAPTER INTRO STYLES
 */

/* chapter tr (background images should be placed in img dir for each chapter. e.g.
 * chapter 1.1 img1_1.jpg
 * chapter 2.2 img2_2.jpg etc
 */

tr.ch0 {
	background-image: url(images/index_plain_clip_image002.jpg); background-repeat: no-repeat; background-position: center;
}

tr.ch11 {
    background-image: url("images/img1-1_0.jpg"); padding-top: 100px; padding-left: 50px;
}

tr.ch12 {
    background-image: url("images/img1-2_0.jpg"); padding-top: 100px; padding-left: 50px;
}

tr.ch13 {
    background-image: url("images/img1-3_0.jpg"); padding-top: 100px; padding-left: 50px;
}

tr.ch14 {
    background-image: url("images/img1-4_0.jpg"); padding-top: 100px; padding-left: 50px;
}

tr.ch21 {
    background-image: url("images/img2-1_0.jpg"); padding-top: 100px; padding-left: 50px;
}

tr.ch22 {
    background-image: url("images/img2-2_0.jpg"); padding-top: 100px; padding-left: 50px;
}

tr.ch23 {
    background-image: url("images/img2-3_0.jpg"); padding-top: 100px; padding-left: 50px;
}

tr.ch31 {
    background-image: url("images/img3-1_0.jpg"); padding-top: 100px; padding-left: 50px;
}

/* 
 * 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.8em;
    font-weight: bold;
    color: #1D4E9E;
    margin-bottom: 1em;
    display: block;
	text-align: left;
}

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;
}

.image-caption {
    font-weight: bold;
    margin-top: 1em;
    display: block;
}

.image-description {
    font-style: italic;
}

.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: 1.5em 0;
    display: block;
	font-size:20px;
}

.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: 70%;
}

td.short {
    width: 30%;
}

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;
}



/*------Publication info------*/	


div.pub_info {
	border:1px solid #000;
	text-align:center;
	padding:16px;
	font-size:15px;
	line-height:100%;
	margin-bottom:30px;
    width:775;
}

div.pub_info > span {
	background:#fff;
	padding:16px;
	text-transform:uppercase;
	position:relative;
	top:-27px;
	font-size:18px;
	font-weight:bold;
}
.pub_info p {
	margin-top:0;
	margin-bottom:0;
	text-align:justify;
}
.pub_info img {padding:0 0 0 14px;}

p.contributors  {
	padding-top:16px;
}
.pub_info .thanks {
	float:right;
	width:40%;
	border:1px solid #000;
	padding:3px;
}
.contributors td, .contributors th {
	padding:16px;
	font-size:13px;
	vertical-align:top;
}

.contributors th {
	width:33%;
	text-align:right;
	padding-right:40px;
	color:#000;
	border-right:#cccccc 1px solid;;
}
.contributors  td {
	width:65%;
	text-align:left;
	padding-left:20px;
}



table.fund {
	border:2px solid #000;
	border-collapse:collapse;
	}
.fund td {
	padding:10px;
	vertical-align:top;
	text-align:left;
	font-size: 15px;
	}
.fund td:first-child {
	width:35%;
	}

.fund td[colspan="2"] {
    text-align: center;
	font-size:14px;
}
p.repub_info {
	text-align:justify;
	border-bottom:1px solid #000;
	padding:3px;
	font-size:14px;
	}
.repub_info img {
    padding-left: 20px;
}

p.iep {font-size:14px;text-align:center;padding-top:3px;}






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;
}
.pub_info th { 
    font-weight:bold;
    text-align:left;
    padding: 10px 20px 5px;
    line-height:26px;
    width:40%;
    vertical-align:top;
}
.pub_info td { 
    text-align:left;
    padding: 0px 20px 10px;
    line-height:26px;
    vertical-align:top;
}
.pub_info p {
    margin-bottom: 0;
}
.cell_index {
    text-align:justify;
    padding:10px 10px 10px;
    vertical-align:top;
    line-height: 150%;
}
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: 20px 0 3px;
    margin-bottom: 0;
}
.publication_rights {
    margin:0 auto;
    text-align:justify;
    padding:120px 165px;
    vertical-align:middle;
    line-height:150%;
}

.container.exof td {
    padding:0;
}

td.esofillo {σ
    padding:180px 0;
}
.esofillo h1 {
    text-align:center;
    font-size:90px;
    margin:10px 0;
}
.esofillo h2 {
    text-align:center;  
    font-size:24px;
    margin:30px 10px;
    line-height:36px;
}
.esofillo h3 {
    text-align:center;  
    font-size:21px;
    margin:30px 0;
    line-height:36px;
    font-weight:normal;
}

img[src^="extras/images/"] {
    vertical-align:middle;
    padding:5px;
}