/*
 * jQuery UI screen structure and presentation
 * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
 * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 * Visit ThemeRoller.com
*/

/*
 * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
 * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
 * body {font-size: 62.5%;}
*/


/*dialog*/
.ui-dialog {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; list-style: none;
  background: #ffffff url(images/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
  border: none;
  position: relative;
  border-bottom: 1px solid #EEEDE9;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
}
.ui-resizable .ui-resizable-handle {
  display: block; 
}
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */

.ui-dialog-content {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; list-style: none;
}

.ui-dialog-content p {
  /*padding: 10px ! important;*/
}

.ui-dialog-buttonpane {
  border-top: 1px solid #e0ded8;
  padding-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  text-align: left;
  background: #ffffff;
}

.ui-dialog-buttonpane a {
  color: #4a8594;
  float: left;
  font-size: 15px;
}

.ui-dialog-buttonpane a.back {
  margin-top: 6px;
  margin-left: 10px;
  display: block;
  padding-left: 8px; padding-top: 2px;
  width: 40px; height: 20px;
  background: white url(/images/dialog/lightbox_back_button.png) top left no-repeat;
}

.ui-dialog-buttonpane a.login-form-submit { padding-top: 6px; margin: 0; margin-left: 20px; }
.ui-dialog-buttonpane a.dialog-click { padding-top: 4px; }
