@charset "utf-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: justify;
	margin-top: 0px;
	background-color: #ebebeb;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

li{
}

/* styles for book text*/

.main {
	text-indent: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.small {
	font-size: 14px;
}

.title1 {
	font-size: 20px;
	font-weight: bold;
}

.title2 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.title3 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin-left:52px;
}

.cover1 {
	color: #36C;
	font-size: 54px;
}

.cover2 {
	font-size: 24px;
}

.caption {
	font-size: 13px;
	vertical-align: top;
	text-align: center;
	margin-bottom: 15px;
	font-style: italic;
	margin-top: 10px;
}

.footnote {
	font-size: 13px;
}

/* 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: 25px;
}

.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;
}

.pmargin {
	margin-left: 24px;
}

.pmargin0 {
	margin-left: 0px;
}

.pmargin-10 {
	margin-left: -10px;
}

.pmargin24 {
	margin-left: 24px;
}

.pmargin-16 {
	margin-left: -16px;
}

.pmargin-24 {
	margin-left: -24px;
}

.pmargin48 {
	margin-left: 48px;
}

.lmargin0 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.lmargin10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.lineover {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: -5px;
}

.lineunder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

/* 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-center {
	margin-right: auto;
	margin-left: auto;
}

.tbl-header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7bafde;
	margin-bottom: 20px;
}
.tbl-header2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5821f;
	margin-bottom: 20px;
}
.tbl-header3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #63c19c;
	margin-bottom: 20px;
}
.tbl-header4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00adef;
	margin-bottom: 20px;
}
.tbl-header5 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7961ab;
	margin-bottom: 20px;
}
.tbl-header6 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ae4c43;
	margin-bottom: 20px;
}

.round {
	-moz-border-radius: 30px;
	border-radius: 30px;
} 

.round-right {
	-moz-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
} 

/* various td styles */

.page  {
	vertical-align: top;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
}

.page0 {
	padding: 0px;
	vertical-align: top;
}

.td-headnum {
	-moz-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	font-size: 15px;
	color: #FFF;
	width: 40px;
	text-align: center;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	vertical-align: middle;
}

.td-headtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 30px;
}

.td-authors {
	text-align: right;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #33C;
	padding-right: 10px;
}

/* various div styles */

.div-chaptitle {
	background-repeat: repeat-x;
	height: 36px;
	vertical-align: middle;
	text-align: center;
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 10px;
}

.div-sand {
	margin-bottom: 15px;
	background-color: #e9e5c3;
	background-image: url(images/img-pin.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.div-blueL {
	margin-bottom: 15px;
	background-color: #d3e1f4;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.div-purpleL {
	margin-bottom: 15px;
	background-color: #eadced;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.div-greenL {
	margin-bottom: 15px;
	background-color: #e5f1de;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.div-cream {
	margin-bottom: 15px;
	background-color: #ffeec6;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.div-goleft {
	float: left;
	padding-bottom: 15px;
	padding-right: 20px;
}

.div-goleft-haveunder {
	float: left;
	clear: left;
	padding-bottom: 15px;
	padding-right: 20px;
}

.div-goright {
	float: right;
	padding-bottom: 15px;
	padding-left: 20px;
}

.div-goright-haveunder {
	float: right;
	clear: right;
	padding-bottom: 15px;
	padding-left: 20px;
}

/* χρώματα */
.blueD-t {color: #7bafde;}
.blueD-f {background-color: #7bafde;}
.sand-f {background-color: #e9e5c3;}
.blueL-f {background-color: #d3e1f4;}
.orange-t {color: #f5821f;}
.orange-f {background-color: #f5821f;}
.purpleL-f {background-color: #eadced;}
.greenL-f {background-color: #e5f1de;}
.greenM-f {background-color: #63c19c;}
.greenD-f {background-color: #256822;}
.greenD-t {color: #256822;}
.cream-f {background-color: #ffeec6;}
.cyan-f {background-color: #00aeef;}
.purpleD-f {background-color: #7961aa;}
.red-f {background-color: #ae4b43;}

/* bullet με εικόνες */
.inside {
	list-style-position: inside;
	margin-left: 0px;
	text-indent: 0px;
}
.bu1 {list-style-image: url(images/img-bullet01.png);}
.bu2 {list-style-image: url(images/img-bullet02.png);}
.bu3 {list-style-image: url(images/img-bullet03.png);}
.bu4 {list-style-image: url(images/img-bullet04.png);}
.bu5 {list-style-image: url(images/img-bullet05.png);}
.bu6 {list-style-image: url(images/img-bullet06.png);}
.bu7 {list-style-image: url(images/img-bullet07.png);}
.bu8 {list-style-image: url(images/img-bullet08.png);}
.bu9 {list-style-image: url(images/img-bullet09.png);}
.bu10 {list-style-image: url(images/img-bullet10.png);}
.bu11 {list-style-image: url(images/img-bullet11.png);}
.bu12 {
	color: #f5821f;
	font-size: 35px;
	letter-spacing: -15px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
