@import url(/style/shared/RFStyle.css);

/* 
 * This is essentially blank, other than inheriting from shared.
 * Only put styles in here which are specific to your client.
 * Do not put any styles in here for Eco. 
 * All new clients should start with a clean, empty stylesheet,
 * using what's in shared, and then customize only what they need, as they go.
 */

/* -- GSA ABSTRACT STYLE SHEET --*/

BODY {font-family: Arial, Helvetica, sans-serif;
       font-size : 10pt;
        color : #000033;
        background-color: #FFFFFF;
	}

/* --  REGULAR LINK --*/
A { 
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
     }

A:active { 
    font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;       
  }

A.visited { 
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    }

A:hover, #content a:focus, #content a:active {
	color: #990099;
	text-decoration: none;
}

form {font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	color : Black;
}

td,body {font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	color : Black;
	
}

H2 {font-family : Arial, Helvetica, sans-serif;
	font-size : large;
	font-weight: bold;
	color: Black;
}

li {font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	color : Black;
}


/* --COLORS --*/	

	.notecolor { 
  color : #FF0000;}
/* New Staff Page Layout Styles (March 2006) */
TD.staffmain { background-color: #AAAAF0;
               color: #FFFFFF;
               text-align: center;
               vertical-align: middle;
               font-weight: bold;
             }

TD.staffhead { background-color: #777777;
               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: #0000FF;
         }

H4.staff {font-size: 12pt;
           color: #336598;
         }
         
.staffdate { font-size:   small;
             font-weight: bold;
             color: #0000FF;
           }

.tabstaffdate { font-size:   small;
             font-weight: bold;
             color: #336598;
           }           

/* editpeople.epl uses this */
/*.notecolor {
	color: #009966;
}*/

#staffcontent {	margin:0pt  75px ;
		}



	
fieldset.staff { margin: 5px 5px 5px 5px;
		background-color: white;
		border: 1px solid #336699;
	}
	
/* --CALL FOR PAPERS AND INSTRUCTIONS --*/	
	
BODY.cfp {  background-color: #000066; 
	font-family: helvetica,verdana,arial,sans-serif;
	font-size: 10;
	color: #484848;
		}
		
td.cfp {font-size: 10pt ;
	}	
	
BODY.logo { backgound color: #000066; }	


.arrange_accepted, .expandedview_accepted, .finalreviewrateentries_accepted, .searchaccepted, .searchpersons_accepted {
	background: #ffffee;
}

.arrange_ungraded, .expandedview_ungraded, .finalreviewrateentries_ungraded, .searchungraded, .searchpersons_ungraded {
	background: #ccccff;
}

.arrange_rejected, .expandedview_rejected, .finalreviewrateentries_rejected, .searchrejected, .searchpersons_rejected {
	background: #ff9999;
}

.arrange_accepted_wd {
	background: #F3C28B;
}

.badge_notprinted {
	background: #C0C0C0;
}

.badge_printed {
	background: #ccccff;
}
