/*
	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%}

/*------Publication info------*/	
div.pub_info {
	font-family:Roboto, Tahoma, Geneva, sans-serif;
	border:1px solid #000;
	text-align:center;
	padding:16px;
	font-size:15px;
	line-height:120%;
	margin:30px;
}
div.pub_info > span {
	background: #fff;
    padding: 5px 23px;
    position: relative;
    top: -20px;
    font-size: 18px;
    font-weight: bold;
}
.contributors {
	font-family:Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	text-align: left;
	color: #000;
	line-height:140%;
}
.contributors td, .contributors th {
}
.contributors th {
	width:35%;
	text-align:right; 
	border-right:#000 2px solid; 
	padding-right: 20px; 
	vertical-align:top; 
	color:#000; 
	font-size:15px;
	font-weight:bold;
	padding:8px 16px;

}
.contributors td {
	width:25%;
	text-align:left;
	vertical-align:top; 
	padding-left:20px;
	padding:8px 16px;
	font-size:15px;
}

table.fund {
	border:1px solid #000;
	border-collapse:collapse;
	width:90%;
	margin:20px;
}
.fund th {
	text-align: center;
	font-weight:normal;
	font-size:15px;
	padding:8px 0;
}

.fund td {
	padding:5px;
	vertical-align:top;
	text-align:left;
	font-size: 15px;
}
.fund tr td:first-child {
	width:35%;
    padding-left: 10px;	
	padding-bottom: 10px;
}
.fund td[colspan="2"] {
	text-align: center;
	font-size:14px;
}

p.repub_info {
	text-align:justify;
	border-bottom:1px solid #000;
    padding: 12px;
    font-size: 14px;
    margin: -16px 4px;
}
.repub_info img {
	padding-left: 10px;
	padding-bottom: 30px;
}
.repub_appr {
    font-size: 14px;
    padding: 12px 0 3px;
    margin-bottom: 0;
}
.publication_rights {
	margin:0 auto;
	text-align:justify;
	padding:120px 165px;
	vertical-align:middle;
	line-height:150%;
}

.first_pages {
	text-align:center;
	}
.pub {font-size:18px;margin-bottom:40px;}

.anadohos{
	color: #85878B;
	font-size: 10pt;
	font-weight: bold;
}
.subtitle_pi{
	padding: 0 2%;
	text-align: center;
}

.ta-left{
	text-align: left;
}