/**
 * 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
 */

body {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../templates/images/bg.gif);
	background-repeat:repeat-x;
	background-position:center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color:#FFFFFF;
	line-height:16px;
}

#top-area {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	width:auto;
	height:22px;
	padding:8px 15px 0 0px;
	_width:85px;
	margin:0 0 0 5px;
	display:block;
	background-repeat:no-repeat;
	background-position:right top;
}
h1, h2, h3, h4, form, ul {
	padding:0px;
	margin:0px;
}
a:link {
	color: #094b86;
}
a:active {
	color: #000;
}
a:visited {
	color: #000;
}
/**
 * Main layout elements
 */

#header {
	/*background-color: #ABA;*/
	/*padding-top:20px; */
	height:85px;
}
#footer {
	background-color: #ABA;
}
#headerTitle {
	text-align: center;
	_margin:0px 0 -5px 0;
	padding:0px;
	_height:0!important;
	clear:both;
	float:left;
}
#headerTitle h1 {
	float:left;
	margin:0px;
	padding:0px;
	height:75px;
	padding-top:7px;
	_padding-top:13px;
}
#headerTitle h1 a {
	border:none!important;
	padding:0px;
	margin:0px;
}
#headerTitle h1 a img {
	border:none!important;
	padding:0px;
	margin:0px;
}
#accessKey {
	margin-bottom: 2em;
}
#accessKey img {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border:0;
}
#content img.accessLogo {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border:0;
}
#navbar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	border:none;
}
#navbar ul {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-top:2px;
	_margin-top:0px;
	
}
#navbar ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	float:left;
	border-left:#FFFFFF solid 1px;
	margin:0px;
	padding:0px;
	z-index:100px;
}
#navbar ul li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	width:auto;
	_width:100px;
	height:24px;
	_height:34px;
	cursor:pointer;
	display:block;
	text-align:center;
	color:#000000;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	_padding-left:0;
	_padding-right:0;
}
#navbar ul li a:hover {
	background-color:#333333;
	cursor:pointer;
	display:block;
	color:#FFFFFF;
}
/**
 * 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 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;
	border:0;
}
/**
 * Homepage image
 */

#homepageImage img {
	display: block;
	margin: 0 auto;
	border: 0;
	text-align: center;
	border:0;
}
.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;
	border:0;
}
.issueCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 1em 1em 1em 0;
	border: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 dotted #DDDDD0;
	border-bottom: 1px dotted #DDDDD0;
}
table.listing tr.data td.drag {
	cursor: move;
}
/**
 * Other organizational elements
 */

li.pluginManaged {
	color: #094b86;
}
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;
}
#navbar {
	padding-top:6px;
}
/*new-style*/
.form-input {
	padding:0px;
	width:120px;
	border:#CCCCCC solid 1px;
	background-color:#FFFFFF;
	margin-right:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333;
}
.form-input2 {
	padding:0px;
	width:90px;
	border:#CCCCCC solid 1px;
	background-color:#FFFFFF;
	margin-right:3px;
}
#container {
	width: 90%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	clear:both;
	margin-bottom:25px;
	padding:0 auto;
	display:table;
}
#top-menu {
	color:#FFFFFF;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	float:right;
}
#top-menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
	float:right;
	width:500px;
}
#top-menu ul li {
	color:#FFFFFF;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	float:right;
}
#top-menu ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:right;
	text-decoration:none;
	font-weight:normal;
	width:auto;
	height:22px;
	padding:8px 11px 0 15px;
	_width:85px;
	margin:0 0 0 5px;
	cursor:pointer;
	display:block;
	background-image:url(../templates/images/top-icon.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
#top-menu ul li a:hover {
	cursor:pointer;
	display:block;
	color:#CCCCCC;
}
#logo {
	height:80px;
	clear:both;
	padding-top:7px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 23%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#sidebar {
	float: right;
	width: 23%;
}
.box {
	width:100%;
	border:#f5f5f6 solid 2px;
	padding: 10px;
	margin:15px 0 0 0;
}
.box ul {
	list-style:none;
	padding:0 0 0 15px;
	margin:0;
	clear:both;
}
.box ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#3278b6;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	background-image:url(../templates/images/right-icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin:0px 0 5px 0;
}
.box ul li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#3278b6!important;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	width:auto;
	padding:10px 0 0 20px;
	text-align:left;
}
.box ul li a:hover {
	color:#333333!important;
}
#main {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
#main a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3570b7;
}
#main a:hover {
	color:#000;
}
#main ul {
	list-style:square;
	padding:0 0 0 25px;
	margin:0px;
}
#main ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
}
#main ul li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3570b7;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
}
#main ul li a:hover {
	color:#000;
}
#footer {
	padding: 15px 0 15px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ebeced;
	height:auto;
	clear:both;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.title-img {
	font-family:Georgia, "Times New Roman", "DejaVu Serif", serif;
	font-size:18px;
	color:#333333;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
}
#clear {
	padding:15px;
}
#smallA {
	font-family:"Times New Roman", Times, serif;
	font-size:9px;
	color:#333333;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	float:left;
}
#smallA a {
	font-family:"Times New Roman", Times, serif;
	font-size:9px;
	color:#333333;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	float:left;
	border:#666666 solid 2px;
	margin-right:10px;
	padding:2px;
}
#smallA a:hover {
	border:#000 solid 2px;
}
#mediumA {
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#333333;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	float:left;
}
#mediumA a {
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#333333;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	float:left;
	border:#666666 solid 2px;
	margin-right:10px;
	padding:2px;
}
#mediumA a:hover {
	border:#000 solid 2px;
}
#largeA {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color:#333333;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	float:left;
}
#largeA a {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color:#333333;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	float:left;
	border:#666666 solid 2px;
	margin-right:10px;
	padding:2px;
}
#largeA a:hover {
	border:#000 solid 2px;
}
#footer-contents {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	background-color:#fff;
}
#footer-contents ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#footer-contents ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	float:left;
	border-left:#ebeced solid 1px;
}
#footer-contents ul li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	width:auto;
	_width:80px;
	height:27px;
	_height:35px;
	padding:15px 20px 0 20px;
	_padding:16px 20px 10px 20px;
	margin:0px;
	cursor:pointer;
	display:block;
	text-align:center;
}
#footer-contents ul li a:hover {
	background-color:#333333;
	cursor:pointer;
	display:block;
	color:#FFFFFF;
}
#copyrights {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	text-align:right;
	text-decoration:none;
	font-weight:normal;
	width:100%;
	background-color:#ebeced;
	padding-top:10px;
	clear:both;
	margin:0px;
}
.float-left {
	float:left;
	margin-right:10px;
}
.float-right {
	float:right;
	margin-right:10px;
	clear:right;
	_padding-top:12px;
}
#breadcrumb {
	padding-top: 1em;
	clear:both;
	height:30px;
	_height:27px;
}
#breadcrumb a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#breadcrumb a.current {
	font-weight: bold;
}
#content {
	float:left;
	margin-top:10px;
	padding-top:0px;
	line-height:20px;
	border-top:dotted;
	border-width:1px;
		width: 100%;
	_line-height:20px;
}
#content h3 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.35em;
}

#content h4 {
	margin: .75em 1em 0.25em 0em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1.5em;
}

#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: bold;
	font-size: 1em;
}
#search {
	width:100px;
	float:right;
	margin:0px;
	height:30px;
	padding-top:5px;
}
.menu {
	padding:0px;
	margin:0px;
}
#body {
	clear:both;
	margin:0 auto;
	margin-top:70px;
	_margin-top:0px;
}
.blockSubtitle {
	font-family:Georgia, "Times New Roman", "DejaVu Serif", serif;
	font-size:16px;
	color:#666;
	text-decoration:none;
	font-weight:normal;
}
.block {
	width:100%;
	border:#f5f5f6 solid 2px;
	padding: 10px;
	margin:15px 0 0 0;
	display:table;
}
label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	text-decoration:none;
	font-weight:normal;
}
#main h2 {
font-family:Georgia,'Times New Roman',Times,serif;
font-size:22px;
font-weight:normal;
line-height:130%;
margin-bottom:0.5em;
margin-left:0;
margin-right:1em;
margin-top:0;
padding-top:0.5em;
}
#paddingt {
	_padding-top:20px;
	padding-top:15px!important;
}
#clear2 {
	padding-top:20px;
	_padding-top:15px;
	clear:both;
	}
/**
 * Form-specific elements
 */

span.formError {
	color: #900;
	font-weight: bold;
	font-size: 1em;
}

ul.formErrorList {
	color: #900;
}


/**
 * Other organizational elements
 */

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 1.5em;
	display: inline;
}

ul.menu li.current {
	font-weight: bold;
}

ul.menu a {
	font-size: 0.85em;
	text-transform: uppercase;
	text-decoration: none;
}

ul.steplist {
	margin: 0;
	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;
}
