/*
 * Kaboodle
 * Copyright (C) 2004-2009 Inzen Pty Ltd
 * 
 * File Summary
 * Default kaboodle biography styles
 * 
 * File Name: kbd_AccountBiography.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: left; 
    margin: 0px 15px 10px 0px;
  }

  #kbd_BiogContainer .kbd_BiogName
  {
    font-size: 12.5pt;
    font-weight: 600;
    color:#ADBBB6;
  }

  #kbd_BiogContainer .kbd_BiogPosition
  {
    font-size: 11.5pt;
    font-weight: 900;
    color:#DD9022;
  }

  #kbd_BiogContainer .kbd_Biography
  {
  }

  #kbd_BiogContainer .kbd_BiogContact span
  {
    font-weight: bold;
  }



