@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	margin-top: 0px;
	background-color: #ebebeb;

}
p {
	margin-top: 0px;
	margin-bottom: 3px;
	text-align: justify;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -18px;
}
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
}
li{
	margin-bottom: 5px;
}
li span {
	color: #000;
	font-weight: normal;
}

/* styles for book text*/

h1 {
	font-size: 170%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
h2 {
	font-size: 135%;
}
h3 {
	margin-bottom: 5px;
	font-size: 110%;
	text-indent: -30px;
	margin-left: 30px;
}
h4 {
	font-size: 100%;
}
h5 {
	text-align: center;
	font-size: 120%;
}
small {
	text-align: justify;
}
.footnote {
	font-size: 12px;
	font-style: italic;
	margin-top: 0px;
}
.cover h1{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 300%;
	margin-top: 100px;
}
.cover h2 {
	margin-bottom: 100px;
}

/* various obj (div, table, td) styles */
.vocabulary td, .study td {
	vertical-align: top;
}
.lastph {
	z-index: 100;
	text-align: center;
	position: absolute;
}
.lastp {
	z-index: 10;
	border-width: 1px;
	border-style: solid;
	margin-top: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
}
.qe1 {
	height: 40px;
	width: 400px;
	z-index: -10;
}
.qe2 {
	border-width: 2px;
	border-style: solid;
	z-index: 100;
	width: 300px;
	margin-left: 15px;
	height: 40px;
	margin-top: -30px;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	font-size: 20px;
	position: absolute;
}
.qe2b {
	border-width: 1px;
	border-style: solid;
	z-index: 100;
	width: 95px;
	margin-left: 700px;
	height: 40px;
	margin-top: -30px;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	font-size: 18px;
	position: absolute;
}
.qe3 {
	margin-top: -5px;
	z-index: 1;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 15px;
	border-right-width: 8px;
	border-bottom-width: 7px;
	border-right-style: solid;
	border-bottom-style: solid;
	margin-bottom: 15px;
}
.qe4 {
	width: 80px;
	margin-right: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: right;
}
.qe4 p {
	text-align: right;
	font-size: 17px;
}
.brdr-right {
	border-right-width: 3px;
	border-right-style: solid;
}
.td-authors {
	text-align: right;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2e3092;
	padding-right: 10px;
}
.tbl-type tr {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.tbl-type td {
	vertical-align: bottom;
}
.type {
	font-size: 16px;
	border-width: 1px;
	border-style: solid;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
}
.exp {
	background-repeat: no-repeat;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	font-size: 17px;
}
.history {
	font-family: "Times New Roman", Times, serif;
	padding: 10px;
	font-size: 16px;
	text-indent: 14px;
	border-width: 1px;
	border-style: solid;
}
.frame5 {
	padding: 10px;
	font-size: 16px;
	text-indent: 14px;
	border-width: 1px;
	border-style: solid;
}
.keys {
	margin-top: 15px;
	margin-bottom: 15px;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}
.container  {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;
	padding:0px;
	border-width: 0px;
	background-color: #ffffff;
}
.container table {
	vertical-align: top;
	margin-top: 15px;
	margin-bottom: 15px;
}
.container table td {
	padding: 5px;
}
.obj-left {
	margin-right: auto;
	margin-left: 0;
}
.obj-center {
	margin-right: auto;
	margin-left: auto;
}
.img-center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.obj-flowright {
	float: right;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-top: 1px;
}
.obj-flowright-under {
	float: right;
	margin-bottom: 15px;
	margin-left: 20px;
	clear: right;
	margin-top: 3px;
}
.obj-flowleft {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}
.obj-flowleft-under {
	float: left;
	margin-bottom: 15px;
	margin-right: 20px;
	clear: left;
	margin-top: 3px;
}
.page  {
	vertical-align: top;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.page0 {
	padding: 0px;
	vertical-align: top;
}
.caption {
	vertical-align: top;
	border-bottom-width: 7px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
/* general text styles */
.bold {
	font-weight: bold;
}
.left {
	text-align: left;
}
.center    {
	text-align:center;
}
.right {
	text-align: right;
}
.indent0 {
	text-indent: 0px;
}
.indent {
	text-indent: 24px;
}
.indent48 {
	text-indent: 48px;
	margin-left: 24px;
}
.outdent {
	margin-left: 24px;
	text-indent: -24px;
}
.outdent48 {
	margin-left: 48px;
	text-indent: -48px;
}
.hmargin0 {
	margin-left: 0px;
}
.hmargin12 {
	margin-left: 12px;
}
.hmargin24 {
	margin-left: 24px;
}
.hmargin48 {
	margin-left: 48px;
}
.vmargin0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.vmargin5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.vmargin10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.vmargin15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.vmarginT0 {
	margin-top: 0px;
}
.vmarginT10 {
	margin-top: 10px;
}
.vmarginT15 {
	margin-top: 15px;
}
.vmarginB5 {
	margin-bottom: 5px;
}
.vmarginB10 {
	margin-bottom: 10px;
}
.vmarginB15 {
	margin-bottom: 15px;
}

/* styles for chapters */
.white-t {color:#FFF}
.red-t {color:#FF0000}
/*************/
.c01-col1-t {color:#948e34}														/* Βασικό χρώμα */
.c01-col1-f {background-color:#948e34}
.c01-col1-b {border-color:#948e34}
.chap1 h1, .chap1L h1, .chap1 h2, .chap1L h2, .chap1 h3, .chap1L h3, 
.chap1 .qe2, .chap1 .qe2b {color: #948e34}
.chap1 .keys, .chap1 h1, .chap1 .history, .chap1 .caption, .chap1L .caption, 
.chap1 .qe2, .chap1 .qe3, .chap1 .qe2b, .chap1L .lastp {border-color: #948e34} 
.chap1 .qe1 {background-color:#948e34}															
.c01-col2-f, .chap1L {background-color:#f4ed63}										/* 2ο βασικό χρώμα */
.chap1 .tbl-type td {border-right-color: #f4ed63}
.chap1 .exp {background-color:#f9f6c2}												/* χρώμα φόντου σκούρο */
.c01-col3-f {background-color:#fcfadf}												/* χρώμα φόντου μέτριο */
.chap1 .type, .chap1 .qe2, .chap1 .qe3, .chap1 .qe2b {background-color:#fcfadf} 
.chap1 .history, .chap1 .qe4, .chap1L .lastp, .chap1L .lastph {background-color:#fdfced} /* χρώμα φόντου ανοικτό */
/*************/
.c02-col1-t {color:#2e378b}															/* Βασικό χρώμα */
.c02-col1-f {background-color:#2e378b}
.c02-col1-b {border-color:#2e378b}
.chap2 h1, .chap2L h1, .chap2 h2, .chap2L h2, .chap2 h3, .chap2L h3, 
.chap2 .qe2, .chap2 .qe2b {color: #2e378b}
.chap2 .keys, .chap2 h1, .chap2 .history, .chap2 .caption, .chap2L .caption, 
.chap2 .qe2, .chap2 .qe3, .chap2 .qe2b, .chap2L .lastp {border-color: #2e378b} 
.chap2 .qe1 {background-color:#2e378b}															
.c02-col2-f, .chap2L, .chap2L hr {background-color:#fcb12d}							/* 2ο βασικό χρώμα */
.chap2 .tbl-type td {border-right-color: #fcb12d}
.chap2 .exp {background-color:#ffdda9}												/* χρώμα φόντου σκούρο */
.c02-col3-f {background-color:#ffecd1}												/* χρώμα φόντου μέτριο */
.chap2 .type, .chap2 .qe2, .chap2 .qe3, .chap2 .qe2b {background-color:#ffecd1} 
.chap2 .history, .chap2 .qe4, .chap2L .lastp, .chap2L .lastph {background-color:#fff4e4} /* χρώμα φόντου ανοικτό */
.c02-col4-f {background-color:#fff6b3}
.c02-col5-f {background-color:#d7e9f3}
/*************/
.c03-col1-t {color:#29bca9}																	/* Βασικό χρώμα */
.c03-col1-f {background-color:#29bca9}
.c03-col1-b {border-color:#29bca9}
.chap3 h1, .chap3L h1, .chap3 h2, .chap3L h2, .chap3 h3, .chap3L h3, 
.chap3 .qe2, .chap3 .qe2b {color: #29bca9}
.chap3 .keys, .chap3 h1, .chap3 .history, .chap3 .caption, .chap3L .caption, 
.chap3 .qe2, .chap3 .qe3, .chap3 .qe2b, .chap3L .lastp {border-color: #29bca9} 
.chap3 .qe1 {background-color:#29bca9}															
/****/.c03-col2-f, .chap3L, .chap3L hr {background-color:#e3eec2}							/* 2ο βασικό χρώμα */
.chap3 .tbl-type td {border-right-color: #e3eec2}
/****/.chap3 .exp {background-color:#f2f7e4}												/* χρώμα φόντου σκούρο */
/****/.c03-col3-f {background-color:#f2f7e4}												/* χρώμα φόντου μέτριο */
.chap3 .type, .chap3 .qe2, .chap3 .qe3, .chap3 .qe2b {background-color:#f2f7e4} 
/****/.chap3 .history, .chap3 .qe4, .chap3L .lastp, .chap3L .lastph {background-color:#fbfcf6} /* χρώμα φόντου ανοικτό */
/*************/
.c04-col1-t {color:#cf6587}																	/* Βασικό χρώμα */
.c04-col1-f {background-color:#cf6587}
.c04-col1-b, .chap4 .tbl-type9 td {border-color:#cf6587}
.chap4 h1, .chap4L h1, .chap4 h2, .chap4L h2, .chap4 h3, .chap4L h3, 
.chap4 .qe2, .chap4 .qe2b {color: #cf6587}
.chap4 .keys, .chap4 h1, .chap4 .history, .chap4 .caption, .chap4L .caption, 
.chap4 .qe2, .chap4 .qe3, .chap4 .qe2b, .chap4L .lastp {border-color: #cf6587} 
.chap4 .qe1 {background-color:#cf6587}															
/****/.c04-col2-f, .chap4L, .chap4L hr {background-color:#fee991}							/* 2ο βασικό χρώμα */
.chap4 .tbl-type td {border-right-color: #fee991}
/****/.chap4 .exp {background-color:#fff5d1}												/* χρώμα φόντου σκούρο */
/****/.c04-col3-f {background-color:#fef8e5}												/* χρώμα φόντου μέτριο */
.chap4 .type, .chap4 .qe2, .chap4 .qe3, .chap4 .qe2b {background-color:#fef8e5} 
/****/.chap4 .history, .chap4 .qe4, .chap4L .lastp, .chap4L .lastph {background-color:#fffcf0} /* χρώμα φόντου ανοικτό */
.c04-col4-f {background-color:#e8c2c8}
.c04-col5-f {background-color:#ffecd1}

/*************/
.c05-col1-t {color:#a54b9c}																	/* Βασικό χρώμα */
.c05-col1-f {background-color:#a54b9c}
.c05-col1-b {border-color:#a54b9c}
.chap5 h1, .chap5L h1, .chap5 h2, .chap5L h2, .chap5 h3, .chap5L h3, 
.chap5 .qe2, .chap5 .qe2b {color: #a54b9c}
.chap5 .keys, .chap5 h1, .chap5 .history, .chap5 .caption, .chap5L .caption, 
.chap5 .qe3, .chap5 .qe2b, .chap5L .lastp {border-color: #a54b9c} 
.chap5 .qe1 {background-color:#a54b9c}															
/****/.c05-col2-t {color:#f8a61e} /* έξτρα πορτοκαλί */										/* 2ο βασικό χρώμα */
.c05-col22-f {background-color:#fee991} /* έξτρα πορτοκαλί κίτρινο */
.c05-col2-b {border-color:#f8a61e}
.c05-col2-f, .chap5L, .chap5L hr {background-color:#fbf6b3}
.chap5 .tbl-type td {border-right-color: #fbf6b3}
/****/.chap5 .exp {background-color:#e2cfe4}												/* χρώμα φόντου σκούρο */
/****/.c05-col3-f {background-color:#eee4f1}												/* χρώμα φόντου μέτριο */
.chap5 .qe3, .chap5 .qe2b {background-color:#eee4f1} 
/****/.c05-col4-f {background-color:#fff3e2}												 /* χρώμα φόντου ανοικτό */
.chap5 .history, .chap5 .qe4, .chap5L .lastp, .chap5L .lastph, .chap5 .type {background-color:#fff3e2}
/****/.c05-col5-f {background-color:#fff6db}												 /* χρώμα φόντου πολύ ανοικτό */
/*************/
.c08-col1-t {color:#29bca9}																	/* Βασικό χρώμα */
.c08-col1-f {background-color:#29bca9}
.c08-col1-b {border-color:#29bca9}
.chap8 h1, .chap8L h1, .chap8 h2, .chap8L h2, .chap8 h3, .chap8L h3, 
.chap8 .qe2, .chap8 .qe2b {color: #29bca9}
.chap8 .keys, .chap8 h1, .chap8 .history, .chap8 .caption, .chap8L .caption, 
.chap8 .qe2, .chap8 .qe3, .chap8 .qe2b, .chap8L .lastp {border-color: #29bca9} 
.chap8 .qe1 {background-color:#29bca9}															
/****/.c08-col2-f, .chap8L, .chap8L hr {background-color:#f4ed63}							/* 2ο βασικό χρώμα */
.chap8 .tbl-type td {border-right-color: #f4ed63}
/****/.chap8 .exp {background-color:#f2f7e4}												/* χρώμα φόντου σκούρο */
/****/.c08-col3-f {background-color:#f2f7e4}												/* χρώμα φόντου μέτριο */
.chap8 .type, .chap8 .qe2, .chap8 .qe3, .chap8 .qe2b {background-color:#f2f7e4} 
/****/.chap8 .history, .chap8 .qe4, .chap8L .lastp, .chap8L .lastph {background-color:#fbfcf6} /* χρώμα φόντου ανοικτό */
.c08-col4L-f {background-color:#fff6db}
.c08-col4M-f {background-color:#f9f5b2}
.c08-col4D-f {background-color:#f4ed63}
.c08-col5L-f {background-color:#c2e0da}
.c08-col5D-f {background-color:#89c9bd}
/*************/
.c10-col1-t {color:#af1e45}																	/* Βασικό χρώμα */
.c10-col1-f {background-color:#af1e45}
.c10-col1-b {border-color:#af1e45}
.chap10 h1, .chap10L h1, .chap10 h2, .chap10L h2, .chap10 h3, .chap10L h3, 
.chap10 .qe2, .chap10 .qe2b {color: #af1e45}
.chap10 .keys, .chap10 h1, .chap10 .history, .chap10 .caption, .chap10L .caption, 
.chap10 .qe2, .chap10 .qe3, .chap10 .qe2b, .chap10L .lastp {border-color: #af1e45} 
.chap10 .qe1 {background-color:#af1e45}															
/****/.c10-col2-f, .chap10L, .chap10L hr {background-color:#f8a649}							/* 2ο βασικό χρώμα */
.chap10 .tbl-type td {border-right-color: #f8a649}
/****/.chap10 .exp {background-color:#ffecd1}												/* χρώμα φόντου σκούρο */
/****/.c10-col3-f {background-color:#ffecd1}												/* χρώμα φόντου μέτριο */
.chap10 .type, .chap10 .qe2, .chap10 .qe3, .chap10 .qe2b {background-color:#ffecd1} 
/****/.chap10 .history, .chap10 .qe4, .chap10L .lastp, .chap10L .lastph {background-color:#fff4e4} /* χρώμα φόντου ανοικτό */
/*************/
.c11-col1-t {color:#0c8a50}																	/* Βασικό χρώμα */
.c11-col1-f {background-color:#0c8a50}
.c11-col1-b {border-color:#0c8a50}
.chap11 h1, .chap11L h1, .chap11 h2, .chap11L h2, .chap11 h3, .chap11L h3, 
.chap11 .qe2, .chap11 .qe2b {color: #0c8a50}
.chap11 .keys, .chap11 h1, .chap11 .history, .chap11 .caption, .chap11L .caption, 
.chap11 .qe2, .chap11 .qe3, .chap11 .qe2b, .chap11L .lastp {border-color: #0c8a50} 
.chap11 .qe1 {background-color:#0c8a50}															
/****/.c11-col2-f, .chap11L, .chap11L hr {background-color:#fbf6b3}							/* 2ο βασικό χρώμα */
.chap11 .tbl-type td {border-right-color: #fbf6b3}
/****/.chap11 .exp, .chap11 .qe3, .chap11 .qe2 {background-color:#f2f7e4}												/* χρώμα φόντου σκούρο */
/****/.c11-col3-f {background-color:#ffecd1}												/* χρώμα φόντου μέτριο */
.chap11 .type, .chap11 .qe2b, .c11-col4-f, .chap11 .lastp {background-color:#f2f7e4} 
/****/.chap11 .history, .chap11 .qe4, .chap11 .lastph, .c11-col5-f {background-color:#fbfcf6}
.c11-col6-f {background-color:#e3eec2}
 /* χρώμα φόντου ανοικτό */
/*************/
