/* COMMON STYLE
--------------------------------------------------------- */
body {
	color:#686467;
	font-family: Helvetica, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/background.png);
	background-repeat: repeat;
	line-height: 1;
}

body.bd #ja-lang{
	width:980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

body.bd #ja-wrapper{
	clear: both;
	width:980px;
	margin:0 auto;
	/*box-shadow:0 0 20px rgba(0, 0, 0, 0.1);
	background-color: #33F; */
}

::-moz-selection{
background:#72DC72;color:#000;
}
::selection{
background:#72DC72;color:#000;
}

body#bd { background: #fff; color:#686467; }



#main-wrapper{
width:980px;
margin:0 auto;
position:relative;
border:1px solid #F3F3F3;
box-shadow:0 0 6px #B7B7B7;
background:#fff;
}

#ja-container .column ul {
	padding-left: 30px;
	
}

.column p, .column pre, .column blockquote,
.column h1, .column h2, .column h3, .column h4, .column h5, .column h6,
.column ol, .column ul, .column dl { margin: 10px 0; padding: 0; }

#ja-topsl a{ color:#000;
}
 #ja-botsl a {
    color:#a6ce39;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition:all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
}

#ja-topsl a:hover, #ja-botsl a:hover {}

#ja-topsl li:hover, #ja-botsl li:hover{}

/* Normal links ---*/
a { color:#999999; text-decoration: none;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition:all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
 }

a:hover, a:active, a:focus { text-decoration:none; color:#017A9D; }

/* Readon links ---*/
p.readmore a { text-transform: uppercase; }

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Tahoma, Helvetica, sans-serif;
}

h1.componentheading, .componentheading {
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}

h2.contentheading, .contentheading {
	font-weight: normal;
	padding-bottom:2px;
	padding-left:0;
	padding-top:0;
}

.contentheading { font-size: 200%; }

.blog-featured .contentheading { font-size: 150%; }

.jitem-title { font-size: 110%; font-weight: bold; }

/* Others ---*/
hr { border-top: 1px solid #ccc; }

/* FORM
--------------------------------------------------------- */
input, select, textarea, .inputbox {
	padding: 2px;
	font-family: Helvetica, Arial, Tahoma, Helvetica, sans-serif;
	border:1px solid #C2C2C2;
}

.inputbox { border: 1px solid #ccc; background: #fff;}

#ja-search{
width: 299px;	
}

#ja-search .inputbox{
width: 174px; 
padding-left:10px;
background: #fff url(../images/search-bg.png) no-repeat right center;
height:30px;
color:#5C5C5C;
border-radius:3px;
-moz-transition: all 0.8s ease 0s;
-webkit-transition:all 0.8s ease 0s;
-o-transition: all 0.8s ease 0s;
border:1px solid invert;
box-shadow:0 1px 2px rgba(0, 0, 0, 0.3) inset;
}

#ja-search .search{
   /* position: relative;
    right: 31px;
    top: 26px; */
}

#ja-search .button {
	/*background-image:none; */
	border:none;
	/*color:#8996A2;*/
	color: #FFF;
	font-weight: normal;
	cursor:pointer;
	/*background-image: url(../images/search_normal.png);*/
}

#ja-search .button:hover{
 /*text-shadow:1px 1px #ddd;
 background-image: url(../images/search_mouse_over.png);*/
}

#ja-search {
    position: relative;
	/*height: 80px;
	width: 300px; */
	right: 0;
	bottom: 0;
}

#ja-search .inputbox:hover, #ja-search .inputbox:focus{
	color:#999999;
	border:1px solid #A6CE38;	
}

.search{}

.inputbox:hover, .inputbox:focus {}

/* Search ---*/
form#searchForm { border-top: 1px solid #ccc; }

.searchintro { border-bottom: 1px solid #ccc; }

.results h4 { text-transform: none; font-size: 110%; }

.search fieldset { border: 1px solid #ccc; margin: 15px 0; padding: 10px; }

.search legend {	font-size: 100%; font-weight: bolder; line-height: 1.2; margin-left: 10px; }

/* Contact ---*/
#component-contact #emailForm { border-top: 1px solid #ccc;}

#contact-slider {
	float: none;
	border-bottom: 1px solid #EFEFEF;
}

#contact-slider .title {
	padding: 8px 10px;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;	
	border-right: 1px solid #EFEFEF;
	margin: 0;
}

#contact-slider .jpane-toggler-down {
	background: #333333;
}

#contact-slider .jpane-toggler-down a {
	color: #fff;
}

#contact-slider dt.closed {
	background: #ffffcc;
}

#contact-slider .content {
	border: 1px solid #EFEFEF;
	padding: 8px 10px;
}

#contact-slider .contact-image {
	margin: 15px 0;
	float: right;
}

/* -- EDITOR STYLES ----------------------------- */
#adminForm fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
}

#adminForm fieldset legend {
	padding: 0 5px;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/

.items-row {
padding-bottom: 10px;
margin-left:0;
margin-right:0;
padding-top: 0;
}

.column-1{
}

.column-2{
}

/* Meta ---*/
dl.article-info { color: #999; text-transform: none;}

.contentdescription { border-bottom: 1px solid #ccc; }

ul.actions li {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}

/*Inline images ---*/
p.img_caption { color: #999; text-transform: uppercase; }

/* Tables ---*/
thead tr th {
	color: #555;
	border-bottom:1px solid #EFEFEF;
	padding: 5px;
	background-color: #fff;
}

thead tr th a,
thead tr th a:hover,
thead tr th a:focus,
thead tr th a:active { color:#555555; }

.intro{ float:left; }

.cat-list-row0{
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition:all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;

}
.cat-list-row1{
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition:all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
}

.cat-list-row0 a{}
.cat-list-row1 a{}

.cat-list-row0 a:hover, a:active, a:focus{}
.cat-list-row1 a:hover, a:active, a:focus{  text-decoration:none;}

.cat-list-row1,
.cat-list-row12,
tr.cat-list-row1 td,
tr.cat-list-row2 td { border-bottom: 1px solid #EFEFEF; padding: 5px; }

.cat-list-row1:a:hover,
.cat-list-row2:a:hover{}

.cat-list-row1:hover,
.cat-list-row2:hover { background:#F0F0F0;

}

.cat-list-row2,
tr.cat-list-row2 td { background-color: #f6f6f6; }

/* Content Toc */
table.contenttoc { border: 1px solid #EFEFEF; }

table.contenttoc td { border-bottom: 1px dotted #EFEFEF; }

table.contenttoc th {
	background: #f6f6f6;
	border-bottom: 1px solid #EFEFEF;
	text-transform: uppercase;
}

/* Poll */
form#poll {
	border-bottom: 1px dotted #EFEFEF;
	font-weight: bold;
}

dl.poll { border-bottom: 1px dotted #EFEFEF; }

table.pollstableborder td {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td,
table.pollstableborder tr.sectiontableentry1 td { background: #fff; font-weight: normal; }

/* Pagination ---*/
.pagination li span,
.pagination li strong { 
/*line-height: 20px; */
}

.items-more { border-bottom: 1px solid #ccc; }

.items-more h3 { font-size: 125%; }

/* MODULE STYLES - meniurile de pe stanga si dr
--------------------------------------------------------- */
div.ja-moduletable mod109{
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #000;
}

div.ja-moduletable h3, div.moduletable h3 {
	/*font-size:18px;*/
	font-size:31px;
	/*text-transform:capitalize;*/
	font-family: Helvetica, Arial, Tahoma, Helvetica, sans-serif;
	/*color:#6D6E71;*/
	color:#A6CE39;
	position: relative;
	margin:0;
	padding-top: 10px;
	padding-bottom: 10px;	/*font-weight: bold;/* 	bottom:18px; position:relative; */
	font-weight: normal;	/* padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;	*/
	/* background-color: #0CF; */
	
}
div.ja-moduletable h3 span, div.moduletable h3 span{
/*	border-color: #E8EBEE;
	border-style: solid solid none;
	border-width: 2px 2px medium;
	border-radius:4px 4px 0 0;
	background:#F7F9FA;
	padding: 2px 4px 0; */
 }

/* Login Module ---*/

.login{ background:#F1F0F0; padding: 10px 0 15px;}

#login-form ul li {
	background: url(../../images/bullet.gif) no-repeat 2px 8px;
	/* line-height: 160%; */
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 12px;
}

/* Advertisement ---*/
div.bannergroup_text div.banneritem { padding:5px 0; }

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-container .main {
	/*padding: 0px 3px 10px 8px;  */
	width:980px;
/*	background-color: #F0F; */
}



#ja-container ul.menu li li a:hover, #ja-container ul.menu li li a:active, #ja-container ul.menu li li a:focus{
}


#ja-container ul.menu li.active > a{
color:#006400;
text-shadow:1px 1px #fff;
border-bottom:1px dashed #757575;
}

#ja-container ul.menu li.active img{}

#ja-container ul.menu li img{
	margin-left: 0px;
    padding-right: 5px;
}

.ja-content-main {
  /*  margin-bottom: 20px;*/
  margin: 10px;
}

.ja-content-main h2{
color:#555555 !important;
}

.ja-content-main h2 a{
	color:#a6ce39;
	font-size: 1.2em;	
}

.ja-content-main h2 a:hover{
	color:#6D6E71;
}

.ja-content-main h3{
	font-size: 1.5em;
		
}

.ja-content-main p{
	font-size: 14px;
	text-align: justify;	
}

#yoo-zoo .pos-subtitle{
	text-align: center;	
}

#yoo-zoo .items h2.pos-title{
	font-size: 13px;
}

#yoo-zoo .items div.media-center > *{
	display: inline;
}

.column p, .column pre, .column blockquote, .column h1, .column h2, .column h3, .column h4, .column h5, .column h6, .column ol, .column ul, .column dl{
color:#686467;
}

.column {
    float: left;
    overflow: hidden;
}

#ja-botsl {
    background:#F6F8FC;
    border-bottom: 1px solid #E1E5E9;
    border-top: 1px solid #E1E5E9;
    margin-bottom: 0px;
    padding: 0px;
	margin-top:15px;
}

#ja-left{
	margin-right: 20px;
	padding-top: 8px;
	box-shadow:0 0 20px rgba(0, 0, 0, 0.1);
	background-color: #FFF;
/*	margin-top: -220px;*/

}

#ja-right{
}

#ja-current-content, #ja-main {
    float: right;
	padding-top:5px;
}

#ja-topsl li, #ja-botsl li{ border-bottom: 1px solid #E8EBEE; background:none;
}

#ja-topsl .ja-box, #ja-botsl .ja-box { padding: 0;}

.main .main-inner1 { margin-left: 0; margin-right: 0; }



#ja-absolute1 {
	/*position: relative;
	width: 30px;
	top: -40px;
	float: right;
	right: 150px;
	list-style-position: outside; */
	}

/* HEADER
--------------------------------------------------------- */
#ja-impachetator-header{
	background-image: url(../images/desen_header.png);
	/*background-position: 16px -105px;*/
	background-repeat: no-repeat;
	background-position: left top;
/*	box-shadow:0 0 20px rgba(0, 0, 0, 0.1);*/
	box-shadow: 10px -11px 20px rgba(0, 0, 0, 0.1);
}

#ja-header {
	
  /*  margin-top: 100px;
    margin-bottom: 10px;*/
	
}


#ja-header {
	
	/*font: helvetica lighter;
	font-size: 14px;
	margin-left: 322px;

	clear: none;
	
	
	position: relative;
	z-index: 10;*/
	width:840px;
	height: 85px;
}


#ja-header .main {
	width:840px;
	/*margin:0 auto;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;*/
	
}

.main {
	margin:0 auto;
    position: relative;
    width: 980px;
}

h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; margin-left: 10px;}

/* Logo Image ---*/
h1.logo { width: 170px;
/*background:url(../images/logo.png) no-repeat;*/
height:125px;
 display: block;}


h1.logo a {
width:250px;
height:150px;
background:none;display: block;
}


/* Logo Text ---*/
div.logo-text h1 {
	font-size: 200%;
	font-family: Helvetica, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
}

div.logo-text h1 a {
	text-decoration: none;
}

p.site-slogan {
	color: #ccc;
	display: block;
	font-size: 85%;
	margin: 3px 0 0;
	padding: 0 10px;
	text-transform: uppercase;
}

/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav{
	line-height: 1;
	position: relative;
	z-index: 11;
	padding-bottom:7px;
	/* background-color: #f00; */
	padding-top: 10px;
	/*background-image: url(../images/combinate_meniul_pe_orizontala.png);
/*	left: 80px;	*/
}

#ja-mainnav .main {
	/* width:980px; margin:0 auto; */
	
	/*	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;*/
	
	/*	border-radius: 0 10px 0 10px;
	border-color: #a6ce39;
	border: 2px solid #a6ce39;*/
	
	/*width:520px;
	margin-left: 270px ; */
}



/* Breadcrumbs ---*/

#ja-navhelper a{padding:0 2px 0 2px; color:#8996A2;}

#ja-navhelper a:hover{ text-shadow:1px 1px #fff; text-decoration:underline;}

#ja-navhelper .wrap {background:url(../images/linea.png) center top repeat-x;}

#ja-navhelper  .main-inner1{
border-top:1px solid #E1E5E9;
border-bottom:1px solid #E1E5E9;
}

.ja-navhelper{}
#ja-navhelper{ background:#F6F8FC; }

#ja-navhelper .main {
	text-transform: uppercase;
	width:980px;margin:0 auto;
	padding: 13px 0 5px 0;
}

.ja-breadcrums {
	text-indent: 10px; color:#818181;
	text-shadow: 0 1px #FFFFFF;
}

/* Extras ---*/
.ja-links { padding-right: 10px; }

.ja-links li { padding: 0 10px; }

/* Default Joomla! Menu ---*/
#ja-container ul.menu li {
}

#ja-container ul.menu li.active > a:hover{}

#ja-container ul.menu li a:hover, #ja-container ul.menu li a:active, #ja-container ul.menu li a:focus{
	color:#006400;
	
}

#ja-container ul.menu li a{font-weight: normal;text-indent: 10px; }

#ja-container ul.menu li li { }

/* SPOTLIGHT
--------------------------------------------------------- */
/* Bot spotlight ---*/
#ja-botsl .main {
padding: 0; width:980px;
}
#ja-botsl .main-inner1 {padding: 3px 0 15px 0;}

/* MISCELLANOUS
----------------------------------------------------------- */
/* Others ---*/
#ja-top-panel .main-inner1 {
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
	text-align: center;
	margin-top: 15px;
	background: #fff;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.customregister{ padding-left: 12px; padding-top: 10px;}

.custom{}
.custom img{ padding-left: 4px;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition:all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;

}

#ja-top-panel{}

#ja-top-panel .main{
width:980px;
border-right:1px solid #DBDBDB;
border-left:1px solid #DBDBDB;
margin:0 auto;
}

#Top{}

.custom img:hover{opacity:0.75;}

#ja-banner { border-top: 1px solid #ccc; }

div.ja-innerdiv { border-bottom: 1px dotted #ccc; }

div.ja-innerdiv h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 92%;
	font-weight: normal;
	text-transform: uppercase;
}

a.ja-icon-video {
	background: url(../images/jmlogo.png) no-repeat 5px 4px #fff;
	border: 1px solid #ccc;
	color: #666;
	display: block;
	font-weight: bold;
	position: absolute;
	padding: 5px 5px 5px 43px;
	right: 10px;
	top: 8px;
	text-decoration: none;
	width:66px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.ja-box-ct{
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;	
}

/*
modulele meniu si tot... calendar , etc.
*/

#ja-container .ja-box-ct{
/* border: 2px solid #E8EBEE;
	box-shadow: 0 2px 3px #D2D2D2;
	padding-bottom: 10px;
	padding-top: 5px; 
	background-color: #C00;*/
}

#form-login-remember {
padding:0px;margin:0px;
}

#login-form p{
padding:0 !important;
margin:0 !important;
}

#login-form a{
	color:#a6ce39;
	text-shadow:1px 1px #ddd;
}
#login-form a:hover{
	color:#006400;
}

#login-form ul{
padding:0px; margin:10px 0 0 0;
}

.custom_text{}



.bannergroup_text{}

div.bannergroup_text div.bannerheader, div.bannergroup_text div.bannerfooter_text a {
    color: #848D90;
    font-size: 92%;
}

div.bannergroup_text div.banneritem_text {
    background:none;
    color:#848D90;
	padding: 2px 0 3px;
	border-bottom: 1px solid #E8EBEE;
}

#ja-botsl .ja-moduletable, #ja-botsl .moduletable {
    background:none;
	border:none;
    margin-bottom:0px;
	padding-bottom:8px;
	padding-right:0;
	padding-left:0;
}
#ja-botsl .main-inner1 .ja-box-left{margin-right: 4px; border-right: 1px solid #E1E5E9; }
#ja-botsl .main-inner1 .ja-box-center{margin-right: 4px; border-right: 1px solid #E1E5E9; }
#ja-botsl .main-inner1 .ja-box-right{margin-right: -12px;}

/*#ja-topsl .main-inner1 .ja-box-left{margin-left: -5px;margin-right: 3px;}
#ja-topsl .main-inner1 .ja-box-center{margin-right: 3px;}
#ja-topsl .main-inner1 .ja-box-right{margin-right: -4px;}*/

.whosonline{background:url(../images/online.png) no-repeat 17px 7px ;}


.ja-box-ct p{
	/* margin: 0; */
	 }

a.ja-icon-video span { color: #666; }

a.ja-icon-video:hover,
a.ja-icon-video:focus,
a.ja-icon-video:active { border-color: #ddd; text-decoration: none; }

a.ja-icon-video:hover span { color: #0F85D8; }

#ja-absolute .main {
	position: fixed;
	width: auto;
	height: auto;
	z-index: 99999;
	top: 1px;
	left: 1px;
}

#ja-absolute .main a {
	width: 91px;
	height: 99px;
	overflow: hidden;
	display: block;
	background: transparent url(../images/joomla15.png) no-repeat left top ;
	text-indent: -9999px;
}

#ja-absolute .main a:hover,
#ja-absolute .main a:focus {
	background-position: left bottom;
	text-decoration: none;
}

.ja-megamenu li.haschild-over .childcontent, .ja-megamenu li.mega li.haschild-over .childcontent, .ja-megamenu li.mega li.mega li.haschild-over .childcontent, .ja-megamenu li.mega li.mega li.mega li.haschild-over .childcontent, .ja-megamenu li.mega li.mega li.mega li.mega li.haschild-over .childcontent, .ja-megamenu li.mega li.mega li.mega li.mega li.mega li.haschild-over .childcontent{    
padding:0px;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition:all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
}

#ja-container ul.menu{
padding:0px;margin:0px;

}

.ja-megamenu ul.level1 li.mega a.mega span.menu-title{
font-weight:bold;

}

.ja-megamenu li.mega .childcontent, .ja-megamenu li.haschild-over li.mega .childcontent, .ja-megamenu li.mega li.haschild-over li.mega .childcontent, .ja-megamenu li.mega li.mega li.haschild-over li.mega .childcontent, .ja-megamenu li.mega li.mega li.mega li.haschild-over li.mega .childcontent, .ja-megamenu li.mega li.mega li.mega li.mega li.haschild-over li.mega .childcontent{
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition:all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
display:block !important;
}

.childcontent-inner-wrap{
	padding:0px;
}

.weblink-category h2 {background:url(../images/h3.png) no-repeat; padding:18px 0 19px 12px; color:#11B7DF;}
	
#ja-footer .main a{
	/*color:#8996A2; */
	color:#008e45;
}

#ja-footer .main a:hover , a:active, a:focus{text-decoration:underline;}

#ja-footer .main {
    padding:10px 0 16px 0;
    position: relative;
    text-align: center;
    width: 980px;
	margin:0 auto;
}

#ja-footer {
	clear: both;
	padding:0px;
	font-size: 92%;
	height: 209px;
	/*background-color: #F6F8FC;*/
	background-image: url(../images/footer_background.png);
	background-repeat: no-repeat;
	background-position: left top;
	opacity:0.9;
    filter:alpha(opacity=90);
}


#ja-botsl h3 {
	line-height:45px;
	color:#fff;
	padding:0 0 0 10px;
	overflow:hidden;
	box-shadow:none;
	border:none;
	background:none;
	text-shadow:none;
	margin:0;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition:all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
}
#ja-botsl h3 span{
padding:5px;
color:#333333;
border:none; background:none;
}

#ja-botsl h3:hover{}

#ja-footer small {
    color: #8E8E8E;
    font-size: 10px;
	font-weight: bold;
}


.ja-copyright{float: none; padding-right: 8px;}

.custom p{}

#ja-footer .ja-footnav {
    float: left;
    font-size: 100%;
	margin: 1px 0 0 0;
    overflow:hidden;
    padding-left: 9px;
    position: relative;
}

.article-tools{
background:none;
border-bottom:1px solid #ccc;
}

.items-leading{

margin-bottom:10px;
}


dl.article-info dd, dl.article-info dt{
padding:0 5px 0 0;
margin:0px;
display: inline;
}

.article-info-term{
background:url(../images/iconSeparator.jpg) no-repeat right center;
}

.contentheading a, .contentheading a:active, .contentheading a:focus {
}
.contentheading a:hover, .contentheading a:active:hover, .contentheading a:focus:hover {
	color:#006400;
}

form label {
    color: #56626B;
    cursor: pointer;
    font-size: 13px;
}

#jform_spacer-lbl{
line-height: 50px;
}

.latestnews{}

.latestnews a{}

.img_caption.left {
    margin-right: 10px;
}

.img_caption {
    margin-bottom: 10px;
    margin-top: 10px;
}

.column div.ja-moduletable, .column div.moduletable, .column div.ja-module, .column div.module {
	padding-bottom:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.box{}
.box2{}
.box3{}
.box4{}
.box5{}
.content{}

#ja-container ul.menu li ul{
padding:0px;margin:0px;
}

div.ja-moduletable, div.moduletable {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	position: relative;
	/*	
	background-repeat: no-repeat;
	border-radius: 0 10px 10px 0;
	border-bottom-color: #a6ce39;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #a6ce39;
	border-top-color: #a6ce39;
	border-left-color: #a6ce39;
	border-top-width: 2px;
	border-top-style: solid;
	background-position: right bottom;
	background-image: url(../images/bara_oriz_alba.png);
	/*background-color: #36C;*/
}

.ja-moduletable .moduletablelogin {}

#ja-container.ja-l1r1 {
}

#ja-container {
border-bottom:1px solid #EFEFEF;
}

.column ol li {
    line-height: 180%;
    margin-left: 16px;
}

h2 {
    font-size: 15px;
}

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
    line-height: 1.2;
}

a#ja-cpanel-toggle:hover,
#ja-cpanel-toggle.open {
	background:#347FCC;
}

a#ja-cpanel-toggle{
background:#73B5FA;
color:#fff;
}

a#ja-cpanel-toggle .close{}

a#ja-cpanel-toggle:hover,
a#ja-cpanel-toggle:active,
a#ja-cpanel-toggle:focus {
	text-decoration: none;
}
#ja-cpanel-toggle.open {}

.moduletable_menu{
/*	background-color: #F63;*/
}

.moduletable_menu .ja-box-ct{
	padding: 0 8px 0 7px;
	/*	border: 2px solid #E8EBEE;
	box-shadow: 0 2px 3px #D2D2D2;
	background:#F7F9FA;*/
 }

.moduletable_menu .ja-box-ct .menu{}

.moduletable_menu .ja-box-ct .menu li ul{}

.moduletable_menu .ja-box-ct .menu li ul li{}

#form-login-username .inputbox:hover, #form-login-password .inputbox:hover{color:#999999;
}

#form-login-username .inputbox, #form-login-password .inputbox{
font-weight: normal; color: #5C5C5C;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition:all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
}

.column ul li{
/*	background: url(../images/bullet.gif) no-repeat 20px 7px;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 30px; */
	
  /* line-height: 160%;
   margin-bottom: 5px;
   overflow: hidden;
   padding-left: 30px;
   background:none;*/
}

.moduletablecalendar{}

.moduletablecalendar .ja-box-ct{ padding:0px;}


fieldset dd{
margin: 0 0 10px;
padding:0;
}

.spacer {
    position: absolute;
    top: 60px;
}

.column dd {
    float: none;
   /* width: 185px;
	margin:0;*/
}

.tip-wrap{
background:url(../images/tip.png);
color:#fff ;
text-shadow:1px 1px #000;
border:1px solid #aaa;
}

.tip-title {
    border-bottom: 1px solid #AAAAAA;
    font-weight: bold;
    padding: 5px 10px;
}

.red, .tag-red {
    background:none;
    border:none;
    color:#2E8B57;
}

.red:hover{
background:none;
}

#ja-topsl h3 {
    margin: 0 0 8px;
}

#ja-topsl h3 span {
background:none;
border:none;
}

#ja-topsl h3 {
    margin: 0 0 18px;
}

#ja-topsl {
	
	/*background: none repeat scroll 0 0 #F7F9FA;
	border-bottom: 1px solid #E1E5E9;
	border-top: 1px solid #E1E5E9;
	background-color: #CC0; */
}

#ja-topsl .main {
    padding: 10px 0 0;
}

.pagination ul li span.pagenav, .pagination ul li a.pagenav, ul.pagenav li a{padding: 0 5px;}
.pagination ul li span.pagenav, .pagination ul li a.pagenav, ul.pagenav li a:hover{
	/*color:#fff;
	background-color: #a6ce39;*/
}

.search .word .inputbox {
vertical-align: middle;	
}


.search .word label {
vertical-align: middle;
}


.login_form .button, .login button{
/*	color:#fff;
	border:none;
	border-radius:3px;
	margin-left: 140px;
	padding: 5px 9px;
	background-color: #a6ce39;*/
	background-image: url(../images/search_normal.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

.login_form .button:hover, .login button:hover{
	/*background:#fff;*/
	background-image: url(../images/search_mouse_over.png);
	background-repeat: no-repeat;
	background-position: left top;	/* color:#a6ce39;
	  border:1px solid #ddd;*/
	 }

.button{
	background-image: url(../images/search_normal.png);
	background-color: transparent;
	/*background:#a6ce39;*/
	 color:#fff;
	border:none;
	border-radius:3px;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition:all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	height: 34px;
	width: 98px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;	
}
.button:hover{
	background-image: url(../images/search_mouse_over.png);
	background-color: transparent;
	/*background:#a6ce39;*/
	 color:#fff;
	border:none;
	border-radius:3px;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition:all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	height: 34px;
	width: 98px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	
	
	}


/*
----------------------------------------
meniul pe orizontala fara fundal (1)
*/
#ja-grup-menus {
	
width: 980px;
height: 50px;
	
}

#ja-top-oriz1{
	width:290px;
	float: left;
	position: relative;	
/*	background-image: url(../../../images/bara_verticala_socializare.png);
	background-repeat: no-repeat;
	background-position: 308px bottom; */
}
#ja-top-oriz1 .main {
	width:290px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	
}

#ja-top-oriz1 a{
	color: #A6CE38;
}

#ja-top-oriz1 a.dj-up_a{
	padding-left: 15px;
	color: #008e45;
}

#ja-top-oriz1 a:hover{
	color: #008e45;
}
#ja-top-oriz1 li.active a.dj-up_a{
	color: #A6CE38;
	
}


/* Transilvania Branch */


#ja-top-oriz1 .itemid157{
/*	margin-left: 131px;*/
}



/*
----------------------------------------
meniul pe orizontala cu fundal (2)
*/




#ja-top-oriz2{
	/*background-color: #6d6e71;*/
	clear: none;
	width: 671px;
	height: 52px;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(../images/menu_background.png);
	float: right;
	position: relative;
	margin-right: 10px;
}

#ja-top-oriz2 .main {
	width:671px;
	margin:0;
}

#ja-top-oriz2 a{
 	color: #A6CE38;
	
}
#ja-top-oriz2 a:hover{
	color: #008e45;
}

#ja-top-oriz2 li.active a.dj-up_a{
	color: #008e45;
}

/* Home */

#ja-top-oriz2 .itemid101 a.dj-up_a{
	/*margin-left: 7px;*/
	color: #FFF;
}

/* Education */

#ja-top-oriz2 .itemid164 a.dj-up_a{
	/*	margin-left: 20px;*/
	color: #FFF;
}

/* Projects */

#ja-top-oriz2 .itemid166 a.dj-up_a{
	/* margin-left: 28px; */
	color: #FFF;
}

/* Legislation */

#ja-top-oriz2 .itemid156 a.dj-up_a{
/*	margin-left: 30px;*/
color: #FFF;
}

/* Membership */

#ja-top-oriz2 .itemid165{
	
	background-image: url(../images/member_logo.png);
	background-repeat: no-repeat;
	background-position: left 16px;	/*margin-left: 50px;*/
}

#ja-top-oriz2 .itemid165 a.dj-up_a{
	color: #008e45;
	padding-left: 19px;	

}
#ja-top-oriz2 .itemid165 a{
	color: #A6CE38;	
}

#ja-top-oriz2 .itemid165 a:hover{
	color: #008e45;

}

/*
-----------------------------------------------------------------------------
*/

/*
----------------------------------------
meniul pe orizontala fara fundal (1)
*/

/* Despre */

#ja-top-oriz1 .itemid296 a.dj-up_a{
	/*margin-left: 7px;*/
	padding-left: 5px;
	

}


/* Presa */

#ja-top-oriz1 .itemid301 a.dj-up_a{
	/*margin-left: 7px;*/
	padding-left: 0;
	
}


/* Evenimente */

#ja-top-oriz1 .itemid305 a.dj-up_a{
	padding-left: 0;
}



/*
----------------------------------------
meniul pe orizontala cu fundal RO (2)
*/




/* Home */

#ja-top-oriz2 .itemid310 a.dj-up_a{
	/*margin-left: 7px;*/
	color: #FFF;
}

/* Education */

#ja-top-oriz2 .itemid311 a.dj-up_a{
	/*	margin-left: 20px;*/
	color: #FFF;
}

/* Projects */

#ja-top-oriz2 .itemid316 a.dj-up_a{
	/* margin-left: 28px; */
	color: #FFF;
}

/* Legislation */

#ja-top-oriz2 .itemid322 a.dj-up_a{
/*	margin-left: 30px;*/
color: #FFF;
}

/* Membership */

#ja-top-oriz2 .itemid345{
	
	background-image: url(../images/member_logo.png);
	background-repeat: no-repeat;
	background-position: left 16px;	
	margin-left: 100px;
}

#ja-top-oriz2 .itemid345 a.dj-up_a{
	color: #008e45;
	padding-left: 19px;	

}
#ja-top-oriz2 .itemid345 a{
	color: #A6CE38;	
}

#ja-top-oriz2 .itemid345 a:hover{
	color: #008e45;

}

/*
-----------------------------------------------------------------------------
*/



/* stilurile pentru steagurile din selectarea limbii */

#ja-top-steaguri {
	position: relative;
	width:74px;
	height: 25px;
	float: right;
}


#ja-top-steaguri .main {
	width:74px;
	float: right;
	/*margin-top: 25px;*/
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* cand e activa limba engleza */


#ja-top-steaguri .steag_en_on{
	float: right;

}


#ja-top-steaguri .steag_en_on input {
background:url(../../../images/steaguri/steag-english32_active.png) no-repeat;
cursor:pointer;
	width: 37px;
	height: 69px;
	border: none;
}

#ja-top-steaguri .steag_en_on input:hover, active {
	background : url(../../../images/steaguri/steag-english32_active.png) no-repeat;
}

#ja-top-steaguri .steag_ro_off{
	float: right;

}

#ja-top-steaguri .steag_ro_off input {
	background:url(../../../images/steaguri/steag-romania32.png) no-repeat;
	cursor:pointer;
	width: 37px;
	height: 69px;
	border: none;
}

#ja-top-steaguri .steag_ro_off input:hover, active {
	background : url(../../../images/steaguri/steag-romania32_active.png) no-repeat;
	top: -1px;
}


/* cand e activa limba romana */



#ja-top-steaguri .steag_en_off{
	float: right;

}


#ja-top-steaguri .steag_en_off input {
background:url(../../../images/steaguri/steag-english32.png) no-repeat;
cursor:pointer;
	width: 37px;
	height: 69px;
	border: none;
}

#ja-top-steaguri .steag_en_off input:hover, active {
	background : url(../../../images/steaguri/steag-english32_active.png) no-repeat;
}

#ja-top-steaguri .steag_ro_on{
	float: right;

}

#ja-top-steaguri .steag_ro_on input {
	background:url(../../../images/steaguri/steag-romania32_active.png) no-repeat;
	cursor:pointer;
	width: 37px;
	height: 69px;
	border: none;
}

#ja-top-steaguri .steag_ro_on input:hover, active {
	background : url(../../../images/steaguri/steag-romania32_active.png) no-repeat;
	top: -1px;
}






/* ------------------------------------------------------------ */



/*#ja-top-steaguri .steag_en{
	width: 38px;
	height: 69px;
	float: right;	/*
	
	margin-left: 321px;
	margin-top: 10px;
	position: fixed;
	top: -1px;
}

#ja-top-steaguri .steag_en img{
	/*opacity: 0.6;
	
	background-image: url(../../../images/steaguri/steag-romania32_active.png);
	background-position: center top;
}

#ja-top-steaguri .steag_en img:hover{
	opacity: 0;
}*/



/* ------------------------------------------------------------------------------ */

#ja-top-socializare{
/*	background-image: url(../../../images/bara_verticala_socializare.png);
	background-repeat: no-repeat;
	background-position: 308px bottom;
	padding-bottom: 10px; */
}

#ja-top-socializare .main {
	width:980px;
	margin:0 auto;
	/* background-color: #CF0; */
}

#ja-top-socializare .socializare{
	/*width: 32px;*/
	height: 20px;
	float: right;
	margin-right: 25px;
	
	
}

#ja-top-socializare .moduletableStilRSS{
	float: left;		
	
}


#ja-top-socializare .ninjarss-StilRSS{
	float: left;
	margin: 0px;
	padding: 0px;
}

/* custom html bagat in mysql 
------------------------------------------------------- */

/* custom html header */



#ja-header .custom{
	
}


/*----------------------------------------------------*/

#ja-left1 .feed .feed_list .feed_list_item {
	background-image: url(../images/Bifa.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
}

/*

CONTINUTUL Module Manager: Module mod_jevents_latest: News

Custom Format String original cu calendarul facut de mine:

<div class= data_calendar> <span style="font-weight: bold; font-size:14px;">${eventDate(d)}</span><br />${eventDate(M)}</div>${title}

*/

.data_calendar {
	background-image: url(../../../images/icon-bg.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 39px;
	width: 30px;
	line-height: 1.2;
	padding-top: 5px;
	padding-left: 1px;
	text-transform: uppercase;
	float: left;
	font-size: 12px;
	
}

.mod_events_latest .mod_events_latest_content, .mod_events_latest_first .mod_events_latest_content{
	line-height: 1.3;
	left: 40px;
	position: absolute;
}

.mod_events_latest .span .mod_events_latest_content{
	/*margin-left: 5px;*/
}

.mod_events_latest, .mod_events_latest_first {
/*	background-image: url(../../../images/bara_orizontala.png);
	background-repeat: no-repeat;
	background-position: left bottom; */
}

.banneritem{
	/*border: thin solid #A6CE39;*/
	margin-top: 10px;
	/*margin-left: 5px;*/
	margin-bottom: 10px;
	/*width: 180px;	*/
	width: 140px;
	height:100px;
	position: relative;
	float: left;
	background-image: url(../../../images/background_banner.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 7px;
	padding-left: 7px;
}

.banneritem .a{
	
}

.bannergroup {
	/*left: 18%;*/

}

/* stilul pentru membrii afisati in prima pagina */

.pozitie-membrii-firstpage {
	float: left;
	position: relative;
	margin-left: 10px;	
}

#ja-content-main .moduletable_platinum img {
	/*width: 200px;
	height: 120px;
	padding: 0px 15px;*/
	padding: 0px 40px;
}

#ja-content-main .moduletable_silver img {

	padding: 0px 40px;
}

#ja-content-main .moduletable_gold img {

	padding: 0px 40px;
}
/*
#ja-content-main .moduletable_platinum h3{
	font-size:18px;
	background-image: url(../../../images/platinum_members.png);
	background-repeat: no-repeat;
	padding: 5px;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#ja-content-main .moduletable_gold h3{
	font-size:18px;
	background-image: url(../../../images/gold_members.png);
	background-repeat: no-repeat;
	padding: 5px;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 20px;
}
#ja-content-main .moduletable_silver h3{
	font-size:18px;	
	background-image: url(../../../images/silver_members.png);
	background-repeat: no-repeat;
	padding: 5px;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 20px;
}*/

/* -------------------------------------------------------------------------------------------------*/

/* stilul poze membrii parteneri ecoBiblioteca */


.pozitie-membrii-parteneri-ecoBiblioteca {
	float: left;
	position: relative;
	margin: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


/* -------------------------------------------------------------------------------------------------*/

/* stilul pozelor din articole */

.imagine_cu_10pixeli_spatiu{
margin-left: 10px;
}
/*#ja-content-main img{
	margin-left: 10px;	
}*/


/*#ja-content-main ul li{
	background: url(../images/bullet.gif) no-repeat 20px 7px;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 30px; 
}*/

#mod168{
	padding-top: 100px;	
}

/* styling pentru tabelele din sectiunea Education - training */


/*  original ----------------------------------------------------
#box-table-a
{
	font-size: 13px;
	margin: 45px;
	width: 535px;
	text-align: left;
	border-collapse: collapse;
}

#box-table-a a{
	color: #686467;	
}

#box-table-a th
{
	font-size: 15px;
	font-weight: bold;
	padding: 8px;
	background: #00863f;
	color: #FFF;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A6CE39;
	border-bottom-color: #fff;
}
#box-table-a td
{
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #686467;
	border-top: 1px solid transparent;
	background-color: #A6CE39;
}
#box-table-a tr:hover td
{
	background: #00863f;
	color: #FFF;
}

#box-table-a a:hover
{
	color: #FFF;
} 
*/

#box-table-a
{
	font-size: 13px;
	margin: 45px;
	width: 535px;
	text-align: left;
	border-collapse: collapse;
}

#box-table-a a{
	color: #686467;	
}

#box-table-a th
{
	font-size: 15px;
	font-weight: bold;
	padding: 8px;
	color: #000;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #000;
}
#box-table-a td
{
	padding: 8px;
	color: #686467;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#box-table-a tr:hover td
{
	color: #FFF;
	background-color: #A6CE39;
}

#box-table-a a:hover
{
	color: #FFF;
} 


/* ----------------------------------------------------
*/

#ja-content-main .item{
	width:100%;
}

/*
#ja-content-main xt198 ul li{
	background-image: none;	
	padding-left: 0px;
}*/


/*-------------------------------------------------------------------
atribute pentru footeru creeat de mine
din footerPHP
*/
#ja-footer .tabel_footer{

	width: 665px;
}

#ja-footer .footer_impachetator{
	padding-top: 40px;	
}

#ja-footer .img_stanga{
	position: relative;
	width: 305px;
	float: left;
}

#ja-footer .date_footer{
	float: left;	
}

#ja-footer .coloana_titlu{
	width: 55px;
	text-align: left;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
}
#ja-footer .coloana_info{
	width: 630px;
	text-align: left;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 12px;
	color: #A6CE38;
	font-weight: normal;
}
#ja-footer .coloana_info_alb{
	width: 630px;
	text-align: left;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
}

#ja-footer .coloana_info_email{
	width: 630px;
	text-align: left;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 12px;
	color: #008e45;
	font-weight: normal;
}


/* ----------------------------------------------------------------
buton "Fill in form" membrii pe pagina Member Benefits*/


#ja-content-main .fill_in_form{
	float: left;
	position: relative;
	clear: both;
	margin-top: 15px;
}


#ja-content-main .fill_in_form input {
	cursor:pointer;
	width: 94px;
	height: 19px;
	border: none;
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/fill_in_form.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-align: left;
	vertical-align: top;
	background-color: #FFF;
}

#ja-content-main .fill_in_form input:hover, active {
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/fill_in_form.png);
}

/* ----------------------------------------------------------------
buton "Completeaza Formularul" membrii pe pagina Member Benefits*/


#ja-content-main .fill_in_form_RO {
	float: left;
	position: relative;
	clear: both;
	margin-top: 15px;
}


#ja-content-main .fill_in_form_RO input {
	cursor:pointer;
	width: 159px;
	height: 19px;
	border: none;
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/completeaza_formularul.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-align: left;
	vertical-align: top;
	background-color: #FFF;
}

#ja-content-main .fill_in_form_RO input:hover, active {
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/completeaza_formularul.png);
}

/* ----------------------------------------------------------------
buton How to Join? membrii pe pagina Member Benefits EN*/


#ja-content-main .how_to_join{
	float: left;
	position: relative;
	clear: both;
	margin-top: 15px;
}


#ja-content-main .how_to_join input {
	cursor:pointer;
	width: 168px;
	height: 24px;
	border: none;
	background-image: url(../../../images/Membership/how_to_join.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-align: left;
	vertical-align: top;
	background-color: #FFF;
}

#ja-content-main .how_to_join input:hover, active {
	background-image: url(../../../images/Membership/how_to_join_mouseover.png);
}


/* ----------------------------------------------------------------
buton How to Join? membrii pe pagina Member Benefits RO*/


#ja-content-main .how_to_join_RO {
	float: left;
	position: relative;
	clear: both;
	margin-top: 15px;
}


#ja-content-main .how_to_join_RO input {
	cursor:pointer;
	width: 194px;
	height: 24px;
	border: none;
	background-image: url(../../../images/Membership/cum_sa_devi_membru_normal.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-align: left;
	vertical-align: top;
	background-color: #FFF;
}

#ja-content-main .how_to_join_RO input:hover, active {
	background-image: url(../../../images/Membership/cum_sa_devi_membru_mouseover.png);
}

/* ----------------------------------------------------------------
buton See all pe pagina Principala EN*/


#ja-content-main .see_all_button_en{
	float: right;
	position: relative;
	clear: both;
	margin-top: -10px;
	margin-right: -10px;
}


#ja-content-main .see_all_button_en input {
	cursor:pointer;
	width: 89px;
	height: 24px;
	border: none;
	background-image: url(../../../images/homepage/see_all_normal.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	vertical-align: top;
	background-color: #FFF;
}

#ja-content-main .see_all_button_en input:hover, active {
	background-image: url(../../../images/homepage/see_all_mouseover.png);
}


/* ----------------------------------------------------------------
buton logo header pe pagina Principala*/


#ja-header .logo_header_button{
	float: right;
	position: relative;
	clear: both;
}


#ja-header .logo_header_button input {
	cursor:pointer;
	width: 180px;
	height: 85px;
	border: none;
	background-image: none;
	background-repeat: no-repeat;
	background-color: transparent;
}



/* ----------------------------------------------------------------
*/


/* ----------------------------------------------------------------
buton See all pe pagina Principala RO*/


#ja-content-main .see_all_button_ro{
	float: right;
	position: relative;
	clear: both;
	margin-top: -10px;
	margin-right: -10px;
}


#ja-content-main .see_all_button_ro input {
	cursor:pointer;
	width: 209px;
	height: 27px;
	border: none;
	background-image: url(../../../images/homepage/lista_completa_normal.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	vertical-align: top;
	background-color: #FFF;
}

#ja-content-main .see_all_button_ro input:hover, active {
	background-image: url(../../../images/homepage/lista_completa_mouseover.png);
}


/* ----------------------------------------------------------------
buton See our members list pe pagina Member Benefits EN*/


#ja-content-main .see_members_list_button{
	float: right;
	position: relative;
	clear: both;
	margin-top: -10px;
	margin-right: -10px;
}


#ja-content-main .see_members_list_button input {
	cursor:pointer;
	width: 126px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Membership/See_our_Member_list.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	vertical-align: top;
	background-color: #FFF;
}

#ja-content-main .see_members_list_button input:hover, active {
	background-image: url(../../../images/Membership/see_our_member_list_mouseover.png);
}

/* ----------------------------------------------------------------
buton See our members list pe pagina Member Benefits RO*/


#ja-content-main .see_members_list_button_RO{
	float: right;
	position: relative;
	clear: both;
	margin-top: -10px;
	margin-right: -10px;
}


#ja-content-main .see_members_list_button_RO input {
	cursor:pointer;
	width: 127px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Membership/vezi_lista_de_parteneri_normal.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	vertical-align: top;
	background-color: #FFF;
}

#ja-content-main .see_members_list_button_RO input:hover, active {
	background-image: url(../../../images/Membership/vezi_lista_de_parteneri_mouseover.png);
}


/* ----------------------------------------------------------------
butoane JEvents EN
*/


#ja-content-main .JEvents_By_Year_EN {
	float: left;
	position: relative;
	margin-top: -24px;
}


#ja-content-main .JEvents_By_Year_EN input {
	cursor:pointer;
	width: 88px;
	height: 45px;
	border: none;
	background-image: url(../../../images/jevents/Butoane/EN/by_year_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .JEvents_By_Year_EN input:hover, active {
	background-image: url(../../../images/jevents/Butoane/EN/by_year_mouseouver.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/*
 ----------------------------------------------------------------
*/



#ja-content-main .JEvents_By_Month_EN {
	float: left;
	position: relative;
	margin-top: -24px;
}


#ja-content-main .JEvents_By_Month_EN input {
	cursor:pointer;
	width: 102px;
	height: 45px;
	border: none;
	background-image: url(../../../images/jevents/Butoane/EN/by_month_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .JEvents_By_Month_EN input:hover, active {
	background-image: url(../../../images/jevents/Butoane/EN/by_month_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/


#ja-content-main .JEvents_By_Week_EN {
	float: left;
	position: relative;
	margin-top: -24px;
}


#ja-content-main .JEvents_By_Week_EN input {
	cursor:pointer;
	width: 94px;
	height: 45px;
	border: none;
	background-image: url(../../../images/jevents/Butoane/EN/by_week_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .JEvents_By_Week_EN input:hover, active {
	background-image: url(../../../images/jevents/Butoane/EN/by_week_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/


#ja-content-main .JEvents_By_Day_EN {
	float: left;
	position: relative;
	margin-top: -24px;
}


#ja-content-main .JEvents_By_Day_EN input {
	cursor:pointer;
	width: 104px;
	height: 45px;
	border: none;
	background-image: url(../../../images/jevents/Butoane/EN/by_day_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .JEvents_By_Day_EN input:hover, active {
	background-image: url(../../../images/jevents/Butoane/EN/by_day_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/



#ja-content-main .JEvents_By_Categories_EN {
	float: left;
	position: relative;
	margin-top: -24px;
}


#ja-content-main .JEvents_By_Categories_EN input {
	cursor:pointer;
	width: 104px;
	height: 45px;
	border: none;
	background-image: url(../../../images/jevents/Butoane/EN/by_categories_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .JEvents_By_Categories_EN input:hover, active {
	background-image: url(../../../images/jevents/Butoane/EN/by_categories_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/



#ja-content-main .JEvents_Search_EN {
	float: left;
	position: relative;
	margin-top: -24px;
}


#ja-content-main .JEvents_Search_EN input {
	cursor:pointer;
	width: 96px;
	height: 45px;
	border: none;
	background-image: url(../../../images/jevents/Butoane/EN/search_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .JEvents_Search_EN input:hover, active {
	background-image: url(../../../images/jevents/Butoane/EN/search_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/


/* ----------------------------------------------------------------
butoane JEvents RO
*/


#ja-content-main .JEvents_By_Year_RO {
	float: left;
	position: relative;
	margin-top: -24px;
}


#ja-content-main .JEvents_By_Year_RO input {
	cursor:pointer;
	width: 87px;
	height: 46px;
	border: none;
	background-image: url(../../../images/jevents/Butoane/RO/sortare_an_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .JEvents_By_Year_RO input:hover, active {
	background-image: url(../../../images/jevents/Butoane/RO/sortare_an_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/*
 ----------------------------------------------------------------
*/



#ja-content-main .JEvents_By_Month_RO {
	float: left;
	position: relative;
	margin-top: -24px;
}


#ja-content-main .JEvents_By_Month_RO input {
	cursor:pointer;
	width: 102px;
	height: 46px;
	border: none;
	background-image: url(../../../images/jevents/Butoane/RO/sortare_luna_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .JEvents_By_Month_RO input:hover, active {
	background-image: url(../../../images/jevents/Butoane/RO/sortare_luna_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/


#ja-content-main .JEvents_By_Week_RO {
	float: left;
	position: relative;
	margin-top: -24px;
}


#ja-content-main .JEvents_By_Week_RO input {
	cursor:pointer;
	width: 94px;
	height: 46px;
	border: none;
	background-image: url(../../../images/jevents/Butoane/RO/sortare_saptamana_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .JEvents_By_Week_RO input:hover, active {
	background-image: url(../../../images/jevents/Butoane/RO/sortare_saptamana_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/


#ja-content-main .JEvents_By_Day_RO {
	float: left;
	position: relative;
	margin-top: -24px;
}


#ja-content-main .JEvents_By_Day_RO input {
	cursor:pointer;
	width: 105px;
	height: 46px;
	border: none;
	background-image: url(../../../images/jevents/Butoane/RO/evenimente_astazi_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .JEvents_By_Day_RO input:hover, active {
	background-image: url(../../../images/jevents/Butoane/RO/evenimente_astazi_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/



#ja-content-main .JEvents_By_Categories_RO {
	float: left;
	position: relative;
	margin-top: -24px;
}


#ja-content-main .JEvents_By_Categories_RO input {
	cursor:pointer;
	width: 104px;
	height: 46px;
	border: none;
	background-image: url(../../../images/jevents/Butoane/RO/sortare_categorii_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .JEvents_By_Categories_RO input:hover, active {
	background-image: url(../../../images/jevents/Butoane/RO/sortare_categorii_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/



#ja-content-main .JEvents_Search_RO {
	float: left;
	position: relative;
	margin-top: -24px;
}


#ja-content-main .JEvents_Search_RO input {
	cursor:pointer;
	width: 95px;
	height: 46px;
	border: none;
	background-image: url(../../../images/jevents/Butoane/RO/cauta_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .JEvents_Search_RO input:hover, active {
	background-image: url(../../../images/jevents/Butoane/RO/cauta_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/


/* ----------------------------------------------------------------
butoane Green Awards list in meniul Projects EN
*/


#ja-content-main .Green_Awards_the_contest {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Green_Awards_the_contest input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/EN/the_contest_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .Green_Awards_the_contest input:hover, active {
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/EN/the_contest_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* ----------------------------------------------------------------
*/


#ja-content-main .Green_Awards_2017_Gala {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Green_Awards_2017_Gala input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/EN/gala_2017_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .Green_Awards_2017_Gala input:hover, active {
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/EN/gala_2017_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}



/* ----------------------------------------------------------------
*/


#ja-content-main .Green_Awards_2016_Gala {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Green_Awards_2016_Gala input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/EN/gala_2016_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .Green_Awards_2016_Gala input:hover, active {
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/EN/gala_2016_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* ----------------------------------------------------------------
*/


#ja-content-main .Green_Awards_2015_Gala {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Green_Awards_2015_Gala input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/EN/gala_2015_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .Green_Awards_2015_Gala input:hover, active {
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/EN/gala_2015_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* ----------------------------------------------------------------
*/


#ja-content-main .Green_Awards_2014_Gala {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Green_Awards_2014_Gala input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/EN/gala_2014_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .Green_Awards_2014_Gala input:hover, active {
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/EN/gala_2014_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* ----------------------------------------------------------------
*/


#ja-content-main .Green_Awards_2013_Gala {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Green_Awards_2013_Gala input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/EN/gala_2013_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .Green_Awards_2013_Gala input:hover, active {
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/EN/gala_2013_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* ----------------------------------------------------------------
*/

#ja-content-main .Green_Awards_2012_Gala {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Green_Awards_2012_Gala input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/EN/gala_2012_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .Green_Awards_2012_Gala input:hover, active {
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/EN/gala_2012_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* ----------------------------------------------------------------
*/


#ja-content-main .Green_Awards_2011_Gala {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Green_Awards_2011_Gala input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/EN/gala_2011_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .Green_Awards_2011_Gala input:hover, active {
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/EN/gala_2011_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}


/* ----------------------------------------------------------------
butoane Green Awards Active list in meniul Projects EN
*/


#ja-content-main .Green_Awards_the_contest_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Green_Awards_the_contest_on input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/EN/the_contest_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* ----------------------------------------------------------------
*/


#ja-content-main .Green_Awards_2017_Gala_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Green_Awards_2017_Gala_on input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/EN/gala_2017_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* ----------------------------------------------------------------
*/


#ja-content-main .Green_Awards_2016_Gala_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Green_Awards_2016_Gala_on input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/EN/gala_2016_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* ----------------------------------------------------------------
*/


#ja-content-main .Green_Awards_2015_Gala_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Green_Awards_2015_Gala_on input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/EN/gala_2015_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* ----------------------------------------------------------------
*/

#ja-content-main .Green_Awards_2014_Gala_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Green_Awards_2014_Gala_on input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/EN/gala_2014_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* ----------------------------------------------------------------
*/


#ja-content-main .Green_Awards_2013_Gala_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Green_Awards_2013_Gala_on input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/EN/gala_2013_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}


/* ----------------------------------------------------------------
*/


#ja-content-main .Green_Awards_2012_Gala_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Green_Awards_2012_Gala_on input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/EN/gala_2012_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}


/* ----------------------------------------------------------------
*/


#ja-content-main .Green_Awards_2011_Gala_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Green_Awards_2011_Gala_on input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/EN/gala_2011_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}


/* ----------------------------------------------------------------
butoane Green Awards list in meniul Projects RO
*/


#ja-content-main .RO_Green_Awards_the_contest {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Green_Awards_the_contest input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/RO/info_concurs_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_Green_Awards_the_contest input:hover, active {
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/RO/info_concurs_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}


/* ----------------------------------------------------------------
*/


#ja-content-main .RO_Green_Awards_2017_Gala {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Green_Awards_2017_Gala input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/RO/gala_2017_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_Green_Awards_2017_Gala input:hover, active {
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/RO/gala_2017_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}



/* ----------------------------------------------------------------
*/


#ja-content-main .RO_Green_Awards_2016_Gala {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Green_Awards_2016_Gala input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/RO/gala_2016_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_Green_Awards_2016_Gala input:hover, active {
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/RO/gala_2016_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}



/* ----------------------------------------------------------------
*/


#ja-content-main .RO_Green_Awards_2015_Gala {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Green_Awards_2015_Gala input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/RO/gala_2015_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_Green_Awards_2015_Gala input:hover, active {
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/RO/gala_2015_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}





/* ----------------------------------------------------------------
*/


#ja-content-main .RO_Green_Awards_2014_Gala {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Green_Awards_2014_Gala input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/RO/gala_2014_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_Green_Awards_2014_Gala input:hover, active {
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/RO/gala_2014_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* ----------------------------------------------------------------
*/



#ja-content-main .RO_Green_Awards_2013_Gala {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Green_Awards_2013_Gala input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/RO/gala_2013_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_Green_Awards_2013_Gala input:hover, active {
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/RO/gala_2013_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* ----------------------------------------------------------------
*/

#ja-content-main .RO_Green_Awards_2012_Gala {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Green_Awards_2012_Gala input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/RO/gala_2012_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_Green_Awards_2012_Gala input:hover, active {
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/RO/gala_2012_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* ----------------------------------------------------------------
*/


#ja-content-main .RO_Green_Awards_2011_Gala {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Green_Awards_2011_Gala input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/RO/gala_2011_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_Green_Awards_2011_Gala input:hover, active {
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/RO/gala_2011_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}


/* ----------------------------------------------------------------
butoane Green Awards Active list in meniul Projects RO
*/


#ja-content-main .RO_Green_Awards_the_contest_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Green_Awards_the_contest_on input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/RO/info_concurs_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}


/* ----------------------------------------------------------------
*/

#ja-content-main .RO_Green_Awards_2017_Gala_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Green_Awards_2017_Gala_on input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/RO/gala_2017_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* ----------------------------------------------------------------
*/

#ja-content-main .RO_Green_Awards_2016_Gala_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Green_Awards_2016_Gala_on input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/RO/gala_2016_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* ----------------------------------------------------------------
*/

#ja-content-main .RO_Green_Awards_2015_Gala_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Green_Awards_2015_Gala_on input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/RO/gala_2015_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* ----------------------------------------------------------------
*/


#ja-content-main .RO_Green_Awards_2014_Gala_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Green_Awards_2014_Gala_on input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/RO/gala_2014_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* ----------------------------------------------------------------
*/



#ja-content-main .RO_Green_Awards_2013_Gala_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Green_Awards_2013_Gala_on input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/RO/gala_2013_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}


/* ----------------------------------------------------------------
*/

#ja-content-main .RO_Green_Awards_2012_Gala_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Green_Awards_2012_Gala_on input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/RO/gala_2012_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}


/* ----------------------------------------------------------------
*/


#ja-content-main .RO_Green_Awards_2011_Gala_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Green_Awards_2011_Gala_on input {
	cursor:pointer;
	width: 70px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenAwards/Butoane/RO/gala_2011_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* ----------------------------------------------------------------
butoane Building Greener Schools list in meniul Projects EN
*/


#ja-content-main .BGS_Project_News {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .BGS_Project_News input {
	cursor:pointer;
	width: 60px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/project_news_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .BGS_Project_News input:hover, active {
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/project_news_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .BGS_Project_Challenge {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .BGS_Project_Challenge input {
	cursor:pointer;
	width: 108px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/the_challenge_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .BGS_Project_Challenge input:hover, active {
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/the_challenge_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .BGS_Project_Participants {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .BGS_Project_Participants input {
	cursor:pointer;
	width: 108px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/participant_schools_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .BGS_Project_Participants input:hover, active {
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/participant_schools_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .BGS_Project_Rehabilitation {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .BGS_Project_Rehabilitation input {
	cursor:pointer;
	width: 108px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/rehabilitation_project_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .BGS_Project_Rehabilitation input:hover, active {
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/rehabilitation_project_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .BGS_Project_Partners {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .BGS_Project_Partners input {
	cursor:pointer;
	width: 80px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/our_partners_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .BGS_Project_Partners input:hover, active {
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/our_partners_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .BGS_Project_Photos {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .BGS_Project_Photos input {
	cursor:pointer;
	width: 80px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/project_photos_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .BGS_Project_Photos input:hover, active {
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/project_photos_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .BGS_Project_Videos {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .BGS_Project_Videos input {
	cursor:pointer;
	width: 80px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/project_videos_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .BGS_Project_Videos input:hover, active {
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/project_videos_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}


/* ----------------------------------------------------------------
butoane Building Greener Schools Activate list in meniul Projects EN
*/


#ja-content-main .BGS_Project_News_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .BGS_Project_News_on input {
	cursor:pointer;
	width: 60px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/project_news_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}


/* 
----------------------------------------------------------------
*/

#ja-content-main .BGS_Project_Challenge_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .BGS_Project_Challenge_on input {
	cursor:pointer;
	width: 108px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/the_challenge_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}


/* 
----------------------------------------------------------------
*/

#ja-content-main .BGS_Project_Participants_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .BGS_Project_Participants_on input {
	cursor:pointer;
	width: 108px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/participant_schools_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}


/* 
----------------------------------------------------------------
*/

#ja-content-main .BGS_Project_Rehabilitation_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .BGS_Project_Rehabilitation_on input {
	cursor:pointer;
	width: 108px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/rehabilitation_project_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .BGS_Project_Partners_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .BGS_Project_Partners_on input {
	cursor:pointer;
	width: 80px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/our_partners_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .BGS_Project_Photos_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .BGS_Project_Photos_on input {
	cursor:pointer;
	width: 80px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/project_photos_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .BGS_Project_Videos_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .BGS_Project_Videos_on input {
	cursor:pointer;
	width: 80px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/project_videos_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* ----------------------------------------------------------------
butoane Building Greener Schools list in meniul Projects RO
*/


#ja-content-main .RO_BGS_Project_News {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_BGS_Project_News input {
	cursor:pointer;
	width: 80px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/RO/noutati_proiect_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_BGS_Project_News input:hover, active {
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/RO/noutati_proiect_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_BGS_Project_Challenge {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_BGS_Project_Challenge input {
	cursor:pointer;
	width: 90px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/RO/scopul_proiectului_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_BGS_Project_Challenge input:hover, active {
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/RO/scopul_proiectului_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_BGS_Project_Participants {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_BGS_Project_Participants input {
	cursor:pointer;
	width: 108px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/RO/scoli_participante_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_BGS_Project_Participants input:hover, active {
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/RO/scoli_participante_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_BGS_Project_Rehabilitation {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_BGS_Project_Rehabilitation input {
	cursor:pointer;
	width: 108px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/RO/proiect_reabilitare_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_BGS_Project_Rehabilitation input:hover, active {
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/RO/proiect_reabilitare_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_BGS_Project_Partners {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_BGS_Project_Partners input {
	cursor:pointer;
	width: 80px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/RO/partenerii_nostrii_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_BGS_Project_Partners input:hover, active {
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/RO/partenerii_nostrii_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_BGS_Project_Photos {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_BGS_Project_Photos input {
	cursor:pointer;
	width: 80px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/RO/album_proiect_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_BGS_Project_Photos input:hover, active {
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/RO/album_proiect_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_BGS_Project_Videos {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_BGS_Project_Videos input {
	cursor:pointer;
	width: 80px;
	height: 45px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/RO/clipuri_prezentare_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_BGS_Project_Videos input:hover, active {
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/RO/clipuri_prezentare_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}


/* ----------------------------------------------------------------
butoane Building Greener Schools Activate list in meniul Projects RO
*/


#ja-content-main .RO_BGS_Project_News_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_BGS_Project_News_on input {
	cursor:pointer;
	width: 80px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/RO/noutati_proiect_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}


/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_BGS_Project_Challenge_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_BGS_Project_Challenge_on input {
	cursor:pointer;
	width: 90px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/RO/scopul_proiectului_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}


/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_BGS_Project_Participants_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_BGS_Project_Participants_on input {
	cursor:pointer;
	width: 108px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/RO/scoli_participante_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}


/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_BGS_Project_Rehabilitation_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_BGS_Project_Rehabilitation_on input {
	cursor:pointer;
	width: 108px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/RO/proiect_reabilitare_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_BGS_Project_Partners_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_BGS_Project_Partners_on input {
	cursor:pointer;
	width: 80px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/RO/partenerii_nostrii_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_BGS_Project_Photos_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_BGS_Project_Photos_on input {
	cursor:pointer;
	width: 80px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/RO/album_proiect_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_BGS_Project_Videos_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_BGS_Project_Videos_on input {
	cursor:pointer;
	width: 80px;
	height: 45px;
	border: none;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/Butoane/RO/clipuri_prezentare_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}



/* ----------------------------------------------------------------
butoane ecoBiblioteca list in meniul Projects EN
*/


#ja-content-main .eco_Project_News {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .eco_Project_News input {
	cursor:pointer;
	width: 68px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/project_news_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .eco_Project_News input:hover, active {
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/project_news_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .eco_Project_Contest {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .eco_Project_Contest input {
	cursor:pointer;
	width: 68px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/the_contest_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .eco_Project_Contest input:hover, active {
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/the_contest_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/


#ja-content-main .eco_Project_Objectives {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .eco_Project_Objectives input {
	cursor:pointer;
	width: 82px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/the_objectives_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .eco_Project_Objectives input:hover, active {
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/the_objectives_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/


#ja-content-main .eco_Project_LivingBuildingChallenge {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .eco_Project_LivingBuildingChallenge input {
	cursor:pointer;
	width: 115px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/living_building_challange_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .eco_Project_LivingBuildingChallenge input:hover, active {
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/living_building_challange_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .eco_Project_Timeline {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .eco_Project_Timeline input {
	cursor:pointer;
	width: 70px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/project_timeline_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .eco_Project_Timeline input:hover, active {
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/project_timeline_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .eco_Project_Photos {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .eco_Project_Photos input {
	cursor:pointer;
	width: 80px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/project_photos_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .eco_Project_Photos input:hover, active {
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/project_photos_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .eco_Project_Videos {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .eco_Project_Videos input {
	cursor:pointer;
	width: 75px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/project_videos_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .eco_Project_Videos input:hover, active {
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/project_videos_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/


#ja-content-main .eco_Project_Partners {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .eco_Project_Partners input {
	cursor:pointer;
	width: 90px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/our_partners_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .eco_Project_Partners input:hover, active {
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/our_partners_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/



/* ----------------------------------------------------------------
butoane ecoBiblioteca Activate list in meniul Projects
*/


#ja-content-main .eco_Project_News_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .eco_Project_News_on input {
	cursor:pointer;
	width: 68px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/project_news_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .eco_Project_Contest_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .eco_Project_Contest_on input {
	cursor:pointer;
	width: 68px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/the_contest_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}


/* 
----------------------------------------------------------------
*/


#ja-content-main .eco_Project_Objectives_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .eco_Project_Objectives_on input {
	cursor:pointer;
	width: 82px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/the_objectives_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/


#ja-content-main .eco_Project_LivingBuildingChallenge_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .eco_Project_LivingBuildingChallenge_on input {
	cursor:pointer;
	width: 115px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/living_building_challange_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .eco_Project_Timeline_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .eco_Project_Timeline_on input {
	cursor:pointer;
	width: 70px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/project_timeline_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}


/* 
----------------------------------------------------------------
*/

#ja-content-main .eco_Project_Photos_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .eco_Project_Photos_on input {
	cursor:pointer;
	width: 80px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/project_photos_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .eco_Project_Videos_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .eco_Project_Videos_on input {
	cursor:pointer;
	width: 75px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/project_videos_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}



/* 
----------------------------------------------------------------
*/


#ja-content-main .eco_Project_Partners_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .eco_Project_Partners_on input {
	cursor:pointer;
	width: 90px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/our_partners_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/

/* ----------------------------------------------------------------
butoane ecoBiblioteca list in meniul Projects RO
*/


#ja-content-main .RO_eco_Project_News {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_eco_Project_News input {
	cursor:pointer;
	width: 54px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/RO/noutati_proiect_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_eco_Project_News input:hover, active {
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/RO/noutati_proiect_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_eco_Project_Contest {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_eco_Project_Contest input {
	cursor:pointer;
	width: 83px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/RO/competitia_preliminara_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_eco_Project_Contest input:hover, active {
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/RO/competitia_preliminara_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/


#ja-content-main .RO_eco_Project_Objectives {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_eco_Project_Objectives input {
	cursor:pointer;
	width: 84px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/RO/obiectivele_proiectului_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_eco_Project_Objectives input:hover, active {
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/RO/obiectivele_proiectului_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/


#ja-content-main .RO_eco_Project_LivingBuildingChallenge {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_eco_Project_LivingBuildingChallenge input {
	cursor:pointer;
	width: 109px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/RO/Living_building_challenge_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_eco_Project_LivingBuildingChallenge input:hover, active {
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/RO/Living_building_challenge_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_eco_Project_Timeline {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_eco_Project_Timeline input {
	cursor:pointer;
	width: 87px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/RO/etape_desfasurare_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_eco_Project_Timeline input:hover, active {
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/RO/etape_desfasurare_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_eco_Project_Photos {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_eco_Project_Photos input {
	cursor:pointer;
	width: 52px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/RO/foto_proiect_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_eco_Project_Photos input:hover, active {
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/RO/foto_proiect_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_eco_Project_Videos {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_eco_Project_Videos input {
	cursor:pointer;
	width: 77px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/RO/clipuri_prezentare_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_eco_Project_Videos input:hover, active {
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/RO/clipuri_prezentare_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/


#ja-content-main .RO_eco_Project_Partners {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_eco_Project_Partners input {
	cursor:pointer;
	width: 72px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/RO/partenerii_nostri_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_eco_Project_Partners input:hover, active {
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/RO/partenerii_nostri_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/



/* ----------------------------------------------------------------
butoane ecoBiblioteca Activate list in meniul Projects RO
*/


#ja-content-main .RO_eco_Project_News_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_eco_Project_News_on input {
	cursor:pointer;
	width: 54px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/RO/noutati_proiect_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_eco_Project_Contest_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_eco_Project_Contest_on input {
	cursor:pointer;
	width: 83px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/RO/competitia_preliminara_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}


/* 
----------------------------------------------------------------
*/


#ja-content-main .RO_eco_Project_Objectives_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_eco_Project_Objectives_on input {
	cursor:pointer;
	width: 84px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/RO/obiectivele_proiectului_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/


#ja-content-main .RO_eco_Project_LivingBuildingChallenge_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_eco_Project_LivingBuildingChallenge_on input {
	cursor:pointer;
	width: 109px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/RO/Living_building_challenge_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_eco_Project_Timeline_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_eco_Project_Timeline_on input {
	cursor:pointer;
	width: 87px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/RO/etape_desfasurare_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}


/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_eco_Project_Photos_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_eco_Project_Photos_on input {
	cursor:pointer;
	width: 52px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/RO/foto_proiect_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_eco_Project_Videos_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_eco_Project_Videos_on input {
	cursor:pointer;
	width: 77px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/RO/clipuri_prezentare_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}



/* 
----------------------------------------------------------------
*/


#ja-content-main .RO_eco_Project_Partners_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_eco_Project_Partners_on input {
	cursor:pointer;
	width: 72px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/Butoane/RO/partenerii_nostri_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/


/* ----------------------------------------------------------------
butoane Greening our Workspace list in meniul Projects
*/


#ja-content-main .GoW_Project_News {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .GoW_Project_News input {
	cursor:pointer;
	width: 59px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/project_news_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .GoW_Project_News input:hover, active {
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/project_news_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/
#ja-content-main .GoW_Our_Scope {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .GoW_Our_Scope input {
	cursor:pointer;
	width: 63px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/our_scope_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .GoW_Our_Scope input:hover, active {
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/our_scope_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .GoW_Project_Phases {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .GoW_Project_Phases input {
	cursor:pointer;
	width: 64px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/project_phases_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .GoW_Project_Phases input:hover, active {
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/project_phases_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .GoW_Material_Reuse {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .GoW_Material_Reuse input {
	cursor:pointer;
	width: 66px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/material_reuse_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .GoW_Material_Reuse input:hover, active {
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/material_reuse_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .GoW_Healthy_Materials {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .GoW_Healthy_Materials input {
	cursor:pointer;
	width: 75px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/healthy_materials_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .GoW_Healthy_Materials input:hover, active {
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/healthy_materials_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .GoW_Smart_Solutions {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .GoW_Smart_Solutions input {
	cursor:pointer;
	width: 81px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/smart_solutions_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .GoW_Smart_Solutions input:hover, active {
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/smart_solutions_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .GoW_Recyclable {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .GoW_Recyclable input {
	cursor:pointer;
	width: 85px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/recycled_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .GoW_Recyclable input:hover, active {
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/recycled_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .GoW_Our_Partners {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .GoW_Our_Partners input {
	cursor:pointer;
	width: 70px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/our_partners_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .GoW_Our_Partners input:hover, active {
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/our_partners_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .GoW_Project_Photos {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .GoW_Project_Photos input {
	cursor:pointer;
	width: 61px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/project_photos_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .GoW_Project_Photos input:hover, active {
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/project_photos_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
butoane Greening our Workspace Activate list in meniul Projects
*/




#ja-content-main .GoW_Project_News_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .GoW_Project_News_on input {
	cursor:pointer;
	width: 59px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/project_news_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}


/* 
----------------------------------------------------------------
*/
#ja-content-main .GoW_Our_Scope_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .GoW_Our_Scope_on input {
	cursor:pointer;
	width: 63px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/our_scope_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}


/* 
----------------------------------------------------------------
*/

#ja-content-main .GoW_Project_Phases_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .GoW_Project_Phases_on input {
	cursor:pointer;
	width: 64px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/project_phases_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .GoW_Material_Reuse_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .GoW_Material_Reuse_on input {
	cursor:pointer;
	width: 66px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/material_reuse_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .GoW_Healthy_Materials_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .GoW_Healthy_Materials_on input {
	cursor:pointer;
	width: 75px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/healthy_materials_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .GoW_Smart_Solutions_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .GoW_Smart_Solutions_on input {
	cursor:pointer;
	width: 81px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/smart_solutions_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .GoW_Recyclable_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .GoW_Recyclable_on input {
	cursor:pointer;
	width: 85px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/recycled_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}


/* 
----------------------------------------------------------------
*/

#ja-content-main .GoW_Our_Partners_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .GoW_Our_Partners_on input {
	cursor:pointer;
	width: 70px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/our_partners_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .GoW_Project_Photos_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .GoW_Project_Photos_on input {
	cursor:pointer;
	width: 61px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/project_photos_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* ----------------------------------------------------------------
butoane Greening our Workspace list in meniul Projects
*/


#ja-content-main .RO_GoW_Project_News {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_GoW_Project_News input {
	cursor:pointer;
	width: 54px;
	height: 45px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/noutati_proiect_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_GoW_Project_News input:hover, active {
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/noutati_proiect_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/
#ja-content-main .RO_GoW_Our_Scope {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_GoW_Our_Scope input {
	cursor:pointer;
	width: 72px;
	height: 45px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/scopul_proiectului_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_GoW_Our_Scope input:hover, active {
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/scopul_proiectului_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_GoW_Project_Phases {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_GoW_Project_Phases input {
	cursor:pointer;
	width: 73px;
	height: 45px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/etapele_proiectului_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_GoW_Project_Phases input:hover, active {
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/etapele_proiectului_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_GoW_Material_Reuse {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_GoW_Material_Reuse input {
	cursor:pointer;
	width: 78px;
	height: 45px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/reutilizare_materiale_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_GoW_Material_Reuse input:hover, active {
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/reutilizare_materiale_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_GoW_Healthy_Materials {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_GoW_Healthy_Materials input {
	cursor:pointer;
	width: 74px;
	height: 45px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/materiale_sanatoase_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_GoW_Healthy_Materials input:hover, active {
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/materiale_sanatoase_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_GoW_Smart_Solutions {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_GoW_Smart_Solutions input {
	cursor:pointer;
	width: 72px;
	height: 45px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/solutii_inteligente_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_GoW_Smart_Solutions input:hover, active {
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/solutii_inteligente_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_GoW_Recyclable {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_GoW_Recyclable input {
	cursor:pointer;
	width: 78px;
	height: 45px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/reciclare_reciclabile_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_GoW_Recyclable input:hover, active {
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/reciclare_reciclabile_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_GoW_Our_Partners {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_GoW_Our_Partners input {
	cursor:pointer;
	width: 69px;
	height: 45px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/partenerii_nostri_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_GoW_Our_Partners input:hover, active {
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/partenerii_nostri_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_GoW_Project_Photos {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_GoW_Project_Photos input {
	cursor:pointer;
	width: 53px;
	height: 45px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/foto_proiect_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_GoW_Project_Photos input:hover, active {
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/foto_proiect_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
butoane Greening our Workspace Activate list in meniul Projects
*/




#ja-content-main .RO_GoW_Project_News_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_GoW_Project_News_on input {
	cursor:pointer;
	width: 54px;
	height: 45px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/noutati_proiect_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}


/* 
----------------------------------------------------------------
*/
#ja-content-main .RO_GoW_Our_Scope_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_GoW_Our_Scope_on input {
	cursor:pointer;
	width: 72px;
	height: 45px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/scopul_proiectului_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}


/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_GoW_Project_Phases_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_GoW_Project_Phases_on input {
	cursor:pointer;
	width: 73px;
	height: 45px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/etapele_proiectului_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_GoW_Material_Reuse_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_GoW_Material_Reuse_on input {
	cursor:pointer;
	width: 78px;
	height: 45px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/reutilizare_materiale_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_GoW_Healthy_Materials_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_GoW_Healthy_Materials_on input {
	cursor:pointer;
	width: 74px;
	height: 45px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/materiale_sanatoase_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_GoW_Smart_Solutions_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_GoW_Smart_Solutions_on input {
	cursor:pointer;
	width: 72px;
	height: 45px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/solutii_inteligente_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_GoW_Recyclable_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_GoW_Recyclable_on input {
	cursor:pointer;
	width: 78px;
	height: 45px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/reciclare_reciclabile_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}


/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_GoW_Our_Partners_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_GoW_Our_Partners_on input {
	cursor:pointer;
	width: 69px;
	height: 45px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/partenerii_nostri_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/

#ja-content-main .RO_GoW_Project_Photos_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_GoW_Project_Photos_on input {
	cursor:pointer;
	width: 53px;
	height: 45px;
	border: none;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/Butoane/RO/foto_proiect_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}


/* ----------------------------------------------------------------
butoane Green Home Pavilion @ TNI list in meniul Projects EN
*/


#ja-content-main .Green_Home_Pavilion_spring_2014 {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Green_Home_Pavilion_spring_2014 input {
	cursor:pointer;
	width: 50px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenHomePavilionTNI/Butoane/EN/Green_Home_Pavilion_Spring_2014_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .Green_Home_Pavilion_spring_2014 input:hover, active {
	background-image: url(../../../images/Proiecte/GreenHomePavilionTNI/Butoane/EN/Green_Home_Pavilion_Spring_2014_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}


/* ----------------------------------------------------------------
*/


#ja-content-main .Green_Home_Pavilion_autumn_2014 {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Green_Home_Pavilion_autumn_2014 input {
	cursor:pointer;
	width: 54px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenHomePavilionTNI/Butoane/EN/Green_Home_Pavilion_Autumn_2014_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .Green_Home_Pavilion_autumn_2014 input:hover, active {
	background-image: url(../../../images/Proiecte/GreenHomePavilionTNI/Butoane/EN/Green_Home_Pavilion_Autumn_2014_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* ----------------------------------------------------------------
*/


#ja-content-main .Green_Home_Pavilion_spring_2015 {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Green_Home_Pavilion_spring_2015 input {
	cursor:pointer;
	width: 50px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenHomePavilionTNI/Butoane/EN/Green_Home_Pavilion_Spring_2015_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .Green_Home_Pavilion_spring_2015 input:hover, active {
	background-image: url(../../../images/Proiecte/GreenHomePavilionTNI/Butoane/EN/Green_Home_Pavilion_Spring_2015_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}



/* ----------------------------------------------------------------
butoane Green Home Pavilion @ TNI Active list in meniul Projects EN
*/


#ja-content-main .Green_Home_Pavilion_spring_2014_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Green_Home_Pavilion_spring_2014_on input {
	cursor:pointer;
	width: 50px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenHomePavilionTNI/Butoane/EN/Green_Home_Pavilion_Spring_2014_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* ----------------------------------------------------------------*/


#ja-content-main .Green_Home_Pavilion_autumn_2014_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Green_Home_Pavilion_autumn_2014_on input {
	cursor:pointer;
	width: 54px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenHomePavilionTNI/Butoane/EN/Green_Home_Pavilion_Autumn_2014_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* ----------------------------------------------------------------
*/


#ja-content-main .Green_Home_Pavilion_spring_2015_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Green_Home_Pavilion_spring_2015_on input {
	cursor:pointer;
	width: 50px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenHomePavilionTNI/Butoane/EN/Green_Home_Pavilion_Spring_2015_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}



/* ----------------------------------------------------------------
butoane Green Home Pavilion @ TNI list in meniul Projects RO
*/


#ja-content-main .RO_Green_Home_Pavilion_spring_2014 {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Green_Home_Pavilion_spring_2014 input {
	cursor:pointer;
	width: 70px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenHomePavilionTNI/Butoane/RO/Green_Home_Pavilion_Primavara_2014_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_Green_Home_Pavilion_spring_2014 input:hover, active {
	background-image: url(../../../images/Proiecte/GreenHomePavilionTNI/Butoane/RO/Green_Home_Pavilion_Primavara_2014_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}


/* ----------------------------------------------------------------*/


#ja-content-main .RO_Green_Home_Pavilion_autumn_2014 {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Green_Home_Pavilion_autumn_2014 input {
	cursor:pointer;
	width: 70px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenHomePavilionTNI/Butoane/RO/Green_Home_Pavilion_Toamna_2014_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_Green_Home_Pavilion_autumn_2014 input:hover, active {
	background-image: url(../../../images/Proiecte/GreenHomePavilionTNI/Butoane/RO/Green_Home_Pavilion_Toamna_2014_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* ----------------------------------------------------------------
*/


#ja-content-main .RO_Green_Home_Pavilion_spring_2015 {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Green_Home_Pavilion_spring_2015 input {
	cursor:pointer;
	width: 70px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenHomePavilionTNI/Butoane/RO/Green_Home_Pavilion_Primavara_2015_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_Green_Home_Pavilion_spring_2015 input:hover, active {
	background-image: url(../../../images/Proiecte/GreenHomePavilionTNI/Butoane/RO/Green_Home_Pavilion_Primavara_2015_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}



/* ----------------------------------------------------------------
butoane Green Home Pavilion @ TNI Active list in meniul Projects RO
*/


#ja-content-main .RO_Green_Home_Pavilion_spring_2014_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Green_Home_Pavilion_spring_2014_on input {
	cursor:pointer;
	width: 70px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenHomePavilionTNI/Butoane/RO/Green_Home_Pavilion_Primavara_2014_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}






/* ----------------------------------------------------------------*/


#ja-content-main .RO_Green_Home_Pavilion_autumn_2014_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Green_Home_Pavilion_autumn_2014_on input {
	cursor:pointer;
	width: 70px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenHomePavilionTNI/Butoane/RO/Green_Home_Pavilion_Toamna_2014_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* ----------------------------------------------------------------
*/


#ja-content-main .RO_Green_Home_Pavilion_spring_2015_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Green_Home_Pavilion_spring_2015_on input {
	cursor:pointer;
	width: 70px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Proiecte/GreenHomePavilionTNI/Butoane/RO/Green_Home_Pavilion_Primavara_2015_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* ----------------------------------------------------------------
*/






/* ----------------------------------------------------------------
butoane Certification & Training Program list in meniul Projects EN
*/


#ja-content-main .Certification_Training_Program_Description {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Certification_Training_Program_Description input {
	cursor:pointer;
	width: 110px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/Butoane/program_description_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .Certification_Training_Program_Description input:hover, active {
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/Butoane/program_description_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/


#ja-content-main .Certification_Training_Schedule {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Certification_Training_Schedule input {
	cursor:pointer;
	width: 98px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/Butoane/training_schedule_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .Certification_Training_Schedule input:hover, active {
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/Butoane/training_schedule_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/


#ja-content-main .Certification_Training_Graduates {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Certification_Training_Graduates input {
	cursor:pointer;
	width: 102px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/Butoane/the_graduates_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .Certification_Training_Graduates input:hover, active {
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/Butoane/the_graduates_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/


#ja-content-main .Certification_Training_Register {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Certification_Training_Register input {
	cursor:pointer;
	width: 118px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/Butoane/register_now_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .Certification_Training_Register input:hover, active {
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/Butoane/register_now_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}


/* ----------------------------------------------------------------
butoane Active Certification & Training Program list in meniul Projects
*/


#ja-content-main .Certification_Training_Program_Description_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Certification_Training_Program_Description_on input {
	cursor:pointer;
	width: 110px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/Butoane/program_description_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/


#ja-content-main .Certification_Training_Schedule_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Certification_Training_Schedule_on input {
	cursor:pointer;
	width: 98px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/Butoane/training_schedule_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/


#ja-content-main .Certification_Training_Graduates_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Certification_Training_Graduates_on input {
	cursor:pointer;
	width: 102px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/Butoane/the_graduates_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/


#ja-content-main .Certification_Training_Register_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .Certification_Training_Register_on input {
	cursor:pointer;
	width: 118px;
	height: 48px;
	border: none;
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/Butoane/register_now_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* ----------------------------------------------------------------
butoane Certification & Training Program list in meniul Projects RO
*/


#ja-content-main .RO_Certification_Training_Program_Description {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Certification_Training_Program_Description input {
	cursor:pointer;
	width: 91px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/Butoane/RO/descrierea_programului_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_Certification_Training_Program_Description input:hover, active {
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/Butoane/RO/descrierea_programului_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/


#ja-content-main .RO_Certification_Training_Schedule {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Certification_Training_Schedule input {
	cursor:pointer;
	width: 89px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/Butoane/RO/calendarul_cursurilor_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_Certification_Training_Schedule input:hover, active {
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/Butoane/RO/calendarul_cursurilor_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/


#ja-content-main .RO_Certification_Training_Graduates {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Certification_Training_Graduates input {
	cursor:pointer;
	width: 89px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/Butoane/RO/absolventii_programului_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_Certification_Training_Graduates input:hover, active {
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/Butoane/RO/absolventii_programului_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 
----------------------------------------------------------------
*/


#ja-content-main .RO_Certification_Training_Register {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Certification_Training_Register input {
	cursor:pointer;
	width: 99px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/Butoane/RO/inscrie-te_normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ja-content-main .RO_Certification_Training_Register input:hover, active {
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/Butoane/RO/inscrie-te_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
}


/* ----------------------------------------------------------------
butoane Active Certification & Training Program list in meniul Projects RO
*/


#ja-content-main .RO_Certification_Training_Program_Description_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Certification_Training_Program_Description_on input {
	cursor:pointer;
	width: 91px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/Butoane/RO/descrierea_programului_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/


#ja-content-main .RO_Certification_Training_Schedule_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Certification_Training_Schedule_on input {
	cursor:pointer;
	width: 89px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/Butoane/RO/calendarul_cursurilor_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/


#ja-content-main .RO_Certification_Training_Graduates_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Certification_Training_Graduates_on input {
	cursor:pointer;
	width: 89px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/Butoane/RO/absolventii_programului_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

/* 
----------------------------------------------------------------
*/


#ja-content-main .RO_Certification_Training_Register_on {
	float: left;
	position: relative;
	margin-top: -14px;
}


#ja-content-main .RO_Certification_Training_Register_on input {
	cursor:pointer;
	width: 99px;
	height: 46px;
	border: none;
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/Butoane/RO/inscrie-te_mouseover.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}
/* 
----------------------------------------------------------------
*/


/************************************************************************************************
aranjarea pozelor Boardului EN
*/
#ja-content-main .titlu_principal{
color: #A6CE38;
	font-size: 36px;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;	
}

#ja-content-main .board_comun {
height: 472px;	
}

#ja-content-main .board_comun input{
	cursor:pointer;
	width: 210px;
	height: 226px;
	border: none;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;	
}

#ja-content-main .board_comun a{
	transition: none;
}

/************************************************************************************************
EN
*/


#ja-content-main .board_steven_EN input{
	background : url(../../../images/RoGBC_Board/EN/steven_normal.png);
	margin-right: 6px;
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_steven_EN input:hover, active{
	background : url(../../../images/RoGBC_Board/EN/steven_mouse_over.png);
	height: 244px;
	width: 212px;
}

#ja-content-main .board_botis_EN input{
	background : url(../../../images/RoGBC_Board/EN/andrei_botis_normal.png);
	margin-right: 6px;
	height: 244px;
	width: 212px;			
}

#ja-content-main .board_botis_EN input:hover, active{
	background : url(../../../images/RoGBC_Board/EN/andrei_botis_mouse_over.png);
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_sporis_EN input{
	background : url(../../../images/RoGBC_Board/EN/cristian_sporis_normal.png);
	margin-right: 6px;
	height: 244px;
	width: 212px;			
}

#ja-content-main .board_sporis_EN input:hover, active{
	background : url(../../../images/RoGBC_Board/EN/cristian_sporis_mouse_over.png);
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_ciucasu_EN input{
	background : url(../../../images/RoGBC_Board/EN/cristian_ciucasu_normal.png);		
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_ciucasu_EN input:hover, active{
	background : url(../../../images/RoGBC_Board/EN/cristian_ciucasu_mouse_over.png);
	height: 244px;
	width: 212px;	
}



#ja-content-main .board_beu_EN input{
	background : url(../../../images/RoGBC_Board/EN/dorin_beu_normal.png);	
	margin-right: 6px;	
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_beu_EN input:hover, active{
	background : url(../../../images/RoGBC_Board/EN/dorin_beu_mouse_over.png);
	height: 244px;
	width: 212px;	
}



#ja-content-main .board_dragos_EN input{
	background : url(../../../images/RoGBC_Board/EN/dragos_riti_normal.png);
	margin-right: 6px;	
	height: 244px;
	width: 212px;
}

#ja-content-main .board_dragos_EN input:hover, active{
	background : url(../../../images/RoGBC_Board/EN/dragos_riti_mouse_over.png);
	height: 244px;
	width: 212px;
}

#ja-content-main .board_alinda_EN input{
	background : url(../../../images/RoGBC_Board/EN/alinda_dudu_normal.png);	
	height: 244px;
	width: 212px;
}

#ja-content-main .board_alinda_EN input:hover, active{
	background : url(../../../images/RoGBC_Board/EN/alinda_dudu_mouse_over.png);
	height: 244px;
	width: 212px;
}

#ja-content-main .board_biosca_EN input{
	background : url(../../../images/RoGBC_Board/EN/alfredo_biosca_normal.png);	
	margin-right: 6px;
	margin-top: 10px;
	height: 244px;
	width: 212px;
}

#ja-content-main .board_biosca_EN input:hover, active{
	background : url(../../../images/RoGBC_Board/EN/alfredo_biosca_mouse_over.png);
	height: 244px;
	width: 212px;
}

#ja-content-main .board_dreiseitel_EN input{
	background : url(../../../images/RoGBC_Board/EN/martin_dreiseitel_normal.png);	
	height: 244px;
	width: 212px;
}

#ja-content-main .board_dreiseitel_EN input:hover, active{
	background : url(../../../images/RoGBC_Board/EN/martin_dreiseitel_mouse_over.png);
	height: 244px;
	width: 212px;
}

#ja-content-main .board_lyons_EN input{
	background : url(../../../images/RoGBC_Board/EN/john_lyons_normal.png);
	margin-right: 6px;
	clear: both;
	margin-top: 10px;
	height: 244px;
	width: 212px;
}

#ja-content-main .board_lyons_EN input:hover, active{
	background : url(../../../images/RoGBC_Board/EN/john_lyons_mouse_over.png);
	height: 244px;
	width: 212px;
}

#ja-content-main .board_cristescu_EN input{
	background : url(../../../images/RoGBC_Board/EN/adrian_cristescu_normal.png);
	margin-top: 10px;
	margin-right: 6px;	
	height: 244px;
	width: 212px;
}

#ja-content-main .board_cristescu_EN input:hover, active{
	background : url(../../../images/RoGBC_Board/EN/adrian_cristescu_mouse_over.png);
	height: 244px;
	width: 212px;
}



#ja-content-main .board_tiganas_EN input{
	background : url(../../../images/RoGBC_Board/EN/serban_tiganas_normal.png);	
	height: 244px;
	width: 212px;		
}

#ja-content-main .board_tiganas_EN input:hover, active{
	background : url(../../../images/RoGBC_Board/EN/serban_tiganas_mouse_over.png);
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_rastei_EN input{
	background : url(../../../images/RoGBC_Board/EN/elena_rastei_normal.png);
	/*margin-right: 6px;	
	margin-top: 10px;	*/
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_rastei_EN input:hover, active{
	background : url(../../../images/RoGBC_Board/EN/elena_rastei_mouse_over.png);
	height: 244px;
	width: 212px;
}

#ja-content-main .board_cismas_EN input{
	background : url(../../../images/RoGBC_Board/EN/alina_cismas_normal.png);
	margin-right: 6px;	
	/*margin-top: 10px;	*/
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_cismas_EN input:hover, active{
	background : url(../../../images/RoGBC_Board/EN/alina_cismas_mouse_over.png);
	height: 244px;
	width: 212px;
}

#ja-content-main .board_furdui_EN input{
	background : url(../../../images/RoGBC_Board/EN/florin_furdui_normal.png);
	margin-top: 10px;
	margin-right: 6px;	
	height: 244px;
	width: 212px;
}

#ja-content-main .board_furdui_EN input:hover, active{
	background : url(../../../images/RoGBC_Board/EN/florin_furdui_mouse_over.png);
	height: 244px;
	width: 212px;
}


#ja-content-main .board_hay_EN input{
	background : url(../../../images/RoGBC_Board/EN/david_hay_normal.png);
	margin-top: 10px;
	margin-right: 6px;	
	height: 244px;
	width: 212px;
}

#ja-content-main .board_hay_EN input:hover, active{
	background : url(../../../images/RoGBC_Board/EN/david_hay_mouse_over.png);
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_cojocea_EN input{
	background : url(../../../images/RoGBC_Board/EN/cezar_cojocea_normal.png);
	margin-top: 10px;
	margin-right: 6px;	
	height: 244px;
	width: 212px;
}

#ja-content-main .board_cojocea_EN input:hover, active{
	background : url(../../../images/RoGBC_Board/EN/cezar_cojocea_mouse_over.png);
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_zizzi_EN input{
	background : url(../../../images/RoGBC_Board/EN/perry_zizzi_normal.png);	
	/*margin-right: 6px;	
	margin-top: 10px;*/
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_zizzi_EN input:hover, active{
	background : url(../../../images/RoGBC_Board/EN/perry_zizzi_mouse_over.png);
	height: 244px;
	width: 212px;	
}


#ja-content-main .board_AB_EN input{
	background : url(../../../images/RoGBC_Board/EN/AB.png);
	margin-right: 6px;		
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_AB_EN input:hover, active{
	background : url(../../../images/RoGBC_Board/EN/AB_EN-mo.png);
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_AP_EN input{
	background : url(../../../images/RoGBC_Board/EN/AP.png);		
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_AP_EN input:hover, active{
	background : url(../../../images/RoGBC_Board/EN/AP_EN-mo.png);
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_DA_EN input{
	background : url(../../../images/RoGBC_Board/EN/DA.png);
	margin-right: 6px;
	margin-top: 10px;
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_DA_EN input:hover, active{
	background : url(../../../images/RoGBC_Board/EN/DA_EN-mo.png);
	height: 244px;
	width: 212px;	
}



/************************************************************************************************
RO
*/


#ja-content-main .board_steven_RO input{
	background : url(../../../images/RoGBC_Board/RO/steven_normal.png);
	margin-right: 6px;
	height: 244px;
	width: 212px;			
}

#ja-content-main .board_steven_RO input:hover, active{
	background : url(../../../images/RoGBC_Board/RO/steven_mouse_over.png);
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_botis_RO input{
	background : url(../../../images/RoGBC_Board/RO/andrei_botis_normal.png);
	margin-right: 6px;
	height: 244px;
	width: 212px;			
}

#ja-content-main .board_botis_RO input:hover, active{
	background : url(../../../images/RoGBC_Board/RO/andrei_botis_mouse_over.png);
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_sporis_RO input{
	background : url(../../../images/RoGBC_Board/RO/cristian_sporis_normal.png);
	margin-right: 6px;
	height: 244px;
	width: 212px;			
}

#ja-content-main .board_sporis_RO input:hover, active{
	background : url(../../../images/RoGBC_Board/RO/cristian_sporis_mouse_over.png);
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_cismas_RO input{
	background : url(../../../images/RoGBC_Board/RO/alina_cismas_normal.png);
	margin-right: 6px;	
	/*margin-top: 10px;	*/
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_cismas_RO input:hover, active{
	background : url(../../../images/RoGBC_Board/RO/alina_cismas_mouse_over.png);
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_zizzi_RO input{
	background : url(../../../images/RoGBC_Board/RO/perry_zizzi_normal.png);		
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_zizzi_RO input:hover, active{
	background : url(../../../images/RoGBC_Board/RO/perry_zizzi_mouse_over.png);
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_ciucasu_RO input{
	background : url(../../../images/RoGBC_Board/RO/cristian_ciucasu_normal.png);		
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_ciucasu_RO input:hover, active{
	background : url(../../../images/RoGBC_Board/RO/cristian_ciucasu_mouse_over.png);
	height: 244px;
	width: 212px;	
}



#ja-content-main .board_beu_RO input{
	background : url(../../../images/RoGBC_Board/RO/dorin_beu_normal.png);
	margin-right: 6px;		
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_beu_RO input:hover, active{
	background : url(../../../images/RoGBC_Board/RO/dorin_beu_mouse_over.png);
	height: 244px;
	width: 212px;	
}




#ja-content-main .board_dragos_RO input{
	background : url(../../../images/RoGBC_Board/RO/dragos_riti_normal.png);
	margin-right: 6px;		
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_dragos_RO input:hover, active{
	background : url(../../../images/RoGBC_Board/RO/dragos_riti_mouse_over.png);
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_alinda_RO input{
	background : url(../../../images/RoGBC_Board/RO/alinda_dudu_normal.png);	
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_alinda_RO input:hover, active{
	background : url(../../../images/RoGBC_Board/RO/alinda_dudu_mouse_over.png);
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_dreiseitel_RO input{
	background : url(../../../images/RoGBC_Board/RO/martin_dreiseitel_normal.png);	
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_dreiseitel_RO input:hover, active{
	background : url(../../../images/RoGBC_Board/RO/martin_dreiseitel_mouse_over.png);
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_lyons_RO input{
	background : url(../../../images/RoGBC_Board/RO/john_lyons_normal.png);
	margin-right: 6px;
	clear: both;
	margin-top: 10px;
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_lyons_RO input:hover, active{
	background : url(../../../images/RoGBC_Board/RO/john_lyons_mouse_over.png);
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_biosca_RO input{
	background : url(../../../images/RoGBC_Board/RO/alfredo_biosca_normal.png);
	margin-right: 6px;
	clear: both;
	margin-top: 10px;
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_biosca_RO input:hover, active{
	background : url(../../../images/RoGBC_Board/RO/alfredo_biosca_mouse_over.png);
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_cristescu_RO input{
	background : url(../../../images/RoGBC_Board/RO/adrian_cristescu_normal.png);
	margin-top: 10px;
	margin-right: 6px;	
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_cristescu_RO input:hover, active{
	background : url(../../../images/RoGBC_Board/RO/adrian_cristescu_mouse_over.png);
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_furdui_RO input{
	background : url(../../../images/RoGBC_Board/RO/florin_furdui_normal.png);
	margin-top: 10px;
	margin-right: 6px;	
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_furdui_RO input:hover, active{
	background : url(../../../images/RoGBC_Board/RO/florin_furdui_mouse_over.png);
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_tiganas_RO input{
	background : url(../../../images/RoGBC_Board/RO/serban_tiganas_normal.png);	
	height: 244px;
	width: 212px;		
}

#ja-content-main .board_tiganas_RO input:hover, active{
	background : url(../../../images/RoGBC_Board/RO/serban_tiganas_mouse_over.png);
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_rastei_RO input{
	background : url(../../../images/RoGBC_Board/RO/elena_rastei_normal.png);
	/*margin-right: 6px;	
	margin-top: 10px;	*/
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_rastei_RO input:hover, active{
	background : url(../../../images/RoGBC_Board/RO/elena_rastei_mouse_over.png);
	height: 244px;
	width: 212px;	
}




#ja-content-main .board_hay_RO input{
	background : url(../../../images/RoGBC_Board/RO/david_hay_normal.png);
	margin-right: 6px;
	margin-top: 10px;
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_hay_RO input:hover, active{
	background : url(../../../images/RoGBC_Board/RO/david_hay_mouse_over.png);
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_cojocea_RO input{
	background : url(../../../images/RoGBC_Board/RO/cezar_cojocea_normal.png);
	margin-right: 6px;
	margin-top: 10px;
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_cojocea_RO input:hover, active{
	background : url(../../../images/RoGBC_Board/RO/cezar_cojocea_mouse_over.png);
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_AB_RO input{
	background : url(../../../images/RoGBC_Board/RO/AB.png);
	margin-right: 6px;		
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_AB_RO input:hover, active{
	background : url(../../../images/RoGBC_Board/RO/AB_RO-mo.png);
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_AP_RO input{
	background : url(../../../images/RoGBC_Board/RO/AP.png);		
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_AP_RO input:hover, active{
	background : url(../../../images/RoGBC_Board/RO/AP_RO-mo.png);
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_DA_RO input{
	background : url(../../../images/RoGBC_Board/RO/DA.png);
	margin-right: 6px;
	margin-top: 10px;
	height: 244px;
	width: 212px;	
}

#ja-content-main .board_DA_RO input:hover, active{
	background : url(../../../images/RoGBC_Board/RO/DA_RO-mo.png);
	height: 244px;
	width: 212px;	
}

/*
------------------------------------------------------------------------------------------------------

Stilurile pentru detaliile din proiectul Construction21.eu si alte articole
*/



#ja-content-main .stil10light {
	font-size: 10px;
	font-weight: lighter;
	color: #6D6E71;
}

#ja-content-main .stil10inchislight {
	font-size: 10px;
	font-weight: lighter;
	color: #4B4D4E;
}

#ja-content-main .stil12inchislight {
	font-size: 12px;
	font-weight: lighter;
	color: #4B4D4E;
}

#ja-content-main .stil12inchisitalic {
	font-size: 12px;
	font-weight: normal;
	color: #4B4D4E;
	font-style: italic;
}


#ja-content-main .stil12inchisbold {
	font-size: 12px;
	font-weight: bold;
	color: #4B4D4E;
}

#ja-content-main .stil14inchislight {
	font-size: 14px;
	font-weight: lighter;
	color: #4B4D4E;
}

#ja-content-main .stil14inchisbold {
	font-size: 14px;
	font-weight: bold;
	color: #4B4D4E;
}

#ja-content-main .stil14inchisitalic{
	font-size: 14px;
	font-weight: normal;
	color: #4B4D4E;
	font-style: italic;
	
}



#ja-content-main .stil21inchisbold {
	font-size: 21px;
	font-weight: bold;
	color: #4B4D4E;
}

#ja-content-main .stil14grilight {
	font-size: 14px;
	font-weight: lighter;
	color: #999;
}
#ja-content-main .stil14bold {
	font-size: 14px;
	font-weight: bold;
}

.stil12light {
	font-size: 12px;
	font-weight: lighter;
	color: #6D6E71;
}

#ja-content-main .stil12light {
	font-size: 12px;
	font-weight: lighter;
	color: #6D6E71;
}


#ja-content-main .stil14light {
	font-size: 14px;
	font-weight: lighter;
	color: #6D6E71;
}
#ja-content-main .stil14bold {
	font-size: 14px;
	font-weight: bold;
	color: #6D6E71;
}

#ja-content-main .stil12italic {
	font-size: 12px;
	font-weight: lighter;
	font-style: italic;	
}

#ja-content-main .stil14italic {
	font-size: 14px;
	font-weight: lighter;
	font-style: italic;	
}

#ja-content-main .stil10verdeinchislight {
	font-size: 10px;
	font-weight: lighter;
	color: #008E45;
}

#ja-content-main .stil12verdeinchislight {
	font-size: 12px;
	font-weight: lighter;
	color: #008E45;
}

#ja-content-main .stil12verdeinchisbold{
	font-size: 12px;
	font-weight: bold;
	color: #008E45;
}

#ja-content-main .stil14verdeinchislight {
	font-size: 14px;
	font-weight: lighter;
	color: #008E45;
}

#ja-content-main .stil14verdeinchisbold{
	font-size: 14px;
	font-weight: bold;
	color: #008E45;
}


#ja-content-main .stil36light {
	font-size: 36px;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	color: #008E45;	
}


#ja-content-main .stil14verdedeschisbold {
	font-size: 14px;
	font-weight: bold;
	color: #A6CE38;
}

#ja-content-main .stil14verdedeschislight {
	font-size: 14px;
	font-weight: lighter;
	color: #A6CE38;
}

.stil14verdedeschislight {
	font-size: 14px;
	font-weight: lighter;
	color: #A6CE38;
}

#ja-content-main .stil14verdedeschisitalic {
	font-size: 14px;
	font-weight: lighter;
	color: #A6CE38;
	font-style: italic;
}

#ja-content-main .stil18verdedeschisitalic {
	font-size: 18px;
	font-weight: lighter;
	color: #A6CE38;
	font-style: italic;
}

#ja-content-main .stil21verdedeschislight {
	font-size: 21px;
	font-weight: lighter;
	color: #A6CE38;
}
#ja-content-main .stil26verdedeschislight {
	font-size: 26px;
	font-weight: lighter;
	color: #A6CE38;
}


#ja-content-main .stil12verdedeschislight {
	font-size: 12px;
	font-weight: lighter;
	color: #A6CE38;
}

#ja-content-main .stil12verdedeschisbold {
	font-size: 12px;
	font-weight: lighter;
	color: #A6CE38;
}

#ja-content-main .stil10verdedeschislight {
	font-size: 10px;
	font-weight: lighter;
	color: #A6CE38;
}

/*------------------------------------------------------------------------------------------------------

*/





/*------------------------------------------------------------------------------------------------------
Setari Bannere Articole
*/


.fundal_imagini_principale {
	background-image: url(../../../images/Proiecte/C21/banner.png);
	background-repeat: no-repeat;
	float: right;
	height: 255px;
	width: 654px;
}

/*#ja-top-principal{
	float:right;
	width:500px;
}*/



.main .inner {
padding: 0;	
}

.shadow_boxie{
	box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
	background-color: #FFF;
	clear: both;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/*
<div class="shadow_boxie">
*/


.img_header_articole_Construction21_EN {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/C21/banner_EN.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}


.img_header_articole_Construction21_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/C21/banner_RO.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

.img_header_articole_MemberBenefits_EN {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Membership/join_us_banner_EN.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

.img_header_articole_MemberBenefits_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Membership/join_us_banner_RO.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/*
-------------------------------------------------------------------------------------
*/

.img_header_JEvents_Events_EN {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/banner_events_EN.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

.img_header_JEvents_Events_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/banner_events_RO.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}


/*
-------------------------------------------------------------------------------------
EEIFG_DEEP
*/


.img_header_articole_eeifg_deep_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/EEIFG_DEEP/eeifg_deep_ro.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

.img_header_articole_eeifg_deep_EN {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/EEIFG_DEEP/eeifg_deep_en.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/*
-------------------------------------------------------------------------------------
Urban WINS
*/


.img_header_articole_urban_wins_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/Urban/Urban_WINS_ro.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

.img_header_articole_urban_wins_EN {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/Urban/Urban_WINS_en.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/*
-------------------------------------------------------------------------------------
OERCO2
*/


.img_header_articole_OERCO2_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/OERCO2/LogoOerco2_ro.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

.img_header_articole_OERCO2_EN {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/OERCO2/LogoOerco2_en.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/*
-------------------------------------------------------------------------------------
BIMStone
*/


.img_header_articole_BIMStone_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/BIMStone/LogoBIMStone.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

.img_header_articole_BIMStone_EN {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/BIMStone/LogoBIMStone.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/*
-------------------------------------------------------------------------------------
Green Schools
*/


.img_header_articole_GreenSchools_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/GreenSchools/BannerGreenSchool.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

.img_header_articole_GreenSchools_EN {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/GreenSchools/BannerGreenSchool.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}


/*
-------------------------------------------------------------------------------------
CoME EASY
*/


.img_header_articole_CoMEEASY_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/CoMEEASY/CoMEEASY.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

.img_header_articole_CoMEEASY_EN {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/CoMEEASY/CoMEEASY.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}


/*
-------------------------------------------------------------------------------------
EXCITE
*/


.img_header_articole_EXCITE_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/EXCITE/excite_banner_site.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

.img_header_articole_EXCITE_EN {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/EXCITE/excite_banner_site.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}


/*
-------------------------------------------------------------------------------------
CircularBIM
*/


.img_header_articole_CircularBIM_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/CircularBIM/CIRCULARBIM_banner_site.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

.img_header_articole_CircularBIM_EN {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/CircularBIM/CIRCULARBIM_banner_site.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}


/*
-------------------------------------------------------------------------------------
One Click LCA Planetary
*/


.img_header_articole_OneClickLCAPlanetary_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/OneClickLCAPlanetary/banner_LCA.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

.img_header_articole_OneClickLCAPlanetary_EN {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/OneClickLCAPlanetary/banner_LCA.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}



/*
-------------------------------------------------------------------------------------
urbanBIM
*/


.img_header_articole_urbanBIM_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/UrbanBIM/UrbanBIM_banner_site_655x254.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}


/*
-------------------------------------------------------------------------------------
Green Homes
*/


.img_header_articole_green_homes {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/GreenHomes/green_homes_banner.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/*
-------------------------------------------------------------------------------------
Buid Upon
*/

.img_header_articole_Build_Upon {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/BuildUpon/banner_build_upon.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}


/*
-------------------------------------------------------------------------------------
Green Home Pavilion & TNI
*/

.img_header_articole_green_home_pavilion{
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/GreenHomePavilionTNI/green_home_pavilion_banner.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}




/*
-------------------------------------------------------------------------------------
Green Mortgages
*/


.img_header_articole_green_mortgages {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/GreenMortgages/green_mortgage_banner_EN.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

.img_header_articole_green_mortgages_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/GreenMortgages/green_mortgage_banner_RO.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}


/*
-------------------------------------------------------------------------------------
Green Awards Header Banner;
*/


.img_header_proiecte_Green_Awards_The_Contest {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/GreenAwards/banner2015.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/*
-------------------------------------------------------------------------------------
CoME EASY
*/


.img_header_articole_RecoverIND_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(http://www.rogbc.org/images/Proiecte/RecoverIND/recoverIND_banner_site.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/*
-------------------------------------------------------------------------------------
*/


.img_header_proiecte_Green_Awards_2017_Gala {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/GreenAwards/banner2017.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/*
-------------------------------------------------------------------------------------
*/


.img_header_proiecte_Green_Awards_2016_Gala {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/GreenAwards/banner2016.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/*
-------------------------------------------------------------------------------------
*/




.img_header_proiecte_Green_Awards_2015_Gala {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/GreenAwards/banner2015.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/*
-------------------------------------------------------------------------------------
*/

.img_header_proiecte_Green_Awards_2014_Gala {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/GreenAwards/banner2014.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}


/*
-------------------------------------------------------------------------------------
*/

.img_header_proiecte_Green_Awards_2013_Gala {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/GreenAwards/banner2013.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}


/*
-------------------------------------------------------------------------------------
*/

.img_header_proiecte_Green_Awards_2012_Gala {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/GreenAwards/banner2012.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}


/*
-------------------------------------------------------------------------------------
*/


.img_header_proiecte_Green_Awards_2011_Gala {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/GreenAwards/banner2011.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}


/*
-------------------------------------------------------------------------------------
*/


.img_header_articole_BuildingGreenerSchools_Challenge {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/the_challenge_banner.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

.img_header_articole_BuildingGreenerSchools_Challenge_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/the_challenge_banner_RO.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

.img_header_articole_BuildingGreenerSchools_ParticipantSchools {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/participant_schools_banner.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}


.img_header_articole_BuildingGreenerSchools_ParticipantSchools_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/participant_schools_banner_RO.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

.img_header_articole_BuildingGreenerSchools_RehabilitationProject {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/reabilitation_project_banner.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

.img_header_articole_BuildingGreenerSchools_RehabilitationProject_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/BuildingGreenerSchools/reabilitation_project_banner_RO.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}


.img_header_articole_ecoBiblioteca_Contest {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/the_contest_banner.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

.img_header_articole_ecoBiblioteca_Objectives {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/the_objectives_banner.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

.img_header_articole_ecoBiblioteca_LBC {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/LBC_banner.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

.img_header_articole_ecoBiblioteca_timeline {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/ecoBiblioteca/timeline_banner.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}




/* ----------------------------------------------------------------
Setari Bannere Articole Greening Our WorkSpace*/

.img_header_articole_Gow_Our_Scope {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/our_scope_banner.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/

.img_header_articole_Gow_Material_Reuse {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/material_reuse_banner.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/

.img_header_articole_Gow_Material_Reuse_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/material_reuse_banner_RO.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/

.img_header_articole_Gow_Healthy_Materials {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/healthy_materials_banner.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/

.img_header_articole_Gow_Healthy_Materials_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/healthy_materials_banner_RO.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/


.img_header_articole_Gow_Smart_Solutions {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/smart_solutions_banner.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/


.img_header_articole_Gow_Smart_Solutions_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/smart_solutions_banner_RO.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/


.img_header_articole_Gow_Recycled_Recyclable {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/recycled_recyclabe_banner.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/


.img_header_articole_Gow_Recycled_Recyclable_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/GreeningOurWorkspace/recycled_recyclabe_banner_RO.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
Setari Bannere Articole Certification & Training Program*/

.img_header_articole_Education_Training_Program_description {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/banner.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/



.img_header_articole_About_Us {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/about_us_banner.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/



.img_header_articole_About_Us_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/about_us_banner_RO.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/


.img_header_Education_Watch_Training_Videos_EN {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Educatie/WatchTrainingVideos/training_videos_banner_EN.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/


.img_header_Education_Watch_Training_Videos_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Educatie/WatchTrainingVideos/training_videos_banner_RO.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/


.img_header_Education_Green_Building_Info_En {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Educatie/GreenBuildingInfo/banner_EN.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/


.img_header_Education_Green_Building_Info_Ro {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Educatie/GreenBuildingInfo/banner_RO.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/


.img_header_Press_Paper_En {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/presa/Paper/paper_banner_EN.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/


.img_header_Press_Paper_Ro {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/presa/Paper/paper_banner_RO.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/

.img_header_Press_Online {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/presa/Online/on_line_banner.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/

.img_header_articole_Romanias_Greenest_Buildings_old_EN {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/RomaniasGreenestBuildings/romanias_greenest_buildings_banner_EN1.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}


.img_header_articole_Romanias_Greenest_Buildings_EN {
	height: 174px;
	width: 673px;
	background-image: url(../../../images/Proiecte/RomaniasGreenestBuildings/romanias_greenest_buildings_banner_EN.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: -11px;
	margin-top: -11px;
}

.img_footer_articole_Romanias_Greenest_Buildings_EN {
	height: 72px;
	width: 673px;
	background-image: url(../../../images/Proiecte/RomaniasGreenestBuildings/romanias_greenest_buildings_footer_EN.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: -11px;
}

/* ----------------------------------------------------------------
*/

.img_header_articole_Romanias_Greenest_Buildings_RO {
	height: 174px;
	width: 673px;
	background-image: url(../../../images/Proiecte/RomaniasGreenestBuildings/romanias_greenest_buildings_banner_RO.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: -11px;
	margin-top: -11px;
}


.img_header_articole_Romanias_Greenest_Buildings_old_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Proiecte/RomaniasGreenestBuildings/romanias_greenest_buildings_banner_RO.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/

.img_header_articole_WorldGBC_Network {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/world_GBC_network_banner.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}



/* ----------------------------------------------------------------
*/


.img_header_articole_World_GBC_EN {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/worldGBC_banner_EN.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/


.img_header_articole_World_GBC_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/worldGBC_banner_RO.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/

.img_header_articole_Transylvania_Branch {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/RoGBC_Transilvania_Branch_banner.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/


.img_header_articole_Moldova_Branch {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/RoGBC_Moldova_Branch_banner.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/

.img_header_articole_press_TV_Radio {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/presa/TVRadio/tv_radio_banner.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}


/* ----------------------------------------------------------------
*/

.img_header_articole_presa_general_ro {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/presa/presa_general_banner_ro.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}


/* ----------------------------------------------------------------
*/


.img_header_articole_presa_general_en {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/presa/presa_general_banner_en.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}


/* ----------------------------------------------------------------
*/

.img_header_articole_Legislatie_epbd {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Legislatie/epbd_banner.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/

.img_header_articole_Legislatie_epbd_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Legislatie/epbd_banner_RO.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/

.img_header_articole_Donatie_EN {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/banner_donatie_EN.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/

.img_header_articole_Donatie_RO {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/banner_donatie_RO.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}


/* ----------------------------------------------------------------
*/

.img_header_articole_Legislatie_RoGBC_Legislative_Initiatives {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Legislatie/legislative_initiatives_banner.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/


.img_header_Legislation_Position_Papers_En {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Legislatie/position_papers_banner_EN.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/


.img_header_Legislation_Position_Papers_Ro {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Legislatie/position_papers_banner_RO.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}


/* ----------------------------------------------------------------
*/


.img_header_Legislation_National_Legislation_En {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Legislatie/national_legislation_banner_EN.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/


.img_header_Legislation_National_Legislation_Ro {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Legislatie/national_legislation_banner_RO.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/


.img_header_Legislation_Resources_En {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Legislatie/resources_banner_EN.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
*/


.img_header_Legislation_Resources_Ro {
	height: 255px;
	width: 654px;
	padding-bottom: 20px;
	background-image: url(../../../images/Legislatie/resources_banner_RO.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

/* ----------------------------------------------------------------
butoane link icons pe header articole*/

/* 
Linkuri din Romania's Greenest Buildings - Descarca Raportul
*/

#ja-content-main .Romanias_Greenest_Buildings_Raportul_RO{
	float: left;
	position: relative;
	margin-top: 25px;
	margin-left: 20px;
}


#ja-content-main .Romanias_Greenest_Buildings_Raportul_RO input {
	cursor:pointer;
	width: 146px;
	height: 20px;
	border: none;
	font-size: 18px;
	color: #FFF;
	background-image: url(../../../images/butoane/DESCARCA_NORMAL.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	
}

#ja-content-main .Romanias_Greenest_Buildings_Raportul_RO input:hover, active {
	background : url(../../../images/butoane/DESCARCA_MOUSEOVER.png);
	background-repeat: no-repeat;
	background-position: left top;	
}


/* 
Linkuri din Romania's Greenest Buildings - Descarca Raportul - EN
*/

#ja-content-main .Romanias_Greenest_Buildings_Raportul_EN{
	float: left;
	position: relative;
	margin-top: 25px;
	margin-left: 20px;
}


#ja-content-main .Romanias_Greenest_Buildings_Raportul_EN input {
	cursor:pointer;
	width: 146px;
	height: 20px;
	border: none;
	font-size: 18px;
	color: #FFF;
	background-image: url(../../../images/butoane/DOWNLOAD_NORMAL.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	
}

#ja-content-main .Romanias_Greenest_Buildings_Raportul_EN input:hover, active {
	background : url(../../../images/butoane/DOWNLOAD_MOUSEOVER.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

/* 
Linkuri din Romania's Greenest Buildings - C21
*/

#ja-content-main .Romanias_Greenest_Buildings_C21{
	float: right;
	position: relative;
	margin-top: 5px;
	margin-right: 20px;
}


#ja-content-main .Romanias_Greenest_Buildings_C21 input {
	cursor:pointer;
	width: 136px;
	height: 36px;
	border: none;
	font-size: 18px;
	color: #FFF;
	background-image: url(../../../images/Proiecte/RomaniasGreenestBuildings/logo_construction21.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	
}

#ja-content-main .Romanias_Greenest_Buildings_C21 input:hover, active {
	background : url(../../../images/Proiecte/RomaniasGreenestBuildings/logo_construction21.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

/* 
Linkuri din Romania's Greenest Buildings - NAI
*/

#ja-content-main .Romanias_Greenest_Buildings_NAI{
	float: right;
	position: relative;
	margin-top: 5px;
	margin-right: 20px;
}


#ja-content-main .Romanias_Greenest_Buildings_NAI input {
	cursor:pointer;
	width: 97px;
	height: 30px;
	border: none;
	font-size: 18px;
	color: #FFF;
	background-image: url(../../../images/Proiecte/RomaniasGreenestBuildings/logo_nai_romania.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	
}

#ja-content-main .Romanias_Greenest_Buildings_NAI input:hover, active {
	background : url(../../../images/Proiecte/RomaniasGreenestBuildings/logo_nai_romania.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

/* 
Linkuri din Romania's Greenest Buildings - ROGBC
*/

#ja-content-main .Romanias_Greenest_Buildings_ROGBC{
	float: right;
	position: relative;
	margin-top: 5px;
	margin-right: 30px;
}


#ja-content-main .Romanias_Greenest_Buildings_ROGBC input {
	cursor:pointer;
	width: 70px;
	height: 49px;
	border: none;
	font-size: 18px;
	color: #FFF;
	background-image: url(../../../images/Proiecte/RomaniasGreenestBuildings/logo_rogbc.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	
}

#ja-content-main .Romanias_Greenest_Buildings_ROGBC input:hover, active {
	background : url(../../../images/Proiecte/RomaniasGreenestBuildings/logo_rogbc.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

/* 
Buton Download la Proiecte - Build Upon 1
*/

#ja-content-main .build_upon_see_doc_1_ro{
	float: left;
	position: relative;
	margin-top: 10px;
	margin-left: 30px;
}


#ja-content-main .build_upon_see_doc_1_ro input {
	cursor:pointer;
	width: 35px;
	height: 35px;
	border: none;
	font-size: 18px;
	color: #FFF;
	background-image: url(../../../images/download_normal.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	text-align: center;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset, 0 2px 11px #000;
	transition: all 0.2s ease 0s;
	border-radius: 20px;
}

#ja-content-main .build_upon_see_doc_1_ro input:hover, active {
	background : url(../../../images/download_mouseover.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.2s ease 0s;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset, 0 2px 4px #000;	
	border-radius: 20px;
	width: 45px;
	height: 45px;
	margin-top: -5px;
	margin-left: -5px;	
}

#ja-content-main .build_upon_see_doc_1_ro:after {
	content: "Descarca Raportul de Lansare";
	margin-left: -17px;
	margin-top: 7px;
	display: block;
	color: #fff;
	background-color: rgba(33,169,225, 1); 
	border-radius: 10px;
	padding: 5px;
	font-weight: bold;
	width: 65px;
	height: 36px;
}

/*
------------------------------
*/
#ja-content-main .build_upon_see_doc_1_en{
	float: left;
	position: relative;
	margin-top: 10px;
	margin-left: 30px;
}


#ja-content-main .build_upon_see_doc_1_en input {
	cursor:pointer;
	width: 35px;
	height: 35px;
	border: none;
	font-size: 18px;
	color: #FFF;
	background-image: url(../../../images/download_normal.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	text-align: center;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset, 0 2px 11px #000;
	transition: all 0.2s ease 0s;
	border-radius: 20px;
}

#ja-content-main .build_upon_see_doc_1_en input:hover, active {
	background : url(../../../images/download_mouseover.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.2s ease 0s;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset, 0 2px 4px #000;	
	border-radius: 20px;
	width: 45px;
	height: 45px;
	margin-top: -5px;
	margin-left: -5px;	
}

#ja-content-main .build_upon_see_doc_1_en:after {
	content: "Download Launch Report";
	margin-left: -17px;
	margin-top: 7px;
	display: block;
	color: #fff;
	background-color: rgba(33,169,225, 1); 
	border-radius: 10px;
	padding: 5px;
	font-weight: bold;
	width: 65px;
	height: 36px;
}



/* 
Buton Download la Proiecte - Build Upon document 2
*/

#ja-content-main .build_upon_see_doc_2_ro{
	float: left;
	position: relative;
	margin-top: 10px;
	margin-left: 30px;
}


#ja-content-main .build_upon_see_doc_2_ro input {
	cursor:pointer;
	width: 35px;
	height: 35px;
	border: none;
	font-size: 18px;
	color: #FFF;
	background-image: url(../../../images/download_normal.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	text-align: center;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset, 0 2px 11px #000;
	transition: all 0.2s ease 0s;
	border-radius: 20px;
}

#ja-content-main .build_upon_see_doc_2_ro input:hover, active {
	background : url(../../../images/download_mouseover.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.2s ease 0s;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset, 0 2px 4px #000;	
	border-radius: 20px;
	width: 45px;
	height: 45px;
	margin-top: -5px;
	margin-left: -5px;	
}

#ja-content-main .build_upon_see_doc_2_ro:after {
	content: "Descarca Rezumatul Proiectului";
	margin-left: -17px;
	margin-top: 7px;
	display: block;
	color: #fff;
	background-color: rgba(33,169,225, 1); 
	border-radius: 10px;
	padding: 5px;
	font-weight: bold;
	width: 65px;
	height: 36px;
}

/*
------------------------------
*/

#ja-content-main .build_upon_see_doc_2_en{
	float: left;
	position: relative;
	margin-top: 10px;
	margin-left: 30px;
}


#ja-content-main .build_upon_see_doc_2_en input {
	cursor:pointer;
	width: 35px;
	height: 35px;
	border: none;
	font-size: 18px;
	color: #FFF;
	background-image: url(../../../images/download_normal.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	text-align: center;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset, 0 2px 11px #000;
	transition: all 0.2s ease 0s;
	border-radius: 20px;
}

#ja-content-main .build_upon_see_doc_2_en input:hover, active {
	background : url(../../../images/download_mouseover.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.2s ease 0s;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset, 0 2px 4px #000;	
	border-radius: 20px;
	width: 45px;
	height: 45px;
	margin-top: -5px;
	margin-left: -5px;	
}

#ja-content-main .build_upon_see_doc_2_en:after {
	content: "Download Project Summary";
	margin-left: -17px;
	margin-top: 7px;
	display: block;
	color: #fff;
	background-color: rgba(33,169,225, 1); 
	border-radius: 10px;
	padding: 5px;
	font-weight: bold;
	width: 65px;
	height: 36px;
}

/* 
Buton Download la Proiecte - Build Upon document 3 - Declaratie in 10 puncte
*/

#ja-content-main .build_upon_see_doc_3_ro{
	float: left;
	position: relative;
	margin-top: 10px;
	margin-left: 30px;
}


#ja-content-main .build_upon_see_doc_3_ro input {
	cursor:pointer;
	width: 35px;
	height: 35px;
	border: none;
	font-size: 18px;
	color: #FFF;
	background-image: url(../../../images/download_normal.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	text-align: center;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset, 0 2px 11px #000;
	transition: all 0.2s ease 0s;
	border-radius: 20px;
}

#ja-content-main .build_upon_see_doc_3_ro input:hover, active {
	background : url(../../../images/download_mouseover.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.2s ease 0s;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset, 0 2px 4px #000;	
	border-radius: 20px;
	width: 45px;
	height: 45px;
	margin-top: -5px;
	margin-left: -5px;	
}

#ja-content-main .build_upon_see_doc_3_ro:after {
	content: "Descarcă Declarația în 10 Puncte";
	margin-left: -17px;
	margin-top: 7px;
	display: block;
	color: #fff;
	background-color: rgba(33,169,225, 1); 
	border-radius: 10px;
	padding: 5px;
	font-weight: bold;
	width: 65px;
	height: 36px;
	font-size: 87%;
}

/*
------------------------------
*/

#ja-content-main .build_upon_see_doc_3_en{
	float: left;
	position: relative;
	margin-top: 10px;
	margin-left: 30px;
}


#ja-content-main .build_upon_see_doc_3_en input {
	cursor:pointer;
	width: 35px;
	height: 35px;
	border: none;
	font-size: 18px;
	color: #FFF;
	background-image: url(../../../images/download_normal.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	text-align: center;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset, 0 2px 11px #000;
	transition: all 0.2s ease 0s;
	border-radius: 20px;
}

#ja-content-main .build_upon_see_doc_3_en input:hover, active {
	background : url(../../../images/download_mouseover.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.2s ease 0s;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset, 0 2px 4px #000;	
	border-radius: 20px;
	width: 45px;
	height: 45px;
	margin-top: -5px;
	margin-left: -5px;	
}

#ja-content-main .build_upon_see_doc_3_en:after {
	content: "Download the Declaration in 10 Points";
	margin-left: -17px;
	margin-top: 7px;
	display: block;
	color: #fff;
	background-color: rgba(33,169,225, 1); 
	border-radius: 10px;
	padding: 5px;
	font-weight: bold;
	width: 65px;
	height: 36px;
	font-size: 87%;
}

/* 
DOCUMENTELE
*/

#ja-content-main .main_see_doc{
	float: left;
	position: relative;
	margin-top: 10px;
	margin-left: 30px;
}


#ja-content-main .main_see_doc input {
	cursor:pointer;
	width: 35px;
	height: 35px;
	border: none;
	font-size: 18px;
	color: #FFF;
	background-image: url(../../../images/download_normal.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	text-align: center;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset, 0 2px 11px #000;
	transition: all 0.2s ease 0s;
	border-radius: 20px;
}

#ja-content-main .main_see_doc input:hover, active {
	background : url(../../../images/download_mouseover.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.2s ease 0s;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset, 0 2px 4px #000;	
	border-radius: 20px;
	width: 45px;
	height: 45px;
	margin-top: -5px;
	margin-left: -5px;	
}

#ja-content-main .main_see_doc:after {
	content: "Download";
	margin-left: -17px;
	margin-top: 7px;
	display: block;
	color: #fff;
	background-color: rgba(33,169,225, 1); 
	border-radius: 10px;
	padding: 5px;
	font-weight: bold;
}

/* 
WWW
*/

#ja-content-main .main_see_www{
	float: left;
	position: relative;
	margin-top: 10px;
	margin-left: 30px;
}


#ja-content-main .main_see_www input {
	cursor:pointer;
	width: 35px;
	height: 35px;
	border: none;
	font-size: 18px;
	color: #FFF;
	background-image: url(../../../images/web_link_normal.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	text-align: center;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset, 0 2px 11px #000;
	transition: all 0.2s ease 0s;
	border-radius: 20px;
}

#ja-content-main .main_see_www input:hover, active {
	background : url(../../../images/web_link_mouseover.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.2s ease 0s;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset, 0 2px 4px #000;	
	border-radius: 20px;
	width: 45px;
	height: 45px;
	margin-top: -5px;
	margin-left: -5px;
}

#ja-content-main .main_see_www:after {
	content: "Web Site";
	margin-left: -14px;
	margin-top: 7px;
	display: block;
	color: #fff;
	background-color: rgba(33,169,225, 1); 
	border-radius: 10px;
	padding: 5px;
	font-weight: bold;
}


/* 
DOWNLOAD BROSURA BUILDING GREENER SCHOOLS
*/

#ja-content-main .BGS_download_doc{
	float: left;
	position: relative;
	margin-top: 10px;
	margin-left: 30px;
}


#ja-content-main .BGS_download_doc input {
	cursor:pointer;
	width: 35px;
	height: 35px;
	border: none;
	font-size: 18px;
	color: #FFF;
	background-image: url(../../../images/download_brosura_normal.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset, 0 2px 11px #000;
	transition: all 0.2s ease 0s;
	border-radius: 20px;
	
}

#ja-content-main .BGS_download_doc input:hover, active {
	background : url(../../../images/download_brosura_mouse_over.png);
	background-repeat: no-repeat;
	background-position: center;	
	transition: all 0.2s ease 0s;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset, 0 2px 4px #000;	
	border-radius: 20px;
	width: 45px;
	height: 45px;
	margin-top: -5px;
	margin-left: -5px;
}

#ja-content-main .BGS_download_doc:after {
	content: "Download";
	margin-left: -17px;
	margin-top: 7px;
	display: block;
	color: #008e45;
	background-color: rgba(166,206,56, 1); 
	border-radius: 10px;
	padding: 5px;
	font-weight: bold;
}

/* 
contact BROSURA BUILDING GREENER SCHOOLS
*/

#ja-content-main .BGS_contact{
	float: left;
	position: relative;
	margin-top: 10px;
	margin-left: 30px;
}


#ja-content-main .BGS_contact input {
	cursor:pointer;
	width: 35px;
	height: 35px;
	border: none;
	font-size: 18px;
	color: #FFF;
	background-image: url(../../../images/contact_normal.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset, 0 2px 11px #000;
	transition: all 0.2s ease 0s;
	border-radius: 20px;
}

#ja-content-main .BGS_contact input:hover, active {
	background : url(../../../images/contact_mouse_over.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.2s ease 0s;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset, 0 2px 4px #000;	
	border-radius: 20px;
	width: 45px;
	height: 45px;
	margin-top: -5px;
	margin-left: -5px;
}

#ja-content-main .BGS_contact:after {
	content: "Contact";
	margin-left: -10px;
	margin-top: 7px;
	display: block;
	color: #008e45;
	background-color: rgba(166,206,56, 1); 
	border-radius: 10px;
	padding: 5px;
	font-weight: bold;
}


/************************************************************************************************

CHENAR TABEL MEMBER BENEFITS
*/


#rounded-corner th
{
	text-align: center;
	border: 0px solid #008e45;
	font-size: 14px;
	font-weight: lighter;
	padding: 0;
	
}

#rounded-corner td p{
 font-size: 10px;	
 margin: 0;

}
#rounded-corner td
{
	width: 123px;
	
/*		padding: 8px;
	background: #e8edff; 
	border-top: 1px solid #fff;
	color: #669;*/
}

#rounded-corner tbody tr:hover td
{
	/*background: #A6CE38; */
}
#rounded-corner .member_benfit_odd{
	font-size: 10px;
	font-weight: lighter;
	color: #008E45;
	text-align: right;
}

#rounded-corner .member_benfit_even{
	font-size: 10px;
	font-weight: lighter;
	color: #6D6E71;
	text-align: right;
}

#rounded-corner .member_benfit_contribution{
	font-size: 14px;
	font-weight: lighter;
	color: #008E45;
	text-align: right;
}

#rounded-corner .member_benfit_chenar{
	border: 1px solid #008e45;
}

#rounded-corner .member_benfit_chenar_bifa{
	border: 1px solid #008e45;
	background-image: url(../../../images/Membership/check_mark.png);
	height: 16px;
	background-repeat: no-repeat;
	background-position: center center;
}
#rounded-corner .member_benfit_chenar_linie{
	border: 1px solid #008e45;
	background-image: url(../../../images/Membership/linie.png);
	height: 16px;
	background-repeat: no-repeat;
	background-position: center center;
}

#rounded-corner p{
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}

/************************************************************************************************
TABEL GENERAL MEMBER - TYPES in Member Benefits
*/

#GeneralMembersType p{
    text-align: left;
	
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;	
}

#GeneralMembersType td{
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008e45;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #008e45;
}


/************************************************************************************************
TABEL Associate Membership in Member Benefits
*/

#AssociateMembershipTable p{
    text-align: left;
	
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;	
}

#AssociateMembershipTable td{
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008e45;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #008e45;
}

/************************************************************************************************
*/


.meniu_transilvania_branch {
	float: left;
	font-size: 18px;
	padding-left: 320px;	
}

.fara_padding td {
	padding: 0;
}

/*
Tabele Certification & Training Program EN
***********************************************************************************************
*/

#Certification_Training_Verde_Inchis
{
	width: 640px;
	height: 442px;
	text-align: left;
	border-collapse: collapse;
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/tabel1.png);
	background-repeat: no-repeat;
}

#Certification_Training_Verde_Inchis td
{
	padding: 0;
}

#Certification_Training_Verde_Inchis .cap_tabel{
	width: 45px;
	height: 30px;
}

#Certification_Training_Verde_Inchis .coloana1 {
	width: 0;
}
#Certification_Training_Verde_Inchis .coloana1 span {
	font-size: 16px;
	font-weight: lighter;
	color: #6D6E71;
	
}
#Certification_Training_Verde_Inchis .coloana1 p {
	font-size: 16px;
	font-weight: bold;
	color: #A6CE38;
}
#Certification_Training_Verde_Inchis .coloana2 {
	width: 450px;
}
#Certification_Training_Verde_Inchis .coloana2 p {
	font-size: 14px;
	font-weight: lighter;
	color: #008E45;
}
#Certification_Training_Verde_Inchis .coloana3 span {
	font-size: 16px;
	font-weight: lighter;
	color: #6D6E71;
	
}
#Certification_Training_Verde_Inchis .coloana3 p {
	font-size: 16px;
	font-weight: bold;
	color: #A6CE38;
	text-align: center;	
}
/************************************************************************************************
*/

#Certification_Training_Verde_Deschis
{
	width: 640px;
	height: 392px;
	text-align: left;
	border-collapse: collapse;
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/tabel2.png);
	background-repeat: no-repeat;
}

#Certification_Training_Verde_Deschis td
{
	padding: 0;
}

#Certification_Training_Verde_Deschis .cap_tabel{
	width: 45px;
	height: 30px;
}

#Certification_Training_Verde_Deschis .coloana1 {
	width: 0px;
}
#Certification_Training_Verde_Deschis .coloana1 span {
	font-size: 16px;
	font-weight: lighter;
	color: #6D6E71;
	
}
#Certification_Training_Verde_Deschis .coloana1 p {
	font-size: 16px;
	font-weight: bold;
	color: #008E45; 
}
#Certification_Training_Verde_Deschis .coloana2 {
	width: 450px;
}
#Certification_Training_Verde_Deschis .coloana2 p {
	font-size: 14px;
	font-weight: lighter;
	color: #A6CE38;
}
#Certification_Training_Verde_Deschis .coloana3 span {
	font-size: 16px;
	font-weight: lighter;
	color: #6D6E71;
	
}
#Certification_Training_Verde_Deschis .coloana3 p {
	font-size: 16px;
	font-weight: bold;
	color: #008E45;
	text-align: center;	
}


/*
Tabele Certification & Training Program RO
***********************************************************************************************
*/

#RO_Certification_Training_Verde_Inchis
{
	width: 640px;
	height: 442px;
	text-align: left;
	border-collapse: collapse;
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/tabel1_RO.png);
	background-repeat: no-repeat;
}

#RO_Certification_Training_Verde_Inchis td
{
	padding: 0;
}

#RO_Certification_Training_Verde_Inchis .cap_tabel{
	width: 45px;
	height: 30px;
}

#RO_Certification_Training_Verde_Inchis .coloana1 {
	width: 0px;
}
#RO_Certification_Training_Verde_Inchis .coloana1 span {
	font-size: 16px;
	font-weight: lighter;
	color: #6D6E71;
	
}
#RO_Certification_Training_Verde_Inchis .coloana1 p {
	font-size: 16px;
	font-weight: bold;
	color: #A6CE38;
}
#RO_Certification_Training_Verde_Inchis .coloana2 {
	width: 450px;
}
#RO_Certification_Training_Verde_Inchis .coloana2 p {
	font-size: 14px;
	font-weight: lighter;
	color: #008E45;
}
#RO_Certification_Training_Verde_Inchis .coloana3 span {
	font-size: 16px;
	font-weight: lighter;
	color: #6D6E71;
	
}
#RO_Certification_Training_Verde_Inchis .coloana3 p {
	font-size: 16px;
	font-weight: bold;
	color: #A6CE38;
	text-align: center;	
}
/************************************************************************************************
*/

#RO_Certification_Training_Verde_Deschis
{
	width: 640px;
	height: 392px;
	text-align: left;
	border-collapse: collapse;
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/tabel2_RO.png);
	background-repeat: no-repeat;
}

#RO_Certification_Training_Verde_Deschis td
{
	padding: 0;
}

#RO_Certification_Training_Verde_Deschis .cap_tabel{
	width: 45px;
	height: 30px;
}

#RO_Certification_Training_Verde_Deschis .coloana1 {
	width: 0;
}
#RO_Certification_Training_Verde_Deschis .coloana1 span {
	font-size: 16px;
	font-weight: lighter;
	color: #6D6E71;
	
}
#RO_Certification_Training_Verde_Deschis .coloana1 p {
	font-size: 16px;
	font-weight: bold;
	color: #008E45; 
}
#RO_Certification_Training_Verde_Deschis .coloana2 {
	width: 450px;
}
#RO_Certification_Training_Verde_Deschis .coloana2 p {
	font-size: 14px;
	font-weight: lighter;
	color: #A6CE38;
}
#RO_Certification_Training_Verde_Deschis .coloana3 span {
	font-size: 16px;
	font-weight: lighter;
	color: #6D6E71;
	
}
#RO_Certification_Training_Verde_Deschis .coloana3 p {
	font-size: 16px;
	font-weight: bold;
	color: #008E45;
	text-align: center;	
}


/************************************************************************************************
*/

#Certification_Training_Register_Now
{
	width: 613px;
	height: 240px;
	text-align: left;
	border-collapse: collapse;
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/tabel.png);
	background-repeat: no-repeat;
}

#Certification_Training_Register_Now td
{
	padding: 0;
}

#Certification_Training_Register_Now .cap_tabel{
	height: 30px;
	width: 15px;
}

#Certification_Training_Register_Now .coloana1 {
	width: 210px;
}
#Certification_Training_Register_Now .coloana1 p {
	font-size: 14px;
	font-weight: lighter;
	color: #008E45;
}

#Certification_Training_Register_Now .coloana2 {
	width: 90px;
}

#Certification_Training_Register_Now .coloana2 p {
	font-size: 16px;
	font-weight: bold;
	color: #A6CE38; 
	text-align: center;	
}

#Certification_Training_Register_Now .coloana2 span {
	font-size: 16px;
	font-weight: lighter;
	color: #6D6E71;
	text-align: center;	
	
}


/************************************************************************************************
*/

#RO_Certification_Training_Register_Now
{
	width: 613px;
	height: 240px;
	text-align: left;
	border-collapse: collapse;
	background-image: url(../../../images/Educatie/CerificationTrainingProgram/tabel_RO.png);
	background-repeat: no-repeat;
}

#RO_Certification_Training_Register_Now td
{
	padding: 0;
}

#RO_Certification_Training_Register_Now .cap_tabel{
	height: 30px;
	width: 15px;
}

#RO_Certification_Training_Register_Now .coloana1 {
	width: 210px;
}
#RO_Certification_Training_Register_Now .coloana1 p {
	font-size: 14px;
	font-weight: lighter;
	color: #008E45;
}

#RO_Certification_Training_Register_Now .coloana2 {
	width: 90px;
}

#RO_Certification_Training_Register_Now .coloana2 p {
	font-size: 16px;
	font-weight: bold;
	color: #A6CE38; 
	text-align: center;	
}

#RO_Certification_Training_Register_Now .coloana2 span {
	font-size: 16px;
	font-weight: lighter;
	color: #6D6E71;
	text-align: center;	
	
}



/*
Tabele preturi inscriere Green Awards

EN
*/


#Preturi_Tabel_Green_Awards_inainte_de_5
{
	width: 613px;
	height: 193px;
	text-align: left;
	border-collapse: collapse;
	background-image: url(../../../images/Proiecte/GreenAwards/reg_before_June_5th.png);
	background-repeat: no-repeat;
}

#Preturi_Tabel_Green_Awards_inainte_de_5 td
{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
}

#Preturi_Tabel_Green_Awards_inainte_de_5 .cap_tabel{
	height: 30px;
	width: 15px;
}

#Preturi_Tabel_Green_Awards_inainte_de_5 .coloana1 {
	/*width: 210px; */
}
#Preturi_Tabel_Green_Awards_inainte_de_5 .coloana1 p {
	font-size: 14px;
	font-weight: lighter;
	color: #008E45;
}

#Preturi_Tabel_Green_Awards_inainte_de_5 .coloana2 {
	width: 90px;
}

#Preturi_Tabel_Green_Awards_inainte_de_5 .coloana2 p {
	font-size: 16px;
	font-weight: bold;
	color: #A6CE38; 
	text-align: center;	
}

#Preturi_Tabel_Green_Awards_inainte_de_5 .coloana2 span {
	font-size: 16px;
	font-weight: lighter;
	color: #6D6E71;
	text-align: center;	
	
}


/************************************************************************************************

RO
*/

#RO_Preturi_Tabel_Green_Awards_inainte_de_5
{
	width: 613px;
	height: 193px;
	text-align: left;
	border-collapse: collapse;
	background-image: url(../../../images/Proiecte/GreenAwards/inscriere_inainte_de5_iunie.png);
	background-repeat: no-repeat;
}

#RO_Preturi_Tabel_Green_Awards_inainte_de_5 td
{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
}

#RO_Preturi_Tabel_Green_Awards_inainte_de_5 .cap_tabel{
	height: 30px;
	width: 15px;
}

#RO_Preturi_Tabel_Green_Awards_inainte_de_5 .coloana1 {
	/* width: 210px; */
}
#RO_Preturi_Tabel_Green_Awards_inainte_de_5 .coloana1 p {
	font-size: 14px;
	font-weight: lighter;
	color: #008E45;
}

#RO_Preturi_Tabel_Green_Awards_inainte_de_5 .coloana2 {
	width: 90px;
}

#RO_Preturi_Tabel_Green_Awards_inainte_de_5 .coloana2 p {
	font-size: 16px;
	font-weight: bold;
	color: #A6CE38; 
	text-align: center;	
}

#RO_Preturi_Tabel_Green_Awards_inainte_de_5 .coloana2 span {
	font-size: 16px;
	font-weight: lighter;
	color: #6D6E71;
	text-align: center;	
	
}




/*
************************************************************************************

EN
*/


#Preturi_Tabel_Green_Awards_dupa_5
{
	width: 613px;
	height: 193px;
	text-align: left;
	border-collapse: collapse;
	background-image: url(../../../images/Proiecte/GreenAwards/reg_after_June_5th.png);
	background-repeat: no-repeat;
}

#Preturi_Tabel_Green_Awards_dupa_5 td
{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
}

#Preturi_Tabel_Green_Awards_dupa_5 .cap_tabel{
	height: 30px;
	width: 15px;
}

#Preturi_Tabel_Green_Awards_dupa_5 .coloana1 {
	/*width: 210px; */
}
#Preturi_Tabel_Green_Awards_dupa_5 .coloana1 p {
	font-size: 14px;
	font-weight: lighter;
	color: #008E45;
}

#Preturi_Tabel_Green_Awards_dupa_5 .coloana2 {
	width: 90px;
}

#Preturi_Tabel_Green_Awards_dupa_5 .coloana2 p {
	font-size: 16px;
	font-weight: bold;
	color: #A6CE38; 
	text-align: center;	
}

#Preturi_Tabel_Green_Awards_dupa_5 .coloana2 span {
	font-size: 16px;
	font-weight: lighter;
	color: #6D6E71;
	text-align: center;	
	
}


/************************************************************************************************

RO
*/

#RO_Preturi_Tabel_Green_Awards_dupa_5
{
	width: 613px;
	height: 193px;
	text-align: left;
	border-collapse: collapse;
	background-image: url(../../../images/Proiecte/GreenAwards/inscriere_dupa_5_iunie.png);
	background-repeat: no-repeat;
}

#RO_Preturi_Tabel_Green_Awards_dupa_5 td
{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
}

#RO_Preturi_Tabel_Green_Awards_dupa_5 .cap_tabel{
	height: 30px;
	width: 15px;
}

#RO_Preturi_Tabel_Green_Awards_dupa_5 .coloana1 {
	/* width: 210px; */
}
#RO_Preturi_Tabel_Green_Awards_dupa_5 .coloana1 p {
	font-size: 14px;
	font-weight: lighter;
	color: #008E45;
}

#RO_Preturi_Tabel_Green_Awards_dupa_5 .coloana2 {
	width: 90px;
}

#RO_Preturi_Tabel_Green_Awards_dupa_5 .coloana2 p {
	font-size: 16px;
	font-weight: bold;
	color: #A6CE38; 
	text-align: center;	
}

#RO_Preturi_Tabel_Green_Awards_dupa_5 .coloana2 span {
	font-size: 16px;
	font-weight: lighter;
	color: #6D6E71;
	text-align: center;	
	
}







/************************************************************************************************
*/


#About_Us_Text
{
	text-align: left;
	border-collapse: collapse;
}

#About_Us_Text td
{
	padding: 0;
}


#About_Us_Text .coloana1 {
	vertical-align: top;	
}

#About_Us_Text .coloana2 {
	vertical-align: top;
}

#About_Us_Text .coloana2 p {
	font-size: 12px;
	font-weight: lighter;
	color: #6D6E71;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/************************************************************************************************
*/



#Green_Award_Text
{
	text-align: left;
	border-collapse: collapse;
}

#Green_Award_Text td
{
	padding: 0;
}


#Green_Award_Text .coloana1 {
	vertical-align: top;	
}

#Green_Award_Text .coloana2_locul1 {
	vertical-align: top;
}

#Green_Award_Text .coloana2_locul1 p {
	font-size: 14px;
	font-weight: bold;
	color: #008e45;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#Green_Award_Text .coloana2_restul {
	vertical-align: top;
}

#Green_Award_Text .coloana2_restul p {
	font-size: 14px;
	font-weight: bold;
	color: #A6CE38;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/************************************************************************************************
*/
/************************************************************************************************
*/



#Green_Award_Lista_Text
{
	text-align: left;
	border-collapse: collapse;
}

#Green_Award_Lista_Text td
{
	padding: 0;
}


#Green_Award_Lista_Text .coloana1 {
	vertical-align: top;	
}

#Green_Award_Lista_Text .coloana1 p {
	font-size: 16px;
	font-weight: bold;
	color: #A6CE38;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#Green_Award_Lista_Text .coloana2 {
	vertical-align: top;
}

#Green_Award_Lista_Text .coloana2 p {
	font-size: 12px;
	font-weight: lighter;
	color: #A6CE38;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}



/************************************************************************************************
*/



#Donate
{
	text-align: left;
	border-collapse: collapse;
}

#Donate td
{
	padding: 0;
}


#Donate .coloana1 {
	vertical-align: top;	
}

#Donate .coloana2 {
	vertical-align: top;
}

#Donate .coloana2 p {
	font-size: 12px;
	font-weight: lighter;
	color: #008E45;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/************************************************************************************************
*/

.buton_Romanias_Greenest_Building_EN{
	float:right;
	position:relative;
	clear: both;
	margin-right:15px;
	margin-top:15px
}

div.buton_Romanias_Greenest_Building_EN input{
background:url(../../../images/filtrare_normal_EN.png) no-repeat;
cursor:pointer;
width: 75px;
height: 20px;
border: none;
}

div.buton_Romanias_Greenest_Building_EN input:hover{
	cursor:pointer;
	width: 75px;
	height: 20px;
	border: none;
	background-image: url(../../../images/filtrare_mouseover_EN.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent
}

.buton_Romanias_Greenest_Building_RO{
	float:right;
	position:relative;
	clear: both;
	margin-right:15px;
	margin-top:15px
}

div.buton_Romanias_Greenest_Building_RO input{
background:url(../../../images/filtrare_normal_RO.png) no-repeat;
cursor:pointer;
width: 75px;
height: 20px;
border: none;
}

div.buton_Romanias_Greenest_Building_RO input:hover{
	cursor:pointer;
	width: 75px;
	height: 20px;
	border: none;
	background-image: url(../../../images/filtrare_mouseover_RO.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent
}




#TabelFiltreRomaniasGreenestBuildings{
	float:right;
	position:relative;
	margin-right:15px;
	margin-top:15px
}

#TabelFiltreRomaniasGreenestBuildings td{
	padding:0;
}

#TabelFiltreRomaniasGreenestBuildings p{
	margin:0;
	font-size:12px;
	color: #FFF;
}


.board_aliniere_poza {
	float: left;
	position: relative;
	margin-right: 15px;
}

.board_aliniere_text {
	float: left;
	width: 70%;
	height: 300px;	
	line-height: 1;
	position: relative;
}

.board_titlu {
	color: #008E45;
	/*font-size: 48px;*/
	font-size: 27px;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	padding-bottom: 25px;
}

.board_nume {
	color: #FFF;
	font-size: 32px;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	background-image: url("../../../images/fundal_nume.png");
	background-repeat: no-repeat;
	background-position: left top;
	width: 300px;
	height: 40px;
	/*width: 484px;*/
	/*height: 66px;*/
	padding-bottom: 25px;
}

.board_alte_biznisuri{
	color: #404041;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

.board_continut{
	color: #404041;
	font-size: 14px;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
}

.h3_verde_mare{
	color: #a6ce39 !important;
	font-size: 28px !important;
	font-weight: normal;
}

.stilizare_link_prima_pagina{
}

#chunky-buttons a {
    float: left;
    display: inline-block;
    position: relative;
    margin: 0;
    margin-top: 8px;
    margin-left: 6px;
	
}

.chunky {
    position: relative;
   /*  width: 400px;
   height: 298px;
    background: #f5f5f5;
    margin: 0 auto;
    padding-top: 2px;
    padding-left: 2px;
    border: 10px solid #fff;
    border-radius: 2px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.17512156);*/
}

/* ===[ Begin Chunky Button ]=== */

.chunky a {
    /* Normal State */
    padding: 4px 15px 7px 15px;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.50);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.50);
    border-top: 1px solid rgba(0,0,0,0.001);
    box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.10);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.10);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.10);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.10);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.10);
    cursor: pointer;
	transition: all 0s ease 0s;
}

.chunky a:hover {
    /* Hover State */
    box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.25);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.25);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.25);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.25);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.25);
    -webkit-animation: glow 1s infinite ease-in-out;
    cursor: pointer;
	color: #fff;
}

.chunky a:active {
    /* Active State (clicked on) */
    padding: 6px 15px 5px 15px;
    border-top: 1px solid rgba(0,0,0,0.55);
    box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 1px 4px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 1px 4px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 1px 4px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 1px 4px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 2px 1px rgba(255,255,255,0.50), inset 0px 1px 4px rgba(0,0,0,0.35), inset 0px -14px 14px rgba(255,255,255,0.10);
    -webkit-animation: none;
    cursor: pointer !important;
	color: #fff;
}

/* ===[ End Chunky Button ]=== */

/* ===[ Start Chunky Button Background Color ]=== */
.chunky1 a { background: #a6ce39 }

/* ===[ End Chunky Button Background Color ]=== */

/* ===[ Start Glow Animation ]=== */

@-webkit-keyframes glow { 
    0% {
        box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.35);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.35);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.35);
        -o-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.35);
        -ms-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.35);
    }

    100% {
        box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.18);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.18);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.18);
        -o-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.18);
        -ms-box-shadow: 0 0 10px rgba(0,0,0,0.35), 0px 1px 3px rgba(0,0,0,0.18), inset 0px -3px 0px rgba(0,0,0,0.35), inset 0px 14px 14px rgba(255,255,255,0.18);
    }
}

/* ===[ End Glow Animation ]=== */


.pozitie-membrii-sectiunea-membrii {
	float: left;
	position: relative;
	margin: 10px;
	border: thin solid rgba(153,153,153,1);
	width: 195px;
	height: 170px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset, 0 2px 11px #000;
	border-radius:10px;	
	transition: all 0.6s ease 0s;
}

.pozitie-membrii-sectiunea-membrii p.title{
	text-align: center;
	padding-top: 5px;
	
}

.pozitie-membrii-sectiunea-membrii:hover{
	transition: all 0.6s ease 0s;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset, 0 2px 4px #000;
}

.butoane_evenimente_header {
	float: left;
	position: relative;
	border: thin solid rgba(153,153,153,1);
	width: 40px;
	height: 40px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset, 0 2px 11px #000;
	transition: all 0.6s ease 0s;
	margin-top: 180px;
	margin-left: 270px;
}

.butoane_evenimente_header:hover{
	transition: all 0.6s ease 0s;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset, 0 2px 4px #000;
}

.butoane_evenimente_header1 {
	float: left;
	position: relative;
	border: thin solid rgba(153,153,153,1);
	width: 40px;
	height: 40px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset, 0 2px 11px #000;
	transition: all 0.6s ease 0s;
	margin-top: 180px;
	margin-left: 40px;
}

.butoane_evenimente_header1:hover{
	transition: all 0.6s ease 0s;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset, 0 2px 4px #000;
}



/*.butoane_evenimente_continut{

	 Set a counter named cnt to 0 
	counter-reset: contor;*/

/*	position:relative;
	text-align:center;
	padding:20px 0;
	width:420px;
	height: 160px;
	margin: 0 auto;
}

/* You can style pseudo elements and give them content,
   as if they were real elements on the page */

/*.butoane_evenimente_continut::before{
	/*display: block;
	content:'Hover over these items:';
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:15px;
}

.butoane_evenimente_continut a{
	/*display:inline-block;
	padding:2px 6px;
	background-color:#78CCD2;
	color:#186C72;
	border-radius:4px;
	margin:3px;
	cursor:default;*/ 
/*	color: rgba(0, 0, 0, 0);
	font-size: 0px;


/* Create a counter with a pseudo element */

/*.butoane_evenimente_continut a::after{

	/* Every time this rule is executed, the 
	   counter value is increased by 1 */
/*	counter-increment: contor;

	/* Add the counter value as part of the content */
/*	content: counter(contor);

	/*display:inline-block;
	padding:4px;
}

/* Pseudo elements can even access attributes of their parent element */

/*.butoane_evenimente_continut a::before{
	position: absolute;
	bottom:0;

	width:200px;
	content:attr(data-title);
	color:#000000;
	top: 60px;
	font-size: 21px;
	
	

	opacity:0;


	-webkit-transition:opacity 0.4s;
	transition:opacity 0.4s;
}*/

.butoane_evenimente_continut a:hover::before{
	opacity:1;
}

.butoane_evenimente_header p , .butoane_evenimente_header1 p{
	margin-top: 5px;
	margin-left: -15px;
	width: 70px;
	text-align: center;
}
div.nn_sliders_slider a:hover {
	color: #A6CE38;
	/*background-color: #80BCFF;  50% white */
	background-image: url(../../../images/sliders/menu_bar_mouseover.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 7px;
	border-radius: 0;
	background-color: transparent;
	height: 32px;
}

/* Slides: Active state */
div.nn_sliders_slider.active a,
div.nn_sliders_slider.active a:hover {
	font-weight: lighter;
	color: #008E45;
	/*background-color: #0078FF;*/
	background-image: url(../../../images/sliders/menu_bar_mouseover.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 7px;
    border-radius: 0;
	background-color: transparent;
	height: 32px;
}

div.nn_sliders_slider a,
div.nn_sliders_slider a:hover {
	display: block;
	width: auto;
	_width: 0%; /* IE hack */
	height: 32px;
	font-size: 18px;
	line-height: 1em !important;
	font-weight: bold;
	/*border: solid 1px #B4B4B4;
	background: transparent url(../images/gradient.png) repeat-x 0 -100px; */
	text-decoration: none !important;
	/* for fixed height titles */
	/*padding: 5px 10px 0 10px;
	height: 20px;
	_height: 25px;
	white-space: nowrap;*/
	font-weight: lighter;
	color: #008E45;
	background-image: url(../../../images/sliders/menu_bar_normal.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-radius: 0;
}

.style-presa img {
	padding-left: 20px;
	float: left;
	
}

.style-presa p {
	padding-left: 10px;
	display: table-cell; 
	vertical-align: middle;
	height: 32px;
	
}