﻿/* style for thumbnails on page */

div.img_spaced, div.img_spaced2, div.img_nospace
{ float: left; 
  /*width: 185px; 
    text-align: left;*/
  width: 105px;  
  text-align: center;
  line-height:20px;
  font-weight:bold; 
  padding-top:18px;
  }

  
img.leadership
{   width: 85px;    }
  
/*div.img_spaced
{ margin-right: 15px; }
*/

div.img_spaced a, div.img_spaced2 a, div.img_nospace a
 { color: #225d8c;
   font-size:9px;
   text-decoration: none; 
   line-height:normal; }


div.clearMe
{ clear: both; }

div.clearDiv
{ clear: both;
  height: 1px;
  font-size: 1px; }


/* styles for bio modalpops */

.modalBackground_BIO     /* BACKGROUND MASK */
  { background-color: #50575d;
    filter: alpha(opacity=50);
    opacity: 0.7;  }
     
.modalPopup_BIO         /* MODAL 'WRAPPER' PANEL */
 { background-color: #FFFFFF;
   border: solid 2px #000000;
   width: 500px;
   padding: 10px;  }

.modalPopup_BIOcontent      /* MODAL CONTENT DIV */
 { padding: 8px;
   font-size: .9em;  }

.modalPopup_BIOcontent div
 { margin-bottom: 10px;  }


.modalPopup_BIObutton      /* MODAL BUTTON DIV */
 { text-align: center;
   margin-bottom: 10px;  }


.modalButton_BIO        /* OK/CANCEL BUTTON OF MODAL */
 {  color:#668FAF;
    border: solid 1px #668FAF;
    background-color: #FFFFFF; 
    height: 24px;
    width: 60px;
    font-variant: small-caps;   }
    
.popupHeading
{   padding:0 0 0 0;
    margin:0 0 0 0;
    color:#225d8c;     }
