@import url(/style/shared/RFStyle.css);

BODY {
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color : #000000;
}


/* --COLORS --*/
  
.notecolor { 
  color : #00457E;}
.headcolor {
  color : 00457E;}  
.accentcolor {
  color : Silver;}  
.errorcolor {
  color : #FF0000;} 

/* -- BOLD IS LIKE REGULAR LINK --*/
/*
HR {
  width:100%;
  align:left;
  border : none;
  margin-left : inherit;
  color : Silver
  }
*/  
P, LI, td, table, tr { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

.note {
    color: #00457E;
}


/* --  HEADERS --*/

.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: #00457E;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small
}	

H2 { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
  }

H3 { 
    font-family: Arial, Helvetica, sans-serif;
    font-size:   small;
    font-weight: bold;
    }


/* --  REGULAR LINK --*/

A { 
    font-family: Arial, Helvetica, sans-serif;
    color: #000099;
}

A:active { 
    font-family: Arial, Helvetica, sans-serif;
    color: #000099;
}



a:link {
	text-decoration: underline;
	color: #000099;
}

a:visited {
	text-decoration: underline;
	color: #000099;
}

a:hover {
	text-decoration: underline;
	color: #000099;
}



.error {
    color: #A30017;
}



.authorreview table td { text-align: left; vertical-align: top }
.authorreview table th { text-align: left; vertical-align: top }

.PCPtitle { background-color: #00457E;
            color: #FFFFFF;
}

.WithdrawnMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.WithdrawnReason  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* New Staff Page Layout Styles (March 2006) */
TD.staffmain { background-color: #00457E;
               color: #FFFFFF;
               text-align: center;
               vertical-align: middle;
               font-weight: bold;
             }

TD.staffhead { background-color: #E0E0E0;
               color: #000000;
               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: #A30017;
         }
h4.staff {
	color : #00457E;
	}
.staffdate { font-size:   small;
             font-weight: bold;
             color: #A30017;
           }
 
 .arrange_accepted {
 	background: #BCEBA7;
 }
 
 .arrange_rejected {
 	background: #FF9999;
 }
 
 .arrange_ungraded {
 	background: #FFFFCC;
 }
 
 
 .searchaccepted {
 	background: #BCEBA7;
 }
 
 .searchrejected {
 	background: #FF9999;
 }
 
 .search_ungraded {
 	background: #FFFFCC;
 }