/****************************************************************************/
/*                                                                          */
/* Cascading Style Sheets (CSS)                                             */
/*                                                                          */
/* Copyright ClickMedia (C) 2010. All Rights Reserved.                      */
/*                                                                          */
/****************************************************************************/

/****************************************************************************/
/** Joomla! System Template - system.css                                    */
/****************************************************************************/

/* OpenID icon style */
input.system-openid, input.com-system-openid {
   background: url(http://openid.net/images/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}


/* Unpublished */
.system-unpublished {
background: #e8edf1;
border-top: 4px solid #c4d3df;
border-bottom: 4px solid #c4d3df;
}

/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; }
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}


/****************************************************************************/
/** Joomla! System Template - general.css                                   */
/****************************************************************************/
/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
	background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
.img_caption.left {
	float: left;
	margin-right: 1em;
}

.img_caption.right {
	float: right;
	margin-left: 1em;
}

.img_caption.left p {
	clear: left;
	text-align: center;
}

.img_caption.right p {
	clear: right;
	text-align: center;
}

.img_caption  {
text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}

.caption.left {
	float: left;
	margin-right: 1em;
}

.caption.right {
	float: right;
	margin-left: 1em;
}

.caption.left p {
	clear: left;
	text-align: center;
}

.caption.right p {
	clear: right;
	text-align: center;
}

.caption.none {
	margin-left:auto;
	margin-right:auto;
}

.caption  {
	text-align: center!important;
}

/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}

/****************************************************************************/
/** Template Layout Styles                                                  */
/****************************************************************************/
html {
    height: 100%;
    margin-bottom: 1px;
}
body {
    margin: 0;
    font-size: 80%;
    line-height: 175%;
    font-family: Tahoma, Geneva, sans-serif;
    color: #737374;
    font-size: 12px;
}
body#site {
	background-color: #dedfe3;
}

/****************************************************************************/
/* Core Styles                                                              */
/****************************************************************************/
form {
    margin: 0;
    padding: 0;
}

p {
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 175%;
}

h1, h2, h3, h4, h5 {
    padding-bottom: 5px;
    margin: 5px 0 5px 0;
    font-weight: bold;
    line-height: 120%;
	  color: #000000;
}

h1 {
    font-size: 160%;
    line-height: 100%;
}

h2 {
    font-size: 24px;
    line-height: 100%;
}

h3 {
    font-size: 20px;
    font-weight:bold;
    color:#2978dc;
}

h4 {
    font-size: 120%;
}

h5 {
    font-size: 120%;
    text-transform: uppercase;
}

a:link, a:visited {
    color: #737374;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.clr {
    clear: both;
}

ul {
	line-height: 175%;
} 
li {
	margin-left: 15px;
    line-height: 175%;
	/*list-style-image: url(../images/arrow.png); */
	list-style:none;
	margin-bottom:5px;
}

pre {
    color: #000000;
    font-size: 12px;
    padding-left: 50px;
    line-height: 130%;
    width: 500px;
}
a.more:link, a.more:active,  a.more:visited{
    font-size:17px;
    color:#323232;
    background:transparent url(../images/more.png) no-repeat;
    padding:3px 21px 6px 21px;
}
a.more:hover{
   color:#000000;
   text-decoration:none;
}

/****************************************************************************/
/* Basic containers                                                         */
/****************************************************************************/
div.top_container {
  width:928px;
	background-color:#777777;
	height:20px;
	/*border: 1px solid #CCCCCC;*/
	margin-left: auto;
	margin-right: auto;
	/*background-color: #FFFFFF;*/
}
div.container{
  width:928px;
  border:1px solid #c0c1c1;
  border-bottom:none;
  margin-left:auto;
  margin-right:auto;

  margin-top:12px;
  background:#ffffff url(../images/container_bg.png) no-repeat;
  background-position:right top;
}
div#mainmenu{
  background:transparent url(../images/mainmenu.png) repeat-x;
  height:58px;
  margin-bottom:10px;
}
div#main_content{
  display:block;
  
}
div#right{
  background-color:#f1f1f1;
  padding-top:10px;
}
div#footer{
  background:transparent url(../images/footer_bg.png) no-repeat;
  height:206px;
  margin-top:13px;
}
div#subfooter{
	font-size: 11px;
	color: #666666;
	background-color: transparent;
	border: 0;
	height:46px;

}
div.subfooter_container{
width:940px;
margin-left:auto;
margin-right:auto;
   background:transparent url(../images/subfooter_bg.png) no-repeat;
}
#logo {
	height: 119px;
	background: transparent url(../images/logo_blue.png) 0px 3px no-repeat;

}
div#banner_el{
  background:transparent url(../images/banner_gr.png) no-repeat;
  height:322px;
  border-bottom:3px solid #c0c0c0;
}
div#banner_en{
  background:transparent url(../images/banner.png) no-repeat;
  height:322px;
  border-bottom:3px solid #c0c0c0;
}
div#banner_el div,
div#banner_en div{
  margin-left:505px;
  margin-top:58px;
  color:#ffffff;
  margin-right:10px;
  font-size:14px;
  font-family: Arial, Helvetica, sans-serif;            
  
}
div#banner_el div p,
div#banner_en div p{
  line-height:130%;
  padding-bottom: 8px;
}
div#banner_el div p img,
div#banner_en div p img {
  position:relative;
  top:-30px;
}

/****************************************************************************/
/* Default module styles                                                    */
/****************************************************************************/
div#right div.moduletable {
  font-size:12px;
  color:#787878;
  padding-bottom:15px;
  border-bottom:1px solid #000000;
  margin-bottom:15px;
  margin-left:10px;
  margin-right:10px;
}
div.moduletable h3{
  margin-left:15px;
  font-size:17px;
}
div.module-noborder {
	border: 0;
	margin-bottom: 10px;
}
div.center-justify {
	text-align:center;
}
div.left-justify {
	text-align:left;
}
div.right-justify {
	text-align:right;
}
/****************************************************************************/
/*            MODULES                                                        */
/****************************************************************************/
div.subfooter{
  color:#686868;
  font-size:11px;
  font-family: Verdana, Geneva, sans-serif;
  text-align:center;
  margin-top:4px;
}
div.subfooter a:link, div.subfooter a:active, div.subfooter a:visited{
  color:#686868;
}
div.subfooter a:hover{
  color:#666666;
} 
div.contact_info{
  font-size:14px;
   color:#5f5f5f;
    margin-left:15px!important;
}
div.contact_info h3{
   font-size:17px;
   margin-left:0px;
}
div.contact_info a:link, div.contact_info a:active, div.contact_info a:visited{
  color:#5f5f5f;
}
div.line{
  background:transparent url(../images/line.png) repeat-x;
  height:3px;
  margin-bottom:14px;
  margin-top:10px;
}
div.home img{
  margin-right:10px;
}
div.home ul#home{
  margin-left:8px;
  float:left;
  margin-top:0px;
 }
 ul#home li{
  list-style-image:url(../images/bullet.png)!important;
  font-size:16px;
  line-height:134%;
  margin-bottom:0px;
}
p.more{
  margin-top:146px;
  text-align:right;
  padding-right:50px;
  border-bottom:1px dotted #bdbdbd;
  padding-bottom:20px;
}
div.home table{
  margin-top:0px;
}
div.home table td{
  vertical-align:bottom;
}
div.home table td img{
  margin-right:30px;
}
div#page{
  margin-top:20px;
}
table.contactus td{
   vertical-align:top;
}
table.contactus{
  margin-left:10px;
}
div.map{
  margin-left:80px!important;
  border:2px solid  #2190B6;
}
table.services{
  width:97%;
}
table.services tr{
  
}
table.services td{
  vertical-align:top;
  text-align:left;
  padding-bottom:10px;
  padding-right:10px;
}
table.services td p{
  margin-bottom:0px;
  margin-top:0px;
}
table.services td img{
  border:1px solid #cdcdcd;
}
h2.menutitle{
  margin-bottom:5px;
  padding-bottom:0px;
  font-size:14px;
  margin-top:5px;
}
div.iso{
  border:none!important;
  padding-top:40px;
  margin-right:10px;
}
/****************************************************************************/
/* Footer                                                                   */
/****************************************************************************/
div.footer {
	text-align: center;
}
div.footerleft {
	text-align: left;
	padding-top: 3px;
}
div.footerright {
	text-align: right;
	padding-top: 3px;
}
div.news h3{
  font-size:20px;
}
/****************************************************************************/
/* Joomla Elements                                                          */
/****************************************************************************/
h2.contentheading, .componentheading  {
    line-height: 100%;
    padding: 0px;
    padding-bottom: 3px;
    margin: 0px;
    font-size:24px;
    font-weight:bold;
    margin-bottom:10px;
    margin-top:10px;
    color:#2978dc;
}
.home h2{
  color:#2978dc;
}
.services h4{
  color:#5483F7;
}
#page h1{
  color:#416893;
}
#page strong{
  color:#363636;
}
.services a:link,
.services a:hover,
.services a:visited{
  color:#6ec5e1;
  font-style:italic;
  text-decoration:none;
}
.article_separator {
    background-color: red;
    visibility: hidden;
    height: 1px;
}
.mosimage_caption {
    font-size: 90%;
}
.img-right {
    float: right;
    margin: 2px 0px 2px 10px;
    border: 6px solid #E3E6EB;
}
.img-left {
    float: left;
    margin: 2px 10px 2px 0px;
    border: 6px solid #E3E6EB;
}
a.nounder {
    text-decoration: none;
    border: 0;
    cursor: pointer;
}
a.nounder:hover {
    text-decoration: none;
}
.clr {
    clear: both;
}
fieldset {
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
fieldset.input, a img, body .pollstableborder {
    border: 0;
}
img.content-left {
    float: left;
    margin-right: 10px;
    padding: 5px;
}
img.content-right {
    float: right;
    margin-left: 10px;
    padding: 5px;
}
.back_button {
    margin-top: 20px;
    margin-bottom: 10px;
}
.tool-tip {
    padding: 4px;
}
td.modifydate {
    font-size: 11px;
    color: #800000;
}
table.main, table.blog {
    width: 100%;
    border: 0;
    padding: 0;
}
a.linkmore:link, a.linkmore:visited {
    background: transparent url(../images/arrow2.png) no-repeat;
    background-position: 0px 4px;
    padding-left: 14px;
    font-size: 12px;
}

/****************************************************************************/
/* Pathway                                                                  */
/****************************************************************************/
#pathway, #pathway-module {
    display: block;
}

span.pathway {
    display: block;
    font-weight: normal;
    line-height: 150%;
    overflow: hidden;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 17px;
    font-style: italic;
    font-size: 11px;
}

span.pathway img {
    padding-right: 0px;
    width: 8px;
    height: 7px;
}

span.pathway a {
    float: none;
    padding: 0 2px 0 0;
}

span.pathway a:link, span.pathway a:visited {
    color: #213984;
}

span.pathway a:hover {
    text-decoration: underline;
    color: #ff0000;
}

.breadcrumb_line {
    background: #FFFFFF url(../images/home.gif) no-repeat;
    background-position: 6px 6px;
    padding: 0px;
    margin: 0px;
}

span.pathway img {
    background: url(../images/menu-bullet.png) 0 50% no-repeat;
}

/****************************************************************************/
/* Search                                                                   */
/****************************************************************************/
div.search{
  margin-top:13px;
  margin-right:30px;
  padding:0px 0px 0px 0px;
}
#mod_search_searchword {
    border: none;
    width: 90px;
    height: 18px;
    padding-left: 3px;
    font-size: 10px;
    color: #666666;
    top: 0px;
    position: relative;
    font-family: tahoma, arial, verdana;
    background:none;
}

div.search .button {
    position: relative;
    top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width:15px;
    vertical-align:middle;
    margin-top:0px;  
    background: transparent url(../images/search_btn.png) no-repeat;
    background-position:center center;
    border:none;
    cursor:pointer;
    height:11px;
    
}

/**********************************************************************/
/** TOP menu                                                        **/
/**********************************************************************/
ul.topmenu {
   float:right; 
   margin-bottom:0px;
   height:15px;
   vertical-align:top;
}

ul.topmenu li {
    list-style-type: none;
    list-style-image:none;
    font-size: 12px;
    font-weight: 400;
    padding-right: 5px;
	  margin-left: 5px;
	  float:left; 
	  background:none;
	  height:13px;
	  
	 
}

ul.topmenu li a:link, ul.topmenu li a:active, ul.topmenu a:visited {
    color: #ffffff;
}

ul.topmenu li a:hover {
    color: #cdcdcd;
    text-decoration: none;
}
ul.topmenu li:hover, ul.topmenu li#current{
    background: none;
  
}



/**********************************************************************/
/** MAIN MENU                                                        **/
/**********************************************************************/
ul.mainmenu{
  background-color:transparent;
  height:58px;
}
ul.mainmenu li{
    float:left;
     list-style:none;
     list-style-image:none; 
     height:46px;
     margin-top:12px;
     font-size:14px;
     font-family: Arial, Helvetica, sans-serif;
}
ul.mainmenu li a, ul.mainmenu li a:visited, ul.mainmenu li a:link {
     color:#ffffff;
    
}
 ul.mainmenu li#current{
    background: transparent url(../images/menu.png) no-repeat;
    background-position:center bottom;
    text-decoration:none;
    cursor:pointer;
}
ul.mainmenu li:hover{
    background: transparent url(../images/menu_hover.png) no-repeat;
    background-position:center bottom;
    text-decoration:none;
    cursor:pointer;
    height:42px;
}
ul.mainmenu li a:hover{
  text-decoration:none;
}
/**********************************************************************/
/** Left menu                                                        **/
/**********************************************************************/
#lcol ul.menu {
    padding-top: 5px;
    padding-bottom: 10px;
}

#lcol ul.menu li {
    list-style-type: none;
    margin-left: 10px;
    font-size: 11px;
    font-weight: 400;
    line-height: 22px;
    padding-right: 10px;
    color: #000000;
	margin-left: 20px;
	border-bottom: 1px dotted #878787;
	width: 170px;
}

#lcol ul.menu li.parent {
    font-weight: bold;
}

#lcol ul.menu li a:link, #lcol ul.menu a:visited {
    color: #213984;
}

#lcol ul.menu a:hover {
    color: #FF0000;
    text-decoration: underline;
}

#lcol ul.menu li.parent ul {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#lcol ul.menu li.parent ul li {
    margin-left: 8px;
}

/**********************************************************************/
/** Bottom menu                                                      */
/**********************************************************************/
ul.menu-bottom {
    padding: 0px;
    margin: 0px;
	margin-bottom: 4px;
	width:40%;
	margin-left:auto;
	margin-right:auto;
}

ul.menu-bottom li {
    display: inline;
    list-style-type: none;
    padding: 0px;
    margin: 0px 5px 0px 5px;
    border-left:1px solid #868686;
     padding-left:10px;
    line-height:15px;
    font-size: 11px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

ul.menu-bottom li a:link , ul.menu-bottom li a:active ,  ul.menu-bottom li a:visited  {
    color:#868686;
    
   
}
ul.menu-bottom li.item7{
  border-left:none;
}
ul.menu-bottom li a:hover {
    color:#cdcdcd;
    text-decoration:none;
}


/**********************************************************************/
/** Joomfish Langauge Selection                                      **/
/**********************************************************************/
div#languages {
    text-align: right;
    padding-top: 5px;
}

ul.jflanguageselection {
	margin: 0px;
	padding: 0px;
	text-align: right;
	padding-right: 3px;
}
ul.jflanguageselection li {
    background-image: none;
    display: inline;
    text-transform: lowercase;
    line-height: 17px;
}
ul.jflanguageselection li a:link, ul.jflanguageselection li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
ul.jflanguageselection li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/**********************************************************************/
/** IE Warning box                                                   **/
/**********************************************************************/
div.iewarn {
    clear: both;
    width: 100%;
    margin: 0px;
    padding: 0px;
    /*height: 50px;
     */
    background-color: #999999;
    color: white;
    /*visibility: hidden;
     */
    border-bottom: 1px solid #333333;
}

div.iewarn div {
    padding: 6px 6px 8px 6px;
}

div.iewarn p {
    background-color: #999999;
    color: white;
    padding: 0px;
    margin: 0px;
}

div.iewarn a:link, div.iewarn a:visited {
    color: #FFFF00;
    text-decoration: none;
}

div.iewarn a:hover {
    color: #FFFF00;
    text-decoration: underline;
}

/**********************************************************************/
/* Subfooter areas													  */
/**********************************************************************/
div#subfooterleft {
	text-align: left;
}
div#subfooterright {
	text-align: right;
}

/**********************************************************************/
/* Funded by EU														  */
/**********************************************************************/
div#funding {	
	background-color: transparent;
	border: 0;
	
}
div#funding_container {
	margin-top: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 680px;
	overflow: auto;
	padding-left: 10px;
	
}
div#funding div#images {
	float: left;
	clear: none;
	width: 295px;
	text-align: left;
}
div#funding img {
	height: 45px;
	margin-right: 7px;
}
div#funding div#texts {
	float: left;
	clear: none;
	width: 370px;
	line-height: 115%;
	font-size: 11px;
	font-style: italic;
	text-align: left;
	padding-top: 3px;
	color: #686868;
}

div#lcol {
	background-color: red;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
}

div#mcol {
	background-color: green;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
}

div#rcol {
	background-color: yellow;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
}
div.colinside {
	margin: 10px;
	background-color: #FFFFFF;
}
form.search{
  background:transparent url(../images/search.png) no-repeat;
  float:right;
  width:116px;
}
#footer .moduletable{
}
#footer .moduletable_foot1{
padding-left:20px;  
  width:170px;
  float:left;
}
#footer .moduletable_foot2{
padding-left:20px;  
  width:391px;
  float:left;
}
#footer .moduletable_foot2 ul li{
   list-style-image:none;
  margin-bottom:0px;
  line-height:145%;
}
#footer .moduletable_foot2 table ul{
  margin-bottom:0px;
}
#footer .moduletable_foot1 ul{
  margin-bottom:0px;
  display:table;
}
#footer .moduletable_foot1 ul li{
  list-style-image:none;
  margin-bottom:0px;
  line-height:145%;
}
#footer .moduletable_foot1 ul li a:link,
#footer .moduletable_foot1 ul li a:visited,
#footer .moduletable_foot2 ul li a:link,
#footer .moduletable_foot2 ul li a:visited{
text-decoration:none;       
}
#footer .moduletable_foot1 ul li a:hover,
#footer .moduletable_foot2 ul li a:hover{
  color:#ffffff;
}
#footer .moduletable_foot1 ul{
  margin-bottom:0px;
  display:table;
}
.services h4 a:link,
.services h4 a:hover,
.services h4 a:visited{
  color:#5483F7;
  font-style:normal;
  text-decoration:none;
}

div.jfdefaulttext, p.buttonheading{
  display:none;
}