@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;
}
h1{font-family: Arial;
color:#AE1A1E;
font-size:85px;
text-align: center;}

h2{font-family:Arial;
text-align:center;
font-size:25px;
font-weight:normal;
line-height:40px;}

h3{font-size:17px;
font-family:Arial;
font-weight:normal;
text-align:center;
}


body {
	font-family:Times New Roman, Times, serif;
	font-size:18px;
	color:#000;
	text-align:justify;
	line-height:20px;
	background-color:#ebebeb;
}


/*** classes ***/
.container {
	margin:0 auto;
	width:900px;
	background-color:#FFF;
}
.container td {
	padding:5px 40px;
}
.frontpage {
	margin:0 auto;
	color:#FFF;
}
.frontpage td {
	padding:0px;
} 

.credit-table	border-spacing:0;
}
.credit-table td {
	padding:10px;
	text-align:left;
}
.prologue {
	font-size:27px;
	border-top:4px solid #AE1A1E;
	padding:10px;
	font-weight:bold;
	margin-top:150px;
	margin-bottom:30px;
	color:#AE1A1E;
	font-family:Arial;
}
.chapter {
	color:#8D3D65;
	font-size:42px;
	padding:10px;
	font-weight:bold;
	margin-top:150px;
	margin-bottom:50px;
	line-height: 120%;
	font-family:Arial;
}
.chapter_No {
	color:#CE9D7F;
	font-size:30px;
	padding: 20px;
	line-height: 30px;
}
.chapter_No span{
	color:#8D3D65;
}

.chapter_sub {
	font-size:20px;
	border-bottom:1px solid #AE1A1E;
	color:#AE1A1E;
	padding:5px;
	font-weight:bold;
	font-style:italic;
	margin-bottom:1px;
}
.chapter span{color:#FECE7A;}
.title {
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	color:#253F8E;
	margin-top:50px;
	margin-bottom:20px;
	font-stretch:expanded;
	padding:6px 0;
}
.subtitle {
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	padding:6px 0;
}
.table_blue {
	border-radius:20px;
	background:#CCECFB;
	padding:10px;
}
.table_blue2 {
	border-radius:20px;
	background:#CCECFB;
	padding:10px;
	width:86%;
}
.table_grey {
	border-spacing:0;
	border-collapse:collapse;
}
.table_blue td, .table_grey td {
	padding:10px;
}
.table_grey td, .table_grey th {
	border:1px solid #000;
}
.table_grey th {
	background:#eaeaea;
}
.application-title {
	font-size:24px;
	font-weight:bold;
	font-style:normal;
	border-bottom:2px solid #AE1A1E;
	padding:6px 0 0 0;
	color:#AE1A1E;
	margin:36px 0 18px 0;
	padding-bottom:2px;
}
.application-solution {
	font-weight:bold;
	font-style:normal;
	color:#ffffff;
	border-radius:35px;
	padding:5px 30px 5px 30px;
	display: inline-block;
	background:linear-gradient(#6A0F11, #9D171B, #6A0F11);

}

.table_orange{
	border:2px dotted #AE1A1E;
  background-color: #FEE5C1; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #FEE5C1 , #FEFCF9);
	padding:10px;
}
.exercise-title, .question-title, .glossary-title {
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	color:#F00;
	border-top:6px solid #F00;
	border-bottom:4px solid #F00;
	margin-top:100px;
	margin-bottom:20px;
	font-stretch:expanded;
	padding:6px 0;
	text-align:center;
}
.exercise-table {
	background-color:#FFFCE0;
	width:100%;
}
.exercise-table td {
	padding:10px;
	vertical-align: baseline;
}
.exercise-table2 {
	background-color:#ECF4DF;
	width:100%;
}
.exercise-table2 td {
	padding:10px;
	vertical-align:top;
}
.exercise-header {
	font-weight:bold;
	font-style:normal;
	color:#AE1A1E;
	border-bottom:1px solid #AE1A1E;
}
.exercise-no {
	font-weight:bold;
	width:30px;
}
.question-table {
	border:none;
	background:#F3F5CB;
	width:100%;
}
.question-table td {
	padding:10px;
	vertical-align: baseline;
}
.question-table2 {
	border:none;
	background:#E7F1D5;
	width:100%;
}
.question-table2 td {
	padding:10px;
	vertical-align: baseline;
}
.question-instruction {
	font-weight:bold;
}
.question-list {
	width:100%;
}
.question-list td {
	padding:10px;
}
.glossary-table {
	width:100%;
}
.glossary-table td {
	padding:10px;
	vertical-align:top;
}
.answers-table {
	width:100%;
}
.answers-table td {
	padding:10px;
	vertical-align:top;
}
.answers-table p .red {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 24px;
}
.reference {
	border:1px solid #00F;
	color:#00F;
	font-weight:bold;
	padding:2px;
}
.toc-header {
	color:#F00;
	font-style:oblique;
	font-weight:bold;
	margin:20px 0;
}
.toc-text {
	font-style:oblique;
	margin:5px 0;
}
/*** attributes ***/
.red {
	color:#F00;
}
.blue {
	color:#253F8E;
}
.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 {
	clear:both;
}
.tbcenter {
	margin:0 auto;
}
.half {
	width: 48% !important;
}
.trio {
	width: 31% !important;
}
.quad {
	width: 23% !important;
}
.full {
	width: 100%;
}
/*** LISTS ***/
.list-check {
	list-style-image:url(images/check.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;
}

/*------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%;
}
.credit-table th {
	text-align:left;
	padding:10px;
}
.pinakas-index2 th{
	color:#9D171B;
	background-color:#FEDFAB;
	border:1px solid #000000;
	width:20%;
}
.pinakas-index2 td{
	color:#000000;
	background-color:#FEEAC5;
	border:1px solid #000000;
	width:20%;
}
.definition{
	font-weight:bold;
	font-style:normal;
	color:#ffffff;
	border-radius:35px;
	padding:8px 25px 8px 25px;
	display: inline-block;
	background:linear-gradient(#000033, #000080, #000033)
  
}

.big_table{
	border:1px solid black;
}
.big_table th{
	background-color:#FEE5C1;
	border:1px solid black;
}

.big_table tr{
	border:1px solid black;
}
.big_table td{
	border:1px solid black;
}
.table_blue3{
	border:1px solid white;
}

.table_blue3 th{
	border:1px solid white;
	background-color:#8DA9C7;
	color:white;
}
.table_blue3 tr{
	border:1px solid white;
}

.table_blue3 td{
	border:1px solid white;
	background-color:#DCE7F3;
}

.example_title{
	font-weight:bold;
	color:#AE1A1E;
}

.table-green th{
	background-color:#B7C67B;
	border:1px solid #939598;
	color:#D1232A;
}
.table-green td{
	background-color:#EDF0DF;
	border:1px solid #939598;
}

.table_black {
	border-spacing:0;
	border-collapse:collapse;
	border:1px solid #000000;
}
.table_black td{
	border-spacing:0;
	border-collapse:collapse;
	border:1px solid #000000;
}

img[src="images/experiment.png"], img[src="images/microexperiment.png"], img[src="images/diagram.png"] {
    vertical-align: middle;
    padding: 5px;
	width:32px;
}

a {
    color: #4685c3;
    text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	
}

a:hover {text-decoration:underline;
}
