/*
 * MyFonts Webfont Build ID 733353, 2011-03-24T16:58:00-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Neuropol X Regular
 * URL: http://new.myfonts.com/fonts/typodermic/neuropol-x/neuropol-x/
 * Foundry: Typodermic
 * Copyright: (c) 2002-2010 Typodermic Fonts. This font is not freely distributable. Visit typodermic.com for more info.
 * License: http://www.myfonts.com/viewlicense?1056
 * Licensed pageviews: unlimited/month
 * CSS font-family: NeuropolXRg-Regular
 * CSS font-weight: normal
 * 
 * (c) 2011 Bitstream, Inc
*/

@font-face {
  font-family: "NeuropolXRg";
  src: url("/ojs/public/site/images/admin/fonts/style_87788.eot");
  src: local("☺"),
    url("/ojs/public/site/images/admin/fonts/style_87788.woff") format("woff"),
    url("/ojs/public/site/images/admin/fonts/NeuropolXRg.otf") format("opentype"),
    url("/ojs/public/site/images/admin/fonts/style_87788.svg#style_87788") format("svg");
  }


/* CSS Document */


/**http://biblios.pitt.edu
 * common.css
 *
 * Copyright (c) 2003-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * PKP-wide shared stylesheet.
 *
 * $Id: common.css,v 1.1 2009/06/02 21:15:35 asmecher Exp $
 */

/**
 * Common HTML elements
 */

html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background-repeat: repeat-y;
	background-image: url(/ojs/public/site/images/admin/biblios_bg_fade.gif);
	background-position: center top;
}

div {
	text-align: left;
}

table {
	border: 0;
	border-spacing: 0;
	font-size: .96em;
}

form {
	margin: .5em;
}

a {
	text-decoration: none;
}

a.plain {
	text-decoration: none;
}

a:link {
	color: #df8600;
	text-decoration: underline;
}

a:active {
	color: #f90;
}

a:visited {
	color: #A86500;
	text-decoration: underline;
}

a:hover {
	color: #666;
	background-color: transparent;
	text-decoration: none;
}

ul {
	margin: 0.25em 0 0.75em 0;
	padding: 0 0 0 2.5em;
}

tt {
	font-size: 1.25em;
}

label {
}

label.error {
	color: #900;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #f5f5f5;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 2px solid #E8E8E1;
	border-right: 2px solid #E8E8E1;
	font-size: 1em;
}

input.button {
	padding: 3px;
	margin: 5px;
	background-color: #666;
	font-size: 1em;
	color: #FFF;
}

input.defaultButton {
	background-color: #DF8600;
	color: #FFF;
	font-weight: bold;
}


/**
 * Main layout elements
 */



#container {
	min-width: 980px !important;
	margin: 0px auto;
	text-align: center;
	background-color: transparent;
	font-size: 1em;
	width: 100%;
}

#header {
	text-align: center;
	min-height: 100px;
	margin: 0 auto;
	border-bottom-color: #EFB12E;
	background-color: transparent;
	width: 980px;
}

#headerTitle {
	text-align: center !important;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#header h1 { margin: 0 auto; padding: 0; font-weight: normal; line-height: 0; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; text-transform: uppercase; letter-spacing: 0px; font-size: 0; background-color: transparent; color:  #666; }

#footer {
	width: 90%;
	min-height: 50px;
	position: static;
	clear: both;
	text-align: center;
}

#footerContent {
	width: 100%;
	margin: 0 auto;
	padding-left: 10%;
}


#main h2 {
	margin: 0em;
	padding: 0.5em 0 0 5px;
	font-family: "NeuropolXRg", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
	font-size: 2em;
	color: #666;
}

#main h3 {
	margin: 0em;
	padding-top: 0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
}
#content {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 0.8em;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #000;
}

#content h3 {
	margin: 0em;
	font-weight: normal;
	font-size: 1.8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: normal;
	color: #666;
	padding: .5em 0 .25em 0;
}

#content h4 {
	margin: .75em 1em 0.25em 0em;
	font-weight: normal;
	font-size: 1.5em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #666;
}

#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
}

/**
 * Breadcrumbs
 */
 
#breadcrumb {
	font-size: 0.7em;
	line-height: 2em;
	text-align: left;
	padding: 10px 0 0 3px;
	font-style: normal;
	border-bottom-width: 1px;
	clear: both;
	background-color: transparent;
	margin: 0px 0px 15px 5px;
	color: #666;
	border-bottom: 1px solid #E5E5E5;
}

#breadcrumb a {
	text-decoration: none;
	color: #999;
}
#breadcrumb a:hover {
	text-decoration: underline;
	color: #666;
}
#breadcrumb a.current {
	font-weight: bold;
}

/**
 * Navigation bar
 */

#navbar {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #F90;
	border: 0;
}

#navbar a {
	font-size: 0.8em;
	letter-spacing: 0px;
	margin: 0 0 5px 0;
}

#navbar ul.menu {
	list-style: none;
}

#navbar ul.menu li {
	float: left;
	margin: 8px 0 0 4px;
	padding: 0;
	border-bottom: 0px solid #bebfbf;
	display: inline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: transparent;
	background-image: none;
}

#navbar ul.menu a {
	float: left;
	display: block;
	padding: 10px;
	color: #FFF;
	background-color: #F90;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#navbar ul.menu a:hover {
	float: left;
	display: block;
	background:#fff;
	padding: 10px;
	color: #F90;
}


/*#navbar ul.menu li {
	float: left;
	margin: 2px 0 0px 4px;
	padding: 0 0 0 0;
	border-top: 1px solid #bebfbf;
	display: inline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 20px;
	background-image: url(images/tab_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#navbar ul.menu a {
	float: left;
	display: block;
	padding: 0px 10px;
	height: 20px;
	background-image: url(images/tab_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#navbar ul.menu li:hover {
	float: left;
	margin: 2px 0 0px 4px;
	padding: 0 0 0 0;
	border-top: 1px solid #bebfbf;
	display: inline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 20px;
	background-image: url(images/tab_right2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#navbar ul.menu a:hover {
	float: left;
	display: block;
	padding: 0px 10px;
	height: 20px;
	background-image: url(images/tab_left2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
*/




ul.menu {
	margin: 0;
	padding: 0;
}


ul.menu li.current {
	font-weight: bold;
	color: #DF8600;
}

ul.menu a {
	font-size: 1em;
	text-transform: capitalize;
	text-decoration: none;
}

/**
 * Footer elements
 */

#footer div.debugStats {
	font-size: 0.6em;
}


/**
 * Additional text styles
 */

span.disabled, label.disabled {
	color: #666;
}

a.action, a.file {
	font-size: 0.85em;
	text-transform: uppercase;
}

a.icon {
	text-decoration: none;
}

a.icon img {
	border: 0;
}

a.icon:hover {
	background: none;
}

span.formRequired {
	color: #333;
	font-size: 0.9em;
}

span.instruct {
}

span.heading {
	font-size: 0.85em;
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px solid #E5E5E5;
}

.nowrap {
	white-space: nowrap;
}


/**
 * Table styles
 */

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.listing td {
	padding: 0.25em 1.5em 0.25em 0.5em;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0.75em 1.5em 1em 0.5em;
}

table.info td.heading {
	padding-left: 0;
}


table.listing td.nodata, table.info td.nodata {
	text-align: left;
	font-style: normal;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

table.listing td.headseparator {
	border-top: 1px solid #E5E5E5;
	font-size: 0.1em;
	line-height: 1%;
}

table.listing td.endseparator {
	border-top: 1px solid #E5E5E5;
	font-size: 0.25em;
	line-height: 10%;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px solid #E5E5E5;
	font-size: 0.1em;
	line-height: 1%;
}

table.data tr {
}

table.data td {
	padding-bottom: 0.25em;
}

table.data td.label {
	padding-right: 1em;
}

table.data td.value {
}

table.data td.separator {
	padding: 0.5em;
	font-size: 0.1em;
	line-height: 1%;
}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}

table.nested tr {
	padding: 0;
	margin: 0;
}

span.nested {
	padding: 0 4px 0 0;
	font-size: 1.2em;
}

/**
 * Form-specific elements
 */

span.formError {
	color: #900;
	font-weight: bold;
	font-size: 1em;
}

span.formSuccess {
	color: #090;
	font-weight: bold;
	font-size: 1em;
}

ul.formErrorList {
	color: #900;
}


/**
 * Other organizational elements
 */


ul.steplist {
	margin: 1em 1em 1em 0em;
	padding: 0;
	list-style-type: decimal;
}

ul.steplist li {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	padding-right: 0.5em;
	display: inline;
	text-transform: uppercase;
}

ul.steplist li.current {
	font-weight: bold;
}

ul.steplist a {
	text-decoration: none;
}

ul.plain {
	list-style-type: none;
	padding-left: 1.5em;
}

ul.filter {
	margin: 0;
	padding: 1.5em 0 1.5em 0;
	list-style-type: none;
}

ul.filter li {
	padding-right: 1.5em;
	display: inline;
}


/**
 * Other organizational elements
 */

div.separator {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0.25em;
	padding: 0;
	border-bottom: 1px solid #E5E5E5;
	font-size: 0.5em;
	line-height: 25%;
	clear: both;
}



/**
 * Access icons and key
 */
#accessKey {
	margin-bottom: 2em;
}

#accessKey img {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#content img.accessLogo {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}



/**
 * Announcements
 */

#announcementsHome {
	width: 100%;
	margin: 2em 0 2em 0;	
}

#announcementsHome h3 {
	text-align: center;
}

#announcements {
	width: auto;
}

#announcements h3 {
	text-align: center;
}

table.announcements {
	width: 100%;
}

table.announcements td {
	padding: 0.25em 0.5em 0.25em 0.5em;
}

table.announcements td.nodata {
	text-align: left;
	font-style: normal;
	color: #000;

}

table.announcements td.headseparator {
	border-top: 1px solid #E5E5E5;
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements td.endseparator {
	border-top: 1px solid #E5E5E5;
	font-size: 0.25em;
	line-height: 10%;
}

table.announcements td.separator {
	border-top: 1px solid #E5E5E5;
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements tr.intro {
}

table.announcements td.intro {
}

table.announcements tr.title {
	vertical-align: top; 
}

table.announcements td.title {
	width: 85%;
}

table.announcements td.title h4 {
}

table.announcements tr.description {
	vertical-align: top;
}

table.announcements td.description {
	width: 85%;
}

table.announcements tr.details {
	vertical-align: bottom;
}

table.announcements td.posted {
	padding-top: 1em;
	font-style: italic;
}

table.announcements td.more {
	width: 15%;
	text-align: right;
}

table.announcementsMore {
	width: 100%;
}

table.announcementsMore td {
	padding-top: 1.5em;
	text-align: right;
}


/**
 * Table of contents
 */

h4.tocSectionTitle {
	background-color: #F90;
	color: #FFF;
	padding-left: 10px;
	width: 705px;
}

table.tocArticle {
	width: 100%;
	border: 1px solid #ccc;
	margin: 15px 0;
	padding: 10px;
}

table.tocArticle td.tocTitle {
	width: 70%;
	height: 100%;
}

table.tocArticle td.tocGalleys {
	width: 30%;
	text-align: right;
}

table.tocArticle td.tocAuthors {
	padding-left: 30px;
	font-style: italic;
	vertical-align: top;
	padding-top: 10px;
}

table.tocArticle td.tocPages {
	text-align: right;
	vertical-align: top;
}

.tocArticleCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 0 1em 1em 0;
}


/**
 * Homepage image
 */

#homepageImage img {
	display: block;
	margin: 0 auto;
	border: 0;
	text-align: center;
}

.homepageImage img {
	margin: 0 auto;
	border: 0;
	float: left;
	width: 100px;
	margin: 1em 1em 1em 0;
	text-align: center;
}


/**
 * Issue cover image
 */

#issueCoverImage img {
	display: block;
	border: 0;
}

.issueCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 1em 1em 1em 0;
}

#issueCoverImage a:link, .issueCoverImage a:link {
}

#issueCoverImage a:active, .issueCoverImage a:active {
}

#issueCoverImage a:visited, .issueCoverImage a:visited {
}

#issueCoverImage a:hover, .issueCoverImage a:hover {
}


/**
 * Editorial Team Lists
 */

ol.editorialTeam {
}

ol.editorialTeam li {
	list-style: none;
}

ol.editorialTeam, ol.editorialTeam li {
	margin-left: 0;
	padding-left: 0;
}


/**
 * Additional text styles
 */

pre {
	background-color: #F0F0E8;
	color: #000;
	font-size: 1.25em;
}

/**
 * Table styles
 */

table.listing tr.highlight {
	background: yellow;
}

table.listing tr.fastTracked {
	background-color: #FFC;
}

table.listing tr.data td {
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

table.listing tr.data td.drag {
	cursor: move;
}


/**
 * Other organizational elements
 */

li.pluginManaged { 
	color: green; 
}

div.progressbar {
	background-image: url(../templates/images/progbg.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 505px;
	z-index:1;
}

td.notificationContent {
	padding-left: 5px;
	padding-right: 5px;
}

td.notificationFunction {
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}



/**http://bsj.pitt.edu/ojs/styles/sidebar.css
 * sidebar.css
 *
 * Copyright (c) 2003-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including sidebar(s).
 *
 * $Id: sidebar.css,v 1.4 2009/04/08 19:54:50 asmecher Exp $
 */

/**
 * Sidebar
 */

#developedBy {
	text-transform: uppercase;
	font-size: 0.95em;
}

#sidebar div.block {
	font-size: 1em;
	padding: 3px;
	border: 1px solid #E5E5E5;
	margin: 0em 0em 2em 0em;
}

#sidebar div.block span.blockTitle {
	display: block;
	padding: 0.5em;
	font-size: 1em;
	letter-spacing: 0em;
	text-transform: uppercase;
	text-align: left;
	background-color: #EFEFEF;
	margin: 0px;
}

#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 0;
	font-style:normal;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: 1em;
}
#body {
	width: 980px;
	background-color: #FFF;
	clear: both;
	overflow: hidden;
	margin: 3px auto 20px auto;
	padding-top: 0px;
	Box-shadow:0px 0px 5px #666;
	-webkit-box-shadow:0px 0px 5px #666;
	-moz-box-shadow:0px 0px 5px #666;
	padding: 10px 0 0 0;
}


#main {
	float: left;
	width: 720px;
	margin-left: 0%;
	display: inline;
	overflow: hidden;
	padding: 0 20px 15px 10px;
	background-color: transparent;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


label.error {
	color: #f60;
}

input.defaultButton {
	color: #FFF;
	background-color: #F90;
}

#footer {
	background-color: #fff;
	color:  #606060;
	padding:0px;
	border: 1px solid #E5E5E5;
	font-size: 10px;
	width:auto;

}
.footertext {
	background-color: #F5F5F5;
	color: #666;
	margin: 3px;
	padding: 5px;
}
	
#footerContent {
	color:  #fff;
}

span.highlight {
	border-bottom: 1px solid #ccc;
}

table.listing tr.highlight {
	background-color: #FF9;
}

table.listing tr.fastTracked {
	background-color: #f5f5f5;
}

table.listing td.headseparator {
	border-top: 1px solid #ccc;
}

table.listing td.endseparator {
	border-top: 1px solid #ccc;
}

span.formError {
	color: #F00;
}

ul.formErrorList {
	color: #F00;
}

#rightSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li {
	list-style-type: none;
}

#rightSidebar{
	float: right;
	width: 200px;
	padding: 10px 0px 10px 0px;
	font-size: 0.7em;
	background-color: transparent;
	margin: 0px 15px 15px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#rightSidebar a:link {
	color: #df8600
	text-decoration: underline;
}

#rightSidebar a:active {
	color: #F90;
}

#rightSidebar a:visited {
	color: #A86500;
}

#rightSidebar a:hover {
	color: #606060;
	background-color: transparent;
	text-decoration: none;
}

#mainContent {
	margin:50px 0 20px 0;
}
#sidebarFontSize {
	height: 75px;
}
#fullscreenShow , #fullscreenHide{
	background-color: #F90;
	color: #FFF;
	margin: 0em 0em 1em 0em;
	padding: 0.5em;
	font-weight: bold;
}

#header img {
    margin: 0px; 
	clear: both;
	}  

#sidebarWebFeed img {
    margin: 5px 0px; 
	clear: both;
	}  
	
#sidebarWebFeed {
	height: 100px;
	}
	
#customblock-Important-Information p {
	display: block;
	padding: 0.5em;
	font-size: 1em;
	letter-spacing: 0em;
	text-transform: uppercase;
	text-align: left;
	background-color: #EFEFEF;
	margin: 0px;
}
#customblock-Docs p {
	display: block;
	padding: 0.5em;
	font-size: 1em;
	letter-spacing: 0em;
	text-transform: uppercase;
	text-align: left;
	background-color: #EFEFEF;
	margin: 0px;
}
#customblock-Indexation p {
	display: block;
	padding: 0.5em;
	font-size: 1em;
	letter-spacing: 0em;
	text-transform: uppercase;
	text-align: left;
	background-color: #EFEFEF;
	margin: 0px;
}
#customblock-Important-Information ul li{
	list-style-position:inside;
	list-style-type: disc;
	margin: 3px;
}
#customblock-Docs ul li{
	list-style-position:inside;
	list-style-type: disc;
	margin: 3px;
}
#customblock-Indexation ul li{
	list-style-position:inside;
	list-style-type: disc;
	margin: 3px;
}
#customblock-Important-Information ul li a:link {
	color: #df8600;
	text-decoration: none;
}
#customblock-Docs ul li a:link {
	color: #df8600;
	text-decoration: none;
}
#customblock-Indexation ul li a:link {
	color: #df8600;
	text-decoration: none;
}
#customblock-Important-Information a:active {
	color: #F90;
}
#customblock-Docs a:active {
	color: #F90;
}
#customblock-Indexation a:active {
	color: #F90;
}
#customblock-Important-Information a:visited {
	color: #A86500;
}
#customblock-Docs a:visited {
	color: #A86500;
}
#customblock-Indexation a:visited {
	color: #A86500;
}
#customblock-Important-Information ul li a:hover {
	color: #606060;
	background-color: transparent;
	text-decoration: underline;
}
#customblock-Docs ul li a:hover {
	color: #606060;
	background-color: transparent;
	text-decoration: underline;
}
#customblock-Indexation ul li a:hover {
	color: #606060;
	background-color: transparent;
	text-decoration: underline;
}