/* ALL IMPORTS FOR INCLUDED FILES MUST BE @ TOP OF FILE!!! otherwise, they won't work. */

/* uncomment the following line to cause this stylesheet
	to inherit from the shared version.
	Note, uncommenging this line on the shared version is
	generally considered a bad thing, and will probably get you
	laughed at. */

@import url(/style/shared/RFStyle.css);
@import url(/static/css/filetypeicons.css);

BODY { background-color:#FFFFFF}

/* styles for boxes on Title step borrowed from ASCO */

.graybox {
	width: 750px;
	border: 1px solid #CCCCCC;
	background-color: #DDDDDD;
	padding: 5px;
}

.grayboxauthor {
	width: 600px;
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
	padding: 5px;
}

.grayboxheader {
	background-color: #007BC1;
	color: white;
	margin: -5px;
	padding: 5px;
	font-weight: bold;
}

.grayboxinstructions {
	background-color: #FFFFFF;
	font-size: 11px;
	margin: 5 -5 -5 -5;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.grayboxinstructions li {
	padding-bottom: 0;
}

td.mceToolbarTop {
	background-color: #F5F5F5;
}

/* New Staff Page Layout Styles (March 2006) */
 
 TD.staffmain { background-color: #99CBC5;
                color: #FFFFFF;
                text-align: center;
                vertical-align: middle;
                font-weight: bold;
              }
 
 TD.staffhead { background-color: #CCE5E2;
                color: #FFFFFF;
                text-align: center;
                vertical-align: middle;
                font-weight: bold;
              }
 
 TD.staff { vertical-align: top;
            width: 350;
          }
          
 H3.staff { font-size:   10pt;
            font-weight: bold;
            color: #A30017;
          }
 
 .staffdate { font-size:   10pt;
              font-weight: bold;
              color: #A30017;
            }

p{
	padding:10px;
}

* {font-family : Arial, Helvetica, sans-serif;
	}

.mainhead {

	font-family : Arial, Helvetica, sans-serif;
	font-size: medium; font-weight: bold; color: Navy;

}

.pagetitle {

	font-family : Arial, Helvetica, sans-serif;
	font-size: medium; font-weight: bold; color: Navy;

}

h1 {	

	font-family : Arial, Helvetica, sans-serif;
	font-size: 180%; font-weight: bold; color: Navy;
	
}

h2 {

	font-family : Arial, Helvetica, sans-serif;
	font-size: medium; font-weight: bold; color: Navy;
	
}

h3 {

	font-family : Arial, Helvetica, sans-serif;
	font-size: small; font-weight: bold; color: #7E2A41;
	
}
h4.staff {
	color: #000099;
	}

.viewinfo {
	font-family : Arial, Helvetica, sans-serif;
    	color: navy;
    	
}

.viewinfosmall {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 85%; 
    	
}

.note {

	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold; color: navy;
	
}
/* using it on call for papers for navigation */
.backlink {

	font-family : Arial, Helvetica, sans-serif;
}

/* editpeople.epl uses this */
.notecolor {

	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold; color: navy;
}

.highlight {
  color: #A90017;
  font-weight: bold;
  background-color: #FFFFE5;
}

P.page { page-break-after: always; }
P.breakbefore { page-break-before: always; }

.error {
    color: #A90017;
}

div.error {
	color: black;
	background-color: #FFCCCC;
	border: 3px solid red;
	padding: .5em;
	width: 50%
}

div.message {
	color: black;
	border: 1px solid black;
	padding: .5em;
	width: 50%;
	
}

span.accepted {
    
  font-weight:bold;  
  
}

span.rejected {
    
  font-weight:bold;  
  color : #A90017;
}


.reviewername {
	/* this is used for MNRS reviewerassignments, because they use sections and want bold names on the SummaryReviewer() report. */
}

.scorescomments {
    text-decoration: underline;
    font-weight: bold;
}

.PCPtitle {
	font-size: 10pt;
	color: Navy;
	background-color: #99CBC5;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}

.PCPheading {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}	

.RACPtitle {
	font-size: 10pt;
	color: Navy;
	background-color: #99CBC5;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}

.RACPheading {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}	

a:hover {color : #AC0A08;}
a:link {color : navy;}
a:visited {color : navy;}
a.backlink:visited { color: black}

.arrange_accepted {
	background: #BCEBA7;
}

.arrange_rejected {
	background: #FF9999;
}

.arrange_ungraded {
	background: #84D0DA;
}

.searchaccepted {
	background: #BCEBA7;
}

.searchrejected {
	background: #FF9999;
}

.searchungraded {
	background: #84D0DA;
}


/* used in revewer assignments, when a paper has 0 reviewers assigned to it */
.zeroreviewers { background-color: #FFFF00 }

/* used tostyle the list of reviwers when looking at the Summary reports in reviewerassignments */
.reviewerlist {font-style: italic; font-size: 85% }





/* Used by Quickentry.cgi */
body.quickentry label { font-weight: bold }
body.quickentry #Author, body.quickentry #Abstract 
	{margin-top: 3em; border-top: 1px solid black}
body.quickentry label { font-weight: bold }
body.quickentry #Title { width: 75% }
body.quickentry #nav { font-size: 85%; border: 2px inset gray;padding: 3px }

/* generic styles that should be here */
/* NOTE: NEVER USE A STYLE with a name that describes the properties of the style.
	the style's classname should describe the kind of content it's being applied to. */
.italic { font-style: italic; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.boldred { font-color: red; font-weight: bold; }
.incomplete { font-size: +2; font-color: red; }
.indent2 { text-indent: 2em; }


/* This is part of the tabpane implementation. */

	/* this controls the height of the  tab bar.  be sure to match height here, and height in '.tabs a' */
	.tabs {position:relative; height: 27px; margin: 0; padding: 0;  overflow:hidden}
	.tabs li {display:inline;}

	/* this controls what happens when the cursor is over the tab.
	   as well as what the active tab looks like */
	.tabs a:hover { cursor: pointer }
	.tabs a:hover, .tabs a.tab-active {background:#6d99b6; } 
	.tabs a  {
		/* This controls the display of individual tabs */
		font:12px tahoma, helvetica, sans-serif;
		font-weight:bold;
		text-decoration:none;

		height: 27px; 				
		color:#2B4353;
		
		border-left:1px solid #fff; border-right:1px solid #6D99B6;

		position:relative; padding:6px 10px 10px 10px; margin: 0px -4px 0px 0px;
	}

	.tab-container {background: #fff; border:1px solid #6D99B6;}
	/*.tab-panes { margin: 3px }*/

/* end tabpanes */
