/*
 * Kaboodle
 * Copyright (C) 2004-2009 Inzen Pty Ltd
 * 
 * File Summary
 * Default kaboodle calendar styles
 * 
 * File Name: kbd_CDREventCalendar.css
 * 
 * This is the default kaboodle account biography style definitions. Do not rename or delete this file.  
 * The css can be modified to add or change existing styles to the kaboodle system defaults.
 *
 * A backup of this CSS file resides in /System/Examples/CGI Scripts/kbd_AccountBiography_backup.css. 
 * If, for any reason kbd_AccountBiography.css is lost or damaged make a copy of the backup file placing it
 * anywhere in the file repository and rename it to kbd_AccountBiography.css.
 *
 * Version:  1.0
 * Modified: 2009-06-01 00:00:00
 *
 * File Authors:
 * Alexander Munro (support@inzen.com.au)
 *
 */

  #kbd_BiogContainer .kbd_BiogSelectList
  {
    float: right;
  }

  #kbd_BiogContainer .kbd_BiogImage  
  {
    /* float: right; 
    margin: 0px 15px 10px 0px; */
    position: absolute;
    top: 193px;
    margin-left: 568px;
    background: #897157;
    border-top: 10px solid #897157;
    border-bottom: 10px solid #897157;
  }

  #kbd_BiogContainer .kbd_BiogName
  {
    color:#000000; 
    font-size: 18px; 
    font-style: normal; 
    font-weight: normal; 
    line-height:140%;
  }

  #kbd_BiogContainer .kbd_BiogPosition
  {
    color:#1f6750; 
    font-size: 14px; 
    font-style: normal; 
    font-weight: bold; 
    line-height:150%;  
    margin-bottom:10px;
  }

  #kbd_BiogContainer .kbd_Biography
  {
  }

  #kbd_BiogContainer .kbd_BiogContact 
  { margin-top:10px;
  }

  #kbd_BiogContainer .kbd_BiogContact span
  {
  }

  #kbd_BiogContainer .kbd_BiogContact a
  {
  }

  #kbd_BiogContainer .kbd_BiogContact a:hover
  {
  }





