/**
 * Oncotarget.css
 * Copyright (c) 2010 Mikhail Kandel
 */
body {
margin: 0;
padding: 0;
	 font-size: 12px;
	 font-family: "Arial", sans-serif;
color: #333;
background:#f0eee7 url(/oncotarget/images/bg.gif) repeat !important;/*background-color: #000;*/
}
.block {
	background-color:#FFF;
}
a {
color:#4074c8;
overflow:visible;
}
a:link {
color:#4074c8;
  }
a:visited {
color: #294A80;
  }
a:hover {
color: #375c96;
       background-color:transparent;
       text-decoration: underline;
  }
li a {
	text-decoration:none;
}
label.error {
color: #f60;
}
input.defaultButton {
color: #EEEEFF;
background: #069;
}
#container {
width: 90.5em;
width: 1000px;
position: relative;
margin: 10px auto;
padding: 0;
	 background-color:#fff !important;
border: solid 5px #fff;
	-moz-box-shadow: 3px 3px 10px #888;
	-webkit-box-shadow:3px 3px 10px #888;
	box-shadow: 3px 3px 10px #888;
height:950px;
}
#header {
padding: 0;
margin: 0;
height: 120px;
	background-color: #761118;
	background-color:#761118;
	background-image: url(/oncotarget/images/ot_header2.gif);
	background-repeat: no-repeat;
	background-position: 44% 20px;
}
#headerTitle {
top:120px;
height:14px;
       background-image: url(/oncotarget/images/drop_shadow.gif);
       background-repeat: repeat-x;
display:block;
}
#headerTitle h1 {
display:none;
visibility:hidden;
}
#footer {
	background-color:transparent;
	background-image: url(/oncotarget/images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
}
#footerContent {
color:  #fff;
}
#main {
	background-color:#FFF;
	border-width:1px;
	margin-top:0px;
padding:14px;
	border-color:#888;
width: 470px;
float:left;
position:relative;
	 -moz-box-shadow: 1px 1px 10px #E0E0E0;
	 -webkit-box-shadow: 1px 1px 10px #E0E0E0;
	 box-shadow: 1px 1px 10px #E0E0E0;
}
#main h3 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	font-size:14px;
}
#navbar {
	border-bottom: 1px dotted #069;
	text-align: center;
}
#breadcrumb {
visibility:collapse;
display:none;
height: 18px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px dotted #069;
padding: 0;
	 font-style: italic;
}
#content {
	border-top-style:none;
	font-size:13px;
}
#content h3 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}
#content h4 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}
#content h5 {
	text-transform: uppercase;
}
span.highlight {
	border-bottom: 1px dotted #069;
}
table.listing tr.highlight {
background: #fcff64;
}
table.listing tr.fastTracked {
	background-color: #EEEEFF;
}
table.listing td.headseparator {
	border-top: 1px dotted #069;
}
table.listing td.endseparator {
	border-top: 1px dotted #069;
}
span.formError {
color: #f60;
}
ul.formErrorList {
color: #f60;
}
div.separator {
	border-bottom: 1px dotted #069;
}
#rightSidebar li, #leftSidebar li {
	list-style-type: none;
	background-color:#fff !important;
}
.search_pan {
float: right;
position: absolute;
right: 10px;
top: 0px;
     padding-right: 0px;
     padding-top: 4px;
     padding-bottom: 4px;
     padding-left: 4px;
}
#sidebar div.block {
	font-size:1.4em;
}
#rightSidebar {
height:auto;
       padding-top:0px;
       padding-left:0px;
width:275px;
      margin-top: 15px;
      border-bottom: 0px dotted #069;
      margin-right:5px;
      margin-left:0%;
      padding-top:0px;
      border-left-width: 1px;
      border-top-width: 1px;
      border-left-style: solid;
      border-left-color: #C00;
position:relative;
right:-5px;
}
#rightSidebar .block {
	border-top:dotted;
	border-top-width:1px;
margin:10px;
}
#leftSidebar {
	margin-top: 30px;
position: relative;
float: left;
       background-image: url(/oncotarget/images/menu_bg.gif);
       margin-bottom: 14px;
       margin-top:0px;
       margin-left:0px;
       margin-right:0px;
padding: 0px;
	 padding-bottom:0em;
	 background-repeat: repeat-y;
width: 209px;
       border-radius:2px;
}
#leftSidebar input.button
{
	font-size:1em;
}
#leftSidebar div.block {
	border-top-width: 0px;
	background-color: #FFF;
	border-style: solid;
	border-color: #cc0000;
margin: 15px 15px 15px 10px;
padding: 10px 4px 10px 15px;
	 border-width:1px;
	 font-size: 11px;
	 -moz-box-shadow: 1px 1px 3px #444;
	 -webkit-box-shadow: 1px 1px 3px #444;
	 box-shadow: 1px 1px 3px #444;
}
.blockTitle, .menu {
color:#933;
      font-family:Tahoma, Geneva, sans-serif !important;
      font-weight:700;
      font-size:1.1em;
}
ul.menu {
display:inline-block;
padding: 0px;
margin: 0px;
}
ul.menu a {
	font-size:1.15em;
	text-decoration:none;
}
ul.menu li {
float:none;
display:list-item;
	margin-bottom:7px;
	font-size:11px !important;
}
.menu a:hover {
color:#C00;
      background-color:transparent;
      text-decoration:underline;
}
.menu a {
color:#933;
}
#navbar {
visibility:collapse;
display:none;
}
#aboutPeople {
display:none;
visibility:collapse;
}
h2, #main h2 {
	font-weight:700;
	font-size:18px;
padding:2px;
	padding-left:0px;
	padding-top:10px;
color:#464646;
      border-top-color: #cccccc;
      border-top-style: solid;
      border-top-width: 1px;
}
#AuthorList
{
clear:both; 
padding: 0px;
	 font-size:11px; 
	 margin-right:5px; 
position:relative; 
top:-10px;
left:0px;
     margin-left:30px;
}
#AuthorList ul p {
	font-size:11px;
color:#333;
}
#subcontent h2 {
	font-size: 11px;
	font-family: tahoma, sans-serif;
	font-weight: 700;
color: #fff;
       background-image: url(/oncotarget/images/ot_logo.gif);
       background-color: #C00;
       background-repeat: no-repeat;
       background-position: left top;
       text-indent: 30px;
       padding-top: 2px;
       padding-right: 0px;
       padding-bottom: 4px;
       padding-left: 10px;
       margin-bottom: 11px;
       margin-top:0px;
height: 13px !important;
	border-top-width:0px;
}
#advancedlist li 
{
display: inline;
	 list-style-type: none;
	 padding-right: 20px;
margin:0;
padding:0;
	text-align:center;
}
#jrncover {
	background-image: url(/oncotarget/images/covers/v6/n4.gif);
	border-style: solid;
position:relative;
float:left;
      background-repeat: no-repeat;
      margin-left: 20px;
display: block;
height:163px;
width:126px;
border:1px;
       border-style: solid;
       border-color: black;
       text-decoration:none;
       border-top-width: 0px;
       background-color: #FFF;
       border-style: solid;
       border-color: #cc0000;
       border-width:1px;
       font-size: 11px;
       -moz-box-shadow: 1px 1px 3px #444;
       -webkit-box-shadow: 1px 1px 3px #444;
       box-shadow: 1px 1px 3px #444;
}
#jrnText
{
position:relative;
float:left;
      margin-left: 5px;
display: block;
height:160px;
width:110px;
      text-decoration:none;
}
p#jrnText
{
	font-size: 12px;
	line-height: 1.3em;
	font-weight: bold;
	list-style-type: disc;
	line-height:16px;
color:#375c96;
      font-size:1.5em;
margin:0.5em;
border:thin;
}
#jrncover span {
visibility:hidden;
display:none;
}
#actions {
float: right;
       padding-left:0px;
}
a.red:link 
{
color:#761118;
}
a.red:visited 
{
color:#761118;
}
p#RDONLINE
{
	line-height: 1.3em;
	font-weight: bold;
	list-style-type: disc;
	line-height:16px;
color:#761118;
      font-size:1.5em;
margin:0.5em;
       margin-top:1em;
       font-size:1.45em;
}
#actions li {
	padding-left: 0px;
	margin-left:0px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: bold;
	list-style-type: disc;
	line-height:16px;
color:#375c96;
}
.issue-archive {
	margin-top: 30px;
	font-weight: normal;
	padding-left: 4px;
	list-style-type: none;
}
.issue-archive a {
color: #78878d;
       text-decoration: none;
       border-left: solid 10px #78878d;
       padding-left: 5px;
}
.issue-archive a:hover {
	text-decoration: underline;
color: #C00;
}
.rightName {
color:#cc0000;
      margin-top:4px;
      font-size:11px;
      font-family:Arial, Helvetica, sans-serif;
      font-weight:700;
height:14px;
       font-size:11px;
       margin-bottom:1px;
}
.occupation {
clear:both;
display:block;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
color:#5e737c;
margin:0px;
padding:0px;
width:225px;
cursor:pointer;
}
ul#fullAuthorList.menuz.noaccordion > li > a > em.occupation {
width:auto !important;
cursor:pointer;
}
ul#fullAuthorList.menuz.noaccordion > li {
width:auto;
}
em.occupation {
	text-decoration:none !important;
}
#AuthorList a:hover {
	background-color:transparent;
}
#AuthorList.menuz.noaccordion >li
{
}
#AuthorList a, #fullAuthorList a {
	text-decoration:none;
cursor:pointer;
}
#AuthorList a span {
	text-decoration:underline;
}
#clear {
	background-image: url(/oncotarget/images/drop_shadow.gif);
	background-repeat: repeat-x;
width: 100%;
display:none;
}
#clear p {
visibility: hidden;
margin:0px;
padding:0px;
}
td.nowrap a.action {
clear:both;
}
table.listing td {
	padding-right:0.25em;
	padding-left:.0.25em;
}
.article-title {
	font-size: 1.1em;
	font-weight: bold;
}
.article-page {
color:#888;
      font-weight: bold;
}
.shadowed {
border:0px;
       -moz-box-shadow: 3px 3px 10px #888;
       -webkit-box-shadow:3px 3px 10px #888;
       box-shadow: 3px 3px 10px #888;
}
#emphasisRed {
color:#cc0000;
}
#header small.label {
display: block;
position: absolute;
top: 9px;
right: 21px;
       font-size: 1em;
       font-weight: bold;
color: #ccc;
padding: 3px 7px 3px 7px;
	 background-color: #7E012D;
border: thin ridge #FFF;
}
#header small.label1 {
margin:0px;
display: block;
position: absolute;
top: 9px;
left: 20px;
      font-size: 1em;
      font-weight: bold;
color: #ccc;
padding: 3px 7px 3px 7px;
	 background-color: #7E012D;
border: thin ridge #FFF;
}
.onlineSubmissions, #onlineSubmissions
{
padding:2em;
	background-color:#F8D3D5;
border:1px solid #E2E2E2;
       vertical-align:middle;
       -moz-box-shadow: 1px 1px 4px #888;
       -webkit-box-shadow: 1px 1px 4px #888;
       box-shadow: 1px 1px 4px #888;
       padding-bottom:5px;
       padding-top:5px;
}
.tocTitle {
	text-align:left;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
height:16px;
       padding-top:5px;
       padding-bottom:5px;
}
.tocAuthors {
	text-align:left;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
color:#333333;
      padding-left:0px;
}
.tocGalleys {
	text-align:left;
}
.tocPages {	
	text-align:left;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-weight:700;
color:#888888;
}
.tocGalleys
{
	padding-bottom:10px;
	text-decoration:none;
	padding-left:0px;
}
h4.tocSectionTitle {
}
.miniemail:link, .miniemail:hover
{
color:transparent;
      background-image: url(/oncotarget/lib/pkp/templates/images/icons/mail.gif);
      background-repeat:no-repeat;
      background-position: left top;
width:16px;
height:14px;
       padding-top: 2px;
       padding-right: 0px;
       padding-bottom: 4px;
       padding-left: 10px;
       margin-top:0px;
       border-top-width:0px;
}
#primitiveHeader
{
width:700px;
}
div#primitiveHeader span
{
margin:0px; padding:0px;
}
div#primitiveHeader span:hover
{
	text-decoration:underline;
cursor:pointer;
}
div#sidebarRTAuthorBios.block
{
	padding-right:15px;
}
#coverImage
{
float:right;
position: absolute;
top: 40px;
right:30px;
}
