/* te.css
   Martin J. Osborne
   2005-3
*/

/* This file contains common.css from htdocs/ojs/styles */

/*
  For original TE.CSS:
  Note: main pages are cells in table, so their format is controlled by TD (though the margin setting in BODY affects them).
  BODY controls format of text in small windows.
*/


body {
	margin: 0;
	padding: 0;
	background-color: #FBFBF3;
	color: #111;
	font-family: Verdana,Arial,Helvetica,sans-serif;
/* as recommended by http://css-discuss.incutio.com/?page=UsingEms */
	font-size: 101%;
}

div {
	line-height: 140%;
	text-align: left;
}

table {
	border: 0;
	border-spacing: 0;
	font-size: 1.0em;
}

form {
	margin: 0;
}

a {
	text-decoration: underline;
}

a:link {
/*	color: #375;*/
        color: #FF0000;
}

a:active {
/*	color: #253;*/
        color: #FF0000;
}

a:visited {
/*	color: #375;*/
        color: #FF0000;
}

a:hover {
/*	color: #253;*/
        color: #CC0000;
/*	background: #CDC;*/
        background: #FFCC99;
}

a.plain {
	text-decoration: none;
}

a.red {
	text-decoration:none;
	color: red;
	font-weight:400;
}

a.red:hover {
	text-decoration: underline;
	color: #FF0000;
	background-color: transparent;
}

a.orange:hover {
	text-decoration: underline;
	color: #FFCC99;
	background-color: transparent;
}

a.highlight {
	text-decoration: underline;
	color: red;
	background-color: #FFFF99;
}

a.highlight:hover {
	text-decoration: underline;
	color: red;
	background-color: #FFFF99;
}

a.actionHighlight {
	text-decoration: underline;
	/*text-transform: uppercase;*/
	color: red;
	background-color: #FFFF99;
}

a.actionHighlight:hover {
	text-decoration: underline;
	color: red;
	background-color: #FFFF99;
}

ul {
	margin: 0.25em 0 0.75em 0;
	padding: 0 0 0 2.5em;
}

/* Putting a negative left margin in the UL, rather than in the DL, works in Netscape and Firefox, but not in IE. */
ul.plain {
  list-style-type: none;
/*  margin-left: -5em;*/
  margin-bottom: 1em;
  margin-top: 0em;
}

ul.redsquare {
	list-style-type:square;
}

ul.redsquare li {
	color:#FF0000;
}

ul.os {
	list-style-type:square;
}

ul.os li {
	color:#FF9900;
}

dl.menu {
	margin-top: 1em;
}

dl.menu dd {
	margin-left: 0em;
}

dl.homemenu {
	margin-top: 0em;
	padding-top: 0em;
}

dl.homemenu dd {
	margin-left: 1em;
}

dl.homemenu dt {
	margin-top: 1em;
}

dl.homemenu dt.first {
	margin-top: 0em;
}

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;*/
        background-color: #FF6633;
	font-size: 1em;
}

input.defaultButton {
/*	background-color: #375;*/
        background-color: #FF6633;
/*	color: #FBFBF3;*/
        color: #FFFFFF;
	font-weight: bold;
}


/**
 * Main layout elements
 */

#container {
	width: 100%;
	line-height: 125%;
	text-align: center;
	margin-left: 0em;
}

#help_container {
	width: 100%;
	line-height: 125%;
	text-align: center;
	margin-left: 1em;
}

#header {
	padding: 0;
	margin: 0 auto;
/*	background-color: #ABA;*/
    background-color: #FFCC99;
	text-align: center;
}

#headerTitle {
	text-align: left;
	margin: 0 auto;
	padding: 0;
/*	width: 800px;*/
	width: 950px;
    color: #FF0000;
}

#header h1 {
	margin: 0 auto;
	padding: 0.5em 0 0.5em 0;
/*	font-family: Georgia,'Times New Roman',Times,serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#body {
/*	width: 800px;*/
	width: 950px;
	margin: 0 auto;
}

#footer {
/* width command causes Netscape to make footer too wide (need to scroll) */
/*	width: 100%;*/
	min-height: 50px;
	position: relative;
	clear: both;
	padding: 0.5em 2em 0.5em 2em;
/*	background-color: #ABA;*/
	background-color: #FFCC99;
	text-align: center;
	font-size: 0.55em;
	color: #888888;
}

#footerContent {
/*	width: 800px;*/
	width: 950px;
	margin: 0 auto;
}

#sidebar {
	float: right;
	width: 150px;
	margin: 0;
	padding: 1em 0em 1em 0em;
	font-size: 0.65em;
}

#main {
/*	width: 620px;*/
/* max possible width in IE is 770px */
	width: 760px;
	margin-right: 175px;
/*	padding: 0.5em 0em 2em 0em;*/
	padding: 0em 0em 2em 0em;
}

#main h2 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
}

#navbar {
	margin-right: 0;
/*	padding-bottom: 0.5em;*/
	padding-bottom: 0em;
	border-bottom: 2px dotted #000;
}

#breadcrumb {
/*	padding-top: 1em;*/
	padding-top: 0.5em;
	font-size: 0.7em;
}

#lightback {
	background-color: #FFFFE0;
	padding-top: 0em;
	line-height: 1.5;
}

#content {
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	font-size: 0.7em;
	border-top: 2px dotted #000;
}

#content code {
	color: #cc6600;
	font-size: 1.3em;
}

#content h3 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.35em;
	/*padding: 0;*/
}

#content h4 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1.5em;
}

#content h5 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-weight: bold;
	font-size: 1em;
}

#home {
	line-height: 1.5;
	padding: 0.5em;
	padding-top: 0.5em;
	margin-top: 0.25em;
}

#home h1 {
	color: #FF0000;
	padding-top: 0.5em;
	font-size: 2em;
	font-family: Tahoma,"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: normal;
}

#home h2 {
	color: #FF0000;
	font-size: 1.8em;
	padding-top: 0.4em;
	padding-bottom: 0.2em;
	font-family: Tahoma,"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: normal;
	margin-bottom: 0em;
	margin-top: 0em;
}

#home h2.top {
	padding-top: 0em;
}

#home h3 {
	color: #FF0000;
	padding-top: 0em;
	padding-bottom: 0em;
	font-size: 1.5em;
	font-family: Tahoma,"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: normal;
	margin-bottom: 0.5em;
}

#home h4 {
	color: #FF0000;
	padding: 0em;
	font-size: 10pt;
	font-family: Tahoma,Georgia,"Book Antiqua",Palatino,serif;
	font-weight: normal;
}

#home h5 {
	color: #FF0000;
	font-size: 8pt;
	font-family: Tahoma,Georgia,"Book Antiqua",Palatino,serif;
	font-weight: normal;
}

#home a {
	text-decoration:none;
	color: red;
	font-weight:400;
}

#home a:hover {
	text-decoration: underline;
	color: #FF0000;
	background-color: transparent;
}

/**
 * Navigation bar
 */

#navbar a {
	font-size: 0.65em;
	letter-spacing: 0.05em;
}

#navbar a:link {
}

#navbar a:active {
}

#navbar a:visited {
}

#navbar a:hover {
}


/**
 * Sidebar
 */

#developedBy {
	text-transform: uppercase;
	font-size: 0.95em;
}

#sidebar div.block {
	font-size: 1em;
	padding-bottom: 1.5em;
}

#sidebar div.block span.blockTitle {
	display: block;
	padding: 0.5em 0 0.5em 0;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 0;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: 1em;
}


/**
 * Breadcrumbs
 */

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a.current {
	font-weight: bold;
}


/**
 * Footer elements
 */

#footer div.debugStats {
	font-size: 0.6em;
}

#footer a {
/*	font-size: 0.65em;*/
/*	letter-spacing: 0.05em;*/
}

#footer a:link {
	color: #888888;
}

#footer a:active {
}

#footer a:visited {
	color: #888888;
}

#footer a:hover {
}

/**
 * Additional text styles
 */

span.blockTitle {
	display: block;
	padding: 0.5em 0 0.5em 0;
	font-size: 1em;
	font-weight: bold;
	color: black;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

span.blockSubtitle {
	display: block;
	padding: 0;
}

span.disabled, label.disabled {
	color: #666;
}

span.next {
	color: #00F;
}

a.action, a.file {
	font-size: 0.85em;
	text-transform: uppercase;
}

a.icon {
	text-decoration: none;
}

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;
}

span.actionRequired {
	color: #000;
	background: #F99;
}

span.blueActionRequired {
	color: #00B;
	font-weight: bold;
}

span.actionHighlight {
	background-color: #FFFF99;
}

span.blueActionHighlight {
	background-color: #99FFFF;
}

span.positive {
	background-color: #ccffcc;
}

span.negative {
	background-color: #ffcccd;
}


/**
 * Table styles
 */

table.menu {
	margin: 0em;
	border-collapse: collapse;
}

table.menu th {
	padding: 0em 0em;
}

/* parameter line-height: 1.2; can be used too */
table.menu td {
	padding: 1em 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.menu td.left-panel {
	padding: 1em 0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEEEEE;
}

table.menu td.menu {
	font-size: 12px;
	width: 267px;
	background-color: #FFCC99;
	text-align: center;
}

table.menu td.mainhead {
	font-size: 12px;
	background-color: #FFCC99;
	text-align: center;
	border-bottom: 1px dotted red;
	padding-bottom: 0.5em;
}

table.menu td.menu2 {
	font-size: 12px;
	background-color: #FFCC99;
	text-align: center;
	border: 1px dotted red;
}

table.menu td.menu3 {
	font-size: 12px;
	background-color: #FF0000;
	text-align: center;
/*	border: 1px dotted #FFCC99;*/
}

table.menu td.menu4 {
	font-size: 12px;
	width: 21.3%;
	background-color: #FFCC99;
	text-align: center;
	padding: 0.75em;
}

table.menu td.border-hidden {
	border: hidden;
	line-height: 1.5;
}

table.menu tr.menu {
	border: 1px dotted red;
	margin-left: 0px;
	margin-right: 0px;}

table.menu thead {}
table.menu thead td{}
table.menu thead th{color: #FFFFFF; font-size: 120%;}
table.menu thead td{color: #FFFFFF; text-align: center;}
table.menu tfoot td{}
table.menu tbody{}

table.info {
}

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.listing {
}

table.listing td {
	padding: 0.25em 0.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 0.5em 1em 0.5em;
}

/* supheading and subheading are for two-level heading (see, e.g., templates/associateEditor/submissionStats.tpl) */

table.listing tr.supheading td {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 100%;
	padding: 0.75em 0.5em 0.2em 0.5em;
}

table.listing tr.subheading td {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 100%;
	padding: 0.2em 0.5em 1em 0.5em;
}

table.info td.heading {
	padding-left: 0;
}


table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
}

table.listing td.compact {
	padding: 0em;
}

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;
}


/**
 * Form-specific elements
 */

span.formError {
	color: #900;
	font-weight: bold;
	font-size: 1em;
}

ul.formErrorList {
	color: #900;
}


/**
 * Fonts for journal title
 */

font.pubhead {
	color: #FF0000;
	font-size: 3.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0;
}

font.pubsubhead {
	color: #FF0000;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

font.subhead {
	color: #FFCC99;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
}

font.boldRed {
	color: #FF0000;
	font-weight: bold;
}

font.boldhead {
	color: #ff9966;
	font-weight: bold;
}

font.bold {
	color: #000;
	font-weight: bold;
}

/**
 * Other organizational elements
 */

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 1.2em;
	display: inline;
}

ul.menu li.current {
	font-weight: bold;
}

ul.menu a {
	font-size: 0.85em;
	text-transform: uppercase;
	text-decoration: none;
}

ul.ucmenu {
	margin: 0;
	padding: 0;
}

ul.ucmenu li {
	margin: 0;
	padding: 0;
	padding-right: 1.5em;
	display: inline;
	text-transform: uppercase;
	font-size: 0.85em;
}

ul.ucmenu li.current {
	font-weight: bold;
}

ul.ucmenu a {
	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;
}

div.separator {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0;
	border-bottom: 1px dotted #000;
	font-size: 0.5em;
	line-height: 25%;
}

div.lightseparator {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0;
	/*border-bottom: 1px dotted #000;*/
	border-top: 1px dotted #DDDDD0;
	font-size: 0.5em;
	line-height: 25%;
}

/* Mouseover tooltips (from w3schools) */
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  /*width: 120px;*/
  background-color: #ddd;
  color: #000;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 150%;
  /*left: 50%;*/
  margin-left: -90px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ddd transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}