@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout für YAML-Beispiele
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 1.4 $
 * @lastmodified    $Date: 2008/08/27 07:56:38 $
 */

@media screen, projection
{
  /*------------------------------------------------------------------------------------------------------*/

 
  /* (en) Marginal areas & page background */
  body {
	background-color:#BDBCBC;
	background-image:url(../../images/1pxback.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	padding: 0; margin: 0;
  }

  /* (en) Centering layout in old IE-versions */
  body {text-align: center;}
  #page_margins {text-align:left; margin: 0 auto;}

  /* (en) Layout: width, background, borders */
  #page_margins {min-width: 760px; max-width: 1200px; background: none;}
  #page {padding:0; min-width: 1180px}	

  /* (en) Designing main layout elements */
  #global-overlay{background: #444; position: fixed; z-index: 900; top: 0px; bottom: 0px; left: 0px; right: 0px; opacity: 0.7; filter: alpha(opacity = 70);}
  #global-popup-box{background: #fff; position: absolute; z-index: 1000; margin-left: -250px; left: 50%; top: 200px; width: 500px; text-align: left; padding: 10px 5px; }
  #global-popup-box #global-popup-header{text-align: right; padding: 0px 5px; }
  #header {margin: 0; padding:5px 0 0 0; background: none;  }
  #logo{float:left; background:none;}

  #nav {height:35px;}
  #menu {float:left; margin:5px 10px; border:1px solid #545252;}
  #breadcrumb {margin:0 0 14px 100px; padding-top:11px; font-weight:bold;font-size:large;}
  /* Close up the gap for actions that don't use an icon in the breadcrumbs area */
  body.sales_leads.new #breadcrumb,
  body.sales_leads.edit #breadcrumb {margin-left:0;}

  #menu_title {width:100%; background: #545252; color:#fff; font-weight:bold; font-size: 140%; text-align:center;}

  #main { background: #fff;padding:0; border: 1px solid #666;	 }
  #footer { margin: 0; padding: 1em; background: none; color:#666;}

  /*------------------------------------------------------------------------------------------------------*/

  
  /* Fixed width for left column */
  #col1 { width: 190px;}
  #col1_content {margin: 10px 0 10px 5px; border:1px solid #666; padding:1px;font-size:12px;}

  /* Hide right column  */
  #col2, #col2_content { display:none;}

  #col3 {margin: 0; padding:0; margin-left: 190px;}
  #col3_content { padding: 10px 20px 10px 10px; }


}
