@import url("../lib/pkp/styles/themes/default/pnotify.css");
/**
* common.css
*
* Copyright (c) 2003-2011 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Site-wide shared stylesheet.
*
* $Id$
 

* Notifications
* FIXME: (Re)move once OJS styles are consolidated with new styles and themes
 */
.ui-pnotify-title
{
	font-size: 0.8em;
}
.ui-pnotify-text
{
	font-size: 0.6em;
}
.ui-pnotify-history-container .ui-pnotify-history-header
{
	font-size: 0.8em;
}
/**
* Common HTML elements
 */
A:link
{
	/*[empty]color:;*/
}
A:active
{
	/*[empty]color:;*/
}
A:visited
{
	/*[empty]color:;*/
}
A:hover
{
	/*[empty]color:;*/
	/*[empty]background:;*/
}
/**
* Main layout elements
 */
#header
{
	/*[empty]background-color:;*/
}
#footer
{
	/*[empty]background-color:;*/
}
#main
{
	width: 80%;
	margin: 0 auto;
}
/**
* 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;
}
/**
* Navigation bar
 */
#navbar A
{
	font-size: 0.65em;
	letter-spacing: 0.05em;
}
/**
* Announcements
 */
#announcementsHome
{
	width: 100%;
	margin: 2em 0;
}
#announcementsHome H3
{
	text-align: center;
}
#announcements
{
	width: 100%;
}
#announcements H3
{
	text-align: center;
}
TABLE.announcements
{
	width: 100%;
}
TABLE.announcements TD
{
	padding: 0.25em 0.5em;
}
TABLE.announcements TD.nodata
{
	text-align: center;
	font-style: italic;
}
TABLE.announcements TD.headseparator
{
	border-top: 1px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
}
TABLE.announcements TD.endseparator
{
	border-top: 1px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}
TABLE.announcements TD.separator
{
	border-top: 1px dotted #DDDDD0;
	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
{
}
TABLE.tocArticle
{
	width: 100%;
}
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;
}
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: #FFFF00;
}
TABLE.listing TR.fastTracked
{
	background-color: #ABA;
}
TABLE.listing TR.data TD
{
	border-top: 1px dotted #DDDDD0;
	border-bottom: 1px dotted #DDDDD0;
}
TABLE.listing TR.data TD.drag
{
	cursor: move;
}
/**
* Other organizational elements
 */
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;
}
.throbber
{
	display: none;
	background: url(../lib/pkp/templates/images/throbber.gif) no-repeat;
	width: 25px;
	height: 25px;
	margin-left: 50%;
	margin-top: 5%;
}
/*Font Sizer*/
.smallFont
{
	outline: none;
/*for making it look nice in FF*/
	background: url(../lib/pkp/templates/images/icons/font-down.png);
	text-indent: -9999px;
	display: block;
	float: left;
	width: 20px;
	height: 23px;
	margin-right: 4px;
	margin-left: 8px;
}
A.smallFont:hover
{
	background: url(../lib/pkp/templates/images/icons/font-down.png);
	color: none;
}
.defaultFont
{
/*if you want to hide the default font button, use display:none*/
	background: url(../lib/pkp/templates/images/icons/font-default.png);
	text-indent: -9999px;
	outline: none;
	display: block;
	float: left;
	width: 20px;
	height: 23px;
	margin-right: 4px;
}
A.defaultFont:hover
{
	background: url(../lib/pkp/templates/images/icons/font-default.png);
	color: none;
}
.largeFont
{
	background: url(../lib/pkp/templates/images/icons/font-up.png);
	outline: none;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 20px;
	height: 23px;
}
A.largeFont:hover
{
	background: url(../lib/pkp/templates/images/icons/font-up.png);
	color: none;
}
/*@group Tag-it*/
UL.tagit
{
	padding: 1px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #C6C6C6;
	overflow: auto !important;
	width: 500px;
	margin-bottom: 0px;
}
UL.tagit LI
{
	-moz-border-radius: 5px;
	display: block;
	float: left !important;
	margin: 2px 5px 2px 0;
	clear: none;
}
UL.tagit LI.tagit-choice
{
	background-color: #DEE7F8;
	border: 1px solid #CAD8F3;
	padding: 2px 4px 3px;
}
UL.tagit LI.tagit-choice:hover
{
	background-color: #BBCEF1;
	border-color: #6D95E0;
}
UL.tagit LI.tagit-new
{
	padding: 2px 4px 3px;
	padding: 2px 4px 1px;
	padding: 2px 4px 1px 0;
}
UL.tagit LI.tagit-choice INPUT
{
	display: block !important;
	float: left;
	margin: 2px 5px 2px 0;
}
UL.tagit LI.tagit-choice A.close
{
	color: #777777;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	outline: medium none #000000;
	padding: 2px 0 2px 3px;
	text-decoration: none;
}
UL.tagit INPUT[type="text"]
{
	-moz-box-sizing: border-box;
	border: none;
	margin: 0;
	padding: 0;
	width: inherit;
	border-color: #C6C6C6;
	background-color: #FFFFFF;
	color: #333333;
}
UL.tagit LI:after, UL.tagit LI DIV:after
{
	content: " ";
	display: block;
	clear: none;
}
/*@end*/
