﻿@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,400i,700,700i');
/*font-family: 'Ubuntu', sans-serif;*/
body {
	background-color: #F0F0F1 !important;
	/*font-family: Verdana, Geneva, sans-serif !important;*/
	font-family: 'Ubuntu', sans-serif !important;
	}
a:link {
	color: #3366CC;
}

a:active {
	color: #999999;
}

a:visited {
	color: #999999;
}

a:hover {
	color: #CC9900;
	text-decoration: underline;
}

	
#container, #content, #body, #main, h1, h2, h3, h4, p, span, div, ul, li, a { 
	font-family: 'Ubuntu', sans-serif !important;
}	
#header {
	background-color: #008CA4;
	background-image: url(/public/site/img/CABEZAL_LAJAR_small.jpg) !important;
	background-repeat: no-repeat !important;
	background-position: left 0px !important;
	}
#headerTitle {
	text-align: left !important;
	height: 161px !important;
	width: auto;
	display: inline-block !important;
	width: 80% !important;	
	}	
#header h1 {
	margin: 0px auto 10px auto !important;
	padding: 5px !important;
	font-family: Georgia,"Times New Roman",Times,serif;
  	font-weight: bold !important;
}
#header img {
	margin-top: 15px !important;
	width: 150px !important;
	height: auto !important;
	}
#main {
		font-family: 'Ubuntu', sans-serif !important;
	}
#main h3 {
		text-align: left;
	}
#main h3 {
	border: none !important; 
}	
#content div {
	border: none !important;
	}
#content h3.issue {
		float: right;	
		text-align: right;
		width: auto;
	}
#content h3 {
	color: #003399 !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	text-align: left;
	font-size: 16px !important;
 }
#content h4 {
	color: #003399 !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	text-align: left;
	font-size: 14px !important;
	}
#content h4.tocSectionTitle {
  position: relative;
  z-index: 1;
}
#content h4.tocSectionTitle:before {
  border-top: 4px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}
#content h4.tocSectionTitle span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #F0F0F1;
  padding: 0 15px;
  margin-left: 20px;
}
#content h4.tocSectionTitle:before {
  /* this is just to undo the :before styling from above */
  border-top: none;
}
#content h4.tocSectionTitle:after {
  border-bottom: 6px solid #2F3A8C;
  -webkit-box-shadow: 0 6px 0 0 #2F3A8C;
  -moz-box-shadow: 0 6px 0 0 #2F3A8C;
  box-shadow: 0 1px 0 0 #2F3A8C;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
.tocArticleTitleAuthors .tocTitle {
	font-size: 13px !important;
	font-weight: bold;
	text-transform: none !important;
	color: #333333 !important;
	}
.tocArticleTitleAuthors .tocTitle a {
	color: #333333 !important;
	text-decoration: none;
	}
.tocArticleTitleAuthors .tocTitle a:hover {
	color: #0000CC !important;
	background-color: transparent;
	text-decoration: none;
	}	
.tocArticleTitleAuthors .tocAuthors {
	margin-top: 5px;
	color: #666666;
	font-style: italic;
	}
.tocArticle .tocGalleys a {
	font-size: 14px !important;
	color: #999999 !important;
	text-decoration: none !important;	
	}
.tocArticle .tocGalleys a:hover {
	color: #3300FF !important;
}
				
#login_panel {
	float: right;
	position: relative;
	width: 200px;
	}
#login_panel .btn {
	display: inline-block;
	background-color: #FF9900;
	padding: 5px 10px 5px 10px;
	border: 1px #FFFFFF solid;
	color: #FFFFFF !important;
	text-decoration: none !important;
	}
#login_panel .btn:hover {
  background: #ebebeb;
  text-decoration: none;
}
#login_panel a.btn {
	color: #000000 !important;
    font-size: 12px !important;
	text-decoration: none !important;
}
#login_panel a.btn:hover {
	color: #000000 !important;
    font-size: 12px !important;	
	text-decoration: none !important;
}
/**/
#menu_login_signin {
	font-size: 12px;
	margin: 4px;
	padding:5px 2px 5px 2px;
	}	
.menu_login_label {
	font-weight: bold;
	margin-bottom: 4px;
	}
.menu_login_ul {
	text-align: left;
	font-size: 12px;
	}	
.menu_login_ul li a:hover {
	background-color: transparent !important;
	text-decoration: underline !important;
	}		
.menu_login_label:hover {
	background-color: transparent;
}
.menu_login_value {
	padding: 2px 5px 2px 10px;
	font-size: 12px;	
	}
#menu_login_signin .form{
  width: 400px;
  height: 230px;
  background: #edeff1;
  margin: 0px auto;
  padding-top: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#menu_login_signin input[type="text"], #menu_login_signin input[type="password"]{
  display: block;
  width: 309px;
  height: 35px;
  margin: 15px auto;
  background: #fff;
  border: 0px;
  padding: 5px;
  font-size: 16px;
   border: 2px solid #E9E9E9;
  transition: all 0.3s ease;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#menu_login_signin input[type="text"]:focus{
  border: 2px solid #1abc9d
}

#menu_login_signin input[type="submit"], menu_login_signin .button {
  display: block;
  background: #175981 !important;
  width: 314px;
  padding: 12px;
  cursor: pointer;
  color: #fff;
  border: 0px;
  margin: auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 17px;
  transition: all 0.3s ease;
}
#menu_login_signin input[type="submit"]:hover, menu_login_signin .button:hover {
  background: #000066 !important;
}	
#menu_login_signin ::-webkit-input-placeholder {
   color: gray;
}
#menu_login_signin :-moz-placeholder { /* Firefox 18- */
   color: gray;  
}
#menu_login_signin ::-moz-placeholder {  /* Firefox 19+ */
   color: gray;  
}
#menu_login_signin :-ms-input-placeholder {  
   color: gray;  
}	
/**/	
/*Menu popdown toggle*/
.jq-dropdown {
    position: absolute;
    z-index: 1039;
    display: none
}

.jq-dropdown .jq-dropdown-menu, .jq-dropdown .jq-dropdown-panel {
    min-width: 160px;
    max-width: 360px;
    list-style: none;
    background: #008BA2;
    border: solid 1px #ddd;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    overflow: visible;
    padding: 4px 0;
    margin: 0
}

.jq-dropdown .jq-dropdown-panel {
    padding: 10px
}

.jq-dropdown.jq-dropdown-tip {
    margin-top: 8px
}

.jq-dropdown.jq-dropdown-tip:before {
    position: absolute;
    top: -6px;
    left: 9px;
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ddd;
    display: inline-block
}

.jq-dropdown.jq-dropdown-tip:after {
    position: absolute;
    top: -5px;
    left: 10px;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    display: inline-block
}

.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before {
    left: auto;
    right: 9px
}

.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after {
    left: auto;
    right: 10px
}

.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu, .jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel {
    max-height: 180px;
    overflow: auto
}

.jq-dropdown .jq-dropdown-menu li {
    list-style: none;
    padding: 0 0;
    margin: 0;
    line-height: 18px
}

.jq-dropdown .jq-dropdown-menu li > a, .jq-dropdown .jq-dropdown-menu label {
    display: block;
    color: inherit;
    text-decoration: none;
    line-height: 18px;
    padding: 3px 15px;
    margin: 0;
    white-space: nowrap
}

.jq-dropdown .jq-dropdown-menu li > a:hover, .jq-dropdown .jq-dropdown-menu label:hover {
    /*background-color: #f2f2f2;*/
    color: inherit;
    cursor: pointer
}

.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider {
    font-size: 1px;
    border-top: solid 1px #e5e5e5;
    padding: 0;
    margin: 5px 0
}
/*END top down toggle*/	 		
#navbar_content {
	border-top: 2px #FFFFFF solid;
	background-color: #2F3A8C !important;
	display: block;
	width: 100%;
	padding: 2px;
	}	
#navbar {
  margin-left: 10% !important;
  padding-bottom: 0.5em;
  border: none !important;  
}
#navbar ul a {
	color: #FFFFFF !important;
	}
#navbar ul a:hover {	
	color: #3399FF !important;
	padding-bottom: 8px !important;
	border-bottom: 1px solid #3399FF !important;	

}
#navbar ul li:hover {
	color: #3399FF !important;
}
#rightSidebar {
	padding-top: 0px !important;
	}	
#blueblock {
	background-color: #2F3A8C;
	display: block;
	width: 100%;
	min-width: 195px;
	padding: 5px;
	height: 20px;
	margin-bottom: 5px;	
	}
#portada {
	display: block;
	width: 100%;
	height: auto;
	}
#portada img {
	max-width: 205px;
	height: auto;
	}
#pageFooter {
	height: 150px !important;
	/*background: #1A5C94;*/
	border-top: 5px #FFCC00 solid;
	margin: 10px 0px;
	display: block;
	width: 100%;
	background-image: url("/public/site/img/CABEZAL_LAJAR_small.jpg");
  	background-repeat: no-repeat;
  	background-position-x: left;
  	background-position-y: 0px;
}
.footer_logos {
	position: absolute;
	clear: both !important;
	display: inline-block;
	width: 440px;
	margin: 10px 15%;
	padding: 0px;
	}
.footer_logos ul {
	list-style: none;
	display: inline-block;
	}
.footer_logos ul li {
	display: inline-block;
	}
.footer_logos img {
	width: 150px;
	}	
.pageFooter_info {
	position: absolute
	clear:both;
	display: inline-block !important;
	font-size: 12px;
	margin: 10px 25%;
	display: block;
	color: #FFFFFF !important;
	padding: 10px;
	float: right !important;
	}
#articleTitle h3 {
	text-transform: none !important;
	font-size: 18px !important;
	text-align: left !important;
	margin-bottom: 5px !important;
	}
#authorString {
	font-size: 14px !important;
	}
#articleAbstract div {
	font-size: 1.2em !important;
	text-align: justify !important;
	display: block;
	padding: 10px !important;
	width: 95% !important;
	border: 1px #CCCCCC solid !important;
	background-color: #FFFFFF !important;
	line-height: 1.4em !important;
	}
#articleAbstract #panel_galeradas {
	text-align: right !important;
	display: block !important;
	width: 95% !important;
	background-color: transparent !important;
	backface-visibility: hidden !important;
	border: none !important;
	}
#articleAbstract  #galeradas a {
	text-decoration: none !important;
	font-weight: bold !important;
	background-color: transparent !important;
}
#articleAbstract  #galeradas a:hover {
		background-color: transparent !important;
		color: #FF6600 !important;
}
#articleAbstract  #galeradas:hover {
}
#articleAbstract  #galeradas {
	float: right; display !important: inline-block !important; width: auto !important; max-width: 150px !important;
	border-radius: 5px;
	}
#panel_galeradas #articleFullText {
	display: block;
	border: none !important;
	width: auto !important;
	height: auto !important;
	margin: 0px !important;
	padding: 0px !important;
	background-color: transparent !important;	
	}
/*Plugins*/
#sidebarCustomsearch {
	border: none !important;
	}	

#header_custom_search {
	position: relative;
	display: inline-block;
	width: 200px !important;
	/*float: left !important;*/
	padding: 3px 0px !important;
	height: 28px !important;
}
#header_custom_search .formfield {
	float: left;
	margin-left: 0px;
	height: 20px;
	}
#header_custom_search input[type="text"] {
  padding: 4px;
  border: solid 2px #2D368D;
  /*transition: border 0.3s;*/
  background-color: transparent !important;
}
#header_custom_search input[type="text"]:focus, input[type="text"].focus {
  border: solid 2px #969696;
}
#header_custom_search input[type="text"]::placeholder-shown {
  border: 5px solid red;
}
#header_custom_search input[type="text"]::placeholder {
  color: #F9F9F9;
}
#header_custom_search .fa-ul li {
	margin-top: 10px;
	font-size: 12px !important;
	letter-spacing: 1px;
	line-height: 18px;
}
#header_custom_search .search {
	background-color: #ffffff;
	margin-top: 5px;
	margin-left: 1px;
	display: inline-block;
	margin-bottom: 10px;
	/*border: 1px solid #2D368D;*/
}
#header_custom_search .searchTerm {
  float: left;
  width: 145px;
  border: 2px solid #FF9900;
  padding: 2px;
  height: 20px;
  /*border-radius: 5px 1px 1px 5px;*/
  outline: none;
  color: #999;
  background-color: #ffffff;
}
#header_custom_search .searchButton {
  position: absolute;  
  width: 46px;
  height: 32px;
  border-left: 2px solid #2D368D;
  border-top: 2px solid #2D368D;
  border-right: 2px solid #2D368D;
  border-bottom: 2px solid #2D368D;
  background-color: #2D368D;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
}
#header_custom_search .advanced_search {
	font-size: 10px;
	display: block;
	height: 10px;
	width: 250px;
	margin-top: 5px;
	padding: 0px;
	text-align: right;
}
/*SIde bar collapsible menu*/

#sidebarCustomSubmitInfo, #sidebarUser, #sidebarLanguageToggle, #sidebarCustomNav2, #sidebarRTArticleTools, #sidebarIndexingSources, #sidebarJournalmetrics, #sidebarLanguageToggle, #sidebarKeywordCloud, #sidebarRTArticleTools {
	position: relative !important;
	padding-right: 0px !important;
	padding-bottom: 5px !important;
	margin-left: 0px !important;
	display: block !important;
	min-width: 190px !important;
}
#sidebar #sidebarCustomSubmitInfo span.blockTitle, #sidebar #sidebarIndexingSources span.blockTitle, #sidebar #sidebarJournalmetrics span.blockTitle, #sidebar #sidebarLanguageToggle span.blockTitle,  #sidebar #sidebarRTArticleTools span.blockTitle {
	clear: both !important;
	text-transform: none !important;
	font-size: 14px !important;
	padding: 0px !important;
	margin: 0px !important;
	/*font-family: 'Montserrat', sans-serif !important;*/
	display: inline-block; 
	padding: 10px 0px 10px 8px;
	}
 #sidebar #sidebarIndexingSources .sidebarIndexingSources ul {
	 padding-left: 4px !important;
	 padding-right: 2px !important;
	 }
 #sidebar #sidebarJournalmetrics span.content_title {
	 font-family: 'Ubuntu', sans-serif !important;
	 text-transform: none !important;
	 font-size: 14px !important;
	 font-weight: bold !important;
	 }
 #sidebar #sidebarJournalmetrics ul.awesome {
	 font-size: 12px !important;
	 }	
#sidebar #sidebarRTArticleTools .articleToolItem {
	font-size:14px !important;
	padding-top: 15px !important;
	color: #F7F7F7 !important;
	 }		  	 	
#sidebar .collapsible, #sidebarRTAuthorBios span.blockTitle, #sidebarSubjectareas span.blockTitle {
	background-color: #330099;
  margin: 0px !important;
  color: #ffffff;
  cursor: pointer;
  padding: 10px 0px 10px 8px;
  width: 206px !important;
  border: none;
  text-align: left !important;
  outline: none;
  font-size: 14px !important;
  display: block;
}
#sidebarRTAuthorBios span.blockTitle, #sidebarSubjectareas span.blockTitle {
	text-transform: none !important;
	}
#sidebarSubjectareas ul {
	list-style: none !important;
	padding-left: 5px;
	font-size: 13px !important;
	color: #FFFFFF;
	}

#sidebarSubjectareas ul li {
	display: block !important;
	margin: 3px 0px !important;
}
		
#sidebarSubjectareas a {
	color: #FFFFFF !important;
	text-decoration: none !important;
}
#sidebarSubjectareas a:hover {
	color: #CCCCCC;
	text-decoration: underline !important;
	background-color: transparent !important; 
}
#sidebarSubjectareas .content_visible {
	margin: 0px;
	width: 195px; 
	padding: 5px 5px 5px 5px !important;
	background-color: #0E8EA5;
}
#sidebar #sidebarRTAuthorBios .collapsible {
	    background-color: #0E8EA5;
}
#sidebarRTAuthorBios .content {
	background-color: transparent !important;
	font-size: 11px !important;
	}

#sidebar .collapsible:hover {
	background-color: #330099;
}
#sidebar .collapsible:after {
	font-family: FontAwesome !important;
	width: 10px;
	content: "\f107";
	/*content: "\02228";*/
	/*content: '\025be';*/
    color: #FFFFFF;
    font-weight: bold;
    float: right;
	margin-right: 5px;
    margin-left: auto;
	margin-top: 1px;
}

#sidebar .active:after {
    /*content: "\2212";*/
	/*content: '\0227A';*/
	font-family: FontAwesome !important;
	content: "\f106";

}

/* Style the collapsible content. Note: hidden by default */
#sidebar .content {
    padding: 0 26px 0 10px;
    background-color: #0E8EA5;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
	width: 169px;
}
#sidebar .content span.content_title {
	font-size: 12px !important;
	margin-top: 10px !important;
	margin-bottom: 5px !important;
	display: block;
	color: #FFFFFF !important;
	text-transform: uppercase !important;
	}
#sidebar .content a {
	color: #FFFFFF;
	font-size: 12px !important;
	text-decoration: none;
	}
#sidebar .content a:hover {
	background: none !important;
	text-decoration: underline !important;
}
#sidebar .content .awesome {
	margin-left: 5px !important;
	padding-left: 5px !important;
	}
#sidebar .content ul.awesome {
	list-style-type: none;
  	color: white;
	}
#sidebar .content ul.awesome li {
	margin-top: 5px !important;
	}	
#sidebar .content ul.awesome li a {
	font-size: 12px !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
	padding: 10px 3px !important;
	}
#sidebar .content ul.awesome li a:hover {
	background: none !important;
	text-decoration: underline !important;
	
	}
#sidebar .content ul.awesome > li {
  text-indent: -5px;
}
#sidebar .content ul.awesome > li:before {
  content: "-";
  text-indent: -5px;
}
#sidebar #sidebarKeywordCloud span.blockTitle {
	padding-top: 10px !important;
	color: #330099;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;	
	}
#sidebar #sidebarKeywordCloud .sidebarKeywordCloudContent {
	padding: 5px 5px 10px 5px !important;
	text-align: center !important;
	font-size: 14px !important;
	width: 100% !important;
	}
#sidebar #sidebarKeywordCloud .sidebarKeywordCloudContent a {
	color: #666666 !important;
	text-decoration: none !important;
	}
#sidebar #sidebarKeywordCloud .sidebarKeywordCloudContent a:hover {
	text-decoration: none !important;
	background-color: transparent !important;
	color:#003399 !important;
	}							
/*Como citar este artículo*/
#howtocitethisarticle {
	display: block;
	padding: 0px;
	height: auto;
	width: 95%;
	/*float: left;
	margin: 5px 5px 20px 20px;*/
	}
#howtocitethisarticle fieldset {
	width: 100%;
	border: 1px solid #FAFAFA;
	background: #FEFEFE;
	padding: 8px 5px 8px 5px !important;
	margin: 0px;
}
#howtocitethisarticle fieldset legend {
	color: #000000 !important;
	/*background: #717171;*/
	padding: 1px 5px 2px 5px !important;
}
#howtocitethisarticle .btn {
	margin-top: 5px !important;
	padding: 5px !important;
	border: 1px #0099CC solid !important;
	border-radius: 2px;
	background-color: #336699 !important;
	color: #FFFFFF !important;
	}
#howtocitethisarticle .btn:active  {
	background-color: #9933FF !important;
	}
#howtocitethisarticle .btn:hover {
	background-color: #3366CC !important;
}
#howtocitethisarticle .howtocitethisarticle_title {
	font-family: 'Montserrat', sans-serif;
	display: block;
	padding: 5px 5px 5px 0px;
	font-weight: normal;
	}
.refernce_managers ul {
	display: block;
	list-style: none;
	}	
.refernce_managers li {
	display: inline-block !important;
	list-style: none !important;
	padding: 5px 10px !important;
	border: 1px solid #330066 !important;
	border-radius: 4px;
}
.refernce_managers li a {
	text-decoration: none !important;
	}
.refernce_managers li:hover {
	background-color: #E1E1E1;	
}
/*Como citar este artículo end*/
#content ul.menu li {
	background-color: #eff2f4 /*#175981*/;
	display: inline-block;
	margin: 2px 4px 2px 4px;
	border: 1px solid #034175;
	border-radius: 4px;
	padding: 6px 10px 6px 10px;
	height: auto;
	width: auto;
	color: #FFF;
	}
#content ul.menu li:hover {
	background-color: #bac8d1 !important;
}	
#content ul.menu li a {
	background-color: transparent !important;
	border: none !important;
	}
#content ul.menu li a:hover {
	background-color: transparent !important;
	border: none !important;
	}		
#content .action {
	display: inline-block;
	background-color: #58A6E8 /*#eff2f4*/ /*#175981*/;
	border: 1px solid #034175;
	border-radius: 2px;
	padding: 2px 10px 2px 10px;
	margin: 3px 4px 3px 4px;
	color: #ffffff;
	text-decoration: none; 
}
#content .action:hover {
	background-color: #4082aa /*#eff2f4*/ /*#175981*/;
	color: #FFF;
}
#content .action_ok {
	display: inline-block;
	background-color: #093 /*#093*/ /*#093*/;
	border: 1px solid #034175;
	border-radius: 2px;
	padding: 2px 10px 2px 10px;
	margin: 3px 4px 3px 4px;
	color: #ffffff;
	text-decoration: none; 
}
#content .action_ok:hover {
	background-color: #0C3 /*#eff2f4*/ /*#175981*/;
	color: #FFF;
}
#content .action_not {
	display: inline-block;
	background-color: #F30 /*#093*/ /*#093*/;
	border: 1px solid #034175;
	border-radius: 2px;
	padding: 2px 10px 2px 10px;
	margin: 3px 4px 3px 4px;
	color: #ffffff;
	text-decoration: none; 
}
#content .action_not:hover {
	background-color: #C30 /*#eff2f4*/ /*#175981*/;
	color: #FFF;
}
#content .action_soft {
	font-weight: bold;
}
input {
	border: 1px solid #034175;
	border-radius: 4px;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #034175;
	border-radius: 4px;
}


input.button, input.defaultButton {
	/*background-color: #EEEEFF;*/
	margin-top: 4px;
	background-color: #eff2f4;
	border: 1px solid #034175;
	border-radius: 4px;
	padding: 6px 10px 6px 10px !important;
	min-height: 20px;
	height: auto;
	width: auto;
	color: #034175;
}
/*
input.defaultButton {
	background-color: #3399CC;
	color: #eee;
}
*/
input.button:hover, input.defaultButton:hover  {
		background-color: #034175 !important;
		color: #eff2f4;
}
#pdfDownloadLinkContainer .pdf, #pdfDownloadLinkContainer .action {
	background-color: #333399 !important;
	padding: 3px 5px 3px 5px !important;
	width: 160px !important;
	}
#pdfDownloadLinkContainer .pdf:hover {
		background-color: #000033 !important;
	}			