/*------------------------------------------------------------------
Screen Style Sheet

version: Greek
author: Evi Kostakou
website: www.gifted.gr
--------------------------------------------------------------------*/

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	background: url(back.gif) repeat top;
}
.topborder{
	background : #0082D9 url(top_border.jpg) repeat-y right;
	text-align : right;
	padding: 0px 12px 3px 0px;
	color : White;
}
.topborder a{
	font-weight : bold;
	color : White;
	font-size : 0.6em;
	/*font-style : normal;*/
}
.topborder a:hover{
	color : rgb(168, 212, 255);
	background-color : transparent;
}
.main{
	width : 596px;
	background-color : White;
}
table.tabletop{
	border: 1px solid rgb(153, 165, 177);
	border-bottom : none;
	width: 760px;
}
table.tablebottom{
	width: 760px;
	border-left : 1px solid rgb(153, 165, 177);
	border-bottom: 1px solid rgb(153, 165, 177);
	border-right : 1px solid rgb(153, 165, 177);
}
ul.ullatin{
	list-style-type : decimal;
}
span.spandetail{
	font-size : 0.8em;
	color : Black;
}
div.divmaincontent{
	/*background : rgb(247, 248, 250) url(main_logo.gif) no-repeat bottom;*/
	
	margin: 15px 0px 15px 25px;
	padding:15px;
	width : 87%;
	font-size : 0.8em;
	/*border : 1px solid rgb(200, 215, 233);*/
	height:30em;
	background: url(contentTop.jpg) no-repeat top left;
}
	*>div.divmaincontent{
		min-height:30em;
		height:auto;
	}
div.divmaincontent hr{
	color : #CCCCCC;
	margin-bottom :10px;
	margin-top :4px;
	height : 1px;
}
.spandetail{
	font-size : 0.8em;
	color : Black;
}
div.divmaincontent p{
	margin: 0px 30px 15px 20px;
	line-height : 14px;
	color : rgb(106, 106, 106);
	text-align : left;
}
div.divmaincontent ul li{
	font-size : 0.95em;
	margin: 0px 20px 7px 20px;
	line-height : 14px;
	color : rgb(106, 106, 106);
	list-style-image : url(bullet.gif);
}
div.divmaincontent ol li{
	font-size : 0.95em;
	margin: 0px 20px 7px 20px;
	line-height : 16px;
	color : rgb(106, 106, 106);
}
div.divmaincontent h1{
	font-size : 1.7em;
	font-weight: normal;
	padding-top:10px;
	margin: 15px 20px 20px 20px;
	line-height : 24px;
	color : rgb(0, 134, 219);
}
div.divmaincontent h2{
	font-size : 1.2em;
	margin: 25px 20px 10px 20px;
	line-height : 18px;
	color : rgb(0, 134, 219);
	border-bottom: 1px dotted rgb(0, 134, 219);
}
div.divpath{
	font-size : 0.6em;
	margin:5px 20px 0px 20px;
	color : rgb(70, 130, 180);
}
a{
	color :rgb(234, 129, 0);
	text-decoration: none;
	}
a:hover {
	color : White;
	background-color : rgb(234, 129, 0);
}

/*/////////////////////////// MENU ///////////////////////*/

.menu{
	background : #0082D9 url(bottom_menu.jpg) no-repeat bottom;
}
.menu ul{
	font-size : 0.7em;
	margin: 0px;
	padding-left:0px;
}
.menu ul li{
	line-height:12px;
	list-style:none;
	padding-top:1px;
	padding-bottom:2px;
}
ul#menu a{
   font-weight: bold;
   text-decoration: none;
	display: block;
	color: #ffffff;
	padding: 4px 0px 4px 18px;
	background: url(bullet_menu.jpg) no-repeat left;
}
ul#menu a:hover{
   background: #0B9DFF url(bullet_menu_f2.jpg) no-repeat left;
	color:#ffffff;
}
.new{
	background-color:#F00;
	border:1px solid #900;
	color:#FFF;
	font-size:9px;
	padding:0px 2px;
	}
