/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../../../css/custom.css);
@import url(../../../fonts/kreon.css);
@import url(../../../fonts/yanonekaffeesatz.css);

.error {
	background:url(../images/error.png) center center no-repeat;
	text-align:center;
	color:#A60800;
}
.icon-external {
	padding: 0px 0 0 16px;
	background: url(../images/icon_external.png) center left no-repeat;

}
.icon-link {
	padding: 0px 0 0 25px;
	background: url(../images/list_link.png) center left no-repeat;
}
.icon-graph {
	padding: 10px 0 0 27px;
	background: url(../images/graph-icon.jpg) bottom left no-repeat;
}

.icon-graph-pie, .icon-graph-column, .icon-graph-table, .icon-graph-trend, .icon-graph-line, .icon-graph-hcolumn {
	padding: 2px 0 0 25px;
	
}
.icon-graph-map {
	padding: 10px 0 0 28px;
	background: url(../images/graph-icons/map-icon.png) bottom left no-repeat;
}
.icon-graph-pie {
	background: url(../images/graph-icons/pie-icon.png) bottom left no-repeat;
}
.icon-graph-column {
	background: url(../images/graph-icons/column-icon.png) bottom left no-repeat;
}
.icon-graph-trend {
	background: url(../images/graph-icons/trend-icon.png) bottom left no-repeat;
}
.icon-graph-table {
	background: url(../images/graph-icons/table-icon3.png) bottom left no-repeat;
}
.icon-graph-hcolumn {
	background: url(../images/graph-icons/hcolumn-icon.png) bottom left no-repeat;
}
.icon-graph-line {
	background: url(../images/graph-icons/line-icon.png) bottom left no-repeat;
}


.icon-print{
	padding: 0px 0 0 21px;
	background: url(../images/printButton.png) bottom left no-repeat;
}
.icon-mail{
	padding: 0px 0 0 21px;
	background: url(../images/emailButton.png) bottom left no-repeat;
}

/* Buttons */
button, input[type='button'], input[type='submit'] {
	padding: 8px 14px;  
}
.flowWrapper {
	width: 100%;
	overflow: hidden;
}

.wk-slideshow .caption {
	background:none;
	text-align:center;
}

.wk-slideshow .caption, .wk-slideshow .caption a {
	color:#5b5b5b;
	font-size:22px;
	line-height:24px;
	font-family: "YanoneKaffeesatzLight"; 
}


/*events*/

.mod_events_latest_table td {
	padding-top:5px;
	padding-bottom:10px;
}
.mod_events_latest_table tr {
	background: url(../../../images/module_line.png) bottom left repeat-x;
}
.mod_events_latest_date {
	width: 18%;
	float: left;
	position: relative;
	font-weight:bold;
	color:#3441B5;
	font-family: "KreonRegular", sans-serif;	
	font-size:16px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border: 1px solid #3441B5;
	-moz-box-shadow: 0px 0px 3px #3441B5;
	-webkit-box-shadow: 0px 0px 3px #3441B5;
	box-shadow: 0px 0px 3px #3441B5;
	margin-right:8px;
	margin-top:5px;
	text-align:center;
	
}
.mod_events_latest_date .larger_font {
	font-size:18px;
}
.mod_events_latest_time, .mod_events_latest_content {
	float: left;
	position: relative;
	width: 75%;
	overflow:visible;
}
.mod_events_latest_time {
	font-size:80%;
}
.mod_events_latest_rsslink a {
	padding: 4px 8px 4px 8px;
	background-image:none;
}
.mod_events_latest_callink {
	margin:10px 0px 10px 0px;
}

input[type="checkbox"] {
	background: url(../images/removeSelector.png) top left no-repeat;
}


.loginform .submission{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #EBEBEB;
	-moz-box-shadow: 0px 0px 5px #e3e3e3;
	-webkit-box-shadow: 0px 0px 5px #e3e3e3;
	box-shadow: 0px 0px 5px #e3e3e3;
	padding: 0px 30px 50px 30px;
	width:80%;
}


.newsletter{
	background: url(../images/mailbox.png) right 40% no-repeat;
	padding-right:23px;
	text-transform:uppercase;
	font-family: "YanoneKaffeesatzLight"!important;
	font-size: 18px;
	color: #F44C07!important;
	
}
.newsletter:hover {
	text-decoration: underline;
}

/*NMI delete .loginmenu if we keep the ajax thing below*/
.loginmenu {
	background: url(../images/key_login.png) right 40% no-repeat;
	padding-right:30px;
	text-transform:uppercase;
	font-family: "YanoneKaffeesatzLight";
	font-size: 18px;
	font-weight:lighter;
}
#mod_improved_ajax_login-145 {
	background:url(../../../images/menu_line_item.png) 0 50% no-repeat;
	padding-left: 10px;
	
}
.rightBtn {	
	display:none;
}
#toolbar #loginBtn .loginBtn,
#toolbar #userBtn .loginBtn,
#toolbar #regBtn .loginBtn {
	text-transform:uppercase;
	font-family: "YanoneKaffeesatzLight";
	font-size: 18px;
	font-weight:lighter;
	text-shadow:none;
	border:none;
	background:none;
	box-shadow:none;
	color:#646464;
	padding-left:0px;
	padding-top:2px;
	padding-right:0px;
	
}
#toolbar #regBtn .loginBtn {
	background:url(../../../images/menu_line_item.png) 0 50% no-repeat, url(/joomla-2.5.3/images/themeimages/Website-Layout1__0001_KEY-LOGIN.png) right 40% no-repeat;
	padding-right:30px;
	padding-left:6px;
}
.loginmenu:hover,
#toolbar .loginBtn:hover,
#toolbar #regBtn .loginBtn:hover,
#toolbar #userBtn .loginBtn:hover   
{
	text-decoration: underline;
	color:#646464!important;
} 

#toolbar #userBtn .loginBtn {
	color:#146299!important;
	text-decoration:none;
	text-transform:none;
	background:url(../images/settings.png) right 50% no-repeat;
	padding-right:20px;

}
#loginWnd .checkBox {
	margin-top:0px;
}
 
/* for latest news */
.nspMain {
	padding-right:20px!important;
}
.nspPagination {
	margin-top:0;
	padding-top:0;
	top:-10px;
}

.nspArt h4.nspHeader{
	padding:0;
	margin:0;
}
.nspArt h4.nspHeader a{
	
}
.nspArt p.nspInfo {
	padding:0px;
	margin:0px;
	color:#2A68D9;
	font-family: "KreonRegular", sans-serif;
	font-weight:bold;
}
.nspArt p.nspText {
	padding:0px;
	margin:0px 0px 5px 0px;
}

.mod-square .nspTopInterface {
	position:absolute;
	top:5px;
	left:80%;
}

.mod-square-blue .nspTopInterface {
	position:absolute;
	top:90%;
	left:5px;
	bottom:0;
	padding-bottom:20px;
}

.nspPagination li { 
	width: 16px; 
	height: 15px; 
	background: url('../images/nav.png') no-repeat 0 0px; 
}
/*
.nspPagination li:hover,
.nspPagination li.active { background-position: 0 15px; }
*/
.nspPagination li:hover { background-position: 0 -30px; }
.nspPagination li.active { background-position: 0 -15px; }

.nspNext,
.nspPrev { 
	float:left; 
	width: 10px; 
	height: 15px; 
	margin:0 0 0 4px; 
	background: url('../images/prevnextarrows.png') no-repeat 0 0; 
	text-indent:-999em; 
	cursor:pointer; 
}

.nspPrev { background-position: 0 -30px }
.nspNext:hover,
.nspPrev:hover { background-position: 0 -15px }
.nspPrev:hover { background-position: 0 -45px }

.readon, .readon a, 
.mod_events_latest_callink a, .mod_events_latest_rsslink a{
	border: 1px solid #D7D7D7;
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 1px 2px rgba(0,0,0,0.1) inset;
	background: -moz-linear-gradient(top, #F2F2F2 0%, #EEEEEE 100%);
	background: -webkit-linear-gradient(top, #F2F2F2 0%, #EEEEEE 100%);
	background: linear-gradient(to bottom, #F2F2F2 0%, #EEEEEE 100%);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #BCBCBC url(../images/arrowblue.png) 5px 40% no-repeat;
	display: inline-block;
	padding: 2px 8px 2px 22px;
	color: #646464!important;
}
.readon:hover,
.mod_events_latest_callink:hover, .mod_events_latest_rsslink:hover {
	
}
.nspArt .readon, .nspArt .readon a {
	margin-bottom:10px;
}

p.wk-twitter-single {
	width:60%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.wk-twitter-single a {
	color:#F06138;
}

/* calendar */
.calendardate {
	float:left;
	margin-right:6px;
	width:42px;
	height:42px;
	border:2px solid #2728A6;
	/*background-image:url('modules/mod_gcalendar_upcoming/tmpl/images/calendar-icon.gif')";*/
}

/* openaire functionalities specific */
.bigger-font {font-size:110%;}
.ddselect select {
   background: transparent;
   width: 268px;
   padding: 5px;
   border: 1px solid #ccc;
   height: 34px;
}
.ddselect{
   width: 240px;
   height: 34px;
   overflow: hidden;
   background: url(../images/arrowbluedown.png) no-repeat right #ddd;
}

           
           
.publication {
	margin-right: 25px;
}
.pubTitle {
	margin-right: 20px;
}
.pubTitle h3 {
	font-family:Kreonregular, sans-serif;
	font-size:22px;
	line-height:26px;
}

.openAccess{
	float:right;
	padding-right: 18px;
	background: url('../images/openAccess.png') right center no-repeat;
}
.icon-externalopenAccess{
	padding-left: 17px;
	padding-right:18px;
	background: url('../images/icon_external.png'), url('../images/openAccess.png') ;
	background-position:left center, right center;
	background-repeat: no-repeat, no-repeat;
}
.closedAccess {
	float:right;
	padding-right: 18px;
	background: url('../images/closedAccess.png') right center no-repeat;
}
.icon-externalclosedAccess{
	padding-left: 17px;
	padding-right:18px;
	background: url('../images/icon_external.png'), url('../images/closedAccess.png') ;
	background-position:left center, right center;
	background-repeat: no-repeat, no-repeat;
}

.restrictedAccess {
	float:right;
	padding-right: 18px;
	background: url('../images/closedAccess.png') right center no-repeat;
}
.icon-externalrestrictedAccess{
	padding-left: 17px;
	padding-right:18px;
	background: url('../images/icon_external.png'), url('../images/closedAccess.png') ;
	background-position:left center, right center;
	background-repeat: no-repeat, no-repeat;
}

.embargoAccess {
	float:right;
	padding-right: 18px;
	background: url('../images/closedAccess.png') right center no-repeat;
}
.icon-externalembargoAccess{
	padding-left: 17px;
	padding-right:18px;
	background: url('../images/icon_external.png'), url('../images/closedAccess.png') ;
	background-position:left center, right center;
	background-repeat: no-repeat, no-repeat;
}
.sc39 {
	float:right;
	padding-right: 24px;
	background: url('../images/sc39.png') right center no-repeat;
}
.icon-externalsc39{
	padding-left: 17px;
	padding-right:24px;
	background: url('../images/icon_external.png'), url('../images/sc39.png') ;
	background-position:left center, right center;
	background-repeat: no-repeat, no-repeat;
}
.nonSc39 {
	float:right;
	
}
.icon-externalnonSc39{
	padding-left: 17px;
	padding-right:18px;
	background: url('../images/icon_external.png');
	background-position:left center;
	background-repeat: no-repeat;
}

.openaireCompliant {
	float:right;
	padding-right: 50px;
	background: url('../images/openaire-compatibility-pub-3-0.png') right center no-repeat;
}

.notOpenaireCompliant {
	float:right;
	padding-right: 18px;
	
}

.unknownCompliant {
	float:right;
	padding-right: 18px;
}	

.pubTitle h2{
	font-family: KreonRegular;
	font-weight: lighter;
	font-size: 24px;
	margin:3px 0px 3px 0px;
	padding-left:23px;
	background:url(../../../images/tools/list_link.png) 0 0 no-repeat; 
}
.dcinfo {
	display: block;
	padding-bottom:5px;
}
.extID {
	padding-left:21px;
	background:url(../../../images/tools/list_link.png) 0 40% no-repeat; 
}
.infoline {
	font-size:110%;
}
.description {
	line-height:16px;
	border-left:7px #F1F1F2 solid;
	padding-left:10px;
	margin:10px 0 10px 0;
	text-align:justify;
}
.tag {
	color:#606060;
	margin: 0px 5px 5px 0px;
	padding: 0px 4px 0px 4px;
	background-color: #EBF2F3;
	border: 1px solid #DDD;
	}


.info, .fundinginfo {
	padding-right:28px;
	background: url(../images/box_info.png) right center no-repeat;				
}


.functionsSection .title{
	clear:both;
	
}

.social-button {
	display: inline-block;
	width: 22px;
	height: 20px;
}
.social-fb {
	background: url(../images/social_facebook_box_white_16.png) 0 0 no-repeat;	
}
.social-twitter{
	background: url(../images/social_twitter_box_white_16.png) 0 0 no-repeat;	
}
.social-google{
	background: url(../images/social_google_box_white_16.png) 0 0 no-repeat;	
}
.social-linkedin{
	background: url(../images/social_linkedin_box_white_16.png) 0 0 no-repeat;	
}
.social-technorati{
	background: url(../images/social_technorati_box_white_16.png) 0 0 no-repeat;	
}
.social-reddit{
	background: url(../images/social_reddit_box_16.png) 0 0 no-repeat;	
}
.social-stumbleupon{
	background: url(../images/social_stumbleupon_box_white_16.png) 0 0 no-repeat;	
}
.social-mendeley{
	background: url(../images/icon_mendeley_16x16.gif) 0 0 no-repeat;	
}
.social-citeulike{
	background: url(../images/icon_citeulike_16x16.gif) 0 0 no-repeat;	
}

/* project info */
.projectBox {
}
.extraBot10 {
	padding-bottom: 30px;
}

.projectInfo  {
	overflow: hidden;
}
.hide_details {
	float:right;
	padding-right:5px;
}
.appBox {
	font-family:arial, helvetica, sans-serif;
	border:1px solid #DDDDDD; 
	width:100%;
}
.appBox h3 {
	text-align:center;
	margin:3px;
}
.appBox .appContents {
 	border: 1px solid #EBEBEB;
	-moz-box-shadow: 0px 0px 5px #e3e3e3;
	-webkit-box-shadow: 0px 0px 5px #e3e3e3;
	box-shadow: 0px 0px 5px #e3e3e3;
	-webkit-border-radius: 2px; 
   	-moz-border-radius: 2px;
   	border-radius: 2px;
}
.appBox .appHeader {
	font-family:arial, helvetica, sans-serif; 
  	-webkit-border-top-left-radius: 2px; 
   	-moz-border-top-left-radius: 2px;
   	border-top-left-radius: 2px;
   	-webkit-border-top-right-radius: 2px; 
   	-moz-border-top-right-radius: 2px;
   	border-top-right-radius: 2px;
   	padding: 2px; 
   	vertical-align: middle;
   	font-weight:normal; 
   	text-align: center; 
   	color: #FFFFFF; 
   	background-color: #3349BD;
 	background-image: -webkit-gradient(linear, left top, left bottom, from(#3349BD), to(#2B6ADC));
 	background-image: -webkit-linear-gradient(top, #3349BD, #2B6ADC);
 	background-image: -moz-linear-gradient(top, #3349BD, #2B6ADC);
 	background-image: -ms-linear-gradient(top, #3349BD, #2B6ADC);
 	background-image: -o-linear-gradient(top, #3349BD, #2B6ADC);
 	background-image: linear-gradient(to bottom, #3349BD, #2B6ADC);
 	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3349BD, endColorstr=#2B6ADC);
}


.appBox .publicationControls {
	text-align:center;
}

.appBox .publicationControls a {
	width:85%;
	text-align:center;
	padding-top:1px;
	padding-bottom:1px;
	margin-top:5px;
	margin-bottom:5px;
}

.pubDets, .pubDets a {
	background: url(../images/zoom.png) center left no-repeat;
	display: block;
	padding: 9px 0px 9px 40px;
}

.pubDets:hover {
	background: url(../images/zoom-hover.png) center left no-repeat;
}

.incHTM, .incHTM a {
	background: url(../images/globe.png) center left no-repeat;
	display: block;
	padding: 0px 0px 3px 40px;
}

.incHTM:hover {
	background: url(../images/globe-hover.png) center left no-repeat;
}

.viewEC, .viewEC a {
	background: url(../images/add_page.png) center left no-repeat;
	display: block;
	padding: 9px 0px 9px 40px;
}

.viewEC:hover {
	background: url(../images/add_page-hover.png) center left no-repeat;
}

.dlEC, .dlEC a  {
	background: url(../images/download.png) center left no-repeat;
	display: block;
	padding: 0px 0px 3px 40px;
}

.dlEC:hover {
	background: url(../images/download-hover.png) center left no-repeat;
}

.xtraMargin10 {
	margin: 10px 10px 10px 10px;
}




.projectInfo p.projectTitle strong {
}


.datasourceLogo {
	width: 30%;
}

.projectInfo .contBlock {
	position: relative;
	
}

.projectInfo .contBlock #jumpBar {
	padding: 7px 10px 7px 7px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #e4eef2;
	position: absolute;
	top: 7px;
	left: 10px;
	font-size: 12px;
}

.projectInfo .contBlock #jumpBar a {
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
}

.projectInfo .contBlock #jumpBar a:hover {
	color: #00A7CE;
}

.projectInfo .contBlock #jumpBar span {
	padding: 0px 10px 0px 10px;
}

.projectInfo .contBlock #jumpBar:hover {
	background-color: #F3F3F3;
}

.projectInfo .contBlock .contentEntity {
	padding: 0px 10px 0px 10px;
}

.projectInfo .contBlock .firstPad {}

.projectInfo .contBlock .contentEntity h2 {
	color: #00A7CE;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0px 0px 7px 10px;
}

.contentEntity { clear:both;}
.contentEntity h2 {
	padding: 7px 5px 7px 10px;
}

.contentEntity p {
	line-height: 140%;
}

.contentEntity p a.linkTitleExt {
	font-size: 13px;
	text-decoration: none;
	padding: 0px 0px 0px 19px;
	margin: 0px;
	color: #174471;
	display: block;
	font-weight: bold;
	background: url(../images/externLinkTitleSM.png) top left no-repeat;
}

.contentEntity p a.linkTitle {
	font-size: 13px;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	color: #174471;
	display: block;
	font-weight: bold;
}

.contentEntity p a {
	font-size: 14px;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	color: #174471;
}

.contentEntity .author {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 0px;
}
/* end project info */

/************* search topnav *****************/

div.tab {
	border: 1px solid #ddd;
	background: #FFF;
	border-radius: 5px;
}

div.tab:hover {
	color: #F06138;
}

div.tabSelected {
	color: #F06138;
	display: inline;
	display: inline;
	background: #ffffff;
	position: relative;
	top: -2px;
	z-index: 20;
	padding: 5px;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom:1px solid #ffffff;
	border-radius: 3px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;	
	-moz-box-shadow: 0px -1px 2px #e3e3e3;
	-webkit-box-shadow: 0px -1px 2px #e3e3e3;
	box-shadow:  0px -1px 2px #e3e3e3;
	cursor: default;
}

.depositBox {
	background: #ffffff;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid #EBEBEB;
	-moz-box-shadow: 0px 0px 5px #e3e3e3;
	-webkit-box-shadow: 0px 0px 5px #e3e3e3;
	box-shadow: 0px 0px 5px #e3e3e3;
	padding: 30px 5px 20px 5px;
	z-index: 10;
}

.depositBox {
	padding: 10px 10px 20px 10px;
}

.depositBox h2 {
	font-size: 16px;
	padding: 4px;
	margin: 0;
	color: #2F39A3;
}

.panelContainer {
	background: #ffffff;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid #ebebeb;
	box-shadow: 0px 0px 5px #e3e3e3;
	-moz-box-shadow: 0px 0px 5px #e3e3e3;
	-webkit-box-shadow: 0px 0px 5px #e3e3e3;
	padding: 5px;
	margin-bottom: 20px;
	z-index: 10;
}	

.searchTitle {
	
}

.srchNavText {
	margin-left: 10px;
}

.srchNavText input.textsearch,
.depositBox input[type="text"] {
	padding: 3px 3px 3px 10px;
	width: 70%;
	line-height:20px;
	-moz-box-shadow: 1px 1px 6px 1px #c0c0c0 inset;
	-webkit-box-shadow: 1px 1px 6px 1px #c0c0c0 inset;
	box-shadow: 1px 1px 6px 1px #c0c0c0 inset;
}

.srchRadio {
	float: left;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}

.srchRadio input {
	float: left;
	margin-left: 10px;
}

.srchRadio span {
	font-size: 12px;
	display: block;
	float: left;
}
h2.searchParamsTitle {
	margin: 5px 0px 0px 10px;
	padding-bottom: 10px;
	font-weight: normal;
	color: #2728A6;
	font-size: 18px;
}

.searchResults .totalResults {
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	color: #5E80A1;
	font-size: 20px;
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
}

.searchResults .srchRow {
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dotted #c4c4c4;
}

.searchResults .srchRow h4 {
	font-family: Kreonregular, sans-serif;
	font-size:16px;
	line-height:18px;
}
.searchResults .srchRow h4 a{
	color:#3436AC;
}
.searchResults .srchRow a:hover{
	color:#E76E12;
}
.searchResults .srchRow p {
	padding: 0px;	
	margin: 0px 0px 5px 0px;
}


.srchRow .biblio {
	line-height:16px;
}
.srchRow p a {
	//color: #3B7FB4;
}

.srchRow p.description a {
	//color: #626262;
	text-decoration: underline;
}

.srchRow p.project a {
//	color: #626262;
	text-decoration: underline;
}

.compliantRepositoryArticle {
	padding: 10px 0px 10px 0px;
}

.selectorCollections {
	padding: 3px;
	background: #fafafa;
	border: 1px solid #ddd;
}

.selectorCollections h3 {
	margin: 0px 0px 7px 0px;
	padding-top: 5px;
	color: #003C6D;	
}

.selectorCollections  .element a{
}

.selectorCollections  .element a:hover{
}

a.clearFilters  {
	display: block;
	padding: 5px 7px 5px 7px;
	text-decoration: none;
	float: right;	
}

a.clearFilters:hover {
}

.selectorAvailable {
	margin-bottom: 10px;
}

.selectorAvailable .flowWrapper {
	overflow: auto;
	max-height: 350px; 
   	height:auto !important; 
   	height:350px;
}

.selectorAvailable .element {
	border-top: 1px solid #D8D8D8;
	padding: 2px 0px 10px 0px;
}

.selectorAvailable .element h3 {
	margin: 0px 0px 5px 0px;
	padding-top: 5px;
	font-size: 20px;
	color: #656161;
}

.selectorAvailable .element .flowWrapper a {
	display: inline;
}

.selectorAvailable .element .flowWrapper a:hover {

}
a.selectorAdd {
	padding: 0px 3px 1px 10px;
	text-decoration: none;
}

a.selectorRemove {
	display: block;
	margin: 0px 0px 1px 0px;
	padding: 0px 5px 3px 15px;
	background:  url(../images/removeSelector.png) center left no-repeat;
	padding-left:30px;
	color:#969696;
}
a.selectorRemove:hover {
	background: url(../images/removeSelectorHover.png) center left no-repeat;
	color:#646464;
}

.selectorRemoveCopyright {
	margin: 2px 0px 2px 0px;
	padding: 5px 3px 5px 0px;
	overflow: hidden;
	width: 100%;
	background-color: #E4EEEF;
}

.selectorRemoveCopyright a.remove {
	display: block;
	float: left;
	width: 28px;
	height: 15px;
	margin-right: 5px;
	background: url(../images/removeSelector.png) center right no-repeat;
}

.selectorRemoveCopyright .titleArea {
	width: 350px;
	float: left;
	font-size: 12px;
	margin-right: 10px;
}

.selectorRemoveCopyright .accessType {
	width: 120px;
	float: left;
	margin-right: 10px;
}

.selectorRemoveCopyright .textbox {
	width: 150px;
	float: left;
	padding-bottom: 10px;
}

.selectorRemoveCopyright .textbox input{
	border: 1px solid #cccccc;
	padding: 3px;
	width: 140px;
}

.showMore {
	background: url(../images/leftBracket.png) center left no-repeat;
	padding: 0px 0px 0px 4px;
	float: right;
}

.showMore a {
	display: block;
	background: url(../images/rightBracket.png) center right no-repeat;
	text-decoration: none;
	padding: 4px 4px 4px 0px;
}


.showMoreAlternate {
	background: url(../images/leftBracket.png) center left no-repeat;
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 0px 0px;
	float: left;
}

.showMoreAlternate a {
	display: block;
	background: url(../images/rightBracket.png) center right no-repeat;
	color: #0097D3;
	text-decoration: none;
	font-size: 12px;
	padding: 5px 10px 4px 0px;
	margin: 0px 0px 0px 0px;
}

.showMoreAlternate a:hover {
	text-decoration: underline;
}
.resultsSection {
	margin:30px 0px 5px 0px;
	padding-bottom:5px;
	font-family: "KreonRegular", sans-serif;
	font-size:24px;
	color:#00A7CE;
	border-bottom: 1px #e3e3e3 solid;
	
}
.pubSection .srchRow h2,
.projSection .srchRow h2 {
	font-size:16px;
	line-height:18px;
}
.resultsSection .viewall {
	float:right;
	font-family:arial;
	font-size:12px;
	background: url(../images/arrowblue.png) right 40% no-repeat;
	padding-right:14px;
}

/************** compliant repository ********************/
.filterBox {
	border-top: 1px solid #CCCCCC;
	padding: 10px 0px 10px 10px;
	margin-bottom: 10px;
}

.pageController {
	overflow: hidden;
	width: 100%;
	margin: 20px 0px 10px 0px;
	font-size: 16px;
	font-family: KreonRegular, sans-serif;
}

.pageController .viewall {
	float:right;
	
}
.pageController a {
	color:#2B69DC;
}

.pageController .totalof {
	float:left;
}

.pageController .orderingMenu {
	float: left;
}

.pageController .orderingMenu select {
	width: 120px;
}

.pageController .pages {
	float: right;
	margin-right: 10px;
	overflow: hidden;
}

.pageController .pages a {
	font-size: 16px;
	font-family: "KreonRegular", sans-serif;
	display: block;
	padding: 4px;
	color: #646464;
	font-weight:bold;
	float: left;
	margin-left: 5px;
	text-decoration: none;
}

.pageController .pages a.current, .pageController .pages a.current:hover {
	color:#F06138;
}

.pageController .pages a:hover {
	color:#F06138;
}

.compliantTitle {
	background: url(../images/compliantTitleTick.png) top left no-repeat;
}

.compliantTitle h1 {
	float: left;
}

.compliantTitleFull  {
	padding-left: 0px !important;
}

.compliantTitleFull h2 {
	color: #3D71B7;
	margin: 0px;
	font-weight: normal;
	font-size: 18px;
	font-weight: normal;
	padding: 0px 0px 0px 25px;
	float: left;
	background: url(../images/externLinkTitle.png) top left no-repeat;
	width: 630px;
}

.compliantTitleFull h2 a {
	color: #3D71B7;
	text-decoration: none;
}

.nonvalidated {
	height:50px;
	padding-left: 23px;
	background-image: url(../../../images/tools/list_link.png) 0 0 no-repeat;
}

.validated {
	padding-right: 40px;	
	padding-left: 23px;
	display:block;
	background-image: url(../../../images/tools/list_link.png), url(../images/validatedIcon.png);
	background-position:  0 0,  right top ;
 	background-repeat: no-repeat, no-repeat; 
}
.openClosedAccess {
	float: right;
}

.filterBoxReps {
	border:1px #ccc solid;
	overflow:hidden;
	margin-bottom:10px;
	padding:15px;
}
.filtLeft {
	width: 30%;
	float:left;
}

.filtLeft .textArea input{
	border: 1px solid #cccccc;
	padding: 3px;
	margin-right: 7px;
	width: 90%;
}

.filtRight {
	width: 65%;
	float: right;
	clear:none;
}

.filtRight .checkBoxes {
	overflow: hidden;
	width: 100%;
}

.filtRight .checkBoxes div {
	float: left;
	margin-right: 10px;
	overflow: hidden;
	vertical-align: middle;
}

.filtRight .checkBoxes div input {
	float: left;
	margin-right: 3px;
}

.filtRight .checkBoxes div span {
	display: block;
	float: left;
	margin-left: 3px;
}


/* Search Box */
/* simple search */
.checkBox {
	float: left;
	margin-top: 7px;
}

.checkBox .check {
	float: left;
	margin-left: 5px;
}

.checkBox .label {
	display: block;
	float: left;
	font-size: 12px;
	padding: 2px 12px 0px 5px;
}

.extra10Top {
	padding-top: 7px;
	padding-bottom: 7px;
}

.advancedSearchOpt {
	float: right;
}

.advancedSearchOpt a {
	display: block;
}

.advancedSearchOpt a:hover {
	text-decoration: underline;
}

.quickViewSelections {
	clear:both;
}
.quickViewSelections h4 {
	background: #F9F9F9 url(../images/pagination.png) left -52px no-repeat;
	padding-left:20px;
	color:#2D72D6;
	font-size: 22px;
	border-top:1px #bcbcbc solid;
	border-bottom:1px #bcbcbc solid;
}

.searchCol {
	width: 23%;
	margin-right: 8px;
	padding-right:5px;
	float: left;
	margin-bottom: 7px;
	position:relative;
}


.searchCol p {
	max-height: 200px;
	overflow-y: hidden;
	margin-top:3px;
   	word-wrap: break-word;      /* IE */
	line-height:18px;
}

.searchCol a.entry {
	display: inline;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
}

.searchCol a.entry span {
	padding: 0px 0px 0px 5px;
	color: #0060AF;
}
.searchCol .viewmore,
.refineBox .viewmore {
	padding-right:20px;
	background:url(../images/button_arrow_right.png) center right no-repeat;
	color:#969696;
}
.searchCol .viewmore:hover,
.refineBox .viewmore:hover  {
	color:#E76E12;
	cursor: pointer;
}
/* end simple search */
/* advanced Search classes */
.srchNavTextAdvancedFilter {
	height:25px;
	overflow: hidden;
}

.srchNavTextAdvancedFilter .addNewFilter, 	
.srchNavTextAdvancedFilter .removeNewFilter {
	float: right;
}

.srchNavTextAdvancedFilter input.advancedsearch {
	width: 60%;
}

.srchNavTextAdvancedFilter .fieldSelector,
.srchNavTextAdvancedFilter .wordTypeSelector,
.advancedPageResults .resultsSelections {

}

.advancedPageResults {
	margin-top:10px;
}
.advancedPageResults .resultsSelections {
	width:50px;
	margin-right:50px;
}
.advancedPageResults .buttonPos {
	margin-left:30px;
}

.compileAdvancedSearchFilters {
	overflow: hidden;
	width: 100%;
	margin-bottom:50px;
}

.compileAdvancedSearchFilters .leftAdvanced {
	float: left;
	width: 45%;
	padding-bottom: 5px;
	margin-right: 20px;
}

.leftAdvanced h2,.rightAdvanced h2 {
	margin: 0px;
	padding: 5px 5px 5px 10px;
	font-weight: normal;
	font-size: 16px;
	color: #0089d7;
}

.compileAdvancedSearchFilters .rightAdvanced {
	float: left;
	width: 45%;
}

.leftAdvanced .filterItem,.rightAdvanced .filterItem {
	margin-top: 10px;
	margin-right: 5px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid #EBEBEB;
	-moz-box-shadow: 0px 0px 5px #e3e3e3;
	-webkit-box-shadow: 0px 0px 5px #e3e3e3;
	box-shadow: 0px 0px 5px #e3e3e3;
	overflow: hidden;
	position: relative;
}

.filterItem .editClearOptions {
	position: absolute;
	top: 7px;
	right: 10px;
	overflow: hidden;
}

.filterItem .editClearOptions a {
	display: block;
	float: left;
	margin: 0px 3px 0px 3px;
	padding: 3px 4px 3px 4px;
	background-color: #e9f5f7;
	color: #000000;
	text-decoration: none;
	border: 1px solid #d1d1d1;
	font-size: 14px;
}

.resultDisplayElement {
	overflow: hidden;
	padding: 5px 0px 5px 0px;
}
.resultDisplayElement h3{
	font-size:16px;
}
.resultDisplayElement .header {

}
.resultDisplayElement .filters {
	clear:both;
	margin-top:5px;
}
.resultDisplayElement .limitLabel, .resultDisplayElement .limitNoValue {
	display: block;
	float: left;
	padding: 0px 0px 5px 0px;
}

.resultDisplayElement .limitNoValue {
	padding-left: 10px;
}
.resultDisplayElement p {
	display: block;
	clear:none;
	float: left;
	margin: 0px 0px 2px 0px;
	padding: 0px 3px 0px 35px;
	background: url(../images/removeSelector.png) #EBF2F3 3px 50% no-repeat;
	border: 1px solid #DDDDDD;
}

.resultDisplayElement p:hover {
	background: url(../images/removeSelectorHover.png) #EBF2F3 3px 50% no-repeat;
	cursor: pointer;
}

.resultDisplayElement p strong {
}

.resultDisplayElement span.noLimits {
	padding: 3px 6px 3px 0px;
	display: block;
}

.resultDisplayElement .editClear {
	float: right;
	margin-left:20px;
	font-size:90%;
}
.resultDisplayElement .editClear a {
	color: rgb(78, 77, 99);
}

.resultDisplayElement .editClear a:hover {
	cursor: pointer;
}

.hiddenAdvancedSearch {
	clear: both;
	padding: 2px 10px 5px 10px;
	display: none;
}

.hiddenAdvancedSearch p {
	padding: 0px;
	margin: 0px 0px 2px 0px;
}

.hiddenAdvancedSearch .dateType {
	width: 70%;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.hiddenAdvancedSearch .fromDate, .hiddenAdvancedSearch .toDate {
	margin-top: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.hiddenAdvancedSearch .fromDate h3,.hiddenAdvancedSearch .toDate h3 {
	font-weight: bold;
	font-size: 14px;
	clear: both;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

.hiddenAdvancedSearch .yearFrom, .hiddenAdvancedSearch .yearTo {
	width: 30%;
	margin-right: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.hiddenAdvancedSearch .monthFrom, .hiddenAdvancedSearch .monthTo {
	width: 40%;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.updateFilters {
	padding: 12px 12px 5px 0px;
	text-align: right;
}

.updateFilters input{
	margin-right: 10px;
}
.updateFilters .button-t1 {
	font-size:80%;
}

.hiddenAdvancedSearch .filterLimits {
	padding-bottom: 10px;
}

.hiddenAdvancedSearch .filterLimits p {
	font-weight: bold;
}

.hiddenAdvancedSearch .filterLimits input.filterLimits {
	border: 1px solid #cccccc;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	width: 80%;
}


.hiddenAdvancedSearch .filterListingBlock {
	max-height: 250px;
	overflow-x: auto;
	width: 92%;
	border: #CCCCCC 1px solid;
}

.hiddenAdvancedSearch .filterListingBlock .filterRow {
}

.hiddenAdvancedSearch .filterListingBlock .filterRow label {
	padding-left: 5px;
}


.hiddenAdvancedSearch .valueSelector, {
	overflow: hidden;
	font-family: Arial;
}

.hiddenAdvancedSearch .valueSelector a {
	margin: 0px;
	font-size:90%;
	text-decoration: none;
	font-family: Arial;
}

.hiddenAdvancedSearch .valueSelector a:hover {
}

.filterMatch {
	color: #0089d7;
}

/*end advanced search classes */
/* repository full classes */
.activeTitleBlock {
	float: left;
	overflow: hidden;
	width: 100%;
}

.activeTitleBlock h2 {
	display: block;	
	margin:0px;
}

.activeTitleBlock h2 a {
	text-decoration: none;

}

.statistic-repository-tabs ul.tabs {
	width: 100%;
	overflow: hidden;
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

.statistic-repository-tabs ul.tabs li {
	background: url(imgs/leftTabCurves.png) top left no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

.statistic-repository-tabs ul.tabs li a {
	font-size: 12px;
	display: block;
	padding: 14px 14px 15px 14px;
	background: url(imgs/rightTabCurves.png) top right no-repeat;
	font-weight: normal;
	color: #006688;
	text-decoration: none;
}

.statistic-repository-tabs ul.tabs li a:hover {
	color: #000000;
	cursor: pointer;
	background: url(imgs/rightTabCurves-current.png) top right no-repeat;
}

.statistic-repository-tabs ul.tabs li:hover {
	background: url(imgs/leftTabCurves-current.png) top left no-repeat;
}

.statistic-repository-tabs ul.tabs li.active a,.statistic-repository-tabs ul.tabs li.active a:hover {
	font-size: 12px;
	display: block;
	padding: 14px 14px 16px 14px;
	color: #ff0000;
	background: url(imgs/rightTabCurves-current.png) top right no-repeat;
}

.statistic-repository-tabs ul.tabs li.active {
	background: url(imgs/leftTabCurves-current.png) top left no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
}

.statistic-repository-tabs .panelContainer {
	padding: 10px;
	margin-top: -1px;
	z-index: 0;
	border: 1px solid #EBEBEB;
	-moz-box-shadow: 0px 0px 5px #e3e3e3;
	-webkit-box-shadow: 0px 0px 5px #e3e3e3;
	box-shadow: 0px 0px 5px #e3e3e3;
	
	/*
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	*/
}

.statistic-repository-tabs .panelContainer p {
	padding: 3px 0px 10px 0px;
	margin: 0px;
	font-size: 12px;
}

.statisticsData h3 {
	font-size: 16px;
	font-weight: normal;
	color: #006688;
	padding: 0px 0px 5px;
	margin: 0px;
}

.repositoryContentFull {
}

.repositoryContentFull h2 {
	font-size: 16;
	color: #0089d7;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

.repositoryContentFull .institute,.repositoryContentFull .country,.repositoryContentFull .description, .repositoryContentFull .OAI,.repositoryContentFull .content,.repositoryContentFull .languages,.repositoryContentFull .policies,.repositoryContentFull .size {
	padding: 0px 0px 7px 0px;
}

.repositoryContentFull .institute strong,.repositoryContentFull .country strong,.repositoryContentFull .description strong, .repositoryContentFull .OAI strong,.repositoryContentFull .content strong,.repositoryContentFull .languages strong,.repositoryContentFull .policies strong,.repositoryContentFull .size strong {
	padding: 0px 0px 7px 0px;
}
.repositoryContentFull .description { border:none;}
