@charset "utf-8";
/* CSS Document */

/* css reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-family:inherit;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	text-align:justify;
	line-height:20px;
	background-color:#ebebeb;
}
/*** classes ***/
.container {
	margin:0 auto;
	width:900px;
	background-color:#FFF;
}
.container td {
	padding:10px 30px;
}
.frontpage h1 {
	color:#b9423e;
	font-size:48px;
	text-align:center;
	margin:200px auto 10px;
	font-family:"Times New Roman", Times, serif;
}
.frontpage h2 {
	font-size:24px;
	text-align:center;
	margin:20px auto 200px;
}
.container.prologue {
	background:url(images/tmpl_bgrnd_prologue.jpg) repeat-y top left #fff;
}
.prologue h1 {
	margin:50px 0 10px;
	color:#FFF;
	background:#b9423e;
	padding:10px 0 16px 150px;
	font-size:36px;
}
.prologue h2 {
	margin:10px 0 10px;
	color:#b9423e;
	background:#ffce7b;
	padding:10px 0 10px 150px;
	font-size:24px;
	font-style:oblique;
}
.prologue h3 {
	margin:6px 0;
	color:#008dc6;
	padding:10px 0 10px 150px;
	font-style:oblique;
	font-weight:normal;
}
.prologue p {
	padding:0 0 0 150px;
}
table.toc {
	margin:0 0 0 150px;
	font-style:oblique;
}
.toc td {
	padding:4px;
	text-align:left;
	vertical-align:top;
}
.tocA1 {
	background:url(images/tmpl_bgrnd_tocA1.jpg) repeat-x top left;
}
.tocA1 .tocTexts {
	background:#FFF;
	font-style:oblique;
	font-weight:normal;
	font-family:"Comic Sans MS", cursive;
}
.tocA1 .tocTexts h1 {
	color:#c42127;
	font-weight:normal;
	text-align:center;
	margin:10px 0;
}
.header {
	margin:10px 0 20px;
	background:url(images/tmpl_bgrnd_header.jpg) repeat-x;
}
.header_no {
	background:url(images/tmpl_bgrnd_chp_number.jpg) no-repeat;
	font-family:"Comic Sans MS", cursive;
	font-size:24px;
	font-style:oblique;
	text-align:center;
	margin-left:50px;
	width:82px;
	height:26px;
	float:left;
	padding:18px 0;
}
.header_title {
	font-weight:bold;
	font-size:18px;
	padding:18px 0;
	float:left;
}
.subheader {
	margin:10px 0 20px;
}
.subheader_no {
	background:url(images/tmpl_bgrnd_subheader.jpg) no-repeat;
	font-size:18px;
	text-align:center;
	width:34px;
	height:24px;
	float:left;
	padding:2px 0;
	color:#FFF;
}
.subheader_title {
	font-size:20px;
	padding:3px 0;
	float:left;
	color:#0097b2;
}
.header_examples {
	background:url(images/tmpl_bgrnd_header_examples.jpg) no-repeat top left;
	color:#FFF;
	font-family:"Comic Sans MS", cursive;
	font-size:24px;
	text-align:center;
	padding:66px 0 36px;
	margin:10px 0;
}
.header_conception {
	background:url(images/tmpl_bgrnd_header_conception.jpg) no-repeat top left;
	color:#FFF;
	font-family:"Comic Sans MS", cursive;
	font-size:24px;
	text-align:center;
	padding:92px 0 16px;
	margin:0 0 10px 0;
}
.header_exercise {
	background:url(images/tmpl_bgrnd_header_exercise.jpg) no-repeat top left;
	color:#FFF;
	font-family:"Comic Sans MS", cursive;
	font-size:24px;
	text-align:center;
	padding:42px 0 24px;
	margin:10px 0 0;
}
.exercise {
	background: #efebe2;
}
.exercise_no {
	color:#FFF;
	float:left;
	text-align:center;
	background:url(images/tmpl_bgrnd_exercise_number.jpg) no-repeat top center;
	font-size:22px;
	font-weight:bold;
	padding:3px 8px;
}
.exercise_txt {
	margin:4px 0 0 0px;
	padding:0 30px 0 40px;
}
.header_genexercise {
	background:url(images/tmpl_bgrnd_header_genexercises.jpg) no-repeat top left;
	color:#FFF;
	font-size:24px;
	text-align:center;
	padding:60px 0 20px;
	margin:0;
}
.header_review {
	background:url(images/tmpl_bgrnd_header_review.jpg) no-repeat top left;
	color:#FFF;
	font-size:24px;
	text-align:center;
	padding:60px 60px 12px 0;
	margin:0 0 20px 0;
}
.subheader_review {
	color:#faed22;
	background:#009ebb;
	font-family:"Comic Sans MS", cursive;
	font-size:24px;
	font-style:oblique;
	padding:0 10px;
}
.genexercise_no {
	color:#FFF;
	float:left;
	text-align:center;
	background:url(images/tmpl_bgrnd_genexercise_number.jpg) no-repeat top center;
	font-size:22px;
	font-weight:bold;
	padding:3px 8px;
}
.genexercise_txt {
	margin:4px 0 10px 0px;
	padding:0 30px 0 40px;
}
.genexercise {
	background: #fde6a7;
}
.example_title {
	background:#fff0d4;
	margin:10px 0;
}
.example_title_no {
	color:#FFF;
	float:left;
	text-align:center;
	background:url(images/tmpl_bgrnd_example_number.jpg) no-repeat top center;
	font-size:22px;
	font-weight:bold;
	padding:3px 8px;
}
.example_title_txt {
	margin:4px 0 0 0px;
	padding:0 30px 0 40px;
	font-weight:bold;
}
.conception {
	margin:10px 0;
}
.conception_no {
	color:#FFF;
	float:left;
	text-align:center;
	background:url(images/tmpl_bgrnd_conception_number.jpg) no-repeat top center;
	font-size:22px;
	font-weight:bold;
	padding:3px 8px;
}
.conception_txt {
	margin:4px 0 0 0px;
	padding:0 30px 0 40px;
}
.example_blue {
	font-family:"Comic Sans MS", cursive;
	font-style:oblique;
	color:#0097b2;
	font-size:16px;
}
.example_red {
	font-family:"Comic Sans MS", cursive;
	font-style:oblique;
	color:#c42127;
	font-size:16px;
}
.example_solution_title {
	font-family:"Comic Sans MS", cursive;
	font-size:24px;
	font-style:oblique;
	color:#b9423e;
}
.example_solution_txt {
	padding:10px 10px 10px 36px;
	margin:10px 0;
}
.activity {
	margin:10px 0;
}
.header_activity {
	background:url(images/tmpl_bgrnd_header_activity.jpg) no-repeat top left;
	color:#FFF;
	font-family:"Comic Sans MS", cursive;
	font-size:24px;
	text-align:center;
	padding:9px 0;
}
.header_txt {
	background:#eeeae1;
	border-right:2px solid #009ebb;
	border-bottom:2px solid #009ebb;
	border-left:2px solid #009ebb;
	padding:10px;
}
.tocA1 .tocTexts p {
	text-align:left;
	text-indent:-32px;
	padding:0 0 0 32px;
}
.boxshadow_yellow {
	background:#fff3cc url(images/tmpl_bgrnd_boxshadow_yellow.jpg) top right repeat-y;
	padding:10px;
	margin:0 10px 10px;
}
.boxgeneral {
	margin:10px 0;
}
.boxgeneral_title {
	padding:4px 4px 6px;
	color:#FFF;
	font-family:"Comic Sans MS", cursive;
	font-style:oblique;
	font-size:24px;
	background:#c42127;
	width:100px;
	text-align:center;
	border:3px solid #fff;
	margin-left:10px;
	position:relative;
	top:20px;
}
.boxgeneral_txt {
	background:#fde191;
	padding:30px 10px 10px;
}
.table_white {
}
.table_white td, .table_white th {
	padding:10px;
	border:2px solid #FFF;
}
.table_black td, .table_black th {
	padding:10px;
	border:2px solid #000;
}
.table_red {
	width:100%;
	background-color:#fff0d4;
}
.table_red td, .table_red th {
	padding:10px;
	border:5px solid #b9423e;
}
.table_noborder {
}
.table_noborder td, .table_noborder th {
	padding:10px;
	border:none;
}
.table_nopadding {
}
.table_nopadding td, .table_nopadding th {
	padding:0;
	border:none;
}
.annex {
	background:	#fde6a7;
}
.table_annex {
	border-right:2px solid #b9423e;
 border-bottom::2px solid #b9423e;
	border-left:2px solid #b9423e;
}
.table_annex td {
	padding:2px;
	text-align:center;
	background:#fff0d4;
	border:1px solid #b9423e;
	font-weight:bold;
}
.table_annex th {
	background:	#fde6a7;
	padding:2px;
	text-align:center;
	border:1px solid #b9423e;
}
.glossary, .lyseisA, .lyseisB {
	background:	#fff6e7;
}
.glossary h1 {
	color:#FFF;
	background:#0097b2;
	font-size:24px;
	padding:6px;
	font-weight:normal;
	margin:10px 0 30px;
}
.lyseisA h1 {
	color:#FFF;
	background:#8a8941;
	font-size:18px;
	padding:6px;
	font-weight:normal;
	margin:10px 0;
}
.lyseisA h2 {
	color:#FFF;
	background:#b9423e;
	font-size:24px;
	padding:6px;
	font-weight:normal;
	margin:10px 0;
}
.lyseisB h2 {
	color:#FFF;
	background:#8a8941;
	font-size:24px;
	padding:6px;
	font-weight:normal;
	margin:10px 0;
}
.lyseisA h3 {
	color:#b9423e;
	font-size:18px;
	padding:6px;
	font-weight:normal;
	margin:10px 0;
}
.lyseisB h3 {
	color:#28aae1;
	font-size:18px;
	padding:6px;
	font-weight:normal;
	margin:10px 0;
}
.lyseisA_chapter {
	width:95%;
	padding:6px;
	font-size:20px;
	color:#faed22;
	background:#2d368d;
}
.lyseisB_chapter {
	width:95%;
	padding:6px;
	font-size:20px;
	color:#faed22;
	background:#b9423e;
}
.lyseisA .ex_no {
	color:#FFF;
	background:#2d368d;
	padding: 1px 4px;
	font-weight:bold;
}
.lyseisB .ex_no {
	color:#FFF;
	background:#b9423e;
	padding: 1px 4px;
	font-weight:bold;
}
.header_glossary {
	background:url(images/tmpl_bgrnd_header_glossary.jpg) no-repeat top left;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 3px 0;
}
/*** attributes ***/
.red_dark {
	color:#b9423e;
}
.redA1 {
	color:#c42127;
}
.red {
	color:#F00;
}
.blue1 {
	color:#009ebb;
}
.yellow1 {
	color:#fde191;
}
.yellow2 {
	color:#faed22;
}
.border {
	padding:10px;
	border:1px solid #000;
}
.over {
	text-decoration:overline;
}
.underline {
	text-decoration:underline;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clear {
	display: block;
	overflow:hidden;
	clear: both;
}
.tbcenter {
	margin:0 auto;
}
.half {
	width: 48% !important;
}
.trio {
	width: 31% !important;
}
.quad {
	width: 23% !important;
}
.full {
	width: 100%;
}
/*** LISTS ***/
.list-redcheck {
	list-style-image:url(images/tmpl_bullet_redcheck.png);
}
.list-redbull {
	list-style-image:url(images/tmpl_bullet_redbull.png);
}
.list-arrow-orange {
	list-style-image:url(images/tmpl_arrow_orange.png)
}
.list-bluedash {
	list-style-image:url(images/tmpl_bullet_bluedash.png);
}
.list-roman {
	list-style:lower-roman;
}
.list-greek {
	list-style:lower-greek;
}
/* HTML tags */
sup {
	font-size:12px;
}
sub {
	font-size:10px;
}
img {
	vertical-align:middle;
}
p, ul, ol, table, table.tbcenter {
	margin-bottom:16px;
}
ul, ol {
	padding-left:24px;
}
td, th {
	padding:10px;
}
table {
	border-spacing:0;
	border-collapse:collapse;
}
th {
	text-align:center;
}
/**COLUMNS**/
/* main columns */
.columns {
	width: 100%;
}
.lastcol {
	margin-right: 0px !important;
}
.col1-2 {
	width: 390px;
	float: left;
	margin-right: 20px;
}
.col1-3 {
	width: 253px;
	float: left;
	margin-right: 20px;
}
.col2-3 {
	width: 526px;
	float: left;
	margin-right: 20px;
}
.col1-4 {
	width: 185px;
	float: left;
	margin-right: 20px;
}
.col2-4 {
	width:390px;
	float: left;
	margin-right: 20px;
}
.col3-4 {
	width: 595px;
	float: left;
	margin-right: 20px;
}
/* cols inside of main columns */

.col2-3 .col1-2 {
	width: 31%;
	float: left;
	margin-right: 10px;
}
.col2-3 .col1-3 {
	width: 20%;
	float: left;
	margin-right: 31px;
}
.col2-3 .col2-3 {
	width: 43%;
	float: left;
	margin-right: 31px;
}
.col3-4 .col1-3 {
	width: 22%;
	float: left;
	margin-right: 10px;
}
.col3-4 .col2-3 {
	width: 48%;
	float: left;
	margin-right: 10px;
}
.col3-4 .col1-4 {
	width: 16%;
	float: left;
	margin-right: 8px;
}
.col3-4 .col2-4 {
	width: 35%;
	float: left;
	margin-right: 8px;
}
.col3-4 .col3-4 {
	width: 55%;
	float: left;
	margin-right: 8px;
}
/**/

div.figure {
	border: none;
	margin: 0 0.5em;
	padding:4px;
}
div.figure p, p.figure {
	font-style:oblique;
	font-size:90%;
	margin:4px 0;
	text-indent:0;
}
/*------Publication info------*/	
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;
}
.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%;
}
img[src="images/experiment.png"], img[src="images/wikipedia.png"], img[src="images/link_ext.png"] {
	vertical-align: middle;
	padding-left: 5px;
	}


a {
	color: #4685c3;
	text-decoration: none;
	font-style: normal;
	font-weight:bold;	
}
a:hover {
	text-decoration:underline;
	color: #4685c3;
}

