/**
 * UnCommon Theme
 * Copyright (c) OmniaScience 2016
 * based on the common.css design by John Willinky and Jon Whipple
 * 
 * based on common.css
 *
 * Distributed under the GNU GPL v2.
 * 
 */

/**
 * Common HTML elements
 */

body {
	background-color: #FFFFFF;
	color: #4c4c4c;
	font-family: Garamond;
	margin: 0;
	padding: 0;
	text-align: center;
	letter-spacing: 0.3px;
}

a:link {
	color: #006080;
}

a:active {
	color: #006080;
}

a:visited {
	color: #006080;
}

a:hover {
	color: #ff871a;
	background: transparent;
}

label.error {
	color: #900;
}

input {
	border: 1px solid #dcdcdc;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar textarea.textArea, #sidebar input.uploadField, #sidebar input.button {
	background-color: #f7f7f7;
	color: #333333;
	border: 1px solid #dcdcdc;
	font-size: 14px;
	font-family: Garamond;
	margin-left: 2px;
	padding: 0 5px;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #f5f5f5;
	color: #333333;
	border: 1px solid #e8e8e1;
	font-size: 14px;
	font-family: Garamond;
	margin-left: 2px;
	padding: 0 5px;
}

input.button {
	background-color: #f7f7f7;
	color: #333333;
	border: 1px solid #dcdcdc;
	font-size: 14px;
	font-family: Garamond;
	margin-left: 2px;
	padding: 0 5px;

}

input.defaultButton {
	background-color: #f7f7f7;
	color: #333333;
	border: 1px solid #dcdcdc;
	font-size: 14px;
	font-family: Garamond;
	margin-left: 2px;
	padding: 0 5px;
}

table.data td.value {
}

table.data td {
  /*  padding-bottom: 0.25em;*/
	font-size: 14px;
}

#header {
	background-color: #fff;
}

#header h1 {
	/*padding-left: 0;
	padding-top: 15px;*/
	/*font-family: Trebuchet MS;*/
	font-weight: bold;
	/*color: #8E142C;*/
	letter-spacing: 2px;
	background: rgba(0, 0, 0, 0) url("/Docum/jotse.png") repeat scroll 0 0;
	color: rgba(0, 0, 0, 0);
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	padding: 47px 0 50px 30px;
	margin: 20px auto 0;
}

#footer {
	width: 100%;
	min-height: 33px;
	background-color: #003366;
	color:  #003366;
	padding: 13px;
}

#footerContent {
	color:  #003366;
}

#main h2 {
	font-family: Garamond;
	/*font-weight: normal;*/
	font-size: 25px;
	color: #4c4c4c;
}

#main h3 {
	font-family: Garamond;
	font-weight: normal;
	color: #4c4c4c;
}

#navbar {
	border-bottom: 1px none #ff4c01;
    margin-right: 0;
    width: 1000px;
	padding-bottom: 0;
}

#breadcrumb {
	/*color: #8E142C;*/
	font-size: 14px;
    padding-bottom: 15px;
    padding-top: 35px;
}

#content {
	border-top: 1px dotted #000;
	font-size: 17px;
    line-height: 25px;
    margin: 0;
	/*padding: 0;*/
}

#content h3 {
	font-family: Garamond;
	/*font-weight: normal;*/
	color: #4c4c4c;
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	margin: 1em 1em 0.25em 0;
	padding-top: 3px;
}

#content h4 {
	font-family: Garamond;
	font-weight: normal;
	color: #4c4c4c;
	margin: 0.75em 1em 0.25em 0;
	font-size: 19px;
}

#content h5 {
	color: #0170C0;
}

#leftSidebar div.block {
	padding: 0.5em 0;
	border-top: 3px solid #8E142C;
	border-bottom: 1px solid #8E142C;
	margin-bottom: 3px;
	color: #8E142C;
}

#rightSidebar div.block {
	/*padding: 0.5em 0;*/
	/*border-bottom: 3px solid #8E142C;*/
	margin-bottom: 0px;
	color: #4c4c4c;
	line-height: 15px;
}

#leftSidebar div.block span.blockTitle {
	padding: 0;
	font-weight: bold;
	color: #8E142C;
}

#rightSidebar div.block span.blockTitle {
	padding: 0.5em 0;
	font-weight: normal;
	color: #000;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-family: Ubuntu, Arial;
}

#leftSidebar div.block span.blockSubtitle {
	font-weight: bold;
}

#rightSidebar div.block span.blockSubtitle {
	font-weight: bold;
}

pre {
	background-color: #EEEEFF;
}

div.separator {
	border-bottom: 1px dotted ##0170C0;
}

/*Añdido nuevo a partir de las plantillas propias de PKP*

*********************************************************
*********************************************************
*********************************************************
*********************************************************
*********************************************************/


#container {
    margin: 0 auto;
    min-width: 730px !important;
    text-align: center;
    width: 1024px !important;
}

#headerTitle {
    margin: 0 auto;
    padding: 0;
    text-align: left !important;
    width: 100%;
}

#rightSidebar {

	float: right;
    font-size: 14px;
    height: 100%;
    margin-right: 0;
    width: 180px;
	background: none;
	border-radius: 0px;
}

#sidebar div.block {

    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    font-size: 14px;
    margin-top: 15px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-top: 0.5px;
 	text-align: left;
}

#main {
    display: inline;
    float: left;
    margin-left: 5px;
	margin-top: -50px;
    overflow: hidden;
    width: 815px;
}

ul.menu {
    line-height: 30px;
    margin-left: 85px;
    padding: 0;
    text-align: left;
	font-family: Garamond;
	font-size: 14px;
}

ul.menu li {
    display: inline;
    margin: 0;
    padding: 0 1.5em 0 0;
}

#navbar a {
    font-size: 16px;
    letter-spacing: 0.05em;
}

p {
    margin: 5px 0;
}

#announcementsHome {
    margin: 0px 0;
    width: 100%;
}

table.announcements {
    width: 100%;
}

table {
    border: 0 none;
    border-spacing: 0;
    font-size: 17px;
}

.tocArticle {
    padding: 10px 0;
    width: 100%;
}

.tocArticleTitleAuthors {
    width: 85%;
}

.tocAuthors {
    font-style: italic;
    padding-left: 30px;
    vertical-align: top;
}

table.info td {
    padding: 0;
	font-size: 16px;
}

/*Etiquetas báscias*/
a {
    text-decoration: none;
}

label {
    font-size: 14px;
}

form {
    margin: 0;
	font-size: 15px;
}

tt {
    font-size: 16px;
}

div {
    text-align: justify;
}

.defaultSkin table, .defaultSkin tbody, .defaultSkin a, .defaultSkin img, .defaultSkin tr, .defaultSkin div, .defaultSkin td, .defaultSkin iframe, .defaultSkin span, .defaultSkin *, .defaultSkin .mceText {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-collapse: separate;
    color: #000;
    cursor: default;
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    vertical-align: baseline;
    white-space: nowrap;
    width: auto;
}

table.listing td {
    padding: 1px !important;
	font-size: 15px !important;
	text-align: left;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
    font-size: 14px;
    font-weight: normal;
    padding: 0.75em 1.5em 1em 0.5em;
    text-transform: none;
}

ul.menu li.current {
    font-weight: bold;
}

ul.menu a {
    font-size: 18px;
    text-decoration: none;
    text-transform: none;
	
}

a.action, a.file {
    font-size: 11px;
    text-transform: uppercase;
}

.highlightReviewerNotNotified, .highlightCopyediting {
    background: #e8e8e8 none repeat scroll 0 0;
}

.highlightNoDecision, .highlightLayoutEditing {
    background: #fffed5 none repeat scroll 0 0;
}

.highlightReviewerConfirmationOverdue {
    background: #ffebbb none repeat scroll 0 0;
}

.highlightReviewerCompletionOverdue {
    background: #ecd5db none repeat scroll 0 0;
}

#topBar {
    display: none;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
}

#inlinePdfResizer {
    height: 680px;
    padding: 1px 0 1px 1px;
    width: 98%;
}

.articleToolItem {
    margin-bottom: 3px;
    text-align: left;
}
