.journalISSN {
	color: #333;
	background: transparent;
	font: 0.8em Arial, Helvetica, sans-serif;
}

/* This is stuff that was used on the editorial board page and other pages
   in the Journals v2 design. */

.line {
 border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-top-color: #006699;
 border-right-color: #006699;
 border-bottom-color: #006699;
 border-left-color: #006699;
 margin: 5px;
 border-bottom-style: solid;
}

.editorBox {
 font-family: Georgia, "Times New Roman", Times, serif;
 background-color: #EFEFEF;
 border: 1px solid #003366;
}

.style1 {font-family: Georgia, "Times New Roman", Times, serif}

.rssBullet {
	list-style: square url(/images/rssBullet.gif) outside;
	margin-left: 3px;
}

.currentPairingInfo {
   font: 0.7em Arial, Helvetica, sans-serif;
   color: #333;
}
/* Begin styles for special alert */
#alertBackground {
		background: #930;

}
#importantUpdate {
	background: #000;
	text-transform: uppercase;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#importantMessage {
	color: #000;
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #F1EC0E;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#importantMessage a:link {
	color: #000;
	background: transparent;
	text-decoration: none;
}
#importantMessage a:visited {
	color: #000;
	background: transparent;
	text-decoration: none;
}
#importantMessage a:hover {
	color: #000;
	background: transparent;
	text-decoration: underline;
}
#importantMessage a:active {
	color: #000;
	background: transparent;
	text-decoration: underline;
}
/* end alert styles */