/**
 * common.css
 *
 * Copyright (c) 2009 Marco Scano
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id: common.css,$
 *
 *
 */
/**************** Master reset ******************************************************/
* {margin: 0; padding: 0;}
/**************** Common HTML elements **********************************************/
body {
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	}
h1 {
	font-size: 18px;
	color: #666;
	}
a:link, a:visited {
	color: #40a629;
	text-decoration: underline;
	}
a:hover, a:active {
	text-decoration: none;
	}
div {
	text-align: left;
	}
p {
	line-height: 1.4em;
	}
ol {
	margin-left: 20px;
	list-style-type:none;
	}
ol li {padding-bottom:1.2em;}
label.error {
	color: #900;
	}
input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	margin: 4px;
	padding:2px;
	background-color: #eee;
	color: #333;
	border: 1px solid #40a629;
	}
.button:hover, .defaultButton:hover, .callToAction:hover {
	cursor:pointer;
	}
input.button, input.defaultButton {
	text-align:center;
	border:none;
	padding: 4px;
	margin: 6px 8px;
	}	
input.button {
	border: 1px solid #40a629;
	background-color: #ccdecc;
	}
input.defaultButton {
	background-color: #40a629;
	color: white;
	font-weight: bold;
	}
.callToAction {
	background-image: url('/images/green_arrow.jpg');
	background-position:left;
	background-repeat:no-repeat;
	background-color: #40a629;
	color: white;
	font-weight: bold;
	text-align:center;
	border:none;
	padding: 6px 6px 6px 20px;
	margin: 6px 8px;
	}
/**************** Main layout **************************************************/
#container {
	width:980px;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	}
#header {
	width:980px;
	height: 120px;
	background-color: #40a629;
	background-image: url('/images/ISSN.jpg');
	background-position:top right;
	background-repeat:no-repeat;
	}
#logo {
	display: inline;
	float:left;
	width:380px;
	margin: 10px 0 0 10px;
	padding:0;
	}
#header h1 {line-height: 0;}
#userbox {
	display: inline;
	float: right;
	text-align:right;
	margin: 84px 14px 0 0;
	color: white;
	}
#userbox p {
	background: url('/images/green_arrow.jpg');
	background-position:left;
	background-repeat: no-repeat;
	padding-left:16px;
	vertical-align: middle;
	}
#userbox a {
	padding:4px;
	color: white;
	text-decoration: none;
	}
#userbox a:hover {
	text-decoration: underline;
	}
.searchbox {
	width: 258px;
	float:right;
	display:inline;
	background-color: #40a629;
	}
.searchbox div {
	width:auto;
	margin:6px 10px 8px 12px;
	padding: 0;
	text-align:left;
	}
.searchbox input#text {
	vertical-align: middle;
	width:196px;
	padding: 2px;
	color:#999;
	border: 1px solid #fff;
	}
.searchbox input#submit {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	}	
.searchbox input#submit:hover {
	cursor: pointer;
	}
#main {
	width: 722px;
	float:left;
	overflow:hidden;
	background-color: #fff;
	}
#main_narrow { /* used when showing two sidebars */
	width:464px;
	float:left;
	overflow:hidden;
	}
#content {
	padding:12px;
	}
#content div {
	margin:4px;
	padding: 4px;
	}
#content h2 {
	padding:22px 0 4px 0;
	font-weight: normal;
	border-bottom: 1px solid #e4e4e4;
	}
#content h3 {
	padding: 12px 0 0 0;
	font-weight: bold;
	font-size: 16px;
	color: #666;
	}
#content h4 {
	padding:8px 0;
	font-weight: bold;
	font-size: 12px;
	}
#content h5 {
	font-weight: bold;
	font-size: 12px;
	}
#content ul {
	margin-left: 1em;
	}
#content li {
	line-height: 1.5em;
	}
#content p {
	margin-top: 12px;
	}
#content ul.menu {
	margin-left: 0;
	padding: 10px 0px 24px 0px;
	}	
#content ul.menu li {
	font-size: 14px;
	list-style: none;
	display: inline;
	padding: 6px;
	}
#content ul.menu li.current a {
	font-weight: bold;
	text-decoration: none;
	}
#leftSidebar {
	float: left;
	width: 257px;
	overflow: hidden;
	border-right: 1px solid #e4e4e4;
	}
#rightSidebar {
	float: right;
	width: 257px;
	overflow: hidden;
	border-left: 1px solid #e4e4e4;
	}
#footer {
	clear: both;
	width: 980px;
	min-height: 80px;
	background: url('/images/upper-shade.jpg') repeat-x;
	background-position: top;
	background-color: #454545;
	}
#footer div.debugStats {
	background-color: #CCCCCC !important;
	color: #003300;
	}
.footerContent {
	margin: 10px 0 0 10px;
	padding: 10px 12px 10px 80px;
	background: url('/images/logo_small.jpg') no-repeat;
	background-position: left;
	color: #999;
	}
.footerContent a {
	color: #999;
	text-decoration: underline;
	}
.footerContent a:hover {
	text-decoration: none;
	}
/**************** Banner cradles ************************************************/
#stripe {
	width:980px;
	height: 70px;
	padding:10px 0 0 0;
	background-color: #40a629;
	vertical-align: middle;
	text-align:center;
}
#stripe img {border:0;}
#sideBanner {
	margin: 20px -10px 0px -10px;
	}
#sideBanner img {border:0;}
/**************** 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 {
	border-bottom: 1px solid #333;
	text-align: center;
	margin: 0;
	padding: 0;
	}
#navbar ul.menu {
	float:left;
	margin: 0;
	padding: 0px;
	background: url('/images/lower-shade.jpg') repeat-x;
	background-position: bottom;
	background-color: #454545;
	color: #FFF;
	width: 722px;
	text-align: left;
	}
#navbar .menu li {
	list-style-type: none;
	display: inline;
	}
#navbar .menu li a {
	float: left;
	display: block;
	padding: 10px 14px;
	color: #FFF;
	text-decoration: none;
	text-transform: none;
	border-right: 1px solid #000;
	}
#navbar .menu li a:hover {
	background-color: #333;
	}
/**************** Breadcrumbs ************************************************/
#breadcrumb {
	margin:0;
	padding:8px;
	font-size: 10px;
	background-color: #eee;
	}
#breadcrumb a {
	padding: 10px 4px;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
	}
#breadcrumb a.current {
	color:#666;
	}
/**************** Announcements ************************************************/
#announcementsHome {
	width: 100%;
	margin: 2em 0 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 0.25em 0.5em;
}
table.announcements td.nodata {
	text-align: center;
	font-style: italic;
}
table.announcements td.headseparator {
	border-top: 1px solid #e4e4e4;
	font-size: 0.1em;
	line-height: 1%;
}
table.announcements td.endseparator {
	border-top: 1px solid #e4e4e4;
	font-size: 0.25em;
	line-height: 10%;
}
table.announcements td.separator {
	border-top: 1px solid #e4e4e4;
	font-size: 0.1em;
	line-height: 1%;
	margin-bottom: 14px;
}
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 {
	font-size: 10px;
	font-style: italic;
	}
table.tocArticle {
	width: 100%;
	}
table.tocArticle td.tocTitle {
	width: 80%;
	height: 100%;
	font-size: 14px;
	}
table.tocArticle td.tocTitle a {
	text-decoration:none;
	}
table.tocArticle td.tocTitle a:hover {
	text-decoration:underline;
	}
table.tocArticle td.tocGalleys {
	width: 20%;
	text-align: right;
}
table.tocArticle td.tocGalleys a {
	font-size: 10px;
	padding:2px;
	vertical-align: middle;
	text-decoration:none;
	border: 1px solid #fff;
	}
table.tocArticle td.tocGalleys a:hover {
	border: 1px solid #40a629;
	}
table.tocArticle td.tocAuthors {
	padding-left: 30px;
	padding-bottom: 16px;
	font-style: italic;
	vertical-align: top;
}
table.tocArticle td.tocPages {
	text-align: right;
	vertical-align: top;
	font-style: italic;
}
.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 {}
/**************** Additional text styles  *************************************/
#issueDescription {
	color: #454545;
	font-size: 14px;
	font-style: italic;
	}
.issueDescription {
	color: #696969;
	font-size: 14px;
	font-style: italic;
	}
span.disabled, label.disabled {
	color: #666;
	}
a.action, a.file {
	text-transform: uppercase;
	}
a.icon {
	text-decoration: none;
	}
a.icon img {
	border: 0;
	}
a.icon:hover {
	background: none;
	}
span.formRequired {
	color: #333;
	}
span.instruct {
	}
span.heading {
	text-transform: none;
	}
span.highlight {
	}
.nowrap {
	white-space: nowrap;
}
pre {
	background-color: #F0F0E8;
	color: #000;
	font-size: 1.25em;
}
/**************** Table styles ***********************************/
tr.heading {}
table.info {}
table.info td {}
table.listing {
	max-width:615px;
	margin:0;
	}
table.listing tr.highlight {
	background: yellow;
	}
table.listing td {
	padding:2px;
	}
table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	line-height: 1.5em;
	}
td.heading {
		border-bottom: 1px solid #e4e4e4;;
	}
table.listing tr.fastTracked {
	background-color: #ABA;
	}
table.info td.heading {}
table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
	}
table.listing td.headseparator {
	border-top: 1px solid #e4e4e4;
	font-size: 0.1em;
	line-height: 1%;
	}
table.listing td.endseparator {
	border-top: 1px solid #e4e4e4;
	font-size: 0.25em;
	line-height: 10%;
	}
table.listing td.separator, table.info td.separator {
	border-top: 1px solid #e4e4e4;
	font-size: 0.1em;
	line-height: 1%;
	}
table.data {
	margin: 14px 0;
	}
table.data tr {
	padding: 4px 0 6px 0;
	}
table.data td {}
table.data td.label {
	padding-right: 1em;
	}
table.data td.value {}
table.data td.separator {
	padding: 1em;
	line-height: 1%;
	}
table.data td.heading {}
table.nested tr {}
span.nested {}
/**************** Form-specific elements ************************/
span.formError {
	color: #900;
	font-weight: bold;
	}
ul.formErrorList {
	color: #900;
	}
form p {line-height: 1.5em;}
form ol {
	margin:8px 0 8px 8px;
	}
form ol li {
	margin:6px;
	list-style-type:disc;
	}
.plain {
	padding:8px;
	line-height: 1.4em;
	}

a.plain {text-decoration: none;}
	
/**************** Other organizational elements ************** */
ul.steplist {
	margin: 6px 0px;
	padding: 4px;
	list-style-type: decimal;
	font-size: 10px;
	}
ul.steplist li {
	display: inline;
	padding: 4px 6px;
	}
ul.steplist li.current {
	font-weight: bold;
	}
ul.steplist a {
	text-decoration: none;
	}
ul.plain {
	list-style-type: none;
	}
ul.filter {
	list-style-type: none;
	}
ul.filter li {
	display: inline;
	}
div.separator {
	width: 98%;
	margin-top: 1em;
	margin-bottom: 0.25em;
	background: url('/images/inner_grad.jpg') repeat-x;
	}
div.progressbar {
	background-image: url(/templates/images/progbg.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 505px;
	z-index:1;
	}
/**************** More custom stuff  *************************************/
.inside {padding:12px;}
.clr {
	clear:both;
	display:none;
	}
.caption {
	font-size: 10px;
	color: #40a629;
	font-weight: bold;
	}
img.tutorial {
	display: block;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	padding: 16px 20px;
	}
/**************** Sidebar Blocks custom styles  *************************************/
.blockTitle {
	display:block;
	width: 100%;
	margin-top:10px;
	padding: 18px 4px 4px 4px;
	font-size:16px;
	font-weight: bold;
	border-bottom: 1px solid #e4e4e4;
	}
.blockSubtitle {
	font-weight: bold;
	font-style: italic;
	color: #666;
	line-height: 1.4em;
	}
.block {}
.block ul {}
.block li {
	padding: 4px;
	list-style-type: none;
	}
	
#sidebarLinks img {padding: 4px 6px;}
#sidebarSearch {
	margin: -12px -12px 10px -12px;
	padding:0px 16px 14px 12px;
	background-color: #40a629;
	text-align: right;
	color: white;
	font-size: 11px;
	}
#sidebarSearch a {color:white;}
#sidebarDonation {margin-bottom:10px;}
	
#sidebarRotator {margin-bottom: 10px;}	
#sidebarRotator .slideshow {width: 222px; height: 74px; margin:10px 0px; }
#sidebarRotator .slideshow img { padding: 10px 0px; border: 0;}
#sidebarRotator .slideshow a {border:0;}
#sidebarRotator p {
	background: url('/images/arrow.jpg');
	background-position:left;
	background-repeat: no-repeat;
	padding-left:18px;
	margin-top: 20px;
	vertical-align: middle;
	}
#sidebarRotator a {
	color: #000;
	text-decoration: none;
	}
#sidebarRotator a:hover {text-decoration: underline;}	
#sidebarNewsletter {}
	.grey {
		padding: 6px 8px;
		background-color:#eee;
		}
	.grey input.textField {
		margin-left: 0px;
		background-color: #fff;
		color: #666;
		border: 1px solid #ccc;
		}	
	.grey a {font-size:11px;}
	.signup {
		background: url('/images/signup.gif');
		width:61px;
		height: 22px;
		border:0;
		}
	.signup:hover {cursor:pointer;}	
#sidebarDevelopedBy {display:none;}