/**
 * common.css
 *
 * Copyright (c) 2003-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id: common.css,v 1.79 2009/06/02 21:20:58 asmecher Exp $
 */

/**
 * Common HTML elements
 */

a:link {
	color: #990000;
}

a:active {
	color: #990000;
}

a:visited {
	color: #990000;
}

a:hover {
	color: #990000;
	background: none;
	text-decoration:none;
}


/**
 * Main layout elements
 */

#header {
	background-color:none;
}

#footspace {
	width: 100%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	min-height:150px;
	margin:1px auto 20px auto;
	color:#FFF;
	background:url(../graphics/bg_footer.jpg) 0 0 repeat-x;
}

#footlogo {
	width: 195px;
	height:50px;
	margin:10px 0 20px 0;
	background:url(../graphics/logo_sml.png) 0 0 no-repeat;
	float:left;
}

#tpatlogo {
	width: 33px;
	height:50px;
	margin:10px 0 20px 20px;
	background:url(../graphics/logo_TPAT.png) 0 0 no-repeat;
	float:left;
}

#fthld {
	width: 980px;
	min-height:150px;
	margin:0 auto;
}

#fthld p {
	margin:0 0 8px 0;
	border-bottom:#FFF 1px solid;
	font-weight:bold;
	font-size:11px;
}

#ftblk1 {
	width: 304px;
	margin:0 20px 0 0;
	padding-top:4px;
	float:left;
	font-size:9px;
	text-align:justify;
}

#ftblk2 {
	width: 302px;
	margin:0 0;
	padding-top:4px;
	float:left;
	font-size:9px;
	text-align:justify;
}

#ftcol1 {
	width: 659px;
	min-height:150px;
	margin:0 0 15px 0;
	padding-top:4px;
	padding-left:12px;
	padding-right:12px;
	background:url(../graphics/bg_footline.jpg) 0 0 no-repeat;
	float:left;
	font-size:9px;
	text-align:justify;
}

#ftcol2 {
	width: 253px;
	min-height:150px;
	margin:0 0 15px 20px;
	padding-top:4px;
	padding-left:12px;
	padding-right:12px;
	background:url(../graphics/bg_footline.jpg) 0 0 no-repeat;
	float:left;
	font-size:9px;
}

#ftcol3 {
	width: 245px;
	min-height:150px;
	margin:0 0 15px 0;
	padding-top:4px;
	padding-left:12px;
	padding-right:12px;
	background:url(../graphics/bg_footline.jpg) -1px 0 no-repeat;
	float:left;
	font-size:9px;
}

#ftcol4 {
	width: 245px;
	min-height:150px;
	margin:0 0 15px 0;
	padding-top:4px;
	padding-left:12px;
	padding-right:12px;
	background:url(../../graphics/bg_footline.jpg) -1px 0 no-repeat;
	float:left;
	font-size:9px;
}

#btmrow {
	margin:15px 0;
	padding-top:4px;
	padding-left:12px;
	padding-right:12px;
	clear:both;
	font-size:9px;
	text-align:justify;
}

#footspace a:link, #footspace a:visited {
	color:#FFF;
	font-size:9px;
	text-decoration:none;
}

#footspace a:hover {
	color:#FFF;
	font-size:9px;
	text-decoration:underline;
}

#footspace ul.menu {
	margin: 0;
	padding: 0;
	list-style:none;
}

#footspace ul.menu li {
	list-style:none;
	margin: 0;
	padding: 0;
	padding-right: 1.5em;
	display: inline;
}

#footspace ul.menu li.current {
	font-weight: normal;
}

#footspace ul.menu a {
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
}


#footer {
	background-color: #ABA;
}

#main {
	width: 733px;
	margin: 0 auto;
	margin-left:15px;
}


/**
 * Clear fix
 */
#clearfix {
	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;
}


/**
 * Navigation bar
 */

#navbar a {
	font-size: 0.65em;
	letter-spacing: 0.05em;
	color:#333;
	font-size:12px;
}


/**
 * Announcements
 */

#announcementsHome {
	width: 100%;
	margin: 2em 0 2em 0;	
}

#announcementsHome h3 {
	text-align: left;
}

#announcements {
	width: 100%;
}

#announcements h3 {
	text-align: left;
}

table.announcements {
	width: 100%;
}

table.announcements td {
	padding: 0.25em 0.5em 0.25em 0.5em;
}

table.announcements td.nodata {
	text-align: center;
	font-style: italic;
}

table.announcements td.headseparator {
	border-top: 1px solid #dedede;
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements td.endseparator {
	border-top: 1px solid #dedede;
	font-size: 0.25em;
	line-height: 10%;
}

table.announcements td.separator {
	border-top: 1px solid #dedede;
	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: yellow;
}

table.listing tr.fastTracked {
	background-color: #ABA;
}

table.listing tr.data td {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

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;
}
