﻿body 
{
    height:100%;    
    background-color: lightgray;
}
body input[type=submit], input[type=button], img, a
{
    cursor: pointer; 
}
body input[type=submit], input[type=button], input[type=image]
{
    border-radius: 5px;
}
html {width:100%; /*height:100%; */ overflow:auto}
.HeadText
{
    font-size: 36px;
    font-family: Calibri;
    color: black;
    font-weight: bold;
    background-color:transparent;
}
.HeadMinor
{
    font-size: 24px;
    color:Yellow;
}
.HeadMini
{
    font-size: 16px;
    vertical-align:top;
}
/*.title .admin { float:right; }*/
.logo { float:left;}
.title h2
{
    padding-top:10px;
    font-size:16px;
}
.hasTopBorder
{
border-top-color:black;
border-top-style:solid;
border-top-width:1px;
padding-top:2px;
}
.hasLeftBorder
{
border-left-color:black;
border-left-style:solid;
border-left-width:1px;
}
.hasRightBorder
{
border-right-color:black;
border-right-style:solid;
border-right-width:1px;
}
.hasBottomBorder
{
border-Bottom-color:black;
border-Bottom-style:solid;
border-Bottom-width:1px;
padding-bottom:2px;
}
.hasAddButton
{
    white-space:nowrap;
}
.searchLeft span, .searchRight span
{
    float:right;
    white-space:nowrap;
}
.searchLeft tr
{
    background-color:White;
}
/*.searchLeft td
{
   white-space:nowrap;
}   */

.searchBox input[type=text], .searchBox input[type=search]
{
    width:95%;
    float:left;
    padding:1px;
}
.searchBox select
{
     padding:1px;
}
/*.searchRight input[type=text]
{
   
    width:95%;
    float:left;
}*/
.rDates, .rPubMed
{
    width:25%;
 
}
.rDates input[type=text], .rPubMed input[type=text]
{
    width:85%;
    float:left;
}
/*.googleAuthor
{
    text-decoration: underline;
}*/
#grdRetraction tr
{
    vertical-align:top;
    color:#1a0dab;
}
.ui-widget
        {
            font-family:none;
            font-size: 16px; 
        }
.ui-widgetNotIE
        {
            font-family:none;
            font-size: 14px; 
        }
.ui-autocomplete 
{ 
    height: 400px; 
    overflow-y: scroll; 
    overflow-x: hidden;
}
fieldset:not(.login) {
    border: 0 none;
    padding:0px;
    /*margin:0px;*/
}
.wrapCell 
{
   white-space:normal;
}
.error td
{
   white-space:normal;
}
.error span
{
   float:left;
   white-space:normal;
}
.grdBtn
{
    display:none;
}
.REditTable
{
     BORDER-RIGHT: gray 1px solid; 
     BORDER-TOP: gray 1px solid; 
     OVERFLOW: auto; 
     BORDER-LEFT: gray 1px solid; 
     BORDER-BOTTOM: gray 1px solid;
     background-color: whitesmoke;
}
.RNewTable
{
     BORDER-RIGHT: gray 1px solid; 
     BORDER-TOP: gray 1px solid; 
     OVERFLOW: auto; 
     BORDER-LEFT: gray 1px solid; 
     BORDER-BOTTOM: gray 1px solid;
     background-color:LightYellow;
}
.REdit  span, .REdit label
{
    font-family: Calibri;
    font-weight: bold;
    background-color:transparent;
    float:right;
    white-space:nowrap;
}   
.REdit  textarea
{
    font-family:sans-serif;
    width:97.6%;
    /*width:98.8%;*/
    vertical-align:top;
    float:left;
}   
.REdit .checkVal input[type=text]
{
    width:868px;
    vertical-align:middle;
    float:left;
}
.REdit input[type=text]
{
    width:97.6%;
    /*width:98%;*/
    vertical-align:middle;
    float:left;
}
.REdit td
{
    vertical-align:top;
}
.REdit select
{
    float:left;
}

/*.contEdit input[type=text]
{
    float:left;
}
.contEdit  span, label
{
    font-family: Calibri;
    font-weight: bold;
    background-color:transparent;
    float:right;
}*/   
tbody th
{
    background-color:Gray;
    color: White;
    /*font-size:Large;*/  
}
.smallFont
{
    font-size: 13px; 
}
tbody th.selectedForDownload
{
    background-color:Yellow;
    color: Yellow;
}
.btnImage
{
     width: 17px; 
     height: 20px; 
     border-top: gainsboro 1px solid;
     border-bottom: gainsboro 1px solid;
     border-right: gainsboro 1px solid;
     vertical-align:middle;
     /*float:left;*/
}
#REdit .lstBox
{
    position:absolute;
    display: none;
    border-bottom: gainsboro 2px solid;
    height:336px;
}
#frmRetractionSearch .lstBox
{
    position:absolute;
    display: none;
    border-bottom: gainsboro 2px solid;
    /*height:336px;*/
}
.hidden
{
    display: none;
}
.download
{
    font-weight: bold;
    margin-bottom: 10px;
}
#footer 
{
    position:relative;
    bottom:-5px;
}
.timeStamp
{
    font-size:14px;
    color:SlateGray;
    font-weight: bold;
    vertical-align:central;
    margin-left:4px;
}
.clReadOnly
{
    background-color: transparent;
}
td a, h2 a
{
    color:Blue;
    /*font-weight: bold;*/
}
.urls
{
    padding-left: 1em;
    background-color:transparent;
    color:blue;
    /*font-size:13px;*/
    white-space:normal;
}
.rJournal
{
    color:blueviolet;
    font-weight:bold;
    font-style:italic;
    background-color:transparent;
    padding-left: 1em;
    white-space:normal;
}
.rPublisher
{
    color:darkred;
    font-weight:bold;
    /*font-style:italic;*/
    background-color:transparent;
    padding-left: 0.5em;
    white-space:normal;
}
.rInstitution
{
    color:#006621;
    padding-left: 1em;
    background-color:transparent;
    white-space:normal;
    border-bottom:1px;
    border-bottom-color:silver;
    border-bottom-style:solid;
    width: 97%;
}
.rPaywalled
{
    color:#006621;
    text-align:center;
    width:100%;
}
.rNature
{
    color:#006621;
    /*text-align:center;*/
    white-space:normal;
}
.rSubject
{
    padding-left: 1em;
    color:#1a0dab;
    background-color:transparent;
    white-space:normal;
}
.rReason
{
    border-bottom:1px;
    border-bottom-color:silver;
    border-bottom-style:solid;
}
a span
{
    text-decoration:none;
     display: inline-block;
     background-color:whitesmoke;
     color:black;
}
.rTitle
{
    background-color:#3775DD;
    color:white;
    font-size:18px;
    width:100%;
    white-space:normal;
}
.rTitleNotIE
{
    background-color:#3775DD;
    color:white;
    font-size:14px;
    width:100%;
    white-space:normal;
}
.rTitleRaw
{
    background-color:yellow;
    color:#1a0dab;
}
.attrActive
{
    background-color:transparent;
    border-bottom: none;
    border-top: solid 2px gray;
    border-left: solid 2px gray;
}
.alphaActive
{
    background-color:white;
    border-bottom: none;
    border-top: solid 2px gray;
    border-left: solid 2px gray;
}
.attrInactive
{
    background-color:lightgrey;
    
}
.lstHeader
{
    background-color: Gray;
    color: White;
    font-weight: bold;
    font-size:medium; 
}
.searchSelected
{
    color:Red;
    font-weight:bold;
}
.grdSelectedRow
{
	background-color: LightYellow;
	border-color: Black;
}
.totalItems
{
    color:yellow;
}
.error
{
    color:red;
}
.errorBorder
{
    border-color:red;
}
.warningBorder
{
    border:solid 3px lightgreen;
}
.hideAdmin, .hideWrite
{
    display:none;
}

.header
{
    background-repeat: no-repeat;
    background-position: center right;
    padding-top:2px;
    padding-right:12px;
    /*cursor: pointer;*/
    /*margin-right:16px;*/
}
.headerSortUp {
    background-image: url('Images/sortUp.gif');
    /*background-color: #8dbdd8;*/
}
