@import url(/style/shared/RFStyle.css);

body {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size:12px;;
	font-style: normal;
	color: #000000;
	width: 98%;
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	
}


table.main {
background-color:#e9e8e8;
border:1px solid black;
color:black;
padding:0;
}



/* --COLORS --*/

/* colors for the manuscript reviewer system. */

.nomanuscript {
  background-color : #ffff99;
}

.nocommentyet {
  background-color : #6699cc;
}

.uploadreceivedaftercomment {
  background-color : #CF9D19;
}

.uploadreceived {
  background-color : #aabbdd;
}

.commentedonafterupload {
  background-color : #ddeeff;
}

.acceptedforpublication {
  background-color : #ffffff;
}

.nomanuscriptexpected {
	background-color : #009966;
}

.paperassignmanuscriptreceived {
  font-style: italic;
}

.paperassignmanuscriptnotreceived {
  background-color : #ffff99;
}


.presentationuploaded {
  background-color : #228B22;
}

.nopresentationuploaded {
  background-color : #2EBB57;
}

.presentationaccepted {
  background-color : #8FBC8F;
}

.presentationnotaccepted {
  background-color : #98FB98;
}
/* rest of the usually available colors ... */
  
.notecolor { 
  color : #6D9EEB;}
.headcolor {
  color : #6D9EEB;}  
.accentcolor {
  color : #6D9EEB;}  

.errorcolor {
  color : #FF0000;
  font-size: 10pt;
 } 

.hr { color: #0078AB; }

.required {
	color: red;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.note {
      color: #133773;
      font-size: 10pt;
      font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pagetitle {
	font-size: 12pt;
	color: #000094;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

.call { font-size: 16pt;
	color: #FF9900;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}  

.smallcall {font-size: 10pt;
	color: black;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.mainhead {
	font-size: 18pt;
	color: #000000;
	font-style: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

.maintext {
	font-size: 10pt;
	color: #0078AB;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}	


.pagetitle {
	font-size: 16pt;
	color: #0078AB;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

.h2 {
	font-size: 14pt;
	color: #0078AB;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
		

.text {
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}

.smallfont {
	font-size: 8pt;
	color: #000000;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}

span.error {
	font-size: 10pt;
	color: red;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-size: 10pt;
	font-weight: bold;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}

.smallfont12leading {
	font-size: 8pt;
	line-height: 12pt;
	color: #000000;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	
}

p1 {
	font-size: 10pt;
	color: #FF9900;
	font-style: normal;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}

.header1 {
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}

.header2 {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}

.header3 {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.TrackTitle_block { 
	padding: .3em;
	font-weight: bold;
	color: black
	}
	
.TrackTitle_title {color: black;
	font-weight: bold;}

.TrackTitle_instructions {color: #0078AB}

.TrackTitle_input {color: black}

.title_required {font-weight: bold}




a:link {
	text-decoration: underline;
	color: #000099;
}

a:visited {
	text-decoration: underline;
	color: #000066;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a.tooltip span {
	display: none;
	text-decoration: none;
	}

a.tooltip:hover {
	overflow: hidden;
	text-decoration: none;
}

a.tooltip:hover span {
	display: inline;
	border: 1px solid black;
	position: absolute;
	color: 000000;
	background-color: #DFDFDF;
	padding: 5px;
	margin-left: 5px;
	overflow: hidden;
	width: 250px;
	
}

.localnavheader {
	font-size: 12pt;
	color: #CC3333;
	font-weight: bold;
	font-style: normal;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}

.localnav {
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}

div.in{ padding-left: 1.2in; }

u {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.PCPtitle { background-color: #0078AD;
            color: #CCCCCC;
            font-weight: bold;
            text-align: center;
}

.WithdrawnMessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: red;
}

.WithdrawnReason  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: red;
}

/* New Staff Page Layout Styles (March 2006) */
TD.staffmain { background-color: #000094;
               color: #FFFFFF;
               text-align: center;
               vertical-align: middle;
               font-weight: bold;
             }

TD.staffhead { background-color: #21A5A5;
               color: #FFFFFF;
               text-align: center;
               vertical-align: middle;
               font-weight: bold;
             }

TD.staff { vertical-align: top;
           width: 350;
         }
         
H3.staff { font-size:   small;
           font-weight: bold;
           color: #CC3333;
         }

.staffdate { font-size:   small;
             font-weight: bold;
             color: #CC3333;
           }
           

img.floatRight { 
    float: right; 
    margin: 4px; 
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

.footertext {
font-weight:bold;
padding:40px;
}

.footer {
background-color: #0078AD;
color:black;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
}

.secLinks a {
color:#2F4F4F !important;
font-size:8pt;
font-weight:bold;
}

#staffcontent {	margin:0pt  5px ;
		}
