@import "/style/shared/RFStyle.css";

BODY { background-color: #FFFFFF;
       font-family: Arial, Times New Roman, Tahoma;
       font-size: small;
       color : #000033; 
     }

span.accepted { font-weight:bold;
                color : Green;
              }
span.rejected { font-weight:bold;  
                color : Red;
              }

.WithdrawnMessage { color: red;
  	            font-weight:bold;
  	            font-size: 8pt; 
                  }

/* --COLORS --*/
  
.notecolor { color : #0066CC;}
.headcolor { color : #0066CC;}  
.accentcolor { color : Silver;}  
.errorcolor { color : #FF0000;} 
  
.note { color: #0066CC; }
.editrecordnote { font-size: 10pt;
	          color: #009966; }
.error { color: Red; }



/* -- BOLD IS LIKE REGULAR LINK --*/
/*
HR {
  width: 100%;
  align: left;
  border: none;
  margin-left: inherit;
  color: #8D8D8D;
  }
*/

P, LI, td { font-family: Arial, Times New Roman, Tahoma;
            font-size: small;
          }


/* --  HEADERS --*/
.mainhead { font-family: Arial, Times New Roman, Tahoma;
            font-size: medium;
            font-weight: bold;
            color: #0066CC;
          }

H2 { font-family: Arial, Times New Roman, Tahoma;
     font-size: large;
     font-weight: bold;
   }

H3 { font-family: Arial, Times New Roman, Tahoma;
     font-size:   small;
     font-weight: bold;
   }

/* --  REGULAR LINK --*/

A:link { font-family: Arial, Times New Roman, Tahoma;
         color: #003399;
       }

A:active { font-family: Arial, Times New Roman, Tahoma;
           color: #0066CC;
         }

A:visited { font-family: Arial, Times New Roman, Tahoma;
            color: #666666;
          }

A:hover { font-family: Arial, Times New Roman, Tahoma;
          color: #0066CC;
        }

H1.cswe { font-family: Times New Roman, Arial, Tahoma;
          background-color: #FFFF99;
          font-size: 42;
          font-weight: normal;
          border-bottom: 2px solid #0066CC;
          padding-top: 2px;
          padding-bottom: 3px;
          padding-left: 2px;
          margin-top: 0px;
          margin-bottom: 0px;
          color: #003399;
        }

div.cswebot { background: #3366CC;
              padding: 0em;
              border: none;
              margin-top: 0px;
              margin-bottom: 0px;
              margin-left: 20px;
              margin-right: 30px;
              height: 1300px;
            }
    
div.cswetop { background: #3366CC;
              padding: 0em;
              border: none;
              margin-top: 0px;
              margin-bottom: 0px;
              margin-left: 20px;
              margin-right: 30px;
              height: 20px;
            }
    
/* New Staff Page Layout Styles (March 2006) */
TD.staffmain { background-color: #204558;
               color: #FFFFFF;
               text-align: center;
               vertical-align: middle;
               font-weight: bold;
             }

TD.staffhead { background-color: #7C98A6;
               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: #3366CC;
         }

.staffdate { font-size:   small;
             font-weight: bold;
             color: #3366CC;    
           } 
            
/* CFP Page */
TD.cfplogin { background-color: #3366CC;
              color: #FFFFFF;
              text-align: center;
              vertical-align: middle;
              font-weight: bold;
            }
            
TD.cfptech { background-color: #FFFF99;
             color: #3366CC;
             text-align: center;
             vertical-align: middle;
             font-weight: bold;
           }

H2.cfp { font-family: Arial, Times New Roman, Tahoma;
         font-size: large;
         font-weight: bold;
         color: #3366CC;
       }       
       
.cfpsub { color: #3366CC; }

.cfpbox { background-color: #FFFF99; }

H2.instructions {text-align: center;
	    font-size: medium;
            font-weight: bold;
            color: #0066CC;
}