﻿/* as seen on https://www-ssl.intel.com/content/www/us/en/server-systems/intel-server-systems.html */
/* #b1babf; */
/*#f0f0f0; */
/* @table-border-grey: #e2e4e6;  /* as seen on https://www-ssl.intel.com/content/www/us/en/server-systems/intel-server-systems.html */
/* #F8F6F7;*/
/*#CDCDCD; Also used for grey text on dark background */
/*#A9A9A9;*/
/* intel.com value; ignore #939598; /* #e5e5e5; */
/* @box-border-grey: #cdcdcd; /* as seen on https://www-ssl.intel.com/content/www/us/en/processors/core/core-i7-processor.html */
/* as seen on https://www-ssl.intel.com/content/www/us/en/processors/core/core-i7-processor.html */
/* as seen on https://www-ssl.intel.com/content/www/us/en/processors/core/core-i7-processor.html */
/* reuse on sidebar; like the screwy gradient on https://www-ssl.intel.com/content/www/us/en/processors/core/core-i7-processor.html; /* #b1babf; /*#f3f3f3; */
/* not approved
@active-blue: #02aefe;   
@background-blue: desaturate(@link-blue, 30%); */
/*#555;*/
.element-shadow {
  box-shadow: 0 3px rgba(235, 235, 235, 0.85);
}
.ui-widget,
.ui-widget-content {
  font-size: 1em;
  color: #53565a;
}
.ui-widget-header {
  color: #53565a;
  background: #d2d2d2;
  border-color: #cacaca;
}
#tabs.ui-widget {
  font-size: 1.1em;
}
/* ugh, why is .ui-widget being super-generic but altering font-size? */
.ui-widget-content a {
  color: #0860a8;
}
.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_228ef1_256x240.png);
}
.ui-corner-all.ui-dialog,
.ui-corner-all.ui-dialog-titlebar {
  border-radius: 0;
}
.ui-dialog {
  box-shadow: 0 3px rgba(235, 235, 235, 0.85);
}
.ui-widget-overlay {
  opacity: 1;
  /*reset!*/
  background: rgba(35, 35, 35, 0.75);
}
/*# sourceMappingURL=jquery-ui-1.10.1.custom.overrides.css.map */