@charset "utf-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: justify;
	margin-top: 0px;
	background-color: #ebebeb;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
}

ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

li{
	list-style-position: inside;
}

.work {
	list-style-position: outside;
}
/* styles for book text*/

.main {
	margin-top: 0px;
	margin-bottom: 0px;
}

.small {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.titchapintro {
	font-size: 35px;
	font-weight: bold;
	text-indent: -57px;
	margin-left: 57px;
}

.titchapintro2 {
	font-size: 25px;
	line-height: 15px;
	margin-left: 10px;
}

.title1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-left: 37px;
	text-indent: -37px;
	text-align: left;
}

.title2 {
	font-size: 21px;
	margin-bottom: 15px;
	margin-left: 50px;
	text-indent: -50px;
	text-align: left;
	font-style: italic;
}

.titlework {
	font-size: 40px;
	text-align: left;
	margin-left: 100px;
	margin-top: -50px;
	margin-bottom: 10px;
	line-height: 40px;
	font-weight: bold;
}

.numchapintro {
	font-size: 90px;
	font-weight: bold;
	line-height: 25px;
}

.caption {
	font-size: 15px;
	vertical-align: top;
	text-align: left;
	margin-bottom: 0px;
	font-style: italic;
	margin-top: 10px;
}

.footnote {
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
}

.header {
	line-height: 30px;
	vertical-align: middle;
	font-size: 15px;
	padding-left: 80px;
	padding-right: 80px;
}

.basic {
	line-height: 37px;
	vertical-align: middle;
	font-size: 21px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 8px;
}

.chapnum {
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 35px;
	font-weight: bold;
	line-height: 40px;
}

.per1 {
	font-size: 33px;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 30px;
	margin-left: 2px;
}

.index1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 30px;
	margin-left: 2px;
}

.index2 {
	font-size: 22px;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 3px;
}

/* general text styles */

.left {
	text-align: left;
}

.center    {
	text-align:center;
}

.right {
	text-align: right;
}

.italic    {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.indent {
	text-indent: 24px;
}

.indent0 {
	text-indent: 0px;
}

.indent48 {
	text-indent: 48px;
	margin-left: 24px;
}

.outdent {
	margin-left: 24px;
	text-indent: -24px;
}

.outdent48 {
	margin-left: 48px;
	text-indent: -48px;
}

.hmargin-10 {
	margin-left: -10px;
}

.hmargin-16 {
	margin-left: -16px;
}

.hmargin-24 {
	margin-left: -24px;
}

.hmargin0 {
	margin-left: 0px;
}

.hmargin12 {
	margin-left: 12px;
}

.hmargin24 {
	margin-left: 24px;
}

.hmargin48 {
	margin-left: 48px;
}

.hmargin48-0 {
	margin-left: 48px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.vmargin0 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.vmargin10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.vmarginT10 {
	margin-top: 10px;
	margin-bottom: 0px;
}

.vmarginB10 {
	margin-top: 0px;
	margin-bottom: 10px;
}

.vmarginB15 {
	margin-top: 0px;
	margin-bottom: 15px;
}

.lineover {
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: -5px;
}

.line2over {
	border-top-width: 8px;
	border-top-style: solid;
	margin-top: -5px;
}

.lineunder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.line2under {
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	line-height: 1px;
	margin-top: 0px;
}

/* various table styles */

.container  {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;
	padding:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #ffffff;
}

.tbl-frame {
	border: 1px solid #000;
}

.tbl-frameb {
	border: 3px solid #000;
}

.tbl-frame2 {
	border-top-width: 12px;
	border-right-width: 12px;
	border-bottom-width: 12px;
	border-left-width: 12px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}

.tbl-frame2b {
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}

.tbl-center {
	margin-right: auto;
	margin-left: auto;
}

.round10 {
	-moz-border-radius: 10px;
	border-radius: 10px;
} 
.round15 {
	-moz-border-radius: 15px;
	border-radius: 15px;
} 
.round20 {
	-moz-border-radius: 20px;
	border-radius: 20px;
} 

/* various td styles */
.td-1col {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: top;
}
.td-2colL {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: top;
}
.td-2colR {
	width: 281px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
}

.td-authors {
	text-align: right;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990066;
	padding-right: 10px;
}

.br-border {
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.page  {
	vertical-align: top;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}

.page0 {
	padding: 0px;
	vertical-align: top;
}

/* various div styles */

.div-header {
	height: 40px;
	width: 40px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 5px;
	background-color: #FFF;
}

.div-left {
	float: left;
	text-align: center;
	width: 135px;
	margin-right: 15px;
}

.div-left-havunder {
	float: left;
	text-align: center;
	width: 110px;
}

.div-work {
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 10px;
}

/* χρώματα βιβλίου */
/* t=text , L=light , M=medium , bor=border */
/* c0/c1/c2... chapters 0/1/2... */
.whitet{color: #FFF;}
.graybor{
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.colc00{background-color: #E6D6E8;}
.colc0{background-color: #c7a0cb;}
.colc0L{background-color: #e8ddee;}
.colc0t{color: #c7a0cb;}
.colc1{background-color: #ffcd68;}
.colc1t{color: #ffcd68;}
.colc1bor{
	border-top-color: #ffcd68;
	border-right-color: #ffcd68;
	border-bottom-color: #ffcd68;
	border-left-color: #ffcd68;
}
.colc1L{background-color: #feedcd;}
.colc2{background-color: #f99f1f;}
.colc2t{
	color: #f99f1f;
}
.colc2bor{
	border-top-color: #f99f1f;
	border-right-color: #f99f1f;
	border-bottom-color: #f99f1f;
	border-left-color: #f99f1f;
}
.colc2L{background-color: #ffdeb5;}
.colc3{background-color: #f7987a;}
.colc3t{
	color: #f7987a;
}
.colc3bor{
	border-top-color: #f7987a;
	border-right-color: #f7987a;
	border-bottom-color: #f7987a;
	border-left-color: #f7987a;
}
.colc3L{background-color: #fdddcf;}
.colc4{
	background-color: #cd7e9d;
}
.colc4t{
	color: #b4216f;
}
.colc4bor{
	border-top-color: #b4216f;
	border-right-color: #b4216f;
	border-bottom-color: #b4216f;
	border-left-color: #b4216f;
}
.colc4L{background-color: #e3b8c7;}
.colc4M{background-color: #d79ab1;}
.colc5{background-color: #f598a3;}
.colc5t{
	color: #f598a3;
}
.colc5bor{
	border-top-color: #f598a3;
	border-right-color: #f598a3;
	border-bottom-color: #f598a3;
	border-left-color: #f598a3;
}
.colc5L{background-color: #fcdedd;}
.colc6{
	background-color: #e90e8b;
}
.colc6t{
	color: #e90e8b;
}
.colc6bor{
	border-top-color: #e90e8b;
	border-right-color: #e90e8b;
	border-bottom-color: #e90e8b;
	border-left-color: #e90e8b;
}
.colc6L{background-color: #f5c1d8;}
.colc6M{
	background-color: #f1a2c6;
}
.colc7{background-color: #29abe2;}
.colc7t{
	color: #29abe2;
}
.colc7bor{
	border-top-color: #29abe2;
	border-right-color: #29abe2;
	border-bottom-color: #29abe2;
	border-left-color: #29abe2;
}
.colc7L{background-color: #ace1fa;}
.colc7M{background-color: #90d8f8;}
.colc8{background-color: #2baae2;}
.colc8t{
	color: #2baae2;
}
.colc8bor{
	border-top-color: #2baae2;
	border-right-color: #2baae2;
	border-bottom-color: #2baae2;
	border-left-color: #2baae2;
}
.colc8L{background-color: #ace0f9;}
.colc8M{background-color: #49d0f7;}
.colc9{background-color: #28aae1;}
.colc9t{
	color: #28aae1;
}
.colc9bor{
	border-top-color: #28aae1;
	border-right-color: #28aae1;
	border-bottom-color: #28aae1;
	border-left-color: #28aae1;
}
.colc9L{background-color: #ace0f9;}
.colc10{background-color: #17becf;}
.colc10t{
	color: #17becf;
}
.colc10bor{
	border-top-color: #17becf;
	border-right-color: #17becf;
	border-bottom-color: #17becf;
	border-left-color: #17becf;
}
.colc10L{background-color: #c6e8ed;}
.colc11{background-color: #81ca9c;}
.colc11t{
	color: #81ca9c;
}
.colc11bor{
	border-top-color: #81ca9c;
	border-right-color: #81ca9c;
	border-bottom-color: #81ca9c;
	border-left-color: #81ca9c;
}
.colc11L{background-color: #d8eddd;}
.colc12{background-color: #0ba64d;}
.colc12t{
	color: #0ba64d;
}
.colc12bor{
	border-top-color: #0ba64d;
	border-right-color: #0ba64d;
	border-bottom-color: #0ba64d;
	border-left-color: #0ba64d;
}
.colc12L{background-color: #b3ddc0;}
.colc12M{background-color: #67c18c;}
.colc13{background-color: #8581bd;}
.colc13t{
	color: #8581bd;
}
.colc13bor{
	border-top-color: #8581bd;
	border-right-color: #8581bd;
	border-bottom-color: #8581bd;
	border-left-color: #8581bd;
}
.colc13L{background-color: #d4d1e9;}
.colc13M{background-color: #b0abd5;}
.colc14{background-color: #8cc641;}
.colc14t{
	color: #8cc641;
}
.colc14bor{
	border-top-color: #8cc641;
	border-right-color: #8cc641;
	border-bottom-color: #8cc641;
	border-left-color: #8cc641;
}
.colc14L{background-color: #e5f0d5;}


/*------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 > div {
	background: #fff;
	padding: 6px 23px;
	position: relative;
	top: -22px;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	width: 42%;
	margin:0 auto;	
}
div.pub_info > table {margin:0 auto;} 

.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 15px;
    margin-bottom: 20;
	text-align:center;s
	}
.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;
}

table.ministries {margin-top:0px; margin-bottom:0px; border-color:#B5B2AB;}
.ministries th {background-color:#FDCB8A;border-color:#B5B2AB;text-align:center;vertical-align:middle;}
.ministries tr:nth-child(even):nth-child(-n+8),.ministries tr:nth-child(n+8):nth-child(odd)  {background-color:#FBE0C6;border-color:#B5B2AB;text-align:center;vertical-align:middle;}
.ministries tr:nth-child(odd):nth-child(-n+8), .ministries tr:nth-child(n+9):nth-child(even)   {background-color:#C6C4E1;border-color:#B5B2AB;text-align:center;vertical-align:middle;}

.ministries a {
	color:#EE1D23;
	text-decoration:none;

}
