body {  /* aristero panel */
	margin:0; 
	border:0; 
	height:100%; 
	color: #c2bead;
	background-color: #7C786A;
	font-family: Tahoma, Geneva, sans-serif;
}

h1 {
	font-variant: small-caps; 
	font-size: 24px;
	font-weight: bold;
	color: #063951;
}
h2 {
	font-variant: small-caps; 
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #063951;
}
h3 {
	font-variant: small-caps; 
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 7px;	
	color: #990033;
}

h4 {
    font-variant: small-caps;
    font-weight: bold;
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 7px;
	color: #7E4628;
	/*color: #6A5A5B;*/
	/*color: #336666;*/
}


#footer {
	font-size: 9px;
}


#page {  /* deksi panel */
	margin:0px 0 18px 210px; 
	display:block; width:800px; 
	background: #fff8db; 	
	padding: 10px;
	color: #3C2107; 
	text-align:justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

#page a:visited, #page a {
	color: #174F6A;
	text-decoration: underline;
}
#page a:hover {
	color: #174F6A;
}
#page h2 a:visited, #page h2 a {
	color: #174F6A;
	text-decoration:none
}
#page h2 a:hover {
	color: #174F6A;
}
#page ul {
 	list-style-type: disc;
 	list-style-position: outside;
 	margin-top: 0;
 	margin-bottom: 0;
}

#highlight {
	color: #21B6A8;
}
#highlight a:visited, #highlight a {
	color: #21B6A8;
	text-decoration:none
}
#highlight a:hover {
	color: #A80E00;
}

#menu {
	display:block; 
	top:10px;
	left:18px; 
	width:160px; 
	padding:10px;
	position:fixed; 
	font-weight: bold;
	font-variant: small-caps;
	/* font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; */
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF; 
	background:#d3e397;  
}
* html #menu {
	position:absolute;
}
#menu a:visited, #menu a {
	display:block; 
	color:#000000; 
	text-decoration:none
}
#menu a:hover {
	background:#6E6B5E ;  
    color:#efeeef; 
}
#menu ul {
	list-style-type: none;
 	list-style-position: outside;
 	margin-top: 0;
 	margin-bottom: 0;
}
#menu h2 {
	font-variant: small-caps; 
	font-size: 130%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	color: #625664;
	/* color: #C63D0F; periexomena */
}


#menu div {
	color: #032D49;
}

.clear {
	clear:both;
}

.my_pic { 
	border-style: solid;
	border-width: 1px; 
	border-color: #000000; 
}

.spacer_td {
	width: 20px;
}

.text_td {
	vertical-align: top;
}

.text_bu {
	text-decoration: underline;
	font-weight: bold;
}

td.emptyspace {
  line-height:6px;
}

tr.heading1 {
	background-color:#A6A6A6;
	color: #000000;
	text-align: center;
}

.heading2 {
	background-color:#A6A6A6;
	text-align: center;
}

td entry {
	padding: 5px 10px;
}

li.tetragwno {
	list-style-type:square;
}

li.kyklos {
	list-style-type:circle;
}

#blinker {
	text-decoration:blink;
	color:#FF0000;
}
.announce {
	color: #3C2107; 
	font-size: 13px;
}

.date {
	color: #601407; 
	font-weight: bold;
}


#oldnews {  /* deksi panel */
	color: #C0C0C0; 
}

#oldnews a {  /* deksi panel */
	color: #C0C0C0; 
}


#oldnews a:visited {  /* deksi panel */
	color: #C0C0C0; 
}


.modal_invited {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	overflow:scroll;
}



.modal_invited:target {
	opacity:1;
	pointer-events: auto;
}

.modal_invited > div {
	width: 500px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}



.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }


