@charset "UTF-8";
html {
 	min-height: 100%;
 	height: auto;
 }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	background-color:#C4161C;
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 2%;
	color:#333333;
	margin:0 auto;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;	
	}

ul { 
	margin: 0px 0px 0px 17px;
	padding: 0px;
	} 

A, A:link {color: #c4161c; TEXT-DECORATION: none }
A:visited {color: #c4161c; TEXT-DECORATION: none}
A:hover, A:active  {color: #FF0000; TEXT-DECORATION: none;}

.box-title { font-size:8pt; font-weight:bold; color:#FFFFFF;}

.t {background: url(../images/dot.gif) 0 0 repeat-x; width: 100%;}
.b {background: url(../images/dot.gif) 0 100% repeat-x}
.l {background: url(../images/dot.gif) 0 0 repeat-y}
.r {background: url(../images/dot.gif) 100% 0 repeat-y}
.bl {background: url(../images/bl2.png) 0 100% no-repeat}
.br {background: url(../images/br2.png) 100% 100% no-repeat}
.tl {background: url(../images/tl2.png) 0 0 no-repeat}
.tr {background: url(../images/tr2.png) 100% 0 no-repeat; padding:8px} 

.bl1 {background: url(../images/bl.png) 0 100% no-repeat #C4161C; width: 100%;}
.br1 {background: url(../images/br.png) 100% 100% no-repeat}
.tl1 {background: url(../images/tl.png) 0 0 no-repeat}
.tr1 {background: url(../images/tr.png) 100% 0 no-repeat; padding:5px}
.clear {font-size: 1px; height: 1px}

.maintable { background-color:#FFFFFF; width:990px}

/* SUBMENU */

.submenu-bot {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333132;
	background-color:#dadada;
}
#submenu{ margin: 0 auto; }

#submenu ul{
font-size:9pt;
padding-left: 0px;
margin:0;
height:18px;
float: left;
width: 100%;
/*
border: 1px solid #DFDFDF;
*/
}

* html #submenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0; }

#submenu ul li{	display: inline; }
#submenu ul li a{
float: left;
color: #333333;
padding: 0px 9px 0px 9px;
text-decoration: none;
background: #dadada url(../images/submenudivide.gif) top right repeat-y;
}

#submenu ul li a:hover{
color: black;
background-color: #dadada;
border-bottom: 4px solid #C4161C;
padding-bottom: 0;
}

#submenu  ul #current a{
color: #C4161C;
background-color: #FFFFFF;
border-bottom: 4px solid #f39a2b;
padding-bottom: 0;
}

/* ΓΡΑΜΜΑΤΕΙΕΣ */

.gramul { 
	list-style-image: url("../images/gram-arrow.png"); 
	list-style-position: outside;
	} 

#gram a{
	font-size:8pt;
	color: #000000;
	text-decoration: none;
}

#gram a:hover{
	/*
	color: #C4161C;
	*/
	color: #000000;
	font-weight:bold;
}

#gram #current a{
	font-weight:bold;
}

/* NΕΑ */

.newslist{ width: 180px; /*width of menu*/ }
.newslist ul{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}
.newslist ul li a {
	color:#000000;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	/*
	border-bottom: 1px solid #B5B5B5;
	*/
	background-color: white;
	background-image: url(../images/news-list.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
}
* html .newslist ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 180px;
}
.newslist ul li a:hover{
color: #000000;
background-color: #dadada;
text-decoration: none;
background-image:url(../images/news-list_ovr.gif); /*onMouseover image change. Remove if none*/
}
/* Holly Hack for IE \*/
* html .newslist ul li { height: 1%; }
* html .newslist ul li a { height: 1%; }

/* LINKS */

.linklist ul{
	list-style-type: none;
	color:#000000;
	padding-left: 20px;
	padding-bottom:5px;
	display: block;
	width: auto;
	text-decoration: none;
	border-bottom: 1px solid #B5B5B5;
	background-image: url(../images/news-list.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height:110%;
}
.linklist a {
	list-style-type: none;
	margin: 0px auto;
	padding: 0;
}
.linklist ul li a:hover{

}
/* Holly Hack for IE \*/
* html .linklist ul li { height: 1%; }
* html .linklist ul li a { height: 1%; }

/* MAIN MENU */
#mainmenu2{ margin: 0; padding: 0; font-size:9pt; width:100%;}

#mainmenu2 ul li{ display: inline; }

#mainmenu2 ul{
margin: 0;
margin-left: 0px; /*menu offset from left edge of window*/
float: left;
padding-left: 3px;
font: 9pt;
background: #c4161c url(../images/leftround2.gif) top left no-repeat; /*optional left round corner*/
}

* #mainmenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 5px;
margin-left: 0px; /*menu offset from left edge of window in IE*/
width: 100%;
font-size:9pt;
}

#mainmenu2 ul li{ display: inline; }
#mainmenu2 ul li a{
float: left;
color: white;
padding: 5px 8px;
text-decoration: none;
}
#mainmenu2 ul li a:visited{ color: white; }
#mainmenu2 ul li a:hover{ /*hover and selected link*/
color: #FCEE21;
font-weight:normal;
background: transparent url(../images/pointer.gif) bottom center no-repeat;
}
#mainmenu2 ul li a#selected{ /*hover and selected link*/
color: #f39a2b;
font-weight:bold;
background: transparent url(../images/pointer.gif) bottom center no-repeat;
}
#mainmenu2 ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
float:right;
background: url(../images/rightround2.gif) top right no-repeat; /*optional right round corner*/
}

/* pagecontrols */
.pagecontrols{ padding: 2px; }

.pagecontrols ul{
margin: 0;
padding: 0;
/* text-align: left; /*Set to "right" to right align pagecontrols interface*/
font-size: 7pt;
}

.pagecontrols li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagecontrols a, .pagecontrols a:visited{
padding: 0 5px;
border: 1px solid #c4161c;
text-decoration: none; 
color: #c4161c;
}

.pagecontrols a:hover, .pagecontrols a:active{
border: 1px solid #FCEE21;
color: #FCEE21;
background-color: #c4161c;
}

.pagecontrols a.currentpage{
background-color: #c4161c;
color: #FFF !important;
border-color: #000000;
font-weight: bold;
cursor: default;
}

.pagecontrols a.disablelink, .pagecontrols a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagecontrols a.prevnext{
font-weight: normal;
}

/* PAGE DEFNITIONS */
.function { font-size:8pt; }
.footer {
	font-size:7pt;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	padding:5px 0px;
}
.search { height:19px; font-size:7pt; width:100px; margin-bottom:0 auto;}

.infotitle {font-size:10pt; font-weight:normal; padding:15px 0px 10px 0px;}
.info {font-size:8pt; padding-bottom: 5px;}
.attach {font-size:8pt; padding:5px 0px;}
.title  {font-size:11pt; font-weight:bold; color:#c4161c; padding-bottom: 5px;}
.title-list  {font-size:9pt; font-weight:bold; color:#c4161c; padding-bottom: 5px;}
.title-book  {font-size:9pt; font-weight:bold; padding-bottom: 5px;}
.title-link  {font-size:9pt; font-weight:bold;}
.subtitle  {font-size:10pt; font-weight:normal; color:#c4161c; font-weight:bold;}
.author  {font-size:9pt; font-weight:normal; padding-bottom: 5px;}

.bodytext { font-size:9pt; line-height:130%;}
.left {float:left; padding-right:15px; padding-bottom:5px;}
.right {float:right; padding-left:15px; padding-bottom:5px;}

.field-1 { width:220px; font-size:8pt;}
.field-2 { width:460px; font-size:8pt;}
.field-3 { width:460px; height:150px; font-size:8pt;}

/* Breadcrumbs */

.breadcrumb{
	font-size:8pt;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-bottom:3px;
}

.breadcrumb a{
	 font-weight:normal;
	 background: transparent url(../images//breadcrumb_div.gif) no-repeat center right;
	 text-decoration: none;
	 padding-right: 18px; /*adjust bullet image padding*/
}

.breadcrumb a:hover{ text-decoration: underline; }

.goback {
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	font-size:7pt;
}