/* Author: Nikos Papaloukas */
/*Web Site: www.math.aegean.gr/geometry2005 */

/* Start with the defaults */
body {
background-color: #87B5E1;
font-family: verdana, arial, sans-serif;
font-size : 12px; 
color: #000000;
margin: 15px;
padding: 0px;
}

/* Layout DIVs */
#master{
padding: 0px 0px 0px 0px;
background-color: #ffffff;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
width: 750px;
height: inherit;
}

#heading{
padding: 0px 0px 0px 0px;
width: 100%;
height: 90px;
background-image: url(./img/header_en.jpg);
background-repeat: no-repeat;
border-bottom: 1px solid #000000;
}

h1{
	display : inline;
	border-bottom : 1px solid #00008b;
	color : #000066; /*#787d63 #ff8200*/
	font-size : 13px; 
	margin : 10px  0 0 15px; 
	padding : 10px 0 0 0;
}
table{
font-size:10px
}

tr.info{
font-size:12px
}

form#login{
background-color: #CCCCCC;
color: #000000;
border: 1px dashed #999999;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
padding : 10px 10px 10px 10px ;
}


div.menu{
float:left;
width: 15%;
margin: 5px;
padding: 0px;
height: 400px;
font-size: 90%;
font-weight: bold; 
}

div.menu p {
margin: 0;
width: 90%;
border: thin outset #577F99;
border-width: 2px 2px 5px 2px;
background: #79AFD4;
}

div.menu a {
display: block;
margin: 0px 0px;
padding: 3px 0px 3px 0px;
text-align: center;
border-bottom:1px solid #577F99;
}

div.menu a:first-child {border-top: none}
div.menu a:link {color: #1C1E82; text-decoration: none;}
div.menu a:visited {text-decoration: none; color: #1C1E82}
div.menu a:hover {background: #88C7F0; color: #1C1E82}
div.menu a.current {background-color: #88C7F0; color: #1C1E82}

a.style1:link {color: #000000; text-decoration: none;}
a.style1:visited {color: #000000; text-decoration: none;}
a.style1:hover {letter-spacing: 0.02cm; color: #000066;}


#content{
float: left;
padding: 0px;
width: 80%;
text-align: left;
height: inherit;
}

#siteInfo{
clear: both;
border-top: 1px solid #000000;
font-size: 75%;
color: #cccccc;
padding: 1px 5px 1px 5px;
background-color: #999999;
text-align: left;
}

#siteInfo img{
padding: 1px 2px 1px 2px;
vertical-align: middle;
}
