/*
fileName: alumDirectory.css
created by: rick@click-rick.net
created for: rhschoirs.net
created on: 01Oct2006

purpose: screen formatting for alumProfile.inc

modifications:

*/

a {color: #FFFFFF; /*white*/
   text-decoration:none;
  }

p {margin:10px;}

caption {background-color: #006400; /*dark green*/
         border-bottom:0px solid #006400; /*dark green*/
         border-left:2px solid #90EE90; /*light Green*/
         border-right:4px solid #006400; /*dark green*/
         border-top:2px solid #90EE90; /*light Green*/
         color: #FFFFFF; /*white*/
         font-size:125%;
         font-weight:bold;
         padding-bottom:4px;
         padding-top:4px;
        }

#caps {font-size:80%;}

#here a {color:#FFFFFF; /*white*/}

#here a:hover {background-color:#FFFFFF; /*white*/
               color:#000000; /*black*/
              }

#leftContent {float:left;
              width:80%;
             }
             


/*MYADDRESS==========================================================*/
#myAddress {float:right;
            text-align:center;
           }

#myPhone {font-size:80%;}

/*MYEDUCATION========================================================*/
#myEducation {text-align:center;
              width:100%;
             }
             
.college {font-size:110%;
          font-style:italic;
          font-weight:bold;
         }

.degree {font-size:100%;
         font-style:italic;
         font-weight:normal;
         margin-bottom:10px;
        }

/*MYID===============================================================*/
#myID {float:left;
       text-align:center;
      }

#myName {color:#067915; /*Ridge Green*/
         font-size:125%;
         font-style:italic;
         font-weight:bold;
        }
      
#myEmail {font-size:100%;
          font-variant: small-caps;
         }

/*MYINTERESTS=========================================================*/
#myInterests {float:left;
              text-align:center;
              width:45%;
             }

/*MYOCCUPATION=====================================================*/
#myOccupation {float:right;
               text-align:center;
               width:45%;
              }

/*MYPERSONAL========================================================*/
#myPersonal {float:left;
             text-align:center;
             width:45%;
            }
            
/*MYPREVIOUSEXPERIENCE==============================================*/
#myPrevExp {float:right;
            text-align:center;
            width:45%;
           }

/*MYTRAVEL==========================================================*/
#myTravel {text-align:left;}

/*===================================================================*/

#notice {color:#FFFFFF; /*white*/
         font-size:60%;
        }

#officers {background-color:#F0FFF0; /*honeydew*/
           color:#006400;
          }


#profile {background-image:url(../images/parchment.jpg);
          border-right:4px solid #A9A9A9; /*dark-grey*/
          border-top: 2px solid #FFFFFF; /*white*/
          border-bottom:4px solid #A9A9A9; /*dark-grey*/
          border-left: 2px solid #FFFFFF; /*white*/
          float:left;
          margin-left:12px;
          margin-top:10px;
          padding:4px;
         }

#searchBox {background-color: silver;
            border-bottom: 4px solid #A9A9A9; /*dark grey*/
            border-left: 2px solid #FFFFFF; /*white*/
            border-right: 4px solid #A9A9A9; /*dark grey*/
            border-top: 2px solid #FFFFFF; /*white*/
            float:left;
            margin-left:12px;
            padding:2px;
           }

#tblClassmates {color:#FFFFFF; /*white*/
                margin-left:24px;
                margin-top:10px;
               }
              
#tblClassmates table {background-color: #067915; /*Ridge Green*/
                      border-bottom:4px solid #006400; /*dark green*/
                      border-left:2px solid #90EE90; /*light Green*/
                      border-right:4px solid #006400; /*dark green*/
                      border-top:2px solid #006400; /*light Green*/
                      border-collapse:collapse;
                      color:white;
                      width:100%;
                     }

#tblClassmates table a {color:#FFFFFF; /*white*/}

#tblClassmates #officers a {color:#006400;}

#tblClassmates td {border:1px solid #FFFFFF; /*white*/
                   padding-left:2px;
                   padding-right:2px;
                   text-align:center;
                  }

.clearLeft {clear:left;}

.clearAll {clear:both;}

.sectionHead {font-size:115%;
              font-variant:small-caps;
              font-weight:bold;
              margin-top:10px;
              text-decoration:underline;
             }
