/*
	CSS info
	--------
	author code: kt
	book: Matters of modern greek history G Lyceum
	--------
	classes per domain
		universal:	applied throughout the structures of the book
		cover:		cover of the book
		index:		index of the book
		chapters:	chapters of the book
		activities:	learning activity
		exersises:	learning exersise
		memoranda:	memoranda of the book
		appendix:	appendix of the book
		fuzzy:		classes that are
	--------
	comments:
	--------
*/

/* universal */
body{font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#000000;
	background-color:#ebebeb;
	line-height:20px;
	text-align:justify}
	
.container  {
	background-color:#FFF;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border-spacing:0px;
}
	
	
p{text-indent:20px}

.bookpage{
	margin: 10px auto;
}
	
	
.page{
	padding: 0px 50px;
	background-color: #ffffff;}
	
	
.indent{text-indent:20px}
.bold{font-weight:bold}
.paddingtop{padding-top:60px}
.centered{text-align:center;}
.centered_table { margin: 0 auto;}
.justified{text-align:justify}
.underlined{text-decoration:underline}
.italic{font-style:italic}
.image_text{font-size:12px;
	line-height:18px;
	font-style:italic}
.small_text{font-size:14px;
	line-height:16px}
.bullets{list-style-type:disc}
.numbers{padding-left:20px;
	list-style:outside;
	list-style-type:decimal}
.table{width:100%}
.bordered{border:1px solid black}
.booktitle{font-size:24px;
	line-height:26px;
	font-weight:bold;
	padding: 120px 0;}
.title{font-size:16px;
	font-weight:bold}
.subtitle{font-size:14px;
	font-weight:bold}
.bordercolor{border:1px solid black; 	border-collapse: collapse;
}
.bordercolor td{border:1px solid black}
.width10{width:10%}
.width20{width:20%}
.width30{width:30%}
.width40{width:40%}
.width50{width:50%}
.width60{width:60%}
.width70{width:70%}
.width80{width:80%}
.width90{width:90%}
.width100{width:100%}

/* cover */

/* index */
.title_i{font-size:16px}
.index_indent{padding-left:20px}
.index_text{font-size:14px}
.index_title{font-size:34px;
	color:#2A3B41;
	text-align:center;
	text-decoration:underline;
	font-style:italic;
	font-weight:bold;
	line-height:36px}
.index_subtitle{font-size:22px;
	font-weight:bold}
.index_sub_subtitle{font-size:17px;
	font-weight:bold}
.index_chaptitle{font-size:14px;
	font-weight:bold}

/* chapters */
.header_l{border-bottom:2px solid black;
	text-align:left;
	margin-bottom:30px;
	font-size:12px}
.header_r{border-bottom:2px solid black;
	text-align:right;
	margin-bottom:30px;
	font-size:12px}
.box_cyan{background-color:#eff7fd;
	border:1px solid #00a9eb;
	padding:5px;
	width: 380px;
	font-size: 14px;
	text-align: left;}
	
.box_cyan_full{background-color:#eff7fd;
	border:1px solid #00a9eb;
	padding:5px;
	font-size: 14px;
	text-align: left;}	

.aftertable{position:relative;
	top:-1em;
	margin-bottom:-1em}

/* activities */

/* exersises */

/* memoranda */

/* appendix */
.appendix_title{font-size:18px;
	text-align:center;
	font-weight:bold;
	line-height:20px;
	padding-top:15px;
	padding-bottom:15px}
	
.appendix_glossary{position:relative;
	text-indent:-20px;
	padding-left:20px}
.appendix_subtitle{}
.appendix_sub_subtitle{}

/* fuzzy */

.c1{text-align:justify;
	padding:5px;
	width:72%;
	margin-left:14%}