/**
 * 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.71.2.1 2009/04/08 19:43:30 asmecher Exp $
 */

/**
 * Common HTML elements
 */

body {
	margin: 0;
	padding: 0;
	background: url('images/body.jpg') repeat-x top center;
	color: #111;
	text-align: center;
	font: normal 18px Arial;	
}

div {
	line-height: 140%;
	text-align: left;
}

table {
	background:#FFF;
	border: 0;
	border-spacing: 0;
	font-size: 1.0em;
}

form {
	margin: 0;
}

a {
	text-decoration: underline;
}

a:link {
	color: #008CBF;
}

a:active {
	color: #008CBF;
}

a:visited {
	color: #008CBF;
}

a:hover {
	color: #253;
	background: #CDC;
}

a.plain {
	text-decoration: none;
}

ul {
	margin: 0.25em 0 0.75em 0;
	padding: 0 0 0 2.5em;
}

tt {
	font-size: 1.25em;
}

label {
}

label.error {
	color: #900;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #F0F0E8;
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 2px solid #E8E8E1;
	border-right: 2px solid #E8E8E1;
	font-size: 1em;
}

input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #E8E8E1;
	font-size: 1em;
}

input.defaultButton {
	background-color: #375;
	color: #FBFBF3;
	font-weight: bold;
}


/**
 * Main layout elements
 */

#container {
	width:944px !important;
	min-width: 730px !important;
	margin: 0px auto;
	line-height: 125%;
	text-align: center;
}


#header {
	height:115px;
	margin:0 5px;
}

#header .logo
{
	float: left;
	width: 610px;
	height: 115px;
}

#header .logo ul
{
	float: left;
	width: 400px;
	margin: 0;
	padding: 20px 0 0 24px;
}

#header .logo ul li
{
	list-style-type: none;
}

#header .logo ul li h1
{
	font: normal 28px Arial;
	color: #0073AD;
	margin: 0;
	padding: 0;
}

#header .logo ul li h3
{
	font: normal 12px Arial;
	color: #333333;
	margin: 0;
	padding: 0;
}

#header .logo .link {
	background:url(images/header.jpg);
	height:115px;
	width:160px;
	display:block;
	float: left;
}

#header .lang {
	width:238px;
	height:46px;
	background:url(../images/lang_bg.jpg);
	float:right;
	margin-top:44px;
	font:normal 11px arial;
	color:#333333;
}


#footer {
	width: 100%;
	min-height: 50px;
	position: static;
	clear: both;
	background-color: #ABA;
	text-align: center;
}

#footerContent {
	width: 100%;
	margin: 0 auto;
	padding-left: 10%;
}

#main {
	padding: 0.5em 0em 2em 0em;
	width: 65% !important;
	margin: 0 !important;
}

#main h2 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	line-height: 130%;
	font: normal 20px Arial;
	padding: 20px 0 10px 0;
	color: #0088C4;
}

#main h3 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
	font: bold 12px Arial;
}

#navbar {
	margin-right: 0;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #CCCCCC;
}

#breadcrumb {
	padding-top: 1em;
	font-size: 0.7em;
}

#breadcrumb a
{
	color: #81AD34;
}

#content {
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	font-size: 0.7em;
	border-bottom: 1px dotted #CCCCCC;
}

#content h3 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: Arial;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.35em;
	color: #0088C4;
}

#content h4 {
	margin: .75em 1em 0.25em 0em;
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
}

#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: bold;
	font-size: 1em;
}


/**
 * 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;
}

#navbar a:link {
}

#navbar a:active {
}

#navbar a:visited {
}

#navbar a:hover {
}


/**
 * Breadcrumbs
 */

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a.current {
	font-weight: bold;
}


/**
 * 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;
}


/**
 * 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 {
}


/**
 * Footer elements
 */

#footer div.debugStats {
	font-size: 0.6em;
}


/**
 * Additional text styles
 */

span.disabled, label.disabled {
	color: #666;
}

a.action, a.file {
	font-size: 0.85em;
	text-transform: uppercase;
}

a.icon {
	text-decoration: none;
}

a.icon img {
	border: 0;
}

a.icon:hover {
	background: none;
}

span.formRequired {
	color: #333;
	font-size: 0.9em;
}

span.instruct {
}

span.heading {
	font-size: 0.85em;
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #000;
}

.nowrap {
	white-space: nowrap;
}

pre {
	background-color: #F0F0E8;
	color: #000;
	font-size: 1.25em;
}

/**
 * Table styles
 */

table.info {
}

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.listing {
}

table.listing tr.highlight {
	background: yellow;
}

table.listing td {
	padding: 0.25em 1.5em 0.25em 0.5em;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 120%;
	padding: 0.75em 1.5em 1em 0.5em;
}

table.listing tr.fastTracked {
	background-color: #ABA;
}

table.info td.heading {
	padding-left: 0;
}


table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
}

table.listing td.headseparator {
	border-top: 1px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
}

table.listing td.endseparator {
	border-top: 1px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.data {
}

table.data tr {
}

table.data td {
	padding-bottom: 0.25em;
}

table.data td.label {
	padding-right: 1em;
}

table.data td.value {
}

table.data td.separator {
	padding: 0.5em;
	font-size: 0.1em;
	line-height: 1%;
}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}

table.nested tr {
	padding: 0;
	margin: 0;
}

span.nested {
	padding: 0 4px 0 0;
	font-size: 1.2em;
}

/**
 * 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;
}

div.separator {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0.25em;
	padding: 0;
	border-bottom: 1px dotted #000;
	font-size: 0.5em;
	line-height: 25%;
}

div.progressbar {
	background-image: url(../templates/images/progbg.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 505px;
	z-index:1;
}

/**
 * NOT OJS 
*/
#banner {
	height:220px;
	width:972px;
	background:url(images/banner.jpg);
}

#banner h1 {
	font:normal 30px arial;
	color:#bfeefe;
	padding:75px 0 0 50px;
	margin:0;
}

#banner h2 {
	font:bold 16px arial;
	color:#ffffff;
	padding:3px 0 0 52px;
	margin:0;
}

.button_blue {
	display:block;
	height:28px;
	text-decoration:none;
	color:#ffffff;
}

.button_blue:hover {
	color:#cce6ff;
}

.button_blue .left, .button_blue .bleft {
	float:left;
	width:13px;
	height:28px;
	background:url(images/button_blue_corners.png);
}

.button_blue .txt, .button_blue .btxt {
	float:left;
	height:22px;
	font:bold 12px arial;
	background:url(images/button_blue_bg.png);
	text-decoration:none;
	padding-top:6px;
}

.button_blue .right, .button_blue .bright {
	float:left;
	width:13px;
	height:28px;
	background:url(images/button_blue_corners.png) 13px 0;
}

.button_green {
	display:block;
	height:28px;
	text-decoration:none;
	color:#ffffff !important;
}

.button_green:hover {
	color:#e7ffbe;
}

.button_green .left, .button_green .bleft {
	float:left;
	width:13px;
	height:28px;
	background:url(images/button_green_corners.png);
}

.button_green .txt, .button_green .btxt {
	float:left;
	height:22px;
	font:bold 12px arial;
	background:url(images/button_green_bg.png);
	text-decoration:none;
	padding-top:6px;
}

.button_green .right, .button_green .bright {
	float:left;
	width:13px;
	height:28px;
	background:url(images/button_green_corners.png) 13px 0;
}

#menu {
	float:right;
	margin-right:5px;
}

#menu ul, #menu ul li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}

#menu ul li a {
	display:block;
	float:left;
	height:27px;
	padding:13px 20px 0 20px;
	color:#d7d7d7;
	font:bold 13px arial;
	text-decoration:none;
	border-left:solid 1px #616161;
	border-right:solid 1px #010101;
	margin:0;
}

#menu ul li a:hover {
	color:#00bfff;
	text-decoration:underline;
	background-color: transparent;
}

#menu ul li .selected {
	background:url(images/menu_hover_bg.jpg) no-repeat center;
	color:#ffffff;
	border:0;
}

#menu ul li .selected:hover {
	text-decoration:none;
	color:#ffffff;
}

#menu ul li .no-left {
	border-left:0;
}

#menu ul li.image a
{
	padding-top: 2px;
	border: none;
}

#menu ul li .no-right {
	border-right:0;
}

#banner_small{
	height:142px;
	width:974px;
	background:url(images/banner_small.jpg);
}

#banner_small h1 {
	font:normal 30px arial;
	color:#bfeefe;
	padding:60px 0 0 30px;
	margin:0;
}

#banner_small h1 span {
	font:bold 16px arial;
	color:#ffffff;
	padding:3px 0 0 10px;
	margin:0;
}

#banner_small .top{
	padding-left: 70px;
	padding-top: 14px;
	height: 40px;
}

#banner_small ul.submenu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#banner_small ul.submenu li{
	margin: 0;
	padding: 0;
	display: inline;
}

#banner_small ul.submenu li a{
	display: block;
	height: 32px;
	float: left;
	margin-right: 10px;
	text-decoration: none;
	font: bold 12px arial;
	color: #fff;
	cursor: pointer;
}

#banner_small ul.submenu li a .left{
	display: block;
	height: 32px;
	width: 7px;
	background: url(images/submenu_left.jpg) no-repeat;
	float: left;
}

#banner_small ul.submenu li a .right{
	display: block;
	height: 32px;
	width: 7px;
	background: url(images/submenu_right.jpg) no-repeat;
	float: left;
}

#banner_small ul.submenu li a .txt{
	display: block;
	height: 32px;
	background: #0094CE;
	float: left;
	line-height: 32px;	
	padding: 0 5px;	
}

#banner_small ul.submenu li a.selected .left{
	background: url(images/submenu_left_selected.jpg) no-repeat;
}

#banner_small ul.submenu li a.selected .right{
	background: url(images/submenu_right_selected.jpg) no-repeat;
}

#banner_small ul.submenu li a.selected .txt{
	background: #181411;
}

#banner_small ul.submenu li a:hover .left{
	background: url(images/submenu_left_selected.jpg) no-repeat;
}

#banner_small ul.submenu li a:hover .right{
	background: url(images/submenu_right_selected.jpg) no-repeat;
}

#banner_small ul.submenu li a:hover .txt{
	background: #181411;
}

#banner_small .bottom h1
{
	padding: 30px 0 0 30px;
	clear: both;
}

#body .textField,
#body .selectMenu,
#body .textArea
{
	border: 1px solid #98d2ec;
	background-color: #fff;
	font-size: 11px;
	padding: 3px 10px;
	margin: 0 0 5px 0;
}

#body .selectMenu
{
	padding: 3px 0;	
}



#subfooter{
	background: #cae6fc;
	width: 100%;
	height: 36px;
	padding: 5px 0;
	font-size: 12px;
}

#subfooter a img
{
	border: none;
}

#subfooter .txt{
	width: 972px;
	margin: 0 auto;
	height: 36px;
}

#subfooter .left{
	float: left;
	line-height: 36px;
}

#subfooter .right{
	float: right;
	line-height: 36px;
	height: 36px;
}

