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

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006
Modified : February 5, 2010 by arnaud.daret@info.unicaen.fr
- - - - - - - - - - - - - - - - - - - - - */

#dialog{position:absolute;margin:auto;top:auto;left:auto;width:auto;height:auto;z-index:100;text-align:left;}
#dialog.done #lbContent{ display:block; }
#dialog.loading #lbContent{ display:none; }
#dialog > ul { margin:0;padding:0; }
#dialogOverlay{position:absolute;top:0;left:0;z-index:90;width:100%;height:100%;background-color:#000;}
/*
========================================================================
   Lightbox
========================================================================
*/
#dialog .borderRow 
{ clear:both;
  float:left;
  list-style-type:none;
  margin:0;
  padding:0;
  position:relative;
  width:100%; }
#content li.borderRow{ margin:0; }
#dialog .borderTop, #dialog .borderBottom{ height:6px; overflow:hidden;}
#dialog .borderMiddle { float:left; position:relative; background-color:#C7C7C7;}
#dialog .borderCenter { position:relative; height:100%; padding:0 6px;}

#dialog canvas { float:left; position:relative; }
#dialog .cl { float:left; position:relative; height:6px; width:6px;}
#dialog .cr { float:right; position:relative; height:6px; width:6px;}
#lbContent { background-color:#FFF; }
#lbContent .toolbar { background-color:#969C92; font-weight:bold; display:block; width:100%;}
/* #lbContent .content { padding:5px; } */
#lbContent .toolbar .title { color:#FFF; font-size:16px; font-weight:bold; padding:10px 5px;}
#dialog .betweenCorners 
{ clear:both;
  left:0;
  overflow:hidden;
  position:absolute;
  top:0;
  width:100%; }
#dialog .between 
{ background-color:#C7C7C7;
  height:6px;
  margin:0 6px; }
#dialog .corner 
{ clear:both;
  height:100%;
  left:0;
  margin:0;
  padding:0;
  position:absolute;
  top:0;
  width:100%; }
#dialogContent { padding:5px; text-align:left; }
#dialogContent p { margin:0; text-align:center; }
#dialogContent input[type=button] { margin:0 auto; }

