#horizontalnavlist li a
.outercontainer{
	width: 1200px;
	margin: 0 auto;
	padding: 10px 25px;
	border: 1px solid #ccc;
	background: #fff;
}

@media all and (min-width: 1240px){
    body {
        /*font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
        font-size: 13px;*/
        font-family: arial,sans-serif;
        letter-spacing: .01em;
        word-spacing: .02em;
        font-size: 15px;
    }

    h1 {
        /*font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
        font-size: 23px;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        line-height: 26.4px;
    }

    h2 {
        /*font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
        font-size: 18px;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        line-height: 26.4px;
    }

    h3 {
        /*font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
        font-size: 16px;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        line-height: 26.4px;
    }
}

@media all and (max-width: 1239px){
    body {
        font-family: arial,sans-serif;
        letter-spacing: .01em;
        word-spacing: .02em;
        font-size: 1vw;
    }

    h1 {
        /*font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
        font-size: 1.3vw;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        line-height: 26.4px;
    }

    h2 {
        /*font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
        font-size: 1.2vw;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        line-height: 26.4px;
    }

    h3 {
        /*font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
        font-size: 1.1vw;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        line-height: 26.4px;
    }
}




h2, h3, h4 {
	border-bottom: 1px dashed #DDD;
	padding-bottom: 2px;
}

a {
	color: #365D86;
}

#logoTMF {
	background-image: url(../pix/logos/tmfrespect/ECSF_Respect_Logo.png);
	width: 204px;
	height: 114px;
	background-size: 89% auto;
}

#header_top {
	background-color: #028889;
	color: #fff;
	height: 27px;
	word-spacing: 0;
}

#language span {
	color: #d3e2ea;
	padding-left: 10px;
}

#language a {
	color: #d3e2ea;
	padding-right: 5px;
}

#headerImage {
	/*background-image: linear-gradient(90deg, #ffffff 0%, #0288897d) !importa#nt;
	background-image:
			-webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(2, 136, 137, 0.16)),
			url(../pix/logos/respect/fog.jpg) !important;*/
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 10%, rgba(2, 136, 137, 0.16)), url(../pix/logos/tmfrespect/P1120724_cut.jpg)  !important;
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	padding: 32px 0 0 5px;
	height: 118px;
}

.headerlogo {
    padding-top:25px;
}

.headerlogo div a {
    padding-right:12px;
    margin-top:38px;
}

#header h1 {
	padding: 13px 0 5px 33px;
    line-height: 34px;
}

@media all and (min-width: 1240px){
    #header h1 a {
        color: #474747;
        font-size: 27px;
        padding-top: 13px;
    }
}

@media all and (max-width: 1239px) and (min-width: 200px) {
    #header h1 a {
        color: #474747;
        font-size: 1.6vw;
    }
}

@media all and (min-width: 1240px) {
    #nav a {
        font-size: 1em;
    }
}

@media all and (max-width: 1239px) and (min-width: 200px) {
    #nav a {
        font-size: 1.1vw;
    }
}


/* htmlview */
.entry ul, .entry ol {
    padding-left: 5px;
}


#header h1 a:hover {
	color: #a36862;
}

#colmask {
	background: #fff !important;
}

#colright {
	background: #fff !important;
	margin-left: -200px;
}

#col1 {
	position: relative;
	padding-top: 40px;
}

#col1 a {
    color: rgb(60, 111, 157);
}

#col2 {
	left: 15px;
	padding-top: 0;
}

#col3 {
	visibility: hidden;
}

#col1pad {
	margin: 0 !important;
}

#content {
	padding: 0 15px 0 215px;
	min-height: 500px;
}

#contextLinks {
	padding: 0 15px 0 215px;
}

#navigation {
	border: 0;
	background: #00898a;/*#a36862;*/
	color: #fff !important;
	position: absolute;
	top: 0px;
	left: 198px;
	padding: 0 15px 0 0;
	margin: 0;
	width: 100%;
}

#navigation a {
	color: #fff !important;
}

#navigation a:hover, #nav a:hover, #nav li ul, #nav li ul a:hover, #nav li:hover, #nav li.sfhover {
	background-color: #0E3259 !important;
}

#nav {
	padding-left: 0;
}

#nav a {
	margin: 0 5px;
}

#nav li {
	margin-left: 7px;
}

#nav li ul a {
	border-left: 1em solid #0e506c;
	margin: 0;
	color: #555;
	background-color: #616161;
}

#nav li ul a:hover {
	border-left: 1em solid #0E3259;
}

.nav1 a:hover {
	background-color: #616161 !important;
}

.columnModule a {
	font-size: 11px;
}

#news_latest_list{
	background-color: #f8f8f8;
	margin-left: 20px;
	border: 1px solid #ffffff;
	padding: 5px 20px 5px 5px;
	width: 20%;
}

.newsitem_latest {
	list-style-type: none;
	position: relative;
	display: inline-block;
	padding: 5px 20px 5px 0;
	border-bottom: 1px dashed #ccc;
	width: 100%;
}

.newsitem_latest_date {
	float: left;
	background: #6fd287;
	padding: 3px 5px 3px 5px;
	margin-right: 5px;
	border-right: 5px solid #6ed287;
	border-left: 5px solid #6ed287;
}

.newsitem_latest a {
	float: left;
	color: #555 !important;
	padding-right: 10px;
	width: 100%;
}

.newsitem_latest a:hover {
	background: #DEEEFF;
	text-decoration: none;
	color: #333 !important;
}

.newsitem_date_day {
	font-size: 20px;
	display: block;
	color: black;
}

.newsitem_date_month {
	font-size: 13px;
	display: block;
	color: black;
}

.newsitem_date_year {
	font-size: 11px;
	display: block;
	color: black;
}

#homePic {
	position: relative;
	overflow: auto;
    float: right;
}

.jcarousel {
	position: relative;
	overflow: hidden;
}

.jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jcarousel li {
	float: left;
}

#homePic {
	position: relative;
}

#homePic .image-caption {
	bottom: 40px;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	opacity: 0.76;
	position: absolute;
	right: 15px;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
	max-width: 500px;
}

.jcarousel-control-next {
	right: 30px;
}

.jcarousel-control-prev {
	left: 30px;
}

.jcarousel-control-prev:hover, .jcarousel-control-next:hover {
	opacity: 1;
	text-decoration: none !important;
	color: #4e443c !important;
	background: #fff;
}

.jcarousel-control-prev, .jcarousel-control-next {
	opacity: .3;
	outline: 0;
	background: #4e443c none repeat scroll 0 0;
	border-radius: 30px;
	box-shadow: 0 0 4px #f0efe7;
	color: #fff !important;
	font: 24px/27px Arial, sans-serif;
	height: 30px;
	margin-top: -15px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 1px #000;
	top: 50%;
	width: 30px;
}

.jcarousel-pagination {
	text-align: center;
}

.jcarousel-pagination a.active {
	background: #4e443c none repeat scroll 0 0;
	box-shadow: 0 0 2px #f0efe7;
	color: #fff;
	opacity: 1;
}

.jcarousel-pagination a {
	background: #fff none repeat scroll 0 0;
	border-radius: 10px;
	box-shadow: 0 0 2px #4e443c;
	color: #4e443c;
	display: inline-block;
	font-size: 11px;
	height: 10px;
	line-height: 10px;
	margin-right: 7px;
	text-decoration: none;
	text-indent: -9999px;
	width: 10px;
	outline: 0;
}

/* edit account */
#account_userPic {
	position: relative;
	max-width: 300px;
	max-height: 300px;
	border: 1px solid #ccc;
	margin: 10px 10px 10px 0px;
	text-align: center;
}


/*staff item classic tmf style*/
.stafflist_tmf li {
	padding-bottom: 15px;
}

.staffitem_tmf {
	list-style-type: none;
	position: relative;
	margin-bottom: 5px;
	background: #eee;
}

.editbox {
	float: right;
	padding-left: 10px;
}


.stafftitle_tmf {
	background: #ccc;
	padding: 3px;
	font-weight: bold;
}

.staffpic_tmf {
	float: right;
	padding: 5px;
}

.staffpic_tmf img {
	background: #FFF;
	box-shadow: 1px 1px 2px #333;
	padding: 4px;
	max-height: 130px;
	max-width: 150px;
}

.staffdetails_tmf {
	font-size: 11px;
	line-height: 17px;
	padding: 5px;
}

.staffDivider_tmf {
	border-top: 1px solid #ccc;
	padding: 10px 0px;
}

/*end staff item classic tmf style*/



/*staffnoboring*/
.staffitem {
	text-align: center;
	float: left;
	padding: 3px 0px;
	margin-right: 10px;
	background-color: #fff;
	height: 225px;
	width: 160px;
}

.stafftitle {
	background: none;
}

.stafftitle a {
	color: #555 !important;
}

.stafftitle small {
	font-style: italic;
	font-weight: normal;
	display: block;
}

.staffpic img {
	background: #FFF;
	box-shadow: 1px 1px 2px #333;
	padding: 4px;
}

.staffpic_staffpage {
	max-height: 150px;
	max-width: 160px;
}

.staffpic_staffpage img {
	max-height: 130px;
	max-width: 140px;
}

.staffpic_staffpage .staffpic {
	display: table-cell;
	vertical-align: middle;
	width: 150px;
	height: 140px;
	float: none;
}

.staffDivider {
	border-top: 1px solid #ccc;
	padding: 10px 0px;
}


/* Twitter News */
@media all and (min-width: 1240px) {
    #twitter_news_box {
        width: 320px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media all and (max-width: 1239px) and (min-width: 200px) {
    #twitter_news_box {
        width: 15vw;
        padding-left: 1px;
        padding-right: 1px;
    }
}

#twitter_news .tweet {
	font-size: 13px;
	padding-bottom: 5px;
	text-align: justify;
}

#twitter_news .timePosted, #twitter_news .interact {
	font-size: 10px;
	border-top: 1px dashed #ccc;
}

#twitter_news .interact a {
	padding: 0px 10px 0 0;
}

#twitter_news ul li {
	list-style-type: none;
	background-position: 0 0;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #fafafa;
	padding: 5px;
	overflow: auto;
}

#twitter_news ul {
	padding: 0;
	margin: 0;
}

/* Keywords */

#keywords_publications, #keywords_datasets {
	cursor: pointer;
}

#keywords_publications:hover, #keywords_datasets:hover {
	text-decoration: underline;
}

.keywords_active {
	font-weight: bold;
}

#horizontalnavlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	color: grey;
}

#horizontalnavlist li a
{
	/*color: grey;*/
}

#horizontalnavlist li a:link
{
	/*color: grey;*/
	
}

#horizontalnavlist li a:hover
{
	color: black;
	
}

#horizontalnavlist li a:visited
{
	/*color: grey;*/
}


.zebraColor1, .even table {
	background-color: #eee;
}

.zebraColor2, .uneven table {
	background-color: #f9f9f9;
}


.centerwrapper{
	text-align: left;
}

.datasetsearchform {
	width:auto;
	margin:10px auto;
	display: inline-block;
}
.datasetsearchfield {
	padding:8px 15px;
	background:rgba(50, 50, 50, 0.2);
	border:0px solid #dbdbdb;
}
#datasetsearchbutton {
	position:relative;
	padding:5px 15px;
	left:-4px;
	border:2px solid #00898a;
	background-color:#00898a;
	color:#fafafa;
}
#datasetsearchbutton:hover  {
	background-color:#fafafa;
	color:#00898a;
}

input[type = submit] {
	font-size: 15px;
	padding: 0px 5px;
}

input[type = text] {
	font-size: 15px;
}


.pagination {
	/*display: inline-block;*/
	margin: 5px;
}

.pagination a {
	float: left;
	padding: 8px 16px;
	text-decoration: none;
}c

.pagination a.active {
	background-color: #207cca;
	color: white !important;
	border-radius: 5px;
}

.pagination a:hover:not(.active) {
	background-color: #ddd;
	border-radius: 5px;
}


.stafflist {
	height: auto;
	overflow: auto;
	background-color: #E1E1E1;
	padding: 0px 5px 5px;
	margin: 3px;
	border: 3px solid white;
	border-top-width: 0px;
	overflow: hidden;
}

.stafflist_newstitle {font-size: 1.2em; font-weight:bold; background-color: #DEE1C6; margin-top: 5px; margin-bottom: 5px;}
.stafflist_newstitle a {text-decoration: none; font-weight:bold; background: transparent;}
.stafflist_newstitle a:hover {text-decoration: underline; color: #444;}