@import "../fonts/fonts.css";
form {
  margin: 0 0 18px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 13.5px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
input,
button,
select,
textarea {
  font-family: Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
}
input[type="search"] {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
input,
textarea {
  width: 210px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"] {
  top: -2px;
}
input[type="checkbox"] {
  top: -1px;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
  position: relative;
}
.ie input[type="radio"] {
  top: -1px;
}
.ie input[type="checkbox"] {
  top: -3px;
}
.gecko input[type="radio"] {
  top: -1px;
}
.gecko input[type="checkbox"] {
  top: -2px;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
select {
  width: 220px;
  border: 1px solid #bbb;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 930px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 850px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 770px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 690px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 610px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 530px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 450px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 370px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 290px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 210px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 130px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 50px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #ddd;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #ecba4b;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #ecba4b;
  border-color: #ecba4b;
}
.control-group.warning .checkbox:focus,
.control-group.warning .radio:focus,
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #e7a81d;
  -webkit-box-shadow: 0 0 6px #f6dda7;
  -moz-box-shadow: 0 0 6px #f6dda7;
  box-shadow: 0 0 6px #f6dda7;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #ecba4b;
  background-color: #fff2cf;
  border-color: #ecba4b;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error .checkbox:focus,
.control-group.error .radio:focus,
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
.control-group.success .checkbox:focus,
.control-group.success .radio:focus,
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
}
.form-actions:after {
  clear: both;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
:-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
.help-block,
.help-inline {
  color: #555555;
}
.help-block {
  display: block;
  margin-bottom: 9px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-prepend,
.input-append {
  margin-bottom: 5px;
}
.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: middle;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
  border-right-color: #ccc;
  border-left-color: #eee;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 4.5px;
}
legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 4.5px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 160px;
}
.form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 40px 4px;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  border: none;
  *margin-left: .3em;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #b3b3b3;
  *background-color: #b3b3b3;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary.active,
.btn-gray.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #c11933;
  background-image: -moz-linear-gradient(top, #c11933, #c11933);
  background-image: -ms-linear-gradient(top, #c11933, #c11933);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c11933), to(#c11933));
  background-image: -webkit-linear-gradient(top, #c11933, #c11933);
  background-image: -o-linear-gradient(top, #c11933, #c11933);
  background-image: linear-gradient(top, #c11933, #c11933);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c11933', endColorstr='#c11933', GradientType=0);
  border-color: #c11933 #c11933 #7d1021;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #c11933;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #c11933;
  *background-color: #aa162d;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #941327 \9;
}
.btn-gray {
  background-color: #999;
  color: #fff;
}
.btn-gray {
  background-color: #ddd;
  color: #333;
}
.btn-warning {
  background-color: #fbb450;
  background-image: -moz-linear-gradient(top, #fbb450, #fbb450);
  background-image: -ms-linear-gradient(top, #fbb450, #fbb450);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#fbb450));
  background-image: -webkit-linear-gradient(top, #fbb450, #fbb450);
  background-image: -o-linear-gradient(top, #fbb450, #fbb450);
  background-image: linear-gradient(top, #fbb450, #fbb450);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#fbb450', GradientType=0);
  border-color: #fbb450 #fbb450 #f89406;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #fbb450;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #fbb450;
  *background-color: #faa937;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #fa9f1e \9;
}
.btn-danger {
  background-color: #c11933;
  background-image: -moz-linear-gradient(top, #c11933, #c11933);
  background-image: -ms-linear-gradient(top, #c11933, #c11933);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c11933), to(#c11933));
  background-image: -webkit-linear-gradient(top, #c11933, #c11933);
  background-image: -o-linear-gradient(top, #c11933, #c11933);
  background-image: linear-gradient(top, #c11933, #c11933);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c11933', endColorstr='#c11933', GradientType=0);
  border-color: #c11933 #c11933 #7d1021;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #c11933;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #c11933;
  *background-color: #aa162d;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #941327 \9;
}
.btn-danger:hover {
  background-color: #6f0818;
  background-image: -moz-linear-gradient(top, #6f0818, #6f0818);
  background-image: -ms-linear-gradient(top, #6f0818, #6f0818);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6f0818), to(#6f0818));
  background-image: -webkit-linear-gradient(top, #6f0818, #6f0818);
  background-image: -o-linear-gradient(top, #6f0818, #6f0818);
  background-image: linear-gradient(top, #6f0818, #6f0818);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f0818', endColorstr='#6f0818', GradientType=0);
  border-color: #6f0818 #6f0818 #280309;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #6f0818;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover:hover,
.btn-danger:hover:active,
.btn-danger:hover.active,
.btn-danger:hover.disabled,
.btn-danger:hover[disabled] {
  background-color: #6f0818;
  *background-color: #570613;
}
.btn-danger:hover:active,
.btn-danger:hover.active {
  background-color: #3f050e \9;
}
.btn-success {
  background-color: #62c462;
  background-image: -moz-linear-gradient(top, #62c462, #62c462);
  background-image: -ms-linear-gradient(top, #62c462, #62c462);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#62c462));
  background-image: -webkit-linear-gradient(top, #62c462, #62c462);
  background-image: -o-linear-gradient(top, #62c462, #62c462);
  background-image: linear-gradient(top, #62c462, #62c462);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#62c462', GradientType=0);
  border-color: #62c462 #62c462 #3b9e3b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #62c462;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #62c462;
  *background-color: #4fbd4f;
}
.btn-success:active,
.btn-success.active {
  background-color: #42b142 \9;
}
.btn-info {
  background-color: #5bc0de;
  background-image: -moz-linear-gradient(top, #5bc0de, #5bc0de);
  background-image: -ms-linear-gradient(top, #5bc0de, #5bc0de);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#5bc0de));
  background-image: -webkit-linear-gradient(top, #5bc0de, #5bc0de);
  background-image: -o-linear-gradient(top, #5bc0de, #5bc0de);
  background-image: linear-gradient(top, #5bc0de, #5bc0de);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#5bc0de', GradientType=0);
  border-color: #5bc0de #5bc0de #28a1c5;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #5bc0de;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #5bc0de;
  *background-color: #46b8da;
}
.btn-info:active,
.btn-info.active {
  background-color: #31b0d5 \9;
}
.btn-inverse {
  background-color: #555555;
  background-image: -moz-linear-gradient(top, #555555, #555555);
  background-image: -ms-linear-gradient(top, #555555, #555555);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#555555));
  background-image: -webkit-linear-gradient(top, #555555, #555555);
  background-image: -o-linear-gradient(top, #555555, #555555);
  background-image: linear-gradient(top, #555555, #555555);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#555555', GradientType=0);
  border-color: #555555 #555555 #2f2f2f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #555555;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #555555;
  *background-color: #484848;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #3b3b3b \9;
}
.btn-yellow {
  background-color: #e0c778;
  background-image: -moz-linear-gradient(top, #e0c778, #e0c778);
  background-image: -ms-linear-gradient(top, #e0c778, #e0c778);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e0c778), to(#e0c778));
  background-image: -webkit-linear-gradient(top, #e0c778, #e0c778);
  background-image: -o-linear-gradient(top, #e0c778, #e0c778);
  background-image: linear-gradient(top, #e0c778, #e0c778);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0c778', endColorstr='#e0c778', GradientType=0);
  border-color: #e0c778 #e0c778 #d2ad3a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e0c778;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow.active,
.btn-yellow.disabled,
.btn-yellow[disabled] {
  background-color: #e0c778;
  *background-color: #dbbe63;
}
.btn-yellow:active,
.btn-yellow.active {
  background-color: #d6b64f \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group > .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group > .btn-mini.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-group > .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #c12919;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #c11933;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-mini .caret {
  margin-top: 5px;
}
.btn-small .caret {
  margin-top: 6px;
}
.btn-large .caret {
  margin-top: 6px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom: 5px solid #000000;
  border-top: 0;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2070;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin: 0 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  color: #666;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: 20px;
}
.modal.fade.in {
  top: 20px;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-body {
  overflow-y: auto;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > .pull-right {
  float: right;
}
.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #c11933;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  /*background-color: @white;*/

  border: 1px solid #ddd;
  border-bottom-color: #ffffff;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #c11933;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
  border-top-color: #c11933;
  border-bottom-color: #c11933;
  margin-top: 6px;
}
.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #7d1021;
  border-bottom-color: #7d1021;
}
.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.navbar {
  *position: relative;
  *z-index: 2;
  overflow: visible;
  margin-bottom: 18px;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
}
.navbar {
  color: #999999;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #999999;
}
.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}
.navbar .navbar-link {
  color: #999999;
}
.navbar .navbar-link:hover {
  color: #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn {
  margin: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 6px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  padding: 4px 9px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  background-color: #626262;
  border: 1px solid #151515;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-search .search-query:focus,
.navbar-search .search-query.focused {
  padding: 5px 10px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
}
.navbar .nav > li {
  display: block;
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 9px 10px 11px;
  line-height: 19px;
  color: #999999;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin: 5px 5px 6px;
  line-height: 18px;
}
.navbar .btn-group {
  margin: 0;
  padding: 5px 5px 6px;
}
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
}
.navbar .divider-vertical {
  height: 40px;
  width: 1px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #222222;
  border-right: 1px solid #333333;
}
.navbar .nav.pull-right {
  margin-left: 10px;
  margin-right: 0;
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  background-color: #222222;
  *background-color: #151515;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #080808 \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown .dropdown-toggle .caret,
.navbar .nav li.dropdown.open .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .nav li.dropdown.active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
}
.navbar .nav li.dropdown.active > .dropdown-toggle:hover {
  color: #ffffff;
}
.navbar .pull-right .dropdown-menu,
.navbar .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right .dropdown-menu:before,
.navbar .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right .dropdown-menu:after,
.navbar .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map-popup img,
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #c11933;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}
table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}
table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}
table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}
table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}
table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}
table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}
table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}
table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}
table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}
table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}
table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}
table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}
p {
  margin: 0 0 9px;
  line-height: 120%;
}
p small {
  font-size: 11px;
  color: #999999;
}
.lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}
h1 {
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h2 small {
  font-size: 18px;
}
h3 {
  font-size: 18px;
  line-height: 27px;
}
h3 small {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 18px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #999999;
}
.page-header {
  padding-bottom: 17px;
  margin: 18px 0;
  border-bottom: 1px solid #eeeeee;
}
.page-header h1 {
  line-height: 1;
}
ul,
ol {
  padding: 0;
  margin: 0 0 9px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 18px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 18px;
}
dt {
  font-weight: bold;
  line-height: 17px;
}
dd {
  margin-left: 9px;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.muted {
  color: #999999;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}
blockquote small {
  display: block;
  line-height: 18px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 18px;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.pull-right-image {
  float: right;
  margin: 0 0 10px 20px;
}
.pull-left-image {
  float: left;
  margin: 0 20px 10px 0;
}
.center-text {
  text-align: center;
}
.right-text {
  text-align: right;
}
.center-me {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.small {
  font-size: 11px;
}
.italic {
  font-style: italic;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.color1 {
  color: #e0c778;
}
.color2 {
  color: #53777a;
}
.color3 {
  color: #542537;
}
.color4 {
  color: #4b92ae;
}
.color5 {
  color: #738b6b;
}
.color6 {
  color: #d95b44;
}
.color7 {
  color: #4b92ae;
}
.color8 {
  color: #c11933;
}
.xcolor1 {
  color: #e0c778;
}
.xcolor2 {
  color: #53777a;
}
.xcolor3 {
  color: #542537;
}
.xcolor4 {
  color: #4b92ae;
}
.xcolor5 {
  color: #738b6b;
}
.xcolor6 {
  color: #d95b44;
}
.xcolor7 {
  color: #4b92ae;
}
.bgcolor1 {
  background-color: #e0c778;
}
.bgcolor2 {
  background-color: #53777a;
}
.bgcolor3 {
  background-color: #542537;
}
.bgcolor4 {
  background-color: #4b92ae;
}
.bgcolor5 {
  background-color: #738b6b;
}
.bgcolor6 {
  background-color: #d95b44;
}
.bgcolor7 {
  background-color: #4b92ae;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #eee;
  /*border: 1px solid #eee;*/

}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* ===== Primary Styles ========================================================
   Author: webstarsltd.com
   ========================================================================== */
body {
  font-family: Arial, sans-serif;
  background: url("../images/backgrounds/top-gray.gif") repeat-x;
  text-align: center;
}
.limit {
  width: 977px;
  text-align: left;
}
.sprite {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
}
/**************************************
HEADER
**************************************/
.header {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 100;
  margin-bottom: 20px;
}
.header #banner {
  width: 470px;
  height: 60px;
  position: absolute;
  right: 0px;
  top: 42px;
}
.header .util {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 100;
}
.header .util li {
  float: left;
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: 0 -69px;
  padding: 0 8px 0 10px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
}
.header .util li.signup {
  padding: 0;
}
.header .util li.signup form {
  display: none;
  position: absolute;
  right: 0;
  color: #333;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.5);
  padding-bottom: 5px;
}
.header .util li.signup form fieldset {
  background-color: #ccc;
  padding: 15px 15px 5px 15px;
  width: 200px;
}
.header .util li.signup form input.input-medium {
  width: 190px;
}
.header .util li.signup form button {
  width: 200px;
}
.header .util li.signup form ul.benefits {
  padding: 0;
  margin: 0 0 12px 17px;
}
.header .util li.signup form ul.benefits li {
  color: #333;
  background: none;
  margin: 0 0 5px;
  padding: 0;
  float: none;
  height: auto;
  line-height: normal;
  font-size: 13px;
}
.header .util li.signup a {
  display: block;
  padding: 0 10px 0 30px;
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: -377px -109px;
}
.header .util li.signup a.openForm {
  background-color: #ccc;
  color: #333;
  background-position: -377px -135px;
}
.header .util li.signup a.forgot {
  color: #c11933;
  background: none;
  padding: 0;
  font-style: italic;
}
.header .util li.signup-blank {
  padding: 0;
}
.header .util li.signup-blank a {
  display: block;
  padding: 0 10px 0 30px;
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: -377px -109px;
}
.header .util li.cart {
  padding-left: 2px;
}
.header .util li.cart a {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  padding-left: 30px;
  background-position: -377px -83px;
  display: block;
}
.header .util li.cart span {
  color: #999;
}
.header .util li:first-child {
  background: none;
}
.header .util li a {
  color: #fff;
  text-decoration: none;
}
.header .util li a:hover {
  text-decoration: underline;
}
.header .util li form input#keyword {
  height: auto;
  padding: 0 4px;
  margin: 0;
}
.header .util li form input#searchsubmit {
  background: none;
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  border: 0;
  height: auto;
  background-position: -382px -65px;
  width: 20px;
  height: 19px;
  background-color: transparent;
}
.header .navigation {
  position: absolute;
  bottom: -5px;
  right: 0;
  margin: 0;
  z-index: 99;
}
.header .navigation li {
  float: left;
  position: relative;
}
.header .navigation li .submenu {
  position: absolute;
  display: none;
  background: url("../images/backgrounds/raster-top-footer.gif") repeat;
  padding: 15px;
  width: 160px;
  float: left;
  z-index: 100;
  left: 0;
  top: 28px;
}
.header .navigation li .submenu a {
  display: block;
  font-size: 13px;
  font-family: Arial, sans-serif;
  color: #ffffff;
  padding: 4px 0;
}
.header .navigation li .megamenu {
  position: absolute;
  display: none;
  background: url("../images/backgrounds/raster-top-footer.gif") repeat;
  padding: 15px;
  width: 160px;
  float: left;
  z-index: 100;
  *zoom: 1;
  width: 400px;
  left: 0;
  top: 28px;
}
.header .navigation li .megamenu a {
  display: block;
  font-size: 13px;
  font-family: Arial, sans-serif;
  color: #ffffff;
  padding: 4px 0;
}
.header .navigation li .megamenu:before,
.header .navigation li .megamenu:after {
  display: table;
  content: "";
}
.header .navigation li .megamenu:after {
  clear: both;
}
.header .navigation li .megamenu .col {
  width: 50%;
  float: left;
}
.header .navigation li .megamenu a {
  color: #ccc;
  padding: 0;
}
.header .navigation li .megamenu a.main {
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 10px;
  font-style: italic;
}
.header .navigation li .megamenu a.main.inter {
  margin-top: 10px;
}
.header .navigation li .megamenu a.main.last {
  margin-bottom: 0;
}
.header .navigation li > a {
  color: #c11933;
  font-family: Georgia, serif;
  font-size: 16px;
  display: inline-block;
  padding: 5px 8px;
  text-decoration: none;
}
.header .navigation li > a:hover {
  color: #666;
}
.header .navigation li > a.on {
  color: #d58ea3;
}
.header .navigation li:last-child > a {
  padding-right: 0;
}
.header .navigation li.hasMenu a:hover,
.header .navigation li.hasMenu:hover a {
  background: url("../images/backgrounds/raster-top-footer.gif") repeat;
}
.header .navigation li.hasMenu:hover a {
  color: #fff;
}
.header .navigation li.hasMenu:hover .submenu,
.header .navigation li.hasMenu:hover .megamenu {
  display: block;
}
/**************************************
MASTHEAD
**************************************/
#masthead {
  margin: 20px auto;
  height: 332px;
  position: relative;
  z-index: 50;
}
#masthead.conferences {
  background: 0 0 no-repeat;
}
#masthead .slides {
  height: 100%;
  overflow: hidden;
  position: relative;
}
#masthead .slides li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#masthead .intermezzo {
  background: url("../images/backgrounds/transparent-raster.png") repeat;
  width: 52%;
  padding: 20px 28px;
  position: absolute;
  top: 40px;
  color: #ffffff;
}
#masthead .intermezzo h2 {
  font-size: 28px;
  font-family: Georgia, serif;
  color: #ffffff;
  margin-bottom: 12px;
  font-weight: normal;
}
#masthead .intermezzo p {
  color: #ccc;
  font-size: 15px;
}
#masthead .intermezzo p a {
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-style: italic;
}
#masthead .innernav {
  position: absolute;
  bottom: 0;
  margin: 0;
}
#masthead .innernav li {
  float: left;
}
#masthead .innernav li a {
  color: #ffffff;
  display: block;
  line-height: 36px;
  text-align: center;
  font-size: 15px;
  outline: none;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #ffffff;
  background: #000000;
  width: 242px;
}
#masthead .innernav li a:hover {
  text-decoration: none;
}
#masthead .innernav li:last-child a {
  border-right-color: transparent;
  width: 243px;
}
#masthead .innernav li.on a {
  border-left-color: transparent;
  border-right-color: transparent;
  background: none;
  border-top-color: transparent;
}
#slider {
  margin: 20px auto;
  height: 332px;
  position: relative;
  z-index: 50;
}
#slider.subsector2 {
  border-top: 8px solid #53777a;
}
#slider.subsector2 li {
  border-top: 1px solid #fff;
}
#slider.subsector2 li#intervar h1,
#slider.subsector2 li#intervar h2,
#slider.subsector2 li#intervar h3 {
  font-family: Georgia, serif;
  color: #53777a;
  margin-bottom: 10px;
  line-height: 28px;
  font-weight: normal;
  font-size: 28px;
}
#slider.subsector2 li#intervar p {
  color: #666;
  font-size: 15px;
}
#slider.subsector2 li#intervar p strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
#slider.subsector2 li#intervar p:last-child {
  margin-bottom: 0;
}
#slider span.event-type {
  position: absolute;
  top: 22px;
  left: 10px;
  z-index: 55;
  display: inline-block;
  color: #fff;
  font-family: Georgia, serif;
  padding: 6px 10px;
  font-size: 16px;
}
#slider .makewhiteborder {
  border-top: 1px solid #fff;
}
#slider .list {
  height: 332px;
  position: relative;
  overflow: hidden;
}
#slider .list > div {
  height: 332px;
}
#slider .operations {
  background: url("../images/mastheads/2.jpg") no-repeat;
  position: relative;
  height: 332px;
}
#slider .boxpos {
  position: absolute;
  bottom: 30px;
  left: 0;
  background: url("../images/backgrounds/transparent-raster.png") repeat;
  width: 52%;
  padding: 20px 28px;
}
#slider .boxpos h1 {
  font-size: 28px;
  font-family: Georgia, serif;
  color: #ffffff;
}
#slider .boxpos time {
  font-style: italic;
  color: #e0c778;
  display: block;
  margin: 0 0 8px 0;
}
#slider .boxpos p {
  color: #ccc;
  font-size: 15px;
  margin-bottom: 12px;
}
#slider .boxpos p .btn {
  margin-right: 15px;
}
#slider .boxpos p:last-child {
  margin-bottom: 0;
}
#slider .slider-pager {
  background-color: #000000;
  padding-left: 120px;
  *zoom: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}
#slider .slider-pager:before,
#slider .slider-pager:after {
  display: table;
  content: "";
}
#slider .slider-pager:after {
  clear: both;
}
#slider .slider-pager li {
  float: left;
  margin: 0;
  border-top: none;
}
#slider .slider-pager li a {
  display: block;
  width: 7px;
  height: 30px;
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: -342px -71px;
  border-left: 10px solid #000000;
  border-right: 10px solid #000000;
}
#slider .slider-pager li a.active {
  background-position: -331px -71px;
}
#slider .slider-pager li a.prev {
  background-position: -261px -71px;
  width: 30px;
  height: 30px;
  padding: 0;
  border-left: 20px solid #000000;
  border-right: 0;
}
#slider .slider-pager li a.next {
  background-position: -296px -71px;
  width: 30px;
  height: 30px;
  padding: 0;
  border-left: 1px solid #000000;
  border-right: 0;
}
/**************************************
Homepage latest news block
**************************************/
#pagemiddle {
  display: block;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.ie8 #pagemiddle,
.ie9 #pagemiddle{
  min-height: 293px;
}
#pagemiddle:before,
#pagemiddle:after {
  display: table;
  content: "";
}
#pagemiddle:after {
  clear: both;
}
#pagemiddle.subsector5 {
  border-top: 8px solid #738b6b;
}
#pagemiddle.subsector5 li {
  border-top: 1px solid #fff;
}
#pagemiddle.subsector5 li#intervar h1,
#pagemiddle.subsector5 li#intervar h2,
#pagemiddle.subsector5 li#intervar h3 {
  font-family: Georgia, serif;
  color: #738b6b;
  margin-bottom: 10px;
  line-height: 28px;
  font-weight: normal;
  font-size: 28px;
}
#pagemiddle.subsector5 li#intervar p {
  color: #666;
  font-size: 15px;
}
#pagemiddle.subsector5 li#intervar p strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
#pagemiddle.subsector5 li#intervar p:last-child {
  margin-bottom: 0;
}
#pagemiddle.subsector2 {
  border-top: 8px solid #53777a;
}
#pagemiddle.subsector2 li {
  border-top: 1px solid #fff;
}
#pagemiddle.subsector2 li#intervar h1,
#pagemiddle.subsector2 li#intervar h2,
#pagemiddle.subsector2 li#intervar h3 {
  font-family: Georgia, serif;
  color: #53777a;
  margin-bottom: 10px;
  line-height: 28px;
  font-weight: normal;
  font-size: 28px;
}
#pagemiddle.subsector2 li#intervar p {
  color: #666;
  font-size: 15px;
}
#pagemiddle.subsector2 li#intervar p strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
#pagemiddle.subsector2 li#intervar p:last-child {
  margin-bottom: 0;
}
#pagemiddle > ul {
  display: table-row;
  width: 977px;
}
#pagemiddle > ul > li {
  width: 438px;
  float: left;
  padding: 15px 25px 25px 25px;
  overflow: hidden;
  margin-bottom: 20px;
  display: table-cell;
}
#pagemiddle > ul > li a {
  color: #c11933;
}
#pagemiddle > ul > li.alerts {
  width: 205px;
  border-bottom: none;
  border-left: 1px solid #ffffff;
  padding: 20px;
  margin-bottom: 0;
  background: url("../images/backgrounds/transparent-raster.png") repeat,
  url('../images/homeboxes/resources.jpg') no-repeat;
  /*background*//*\**//*: url("../images/backgrounds/transparent-raster.png")\9 repeat\9;*/
}
#pagemiddle > ul > li.alerts .box {
  margin: 0;
  border: none;
}
#pagemiddle > ul > li.alerts .box h3 {
  line-height: normal;
  margin-bottom: 15px;
}
#pagemiddle > ul > li.alerts .box form {
  margin: 0;
}
#pagemiddle > ul > li.alerts .box input {
  margin-bottom: 15px;
}
#pagemiddle > ul > li.sector-update {
  width: 192px;
  background: url("../images/backgrounds/raster-medium-gray.gif") repeat;
}
#pagemiddle > ul > li.sector-update .box {
  border: none;
  margin: 0;
  position: relative;
}
#pagemiddle > ul > li.sector-update .box a.scroll-prev {
  top: -15px;
  right: 0;
}
#pagemiddle > ul > li.sector-update .box a.scroll-next {
  top: -15px;
  right: -16px;
}
#pagemiddle > ul > li.sector-update .list {
  height: 105px;
  position: relative;
  overflow: hidden;
}
#pagemiddle > ul > li.sector-update h3 {
  color: #333;
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: -377px -28px;
  font-size: 16px;
  padding-left: 28px;
  font-family: Georgia, serif;
  margin-bottom: 10px;
  line-height: 25px;
}
#pagemiddle > ul > li.sector-update p {
  color: #c11933;
  font-family: Georgia, serif;
  font-size: 15px;
}
#pagemiddle > ul > li.sector-update p time {
  display: block;
  font-style: italic;
  color: #999;
  font-size: 13px;
}
#pagemiddle > ul > li.sector-update p a.read-more {
  font-style: italic;
  font-size: 13px;
}
#pagemiddle > ul > li.sector-update p:last-child {
  margin-bottom: 0;
}
#pagemiddle > ul > li.sector-update .more-text p {
  color: #666;
  font-size: 13px;
  font-family: Arial, sans-serif;
  line-height: normal;
  margin-bottom: 12px;
}
#pagemiddle > ul > li.onetestimonial {
  width: 244px;
  border-bottom: none;
  border-left: 1px solid #ffffff;
  padding: 20px;
  margin-bottom: 0;
  background: url("../images/backgrounds/transparent-raster.png") repeat;
}
#pagemiddle > ul > li.onetestimonial .box {
  margin: 0;
  border: none;
  background: none;
  padding: 0;
}
#pagemiddle > ul > li.onetestimonial .box h3 {
  line-height: normal;
  margin-bottom: 15px;
}
#pagemiddle > ul > li.beforesplit {
  width: 487px;
  padding: 0;
  border-right: 1px solid #ffffff;
  background: url("../images/backgrounds/raster-light-gray.gif") repeat;
}
#pagemiddle > ul > li.beforesplit h1,
#pagemiddle > ul > li.beforesplit h2,
#pagemiddle > ul > li.beforesplit h3 {
  font-family: Georgia, serif;
  color: #53777a;
  margin-bottom: 0;
  line-height: 28px;
  font-weight: normal;
  font-size: 28px;
}
#pagemiddle > ul > li.beforesplit p {
  color: #666;
  font-size: 15px;
}
#pagemiddle > ul > li.beforesplit p strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
#pagemiddle > ul > li.beforesplit p:last-child {
  margin-bottom: 0;
}
#pagemiddle > ul > li.beforesplit h2.submaintitle {
  font-family: Georgia, serif;
  font-size: 20px;
  color: #666;
  margin: 6px 0 12px;
  line-height: 22px;
}
#pagemiddle > ul > li.beforesplit p.date {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: normal;
}
#pagemiddle > ul > li.beforesplit p.date time {
  color: #999;
  font-style: italic;
}
#pagemiddle > ul > li.beforesplit p.date a {
  font-size: 13px;
  font-style: italic;
}
#pagemiddle > ul > li.beforesplit p.location {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: normal;
}
#pagemiddle > ul > li.beforesplit p.location a {
  font-size: 13px;
  font-style: italic;
}
#pagemiddle > ul > li.beforesplit p.related {
  font-size: 12px;
  letter-spacing: normal;
}
#pagemiddle > ul > li.beforesplit p.buttons {
  margin: 0;
  letter-spacing: normal;
}
#pagemiddle > ul > li.beforesplit p.buttons a {
  width: 120px;
  color: #fff;
}
#pagemiddle > ul > li.beforesplit p.buttons a.btn {
  background-color: #999;
}
#pagemiddle > ul > li.beforesplit p.buttons a.btn:hover {
  background-color: #666;
}
#pagemiddle > ul > li.beforesplit p.buttons a.btn-danger {
  background-color: #c11933;
  background-image: -moz-linear-gradient(top, #c11933, #c11933);
  background-image: -ms-linear-gradient(top, #c11933, #c11933);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c11933), to(#c11933));
  background-image: -webkit-linear-gradient(top, #c11933, #c11933);
  background-image: -o-linear-gradient(top, #c11933, #c11933);
  background-image: linear-gradient(top, #c11933, #c11933);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c11933', endColorstr='#c11933', GradientType=0);
  border-color: #c11933 #c11933 #7d1021;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #c11933;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#pagemiddle > ul > li.beforesplit p.buttons a.btn-danger:hover,
#pagemiddle > ul > li.beforesplit p.buttons a.btn-danger:active,
#pagemiddle > ul > li.beforesplit p.buttons a.btn-danger.active,
#pagemiddle > ul > li.beforesplit p.buttons a.btn-danger.disabled,
#pagemiddle > ul > li.beforesplit p.buttons a.btn-danger[disabled] {
  background-color: #c11933;
  *background-color: #aa162d;
}
#pagemiddle > ul > li.beforesplit p.buttons a.btn-danger:active,
#pagemiddle > ul > li.beforesplit p.buttons a.btn-danger.active {
  background-color: #941327 \9;
}
#pagemiddle > ul > li.beforesplit p.buttons a.btn-danger:hover {
  background-color: #6f0818;
  background-image: -moz-linear-gradient(top, #6f0818, #6f0818);
  background-image: -ms-linear-gradient(top, #6f0818, #6f0818);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6f0818), to(#6f0818));
  background-image: -webkit-linear-gradient(top, #6f0818, #6f0818);
  background-image: -o-linear-gradient(top, #6f0818, #6f0818);
  background-image: linear-gradient(top, #6f0818, #6f0818);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f0818', endColorstr='#6f0818', GradientType=0);
  border-color: #6f0818 #6f0818 #280309;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #6f0818;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#pagemiddle > ul > li.beforesplit p.buttons a.btn-danger:hover:hover,
#pagemiddle > ul > li.beforesplit p.buttons a.btn-danger:hover:active,
#pagemiddle > ul > li.beforesplit p.buttons a.btn-danger:hover.active,
#pagemiddle > ul > li.beforesplit p.buttons a.btn-danger:hover.disabled,
#pagemiddle > ul > li.beforesplit p.buttons a.btn-danger:hover[disabled] {
  background-color: #6f0818;
  *background-color: #570613;
}
#pagemiddle > ul > li.beforesplit p.buttons a.btn-danger:hover:active,
#pagemiddle > ul > li.beforesplit p.buttons a.btn-danger:hover.active {
  background-color: #3f050e \9;
}
#pagemiddle > ul > li.beforesplit .innerspacer {
  padding: 15px 25px 25px 25px;
}
#pagemiddle > ul > li.splitimage {
  width: 244px;
  border-bottom: none;
  border-left: none;
  padding: 0;
}
#pagemiddle > ul > li.splitimage:last-child {
  border-left: 1px solid #ffffff;
}
#pagemiddle > ul > li.splitimage img {
  display: block;
}
#pagemiddle > ul > li.testimonial {
  width: 447px;
  border-bottom: none;
  border-left: 1px solid #ffffff;
  padding: 20px;
  margin-bottom: 0;
  position: relative;
}
#pagemiddle > ul > li.testimonial .list {
  position: relative;
  overflow: hidden;
  height: 110px;
}
#pagemiddle > ul > li.testimonial .box {
  margin: 0;
  border: none;
  background: none;
  padding: 0;
}
#pagemiddle > ul > li.testimonial .box h3 {
  line-height: normal;
  margin-bottom: 15px;
}
#pagemiddle > ul > li.testimonial .box address {
  display: block;
  text-align: right;
  margin-right: 1px;
}
#pagemiddle > ul > li#bsectors {
  background: url("../images/backgrounds/raster-bsector.gif") repeat;
}
#pagemiddle > ul > li#bsectors h2 {
  font-family: Georgia, serif;
  font-size: 20px;
  color: #e0c778;
  margin-bottom: 12px;
}
#pagemiddle > ul > li#bsectors .col {
  width: 50%;
  float: left;
}
#pagemiddle > ul > li#bsectors .col a {
  color: #ccc;
  padding: 0;
  display: block;
}
#pagemiddle > ul > li#bsectors .col a.main {
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 4px;
}
#pagemiddle > ul > li#bsectors .col a.main.inter {
  margin-top: 10px;
}
#pagemiddle > ul > li#bsectors .col a.main.last {
  margin-bottom: 0;
}
#pagemiddle > ul > li#intro {
  border-right: 1px solid #ffffff;
  background: url("../images/backgrounds/raster-light-gray.gif") repeat;
}
#pagemiddle > ul > li#intro h1,
#pagemiddle > ul > li#intro h2,
#pagemiddle > ul > li#intro h3 {
  font-family: Georgia, serif;
  color: #c11933;
  margin-bottom: 10px;
  line-height: 28px;
  font-weight: normal;
  font-size: 28px;
}
#pagemiddle > ul > li#intro p {
  color: #666;
  font-size: 15px;
}
#pagemiddle > ul > li#intro p strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
#pagemiddle > ul > li#intro p:last-child {
  margin-bottom: 0;
}
#pagemiddle > ul > li#inter {
  border-right: 1px solid #ffffff;
  background: url("../images/backgrounds/raster-light-gray.gif") repeat;
}
#pagemiddle > ul > li#inter h1,
#pagemiddle > ul > li#inter h2,
#pagemiddle > ul > li#inter h3 {
  font-family: Georgia, serif;
  color: #53777a;
  margin-bottom: 10px;
  line-height: 28px;
  font-weight: normal;
  font-size: 28px;
}
#pagemiddle > ul > li#inter p {
  color: #666;
  font-size: 15px;
}
#pagemiddle > ul > li#inter p strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
#pagemiddle > ul > li#inter p:last-child {
  margin-bottom: 0;
}
#pagemiddle > ul > li#intervar {
  border-right: 1px solid #ffffff;
  background: url("../images/backgrounds/raster-light-gray.gif") repeat;
}
#pagemiddle > ul > li#latestnews {
  background: url("../images/backgrounds/raster-medium-gray.gif") repeat;
  position: relative;
  max-height: 144px;
  overflow: hidden;
}
#pagemiddle > ul > li#latestnews .list {
  height: 132px;
}
#pagemiddle > ul > li#latestnews h2 {
  color: #333;
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: -377px -30px;
  font-size: 16px;
  line-height: 24px;
  padding-left: 28px;
  font-family: Georgia, serif;
  margin-bottom: 10px;
  font-weight: 400;
}
#pagemiddle > ul > li#latestnews #scrolltop {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: -42px 0px;
  position: absolute;
  top: 0;
  right: 20px;
  display: block;
  width: 16px;
  height: 15px;
}
#pagemiddle > ul > li#latestnews #scrollbottom {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: -61px 0px;
  position: absolute;
  top: 16px;
  right: 20px;
  display: block;
  width: 16px;
  height: 15px;
}
#pagemiddle > ul > li#latestnews ul {
  position: relative;
  overflow: hidden;
}
#pagemiddle > ul > li#latestnews ul li {
  margin: 0;
  min-height: 56px;
}
#pagemiddle > ul > li#latestnews ul li:last-child {
  margin-bottom: 0;
}
#pagemiddle > ul > li#latestnews ul li a {
  display: block;
  line-height: normal;
  font-family: Georgia, serif;
  max-height: 40px;
  overflow: hidden;
  position: relative;
  font-size: 15px;
}
#pagemiddle > ul > li#latestnews ul li time {
  font-family: Arial, sans-serif;
  color: #999;
  font-style: italic;
}
.ie7 #pagemiddle > ul > li.alerts div.alerts,
.ie8 #pagemiddle > ul > li.alerts div.alerts {
  background: url("../images/backgrounds/transparent-raster.png") repeat;
  padding: 0 20px;
}
.ie7 #pagemiddle > ul > li.alerts,
.ie8 #pagemiddle > ul > li.alerts {
  background: url("../images/backgrounds/transparent-raster.png") repeat;
  /*background: url("../images/homeboxes/resources.jpg") repeat;*/
  padding: 0;
  width: 245px;
}
/**************************************
HOME BOXES
**************************************/
#homeboxes {
  display: block;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  margin-bottom: 20px;
}
#homeboxes:before,
#homeboxes:after {
  display: table;
  content: "";
}
#homeboxes:after {
  clear: both;
}
#homeboxes ul {
  margin-left: 2px;
}
#homeboxes ul li {
  width: 324px;
  height: 220px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #ffffff;
  float: left;
  background: #000000 url('../images/backgrounds/raster.gif') repeat;
}
#homeboxes ul li > a:hover {
  text-decoration: none;
}
#homeboxes ul li > div {
  display: block;
  position: relative;
}
#homeboxes ul li > div img {
  position: absolute;
  z-index: 100;
}
#homeboxes ul li > div div.onhover {
  display: none;
  width: 304px;
  height: 146px;
  background: url("../images/backgrounds/transparent-raster.png") repeat;
  position: absolute;
  z-index: 101;
  padding: 10px;
}
#homeboxes ul li > div div.onhover p {
  line-height: normal;
}
#homeboxes ul li > div:hover {
  text-decoration: none;
}
#homeboxes ul li > div:hover div {
  display: block;
  text-decoration: none;
  color: #ffffff;
}
#homeboxes ul li > div:hover div a.btn {
  background-color: #ffffff;
  color: #333;
}
#homeboxes ul li > div:hover div a.btn:hover {
  background-color: #eee;
}
#homeboxes ul li:nth-child(3n) {
  border-right: 0;
}
#homeboxes ul li.resources {
  background: #000000 url("../images/homeboxes/resources.jpg") no-repeat left bottom;
}
#homeboxes ul li.resources div {
  display: block;
  width: 324px;
  height: 166px;
  background: url("../images/backgrounds/transparent-raster.png") repeat;
}
#homeboxes ul li.resources div ul {
  padding: 15px 0;
  margin-left: 20px;
}
#homeboxes ul li.resources div li {
  width: auto;
  height: auto;
  border: none;
  display: block;
  margin-bottom: 3px;
  float: none;
  background: url('../images/backgrounds/gray-bullet.png') no-repeat left center;
  padding-left: 0px;
}
#homeboxes ul li.resources div a {
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-style: italic;
  margin-left: 10px;
}
#homeboxes ul li.resources div a:hover {
  text-decoration: underline;
}
#homeboxes ul li h3 {
  font-size: 18px;
  color: #ffffff;
  /*background: url("../images/backgrounds/icons.png") no-repeat;*/
  background-color: inherit;
  /*background-position: 282px 13px;*/
  padding: 12px 20px;
  position: relative;
  line-height: 24px;
  font-family: Georgia, serif;
  text-transform: capitalize;
  margin-bottom: 6px;
  font-weight: normal;
}
#homeboxes ul li h3 .fa {
  float: right;
  font-size: 26px;
}
#homeboxes ul li a:hover {
  text-decoration: none;
}
#homeboxes ul li h3.financial {
  background-color: #53777a;
}
#homeboxes ul li h3.utilities {
  background-color: #542537;
}
#homeboxes ul li h3.economics {
  background-color: #4b92ae;
}
#homeboxes ul li h3.transport {
  background-color: #738b6b;
}
#homeboxes ul li h3.media {
  background-color: #d95b44;
}
#homeboxes ul li h3.resources {
  background-color: #999;
}
/**************************************
BREADCRUMB
**************************************/
#breadcrumb {
  display: block;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  margin-bottom: 10px;
}
#breadcrumb:before,
#breadcrumb:after {
  display: table;
  content: "";
}
#breadcrumb:after {
  clear: both;
}
#breadcrumb li {
  background: url("../images/backgrounds/breadcrumb.gif") no-repeat right -22px;
  float: left;
}
#breadcrumb li.first {
  background-position: right -22px;
}
#breadcrumb li.firstSingle {
  background-position: top right;
}
#breadcrumb li.last {
  background-position: bottom right;
}
#breadcrumb li.innericon {
  background: none;
  float: right;
  margin-left: 10px;
}
#breadcrumb li.innericon i.share {
  background-position: -382px -468px;
}
#breadcrumb li.innericon i.envelope {
  background-position: -382px -495px;
}
#breadcrumb li.innericon i {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#breadcrumb li.innericon a {
  color: #c11933;
  vertical-align: middle;
  padding: 0 5px;
}
#breadcrumb li a {
  display: inline-block;
  line-height: 22px;
  padding: 0 20px 0 10px;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-style: italic;
}
.page-title {
  color: #c11933;
  font-family: Georgia, serif;
  font-size: 28px;
  text-transform: capitalize;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-weight: normal;
}
/**************************************
CONTENT
**************************************/
#content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
#content:before,
#content:after {
  display: table;
  content: "";
}
#content:after {
  clear: both;
}
#content aside {
  width: 245px;
  float: right;
}
#content aside.about-buyer {
  padding: 10px 15px;
  background-color: #f3f3f3;
  width: 225px;
  margin-top: 20px;
}
#content aside.about-buyer h2 {
  color: #c11933;
  font-family: Georgia, serif;
  font-size: 17px;
}
#content section {
  width: 700px;
  padding-bottom: 30px;
  float: left;
}
.page-descriptor {
  *zoom: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-descriptor:before,
.page-descriptor:after {
  display: table;
  content: "";
}
.page-descriptor:after {
  clear: both;
}
.page-descriptor ul.aboutus {
  width: 72%;
}
span.floaticon {
  float: right;
  margin: 14px 0 0 0;
  display: inline-block;
}
span.floaticon i {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  width: 17px;
  height: 17px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
span.floaticon a {
  font-size: 12px;
  text-decoration: none;
  font-style: italic;
  letter-spacing: normal;
  vertical-align: middle;
}
.well h3 span.floaticon,
#myevents span.floaticon {
  margin-top: 0;
}
div.aboutus h2 {
  color: #333;
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 16px;
}
div.aboutus h2.subtitle {
  color: #c11933;
  margin-top: 30px;
}
div.aboutus p {
  color: #878787;
  font-size: 15px;
  font-weight: 300;
}
ul.cat-openings {
  *zoom: 1;
}
ul.cat-openings:before,
ul.cat-openings:after {
  display: table;
  content: "";
}
ul.cat-openings:after {
  clear: both;
}
ul.cat-openings li {
  width: 200px;
  margin-right: 50px;
  margin-bottom: 30px;
  float: left;
}
ul.cat-openings li:nth-child(3n) {
  margin-right: 0;
}
ul.cat-openings li h4 {
  text-transform: capitalize;
  font-family: Georgia, serif;
  font-size: 16px;
  vertical-align: middle;
  position: relative;
  left: -7px;
}
ul.cat-openings li h4 i {
  background-image: url("../images/backgrounds/icons.png");
  height: 32px;
  width: 26px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
}
ul.cat-openings li p {
  line-height: normal;
}
.cms-intro h2 {
  color: #333;
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 16px;
}
.cms-intro p {
  color: #878787;
  font-size: 15px;
  font-weight: 300;
}
ul.logos {
  *zoom: 1;
  border-top: 1px dotted #999;
}
ul.logos:before,
ul.logos:after {
  display: table;
  content: "";
}
ul.logos:after {
  clear: both;
}
ul.logos li {
  float: left;
  width: 175px;
  text-align: center;
  margin: 10px 0;
}
.search-again label {
  margin: 0;
  color: #666;
}
.search-again input {
  margin: 0 10px;
}
.search-again input.search-query {
  color: #999;
}
.box {
  border-bottom: 1px solid #ffffff;
}
.box .transparent-raster {
  padding: 20px 10px 20px 20px;
  color: #ffffff;
}
.box h3 {
  margin-bottom: 12px;
}
.box.opportunities h3 {
  font-family: Georgia, serif;
  line-height: 120%;
  font-size: 18px;
  color: #e0c778;
  font-weight: normal;
}
.box.opportunities p {
  font-size: 15px;
  line-height: 120%;
  color: #ededed;
}
.box.opportunities a.btn {
  width: 125px;
}
.box.alerts h3 {
  font-family: Georgia, serif;
  line-height: 100%;
  font-size: 16px;
  color: #e0c778;
  font-weight: normal;
}
.box.alerts form {
  margin: 0;
}
.box.alerts form input {
  width: 195px;
}
.box.alerts form button {
  width: 205px;
}
.box.conjunction h4 {
  color: #e0c778;
  font-size: 12px;
}
.box.conjunction h3 {
  color: #ffffff;
  font-family: Georgia, serif;
}
.box.conjunction a.btn-danger {
  padding: 5px 34px;
  line-height: normal;
}
.box.conjunction a.more {
  padding: 5px 69px;
  margin-top: 10px;
}
.box.scroll-logos div.label {
  background: url('../images/backgrounds/raster-medium-gray.gif');
  font-family: Georgia, serif;
  color: #333;
  font-size: 16px;
  position: relative;
  padding: 10px 15px;
  margin-bottom: 25px;
}
.box.scroll-logos div.label a {
  top: auto;
  bottom: -3px;
}
.box.scroll-logos .list {
  margin: 0;
  *zoom: 1;
  margin-bottom: 25px;
  height: 80px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.box.scroll-logos .list:before,
.box.scroll-logos .list:after {
  display: table;
  content: "";
}
.box.scroll-logos .list:after {
  clear: both;
}
.box.scroll-logos .list li {
  height: 80px;
  text-align: center;
}
.box.scroll-logos .list a {
  display: inline-block;
  width: 122px;
  height: 80px;
  text-align: center;
  margin: 0 auto;
}
.box.twitter-single {
  background-color: #ddd;
  position: relative;
}
.box.twitter-single .list {
  height: 70px;
}
.box.twitter-single div {
  padding: 20px;
}
.box.twitter-single div h3 {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: -376px 0;
  font-family: Georgia, serif;
  line-height: 24px;
  font-size: 16px;
  padding-left: 30px;
  color: #333;
}
.box.twitter-single div p {
  color: #666;
  line-height: 16px;
  margin-bottom: 0;
}
.box.twitter-single div p a {
  color: #c11933;
  font-family: Helvetica, sans-serif;
  font-style: italic;
}
.box.twitter-single div p time {
  color: #999;
}
.box.sector-update {
  background: url("../images/backgrounds/raster-medium-gray.gif") repeat;
}
.box.sector-update > div {
  padding: 20px;
}
.box.sector-update.slider div {
  position: relative;
}
.box.sector-update h3 {
  color: #333;
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: -377px -30px;
  font-size: 16px;
  padding-left: 28px;
  font-family: Georgia, serif;
  margin-bottom: 10px;
}
.box.sector-update p {
  color: #c11933;
  font-family: Georgia, serif;
  font-size: 15px;
}
.box.sector-update p time {
  display: block;
  font-family: Helvetica;
  font-style: italic;
  color: #999;
  font-size: 13px;
}
.box.sector-update p a.read-more {
  font-family: Helvetica;
  font-style: italic;
  font-size: 13px;
  color: #c11933;
}
.box.sector-update p:last-child {
  margin-bottom: 0;
}
.box.sector-update .more-text p {
  color: #666;
  font-size: 13px;
  font-family: Arial, sans-serif;
  line-height: normal;
  margin-bottom: 12px;
}
.box.testimonial div {
  padding: 20px;
}
.box.testimonial blockquote {
  color: #ffffff;
  font-size: 20px;
  border: none;
  padding: 0;
  font-family: Georgia, serif;
  line-height: 22px;
}
.box.testimonial address {
  color: #e0c778;
  font-family: Arial, sans-serif;
  margin: 0;
  font-style: italic;
}
.box.see-also {
  background: url("../images/backgrounds/raster-medium-gray.gif") repeat;
}
.box.see-also > div {
  padding: 20px;
}
.box.see-also h3 {
  font-family: Georgia, serif;
  line-height: 100%;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.box.see-also hr {
  border-top: 1px dotted #a6a6a6;
  border-bottom: none;
  margin: 12px 0;
}
.box.see-also ul.insection {
  margin-bottom: 12px;
  margin-left: 16px;
}
.box.see-also ul.insection li {
  font-family: Arial, sans-serif;
  font-style: italic;
  color: #53777a;
}
.box.see-also ul.insection a {
  color: #53777a;
}
.box.see-also ul.insection span {
  color: #333333;
}
.box.see-also ul.outsection {
  margin-left: 16px;
}
.box.see-also ul.outsection li {
  font-family: Arial, sans-serif;
  font-style: italic;
  color: #c11933;
}
.box.see-also ul.outsection a {
  color: #c11933;
}
.box.see-also ul.outsection span {
  color: #333333;
}
.box:last-child {
  margin-bottom: 20px;
}
#wide-twitter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  background: url("../images/backgrounds/raster-medium-gray.gif") repeat;
  margin-bottom: 20px;
  position: relative;
}
#wide-twitter:before,
#wide-twitter:after {
  display: table;
  content: "";
}
#wide-twitter:after {
  clear: both;
}
#wide-twitter .list {
  height: 40px;
}
#wide-twitter div {
  padding: 15px 20px 10px 20px;
}
#wide-twitter div h3 {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: -376px 0;
  font-family: Georgia, serif;
  line-height: 24px;
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 12px;
}
#wide-twitter div ul {
  margin: 0;
  *zoom: 1;
}
#wide-twitter div ul:before,
#wide-twitter div ul:after {
  display: table;
  content: "";
}
#wide-twitter div ul:after {
  clear: both;
}
#wide-twitter div ul li {
  width: 45%;
  margin-right: 5%;
  color: #666;
  line-height: 100%;
  margin-bottom: 0;
  float: left;
}
#wide-twitter div ul li a {
  color: #c11933;
  font-family: Arial, sans-serif;
  font-style: italic;
}
#wide-twitter div ul li time {
  color: #999;
}
.overwrite-btn a.btn:first-child {
  background-color: #999;
  color: #fff;
}
.overwrite-btn a.btn:first-child:hover {
  background-color: #ddd;
  color: #333;
}
.wide-conjunction {
  background: url("../images/backgrounds/wide-conjunction.jpg") no-repeat center center;
  padding: 14px 20px;
  margin-bottom: 20px;
}
.wide-conjunction h4 {
  color: #ECBA4B;
}
.wide-conjunction h3 {
  color: #fff !important;
}
.wide-conjunction p a.btn:first-child {
  background-color: #999;
  color: #fff;
}
.wide-conjunction p a.btn:first-child:hover {
  background-color: #ddd;
  color: #333;
}
.results-block {
  border-bottom: 1px dotted #999;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.results-block h4 {
  font-family: Georgia, serif;
  font-size: 20px;
  color: #333;
  border-bottom: 1px dotted #333;
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-weight: normal;
}
.results-block ul li {
  padding: 12px 0;
}
.results-block ul li h5 {
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 100%;
  margin: 0;
  font-weight: normal;
}
.results-block ul li h5 a {
  color: #c11933;
  text-decoration: none;
}
.results-block ul li h5 a:hover {
  text-decoration: underline;
}
.results-block ul li h5 a.color1 {
  color: #e0c778;
}
.results-block ul li h5 a.color2 {
  color: #53777a;
}
.results-block ul li h5 a.color3 {
  color: #542537;
}
.results-block ul li h5 a.color4 {
  color: #4b92ae;
}
.results-block ul li h5 a.color5 {
  color: #738b6b;
}
.results-block ul li h5 a.color6 {
  color: #d95b44;
}
.results-block ul li h5 span.small {
  font-size: 12px;
}
.results-block ul li time {
  color: #999;
  font-family: Arial, sans-serif;
  font-style: italic;
}
.results-block ul li p {
  margin: 6px 0 0 0;
  clear: left;
  line-height: 130%;
  color: #666;
  width: 85%;
}
.myevents-results ul {
  border-top: 1px dotted #666;
}
.myevents-results ul li {
  border-bottom: 1px dotted #ddd;
}
.myevents-results ul li:last-child {
  border-bottom: none;
}
.myevents-results ul li p {
  margin-left: 40px;
}
ul.square-icons li > div {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
}
ul.square-icons li > div i {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  width: 30px;
  height: 30px;
  display: block;
}
ul.square-icons li > div i.conference {
  background-position: -123px 5px;
}
ul.square-icons li > div i.lecture {
  background-position: -148px 9px;
}
ul.square-icons li > div i.training {
  background-position: -177px 7px;
}
ul.square-icons li > div i.webinar {
  background-position: -206px 7px;
}
ul.square-icons li > div i.ribbon {
  background-position: -123px 6px;
}
ul.square-icons li > div i.ribbon-b {
  background-position: -378px -336px;
}
ul.square-icons li > div i.cassette {
  background-position: -148px 9px;
}
ul.square-icons li > div i.cassette-b {
  background-position: -377px -310px;
}
ul.square-icons li > div i.window {
  background-position: -178px 6px;
}
ul.square-icons li > div i.window-b {
  background-position: -377px -286px;
}
ul.square-icons li > div i.display {
  background-position: -207px 6px;
}
ul.square-icons li > div i.display-b {
  background-position: -376px -260px;
}
ul.square-icons li > div i.play {
  background-position: -231px 8px;
}
ul.square-icons li > div i.document {
  background-position: -257px 5px;
}
ul.square-icons li > div i.list {
  background-position: -284px 8px;
}
ul.square-icons li > div i.bars {
  background-position: -315px 7px;
}
ul.square-icons li > div i.mic {
  background-position: -340px 7px;
}
ul.square-icons li > div i.bookmark {
  background-position: -342px -20px;
}
ul.square-icons li > div i.bookmark-b {
  background-position: -377px -364px;
}
ul.square-icons li > div i.share {
  background-position: -342px -20px;
}
ul.square-icons li > div i.envelope {
  background-position: -342px -20px;
}
ul.square-icons li > div i.edit {
  background-position: -354px -324px;
}
ul.circle-icons li div {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
}
ul.circle-icons li div i {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
}
ul.circle-icons li div i.conference {
  background-position: -123px 5px;
}
ul.circle-icons li div i.lecture {
  background-position: -148px 9px;
}
ul.circle-icons li div i.training {
  background-position: -177px 7px;
}
ul.circle-icons li div i.webinar {
  background-position: -206px 7px;
}
ul.circle-icons li div i.ribbon {
  background-position: -123px 6px;
}
ul.circle-icons li div i.ribbon-b {
  background-position: -378px -336px;
}
ul.circle-icons li div i.cassette {
  background-position: -148px 9px;
}
ul.circle-icons li div i.cassette-b {
  background-position: -377px -310px;
}
ul.circle-icons li div i.window {
  background-position: -178px 6px;
}
ul.circle-icons li div i.window-b {
  background-position: -377px -286px;
}
ul.circle-icons li div i.display {
  background-position: -207px 6px;
}
ul.circle-icons li div i.display-b {
  background-position: -376px -260px;
}
ul.circle-icons li div i.play {
  background-position: -231px 8px;
}
ul.circle-icons li div i.document {
  background-position: -257px 5px;
}
ul.circle-icons li div i.list {
  background-position: -284px 8px;
}
ul.circle-icons li div i.bars {
  background-position: -315px 7px;
}
ul.circle-icons li div i.mic {
  background-position: -340px 7px;
}
ul.circle-icons li div i.bookmark {
  background-position: -342px -20px;
}
ul.circle-icons li div i.bookmark-b {
  background-position: -377px -364px;
}
ul.circle-icons li div i.share {
  background-position: -342px -20px;
}
ul.circle-icons li div i.envelope {
  background-position: -342px -20px;
}
ul.circle-icons li div i.edit {
  background-position: -354px -324px;
}
.show-more {
  text-align: right;
  line-height: 100%;
  margin-bottom: 30px;
  font-family: Arial, sans-serif;
  font-style: italic;
  color: #999;
}
.show-more a {
  display: inline-block;
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: 0 -103px;
  line-height: 24px;
  padding-left: 30px;
  color: #c11933;
}
a.prev-gray {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: -92px -293px;
  position: absolute;
  top: 0;
  right: 36px;
  display: block;
  width: 18px;
  height: 18px;
}
a.next-gray {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: -108px -293px;
  position: absolute;
  top: 0;
  right: 20px;
  display: block;
  width: 18px;
  height: 18px;
}
a.scroll-prev {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: -100px 0px;
  position: absolute;
  top: 0;
  right: 36px;
  display: block;
  width: 18px;
  height: 15px;
}
a.scroll-next {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: -80px 0px;
  position: absolute;
  top: 0;
  right: 20px;
  display: block;
  width: 18px;
  height: 15px;
}
.transparent-raster {
  background: url("../images/backgrounds/transparent-raster.png") repeat;
}
.speakers a.scroll-prev {
  background: url("../images/2left.png") no-repeat;
  position: absolute;
  top: 133px;
  left: -2px;
  display: block;
  width: 38px;
  height: 51px;
  z-index: 100;
}
.speakers a.scroll-next {
  background: url("../images/2right.png") no-repeat;
  position: absolute;
  top: 133px;
  right: 3px;
  display: block;
  width: 38px;
  height: 51px;
  z-index: 100;
}
/**************************************
BASKET
***************************************/
.basket-steps {
  *zoom: 1;
  background-color: #999;
  margin-bottom: 20px;
  margin-top: 20px;
}
.basket-steps:before,
.basket-steps:after {
  display: table;
  content: "";
}
.basket-steps:after {
  clear: both;
}
.basket-steps.last-step {
  background-color: #343434;
}
.basket-steps.last-step li:last-child {
  background: none;
}
.basket-steps li {
  float: left;
  background: url("../images/backgrounds/basket-steps.gif") no-repeat 0 0;
  font-family: Georgia, serif;
  height: 55px;
  padding-right: 30px;
}
.basket-steps li h3 {
  font-size: 18px;
  color: #ccc;
  margin: 6px 0 0 10px;
}
.basket-steps li h4 {
  font-size: 14px;
  color: #eee;
  margin: 0 0 0 10px;
  white-space: nowrap;
}
.basket-steps li.first {
  background-position: right 0px;
  background-color: #eee;
}
.basket-steps li.current {
  background-position: right -55px;
  background-color: #333;
}
.basket-steps li.tocomplete {
  background-position: right -165px;
  background-color: #999;
}
.basket-steps li.tocomplete.last {
  background-image: none;
}
.basket-steps li.completedLeft h3,
.basket-steps li.completedMiddle h3 {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: -334px -516px;
  padding-right: 20px;
  color: #999;
}
.basket-steps li.completedLeft h4,
.basket-steps li.completedMiddle h4 {
  color: #777;
}
.basket-steps li.completedMiddle {
  background-position: right 0px;
  background-color: #eee;
}
.basket-steps li.completedLeft {
  background-position: right -110px;
  background-color: #eee;
}
table.basket {
  width: 100%;
  margin-bottom: 20px;
}
table.basket thead th {
  border-bottom: 1px dotted #000;
  padding: 8px;
  text-align: center;
  font-size: 13px;
  color: #999;
}
table.basket thead th.items {
  text-align: left;
}
table.basket tbody {
  border: 1px solid #eee;
}
table.basket tbody tr:nth-child(2n+1) {
  background-color: #fafafa;
}
table.basket tbody tr.makeheading td {
  border-bottom: 1px solid #eee;
  text-align: left;
  color: #999;
}
table.basket tbody tr.makeheading td.center {
  text-align: center;
}
table.basket tbody td {
  border-bottom: 1px solid #eee;
}
table.basket td {
  text-align: center;
  padding: 8px;
  color: #333;
  line-height: normal;
  vertical-align: middle;
}
table.basket td.product,
table.basket td.block-description,
table.basket td.toleft {
  text-align: left;
}
table.basket td.product {
  width: 340px;
}
table.basket td.wide-summary {
  width: 540px;
  text-align: left;
}
table.basket td.wide-summary p:last-child {
  margin: 0;
}
table.basket td.wide-summary p.contact span,
table.basket td.wide-summary p.contact a {
  color: #999;
}
table.basket td.wide-summary span.ticket-type {
  color: #999;
}
table.basket td.wide-summary a.change-pack {
  font-size: 12px;
}
table.basket td.block-description {
  padding: 0;
}
table.basket td span.vat-included {
  font-size: 11px;
  color: #999;
}
table.basket td span.help-inline {
  font-size: 11px;
  font-family: Arial, sans-serif;
  font-style: italic;
}
table.basket td span.old-price {
  color: #c11933;
  text-decoration: line-through;
}
table.basket td a.delete {
  font-size: 11px;
  font-family: Arial, sans-serif;
  font-style: italic;
}
table.basket tfoot {
  background-color: #eee;
  border: 1px solid #eee;
}
table.basket tfoot td {
  font-family: Arial, sans-serif;
  font-weight: bold;
  border-top: 1px solid #fff;
}
table.basket tfoot tr.discount {
  background-color: #f4ecd1;
}
table.basket tfoot tr.discount td {
  border-top: 1px solid #ffffff;
}
table.basket tfoot tr.discount td label {
  display: inline;
  margin: 0;
}
table.basket tfoot tr.discount td label span {
  font-family: Arial, sans-serif;
}
table.basket tfoot tr.discount td input {
  margin: 0;
}
table.basket tfoot tr.grandtotal {
  background-color: #000000;
  border: 1px solid #000;
}
table.basket tfoot tr.grandtotal td {
  color: #ffffff;
  border-top: 1px solid #fff;
}
table.basket tfoot tr.grandtotal td span.vat-included {
  color: #ffffff;
}
table.basket tfoot tr.grandtotal td span.paymentby {
  color: #999;
  font-family: Arial, sans-serif;
}
table.basket input[type='number'] {
  width: 30px;
}
table.basket .inputWrapper {
  position: relative;
  display: inline-block;
}
table.basket .inputWrapper .plus,
table.basket .inputWrapper .minus {
  position: absolute;
  right: 2px;
  width: 15px;
  height: 12px;
  background: url(../images/backgrounds/buttonsSprite.png) 0 0 no-repeat;
  border: none;
  text-indent: -999px;
  overflow: hidden;
  outline: none;
}
table.basket .inputWrapper .plus {
  top: 2px;
  background-position: -30px 0;
}
table.basket .inputWrapper .plus:hover {
  background-position: -15px 0;
}
table.basket .inputWrapper .plus:active {
  background-position: 0 0;
}
table.basket .inputWrapper .minus {
  top: 14px;
  background-position: -30px -12px;
}
table.basket .inputWrapper .minus:hover {
  background-position: -15px -12px;
}
table.basket .inputWrapper .minus:active {
  background-position: 0 -12px;
}
table.makeattendees tbody tr {
  background-color: #fafafa !important;
}
table.makeattendees tbody tr td {
  border-bottom: 1px dotted #ccc;
}
div.well p:last-child {
  margin-bottom: 0;
}
.add-more-space {
  margin-bottom: 20px;
}
label.addExp {
  color: #666;
}
label.addExp small {
  font-size: 11px;
  color: #666;
}
#refresh-card {
  background: url("../images/backgrounds/promo.gif") no-repeat 0 0;
  width: 32px;
  height: 30px;
  border: none;
  vertical-align: middle;
}
#refresh-card:hover {
  background-position: -32px 0;
}
.form-horizontal input.error,
.form-horizontal textarea.error {
  background-color: #fff2cf;
  border: 1px solid #fff2cf;
}
.form-horizontal .error {
  color: #ECBA4B;
}
form label.inline {
  display: inline !important;
}
hr.dotted {
  border-bottom: 1px dotted #999;
  border-top: 0;
}
p.cancelcontinue {
  text-align: right;
  border-top: 1px dotted #999;
  padding-top: 14px;
  margin: 10px 0 0 0;
}
h3.conf-name {
  color: #c11933;
  margin: 0 0 10px;
}
h3.exhibitor-types {
  color: #333;
  margin: 0 0 10px;
}
h4.ticket-type {
  color: #666;
  font-family: Georgia, serif;
  margin-bottom: 20px;
}
form.spaced .control-group {
  margin-bottom: 8px;
}
form.split-form label.control-label {
  width: 110px;
}
form.split-form div.controls {
  margin-left: 120px;
}
form.split-form input.input-medium {
  width: 190px;
}
form.split-form input,
form.split-form textarea {
  background-color: #eee;
  border: 1px solid #eee;
  color: #999;
}
form.split-form textarea {
  height: 60px;
}
form.split-form fieldset {
  width: 50%;
  float: left;
}
form.split-form fieldset.labelfix {
  clear: right;
}
form.split-form fieldset.labelfix label {
  width: 90px;
  padding-left: 20px;
}
form.split-form .textarea-max {
  width: 520px;
}
form.split-form .select-max {
  width: 530px;
}
form.split-form .control-group.clean {
  margin-bottom: 0;
  clear: both;
}
p.remember-details a {
  font-size: 12px;
}
.ie7 .split-form .control-group .controls input.input-medium,
.ie7 .split-form .control-group .controls textarea {
  position: relative;
  left: -120px;
}
form.custom-fields input,
form.custom-fields textarea {
  background-color: #eee;
  border: 1px solid #eee;
}
p.please-login {
  border-bottom: 1px dotted #999;
  padding-bottom: 10px;
  color: #333;
}
p.please-login span.pull-right {
  color: #666;
}
p.controls-padd {
  padding-left: 140px;
  font-size: 12px;
}
p.back2basket .btn {
  margin-right: 3px;
}
.event-later h3 {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}
.event-later h3 a {
  font-size: 11px;
  font-family: Arial, sans-serif;
  font-style: italic;
}
.event-later span.vat-charged {
  float: right;
  color: #999;
  display: inline-block;
  margin-top: 6px;
  font-size: 11px;
}
.currency-selector {
  float: right;
  text-align: right;
  margin-right: 0;
}
.currency-selector label {
  display: inline-block;
  margin: 0 15px 0 5px;
}
.ie .currency-selector label {
  margin: 0 10px 0 0;
}
.ie .currency-selector input {
  margin: 0;
  padding: 0;
}
.items {
  font-size: 16px;
  color: #666;
  text-transform: none;
  letter-spacing: normal;
}
/**************************************
EVENTS
***************************************/
h3.selector-type {
  background-color: #333333;
  color: #ffffff;
  padding: 8px 16px;
  text-transform: capitalize;
  font-family: Georgia, serif;
  margin-bottom: 6px;
}
p.selector-all {
  text-align: right;
  margin-bottom: 6px;
}
p.selector-all a {
  color: #c11933;
}
ul.selector-list {
  margin-top: 0;
}
ul.selector-list.unique li.dt {
  padding-left: 11px;
}
ul.selector-list li.dt {
  background-color: #eeeeee;
  margin-bottom: 1px;
  font-size: 15px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  margin-left: 0;
  /*&:hover, &.selected{ background-color: #d6d6d6;
      i{ border: 10px solid #d6d6d6; }
    }*/

}
ul.selector-list li.iconz a{
  padding-left: 0;
}
ul.selector-list li.dt.iconz {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-color: #eeeeee;
  padding-left: 32px;
}
ul.selector-list li.dt.iconz.conference,
ul.selector-list li.dt.iconz.summit {
  background-position: -374px -261px;
}
ul.selector-list li.dt.iconz.webinar {
  background-position: -374px -285px;
}
ul.selector-list li.dt.iconz.lecture {
  background-position: -373px -310px;
}
ul.selector-list li.dt.iconz.training {
  background-position: -375px -336px;
}
ul.selector-list li.dt.iconz.video {
  background-position: 11px -443px;
}
ul.selector-list li.dt.iconz.bars {
  background-position: -372px -535px;
}
ul.selector-list li.dt.iconz.document {
  background-position: 9px -472px;
}
ul.selector-list li.dt.iconz.points {
  background-position: 8px -504px;
}
ul.selector-list li.dt.iconz.mic {
  background-position: -372px -559px;
}
ul.selector-list li.dt.icon {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-color: #eeeeee;
  padding-left: 32px;
}
ul.selector-list li.dt.icon.conference {
  background-position: -374px -261px;
}
ul.selector-list li.dt.icon.webinar {
  background-position: -374px -285px;
}
ul.selector-list li.dt.icon.lecture {
  background-position: -373px -310px;
}
ul.selector-list li.dt.icon.training {
  background-position: -375px -336px;
}
ul.selector-list li.dt.icon.video {
  background-position: 11px -443px;
}
ul.selector-list li.dt.icon.bars {
  background-position: -372px -535px;
}
ul.selector-list li.dt.icon.document {
  background-position: 9px -472px;
}
ul.selector-list li.dt.icon.points {
  background-position: 8px -504px;
}
ul.selector-list li.dt.icon.mic {
  background-position: -372px -559px;
}
ul.selector-list li.dt.icon.single-selected a {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: 192px -128px;
}
ul.selector-list li.dt.single:hover,
ul.selector-list li.dt.single-selected,
ul.selector-list li.dt.selected,
ul.selector-list li.dt:hover {
  background-color: #e0c778;
}
ul.selector-list li.dt.single:hover i,
ul.selector-list li.dt.single-selected i,
ul.selector-list li.dt.selected i,
ul.selector-list li.dt:hover i {
  border: 10px solid #e0c778;
}
ul.selector-list li.dt.selected a {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: 222px -128px;
  color: #000;
}
ul.selector-list li.dt.single-selected a {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: 212px -128px;
  color: #000;
}
ul.selector-list li.dt i {
  border: 10px solid #eeeeee;
  width: 10px;
  height: 10px;
  float: left;
}
ul.selector-list li.dt i.color2 {
  background-color: #53777a;
}
ul.selector-list li.dt i.color3 {
  background-color: #542537;
}
ul.selector-list li.dt i.color4 {
  background-color: #4b92ae;
}
ul.selector-list li.dt i.color5 {
  background-color: #738b6b;
}
ul.selector-list li.dt i.color6 {
  background-color: #d95b44;
}
ul.selector-list li.dt a {
  color: #666;
  display: block;
  line-height: 30px;
  text-transform: capitalize;
}
ul.selector-list li.dt a:hover {
  text-decoration: none;
}
ul.selector-list li.dt a span {
  font-size: 11px;
  color: #666;
}
ul.selector-list li {
  background-color: #eeeeee;
  margin-left: 20px;
  margin-bottom: 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
}
ul.selector-list li a {
  color: #666;
  display: block;
  line-height: 30px;
  padding-left: 11px;
}
ul.selector-list li a:hover {
  text-decoration: none;
}
ul.selector-list li:hover,
ul.selector-list li.selected {
  background-color: #e0c778;
}
ul.selector-list li.selected a {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: 202px -128px;
  color: #000;
}
#page-intro {
  background: url("../images/backgrounds/raster-light-gray.gif") repeat;
  padding: 10px 20px;
}
#page-intro h1 {
  margin: 0;
  padding: 0;
  line-height: normal;
}
#page-intro h2 {
  font-size: 20px;
  color: #999999;
  margin: 0 0 16px 0;
  font-family: Georgia, serif;
  font-weight: normal;
  line-height: 20px;
}
#page-intro p {
  font-size: 15px;
  color: #666;
  font-family: Arial, sans-serif;
}
#page-intro p strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
#page-intro p a {
  color: #c11933;
  font-family: Arial, sans-serif;
  font-style: italic;
}
.order-block {
  background-color: #eeeeee;
  padding: 10px 20px;
  margin: 20px 0 0 0;
}
.order-block .criteria {
  float: right;
  margin-top: 2px;
}
.order-block .criteria p {
  font-size: 13px;
}
.order-block .criteria p label {
  display: inline-block;
  vertical-align: middle;
  padding-top: 5px;
}
.order-block .criteria p span {
  display: inline-block;
  border-left: 1px dotted #333333;
  margin: 0 5px;
  height: 26px;
  vertical-align: middle;
}
.order-block .criteria p a {
  display: inline-block;
  background-color: #aaa;
  padding: 6px 8px;
  color: #ffffff;
  margin: 0 3px;
  font-family: Arial, sans-serif;
  font-style: italic;
  vertical-align: middle;
}
.order-block .criteria p a.desc {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: -23px -128px;
  height: 14px;
  width: 14px;
  background-color: #aaa;
  padding: 8px;
}
.order-block .criteria p a.asc {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: -50px -128px;
  height: 14px;
  width: 14px;
  background-color: #aaa;
  padding: 8px;
}
.order-block .criteria p a:hover,
.order-block .criteria p a.selected {
  background-color: #333333;
  text-decoration: none;
}
.order-block h2 {
  font-family: Georgia, serif;
  color: #666;
  font-size: 20px;
  margin: 0;
}
.events-list {
  display: table;
}
.events-list li {
  display: table-row;
}
.events-list li a.event-preview {
  display: table-cell;
  width: 188px;
  vertical-align: top;
  border-bottom: 1px dotted #b2b2b2;
  padding: 20px 0;
}
.events-list li a.resource-preview {
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px dotted #b2b2b2;
  width: 195px;
  height: 168px;
  margin-right: 20px;
}
.events-list li a.resource-preview div.rwrapper {
  position: relative;
  width: 168px;
  height: 168px;
  padding-bottom: 40px;
  *zoom: 1;
}
.events-list li a.resource-preview div.rwrapper:before,
.events-list li a.resource-preview div.rwrapper:after {
  display: table;
  content: "";
}
.events-list li a.resource-preview div.rwrapper:after {
  clear: both;
}
.events-list li a.resource-preview img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  margin: 20px 0;
  display: block;
}
.events-list li a.resource-preview div.circle-icon {
  position: absolute;
  bottom: 25px;
  left: 5px;
  z-index: 10;
}
.events-list li a.resource-preview figure {
  display: block;
  position: relative;
  width: 168px;
  height: 168px;
  margin: 20px 20px 0 0;
  padding: 0;
}
.events-list li a.resource-preview figure > i {
  position: absolute;
  top: 56px;
  left: 56px;
  width: 54px;
  height: 54px;
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
}
.events-list li a.resource-preview figure > i.video {
  background-position: -82px -125px;
}
.events-list li a.resource-preview figure > i.document {
  background-position: -148px -133px;
}
.events-list li a.resource-preview figure > i.list {
  background-position: -232px -135px;
}
.events-list li a.resource-preview figure > i.bars {
  background-position: -83px -200px;
}
.events-list li a.resource-preview figure > i.mic {
  background-position: -146px -200px;
}
.events-list li div.event-details {
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px dotted #b2b2b2;
  padding: 20px 0;
}
.events-list li div.event-details > div {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
}
.events-list li div.event-details > div i {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  width: 30px;
  height: 30px;
  display: block;
}
.events-list li div.event-details > div i.conference {
  background-position: -123px 5px;
}
.events-list li div.event-details > div i.lecture {
  background-position: -148px 9px;
}
.events-list li div.event-details > div i.training {
  background-position: -177px 7px;
}
.events-list li div.event-details > div i.webinar {
  background-position: -206px 7px;
}
.events-list li div.event-details > div i.summit {
    background-position: -123px 5px;
}
.events-list li div.event-details h3 {
  font-family: Georgia, serif;
  color: #c11933;
  font-size: 20px;
  line-height: 120%;
  margin: 0;
  font-weight: normal;
  clear: right;
  margin-bottom: 12px;
  min-height: 36px;
}
.events-list li div.event-details h3.iconless {
  margin-bottom: 4px;
  min-height: 100%;
}
.events-list li div.event-details p.address {
  margin: 0;
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 13px;
}
.events-list li div.event-details p.date {
  margin: 0;
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 13px;
  margin-bottom: 12px;
  color: #999999;
}
.events-list li div.event-details p.date a.small {
  font-size: 11px;
}
.events-list li div.event-details p.buttons {
  margin-bottom: 0;
}
.events-list li div.event-details p.buttons a.btn {
  padding: 8px 60px;
}
.events-list li div.event-details p.buttons a.btn:first-child {
  background-color: #999;
  color: #fff;
}
.events-list li div.event-details p.buttons a.btn:first-child:hover {
  background-color: #ddd;
  color: #333;
}
.events-list li div.event-details p.buttons span.soon {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 40px 4px;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  border: none;
  *margin-left: .3em;
  background: url("../images/backgrounds/raster-yellow.gif");
  border: 1px solid #e0c778;
  color: #333;
}
.events-list li div.event-details p.buttons span.soon:first-child {
  *margin-left: 0;
}
.events-list li div.event-details p.buttons span.soon:hover {
  cursor: default;
}
.events-list li div.event-details p.related a {
  font-family: Arial, sans-serif;
  font-style: italic;
}
.events-list li div.event-details p.buy {
  color: #ccc;
  font-family: Arial, sans-serif;
  font-style: italic;
}
.events-list li div.event-details p.buy a.resource-action {
  display: inline-block;
}
.events-list li div.event-details p.buy span {
  color: #333;
}
.events-list li div.event-details p {
  line-height: normal;
  color: #666;
}
.ie7 .events-list {
  width: 700px;
  *zoom: 1;
}
.ie7 .events-list:before,
.ie7 .events-list:after {
  display: table;
  content: "";
}
.ie7 .events-list:after {
  clear: both;
}
.ie7 .events-list li {
  border-bottom: 1px dotted #b2b2b2;
  padding: 20px 0;
  *zoom: 1;
}
.ie7 .events-list li:before,
.ie7 .events-list li:after {
  display: table;
  content: "";
}
.ie7 .events-list li:after {
  clear: both;
}
.ie7 .events-list li a.event-preview {
  display: block;
  width: 188px;
  float: left;
  padding: 0;
  border: none;
}
.ie7 .events-list li a.resource-preview {
  display: block;
  vertical-align: top;
  padding: 20px 0;
  position: relative;
  width: 168px;
  height: 168px;
  margin-right: 20px;
  float: left;
  border-bottom: none;
}
.ie7 .events-list li div.event-details {
  display: block;
  width: 512px;
  float: left;
  padding: 0;
  border: none;
}
.remaining-days {
  text-align: center;
  padding: 15px 0 22px 0;
  margin-bottom: 6px;
}
.remaining-days p.booknow {
  color: #fff;
  margin: 10px 0 0 0;
}
.remaining-days h4 {
  color: #fff;
  padding: 0 20px;
  font-size: 15px;
  text-align: left;
  margin-bottom: 10px;
}
.remaining-days.few {
  background-color: #e0c778;
}
.remaining-days.few h3 {
  color: #333;
}
.remaining-days.few a.btn {
  font-size: 12px;
  background-color: #c11933;
  background-image: -moz-linear-gradient(top, #c11933, #c11933);
  background-image: -ms-linear-gradient(top, #c11933, #c11933);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c11933), to(#c11933));
  background-image: -webkit-linear-gradient(top, #c11933, #c11933);
  background-image: -o-linear-gradient(top, #c11933, #c11933);
  background-image: linear-gradient(top, #c11933, #c11933);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c11933', endColorstr='#c11933', GradientType=0);
  border-color: #c11933 #c11933 #7d1021;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #c11933;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.remaining-days.few a.btn.enq {
  padding-left: 22px;
  padding-right: 22px;
}
.remaining-days.few a.btn:hover,
.remaining-days.few a.btn:active,
.remaining-days.few a.btn.active,
.remaining-days.few a.btn.disabled,
.remaining-days.few a.btn[disabled] {
  background-color: #c11933;
  *background-color: #aa162d;
}
.remaining-days.few a.btn:active,
.remaining-days.few a.btn.active {
  background-color: #941327 \9;
}
.remaining-days.few a.btn:hover {
  background-color: #941327;
  background-image: -moz-linear-gradient(top, #941327, #941327);
  background-image: -ms-linear-gradient(top, #941327, #941327);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#941327), to(#941327));
  background-image: -webkit-linear-gradient(top, #941327, #941327);
  background-image: -o-linear-gradient(top, #941327, #941327);
  background-image: linear-gradient(top, #941327, #941327);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#941327', endColorstr='#941327', GradientType=0);
  border-color: #941327 #941327 #500a15;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #941327;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.remaining-days.few a.btn:hover:hover,
.remaining-days.few a.btn:hover:active,
.remaining-days.few a.btn:hover.active,
.remaining-days.few a.btn:hover.disabled,
.remaining-days.few a.btn:hover[disabled] {
  background-color: #941327;
  *background-color: #7d1021;
}
.remaining-days.few a.btn:hover:active,
.remaining-days.few a.btn:hover.active {
  background-color: #670d1b \9;
}
.remaining-days.fewer {
  background-color: #c11933;
}
.remaining-days.fewer h3 {
  color: #ffffff;
}
.remaining-days.fewer a.btn {
  font-size: 12px;
  color: #333;
  background-color: #e0c778;
  background-image: -moz-linear-gradient(top, #e0c778, #e0c778);
  background-image: -ms-linear-gradient(top, #e0c778, #e0c778);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e0c778), to(#e0c778));
  background-image: -webkit-linear-gradient(top, #e0c778, #e0c778);
  background-image: -o-linear-gradient(top, #e0c778, #e0c778);
  background-image: linear-gradient(top, #e0c778, #e0c778);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0c778', endColorstr='#e0c778', GradientType=0);
  border-color: #e0c778 #e0c778 #d2ad3a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e0c778;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.remaining-days.fewer a.btn.enq {
  padding-left: 22px;
  padding-right: 22px;
}
.remaining-days.fewer a.btn:hover,
.remaining-days.fewer a.btn:active,
.remaining-days.fewer a.btn.active,
.remaining-days.fewer a.btn.disabled,
.remaining-days.fewer a.btn[disabled] {
  background-color: #e0c778;
  *background-color: #dbbe63;
}
.remaining-days.fewer a.btn:active,
.remaining-days.fewer a.btn.active {
  background-color: #d6b64f \9;
}
.remaining-days.fewer a.btn:hover {
  background-color: #d6b64f;
  background-image: -moz-linear-gradient(top, #d6b64f, #d6b64f);
  background-image: -ms-linear-gradient(top, #d6b64f, #d6b64f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d6b64f), to(#d6b64f));
  background-image: -webkit-linear-gradient(top, #d6b64f, #d6b64f);
  background-image: -o-linear-gradient(top, #d6b64f, #d6b64f);
  background-image: linear-gradient(top, #d6b64f, #d6b64f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6b64f', endColorstr='#d6b64f', GradientType=0);
  border-color: #d6b64f #d6b64f #b08f28;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #d6b64f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.remaining-days.fewer a.btn:hover:hover,
.remaining-days.fewer a.btn:hover:active,
.remaining-days.fewer a.btn:hover.active,
.remaining-days.fewer a.btn:hover.disabled,
.remaining-days.fewer a.btn:hover[disabled] {
  background-color: #d6b64f;
  *background-color: #d2ad3a;
}
.remaining-days.fewer a.btn:hover:active,
.remaining-days.fewer a.btn:hover.active {
  background-color: #c5a02d \9;
}
.yellow-info {
  background: url("../images/backgrounds/raster-yellow.gif");
  border: 1px solid #e0c778;
  color: #333;
  padding: 20px;
}
.yellow-info p:last-child {
  margin: 0;
}
p.notabene {
  font-size: 11px;
}
.programme-utils a,
.programme-utils i {
  vertical-align: middle;
}
.programme-utils i {
  margin: 0 5px 0 20px;
}
table.prev-orders {
  border-bottom: 1px dotted #666;
  margin-bottom: 12px;
  width: 100%;
}
table.prev-orders thead th {
  border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
  color: #999;
  padding: 2px 0;
  font-weight: normal;
}
table.prev-orders tbody td {
  vertical-align: top;
  border-bottom: 1px dotted #f0f0f0;
  padding: 5px 0;
}
table.prev-orders tbody tr:last-child td {
  border-bottom: none;
}
a.to-top {
  float: right;
  color: #c11933;
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: 69px -160px;
  font-family: Arial, sans-serif;
  font-style: italic;
  padding-right: 15px;
}
a.to-top:hover {
  text-decoration: none;
}
ul.pager {
  *zoom: 1;
}
ul.pager:before,
ul.pager:after {
  display: table;
  content: "";
}
ul.pager:after {
  clear: both;
}
ul.pager li {
  float: left;
  font-family: Arial, sans-serif;
  font-style: italic;
  margin-right: 1px;
}
ul.pager li a {
  display: inline-block;
  padding: 4px 6px;
  background-color: #999999;
  color: #ffffff;
}
ul.pager li a:hover,
ul.pager li a.on {
  background-color: #333333;
  text-decoration: none;
}
ul.pager li span {
  display: inline-block;
  padding: 4px 6px;
}
h3,
h3.recent {
  color: #666;
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 16px;
}
.recent-work li {
  margin-bottom: 20px;
}
.recent-work li a.resource-preview {
  display: block;
  width: 245px;
  height: 150px;
  position: relative;
  margin-bottom: 6px;
}
.recent-work li a.resource-preview img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  margin: 0;
  display: block;
}
.recent-work li a.resource-preview div {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 10;
}
.recent-work li div.work-details {
  display: block;
}
.recent-work li div.work-details > div {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
}
.recent-work li div.work-details > div i {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  width: 30px;
  height: 30px;
  display: block;
}
.recent-work li div.work-details > div i.conference {
  background-position: -123px 5px;
}
.recent-work li div.work-details > div i.lecture {
  background-position: -148px 9px;
}
.recent-work li div.work-details > div i.training {
  background-position: -177px 7px;
}
.recent-work li div.work-details > div i.webinar {
  background-position: -206px 7px;
}
.recent-work li div.work-details h4 {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #666;
}
.recent-work li div.work-details p.date {
  margin: 0;
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 13px;
  margin-bottom: 5px;
  color: #999999;
}
.recent-work li div.work-details p.date span.small {
  font-size: 12px;
}
.recent-work li div.work-details p {
  line-height: normal;
}
/**************************************
SUBSECTOR PAGE
**************************************/
.sector-tabs.admin-tabs li {
  width: 175px;
}
.sector-tabs.admin-tabs li a {
  background-color: #c9384f;
  background-image: -moz-linear-gradient(top, #cf4c61, #c11933);
  background-image: -ms-linear-gradient(top, #cf4c61, #c11933);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cf4c61), to(#c11933));
  background-image: -webkit-linear-gradient(top, #cf4c61, #c11933);
  background-image: -o-linear-gradient(top, #cf4c61, #c11933);
  background-image: linear-gradient(top, #cf4c61, #c11933);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf4c61', endColorstr='#c11933', GradientType=0);
  text-align: center;
  padding: 14px 0;
}
.sector-tabs.iconed li a {
  padding-right: 18px;
}
.sector-tabs.event-tabs li a {
  background-color: #6d8b8e;
  background-image: -moz-linear-gradient(top, #7d989b, #54777b);
  background-image: -ms-linear-gradient(top, #7d989b, #54777b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7d989b), to(#54777b));
  background-image: -webkit-linear-gradient(top, #7d989b, #54777b);
  background-image: -o-linear-gradient(top, #7d989b, #54777b);
  background-image: linear-gradient(top, #7d989b, #54777b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d989b', endColorstr='#54777b', GradientType=0);
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
}
.sector-tabs.day-tabs li a {
  color: #ffffff;
  background-color: #999999;
  background-image: -moz-linear-gradient(top, #999999, #999999);
  background-image: -ms-linear-gradient(top, #999999, #999999);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999999), to(#999999));
  background-image: -webkit-linear-gradient(top, #999999, #999999);
  background-image: -o-linear-gradient(top, #999999, #999999);
  background-image: linear-gradient(top, #999999, #999999);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#999999', GradientType=0);
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 13px;
  border: none;
  padding: 6px 25px;
}
.sector-tabs.day-tabs li.active a {
  color: #999;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #fafafa, #fafafa);
  background-image: -ms-linear-gradient(top, #fafafa, #fafafa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #fafafa, #fafafa);
  background-image: -o-linear-gradient(top, #fafafa, #fafafa);
  background-image: linear-gradient(top, #fafafa, #fafafa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#fafafa', GradientType=0);
  border: none;
}
.sector-tabs li a {
  background-color: #889b81;
  background-image: -moz-linear-gradient(top, #96a790, #738a6b);
  background-image: -ms-linear-gradient(top, #96a790, #738a6b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#96a790), to(#738a6b));
  background-image: -webkit-linear-gradient(top, #96a790, #738a6b);
  background-image: -o-linear-gradient(top, #96a790, #738a6b);
  background-image: linear-gradient(top, #96a790, #738a6b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96a790', endColorstr='#738a6b', GradientType=0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  font-family: Georgia, serif;
  font-size: 16px;
  vertical-align: middle;
}
.sector-tabs li a i {
  background-image: url("../images/backgrounds/icons.png");
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.sector-tabs li #twatch {
  color: #fff;
  background: url("../images/backgrounds/watch-tab.gif") repeat-x;
}
.sector-tabs li.active a {
  color: #333333;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -ms-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -o-linear-gradient(top, #eeeeee, #ffffff);
  background-image: linear-gradient(top, #eeeeee, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}
.sector-tabs li.active a i.ribbon {
  background-position: -378px -336px;
}
.sector-tabs li.active a i.cassette {
  background-position: -377px -310px;
}
.sector-tabs li.active a i.window {
  background-position: -377px -286px;
}
.sector-tabs li.active a i.display {
  background-position: -376px -260px;
}
.sector-tabs li.active a i.bookmark {
  background-position: -377px -364px;
}
.sector-tabs li.active a#tab-watch {
  color: #444;
  background: url("../images/backgrounds/watch-tab-on.gif") repeat-x;
}
.ie8 .sector-tabs > li > a {
  font-weight: bold;
  font-size: 15px;
}
.subsector-filter {
  *zoom: 1;
  width: 700px;
  margin-top: 20px;
  border-bottom: 1px dotted #999999;
  clear: left;
  border-top: 1px dotted #999999;
  padding-top: 20px;
}
.subsector-filter:before,
.subsector-filter:after {
  display: table;
  content: "";
}
.subsector-filter:after {
  clear: both;
}
.subsector-filter.remove-border {
  border-bottom: none;
}
.subsector-filter.one-line li {
  margin-bottom: 0;
}
.subsector-filter.color5 figure {
  background-color: #738b6b;
}
.subsector-filter.color2 figure {
  background-color: #53777a;
}
.subsector-filter li {
  width: 150px;
  float: left;
  margin: 0 33px 33px 0;
}
.subsector-filter li:nth-child(4n) {
  margin-right: 0;
}
.subsector-filter li div.complex {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 0 10px;
}
.subsector-filter li div.complex figure {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  margin: 0;
  padding: 0;
  z-index: 20;
}
.subsector-filter li div.complex figure div.circle-icon {
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.subsector-filter li div.complex figure > i {
  position: absolute;
  top: 48px;
  left: 48px;
  width: 54px;
  height: 54px;
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-repeat: no-repeat;
}
.subsector-filter li div.complex figure > i.video {
  background-position: -82px -125px;
}
.subsector-filter li div.complex figure > i.document {
  background-position: -148px -133px;
}
.subsector-filter li div.complex figure > i.list {
  background-position: -232px -135px;
}
.subsector-filter li div.complex figure > i.bars {
  background-position: -83px -200px;
}
.subsector-filter li div.complex figure > i.mic {
  background-position: -146px -200px;
}
.subsector-filter li div.complex .rasterized {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: url("../images/backgrounds/transparent-raster.png") repeat;
  width: 150px;
  height: 150px;
  margin: 0;
}
.subsector-filter li div.complex .rasterized p {
  color: #fff;
  font-family: Georgia, serif;
  padding: 10px;
  line-height: 15px;
  font-size: 13px;
}
.subsector-filter li div.complex:hover figure {
  display: none;
}
.subsector-filter li p {
  color: #666;
  font-family: Arial, sans-serif;
  line-height: normal;
}
.subsector-filter li p time {
  font-family: Arial, sans-serif;
  font-style: italic;
  color: #ccc;
}
p.filter-action {
  display: inline;
  color: #666;
}
form.filter-content {
  position: relative;
  margin: 0;
  margin-left: 70px;
  top: -18px;
}
.filters {
  margin: 0;
}
.filters li {
  float: left;
  margin-bottom: 5px;
  margin-right: 20px;
}
.filters li label {
  display: inline;
  color: #333;
}
p.view-more {
  text-align: right;
}
p.view-more a strong {
  font-weight: bold;
  font-style: italic;
}
.register-type {
  width: 700px;
  padding: 20px 0;
  *zoom: 1;
}
.register-type:before,
.register-type:after {
  display: table;
  content: "";
}
.register-type:after {
  clear: both;
}
.register-type .reg-video {
  width: 260px;
  height: 160px;
  float: left;
  border-top: 15px solid #fff;
  border-bottom: 15px solid #fff;
}
.register-type .reg-video div {
  width: 260px;
  height: 160px;
  float: left;
  background: url("../images/backgrounds/transparent-raster.png");
  position: relative;
}
.register-type .reg-video div a {
  font-size: 26px;
  padding: 20px;
  position: absolute;
  top: 50px;
  left: 95px;
}
.register-type .reg-desc {
  width: 420px;
  margin-left: 20px;
  float: left;
  font-size: 16px;
  border-top: 15px solid #fff;
  border-bottom: 15px solid #fff;
}
.register-type .reg-desc p {
  color: #878787;
  line-height: 130%;
}
.register-type .reg-desc p.buttons a {
  font-size: 13px;
}
#register .register-type .reg-desc p.buttons a {
  padding-left: 30px;
  padding-right: 30px;
}
.day .well2 {
  border: none;
}
.day h4.daytitle {
  font-size: 28px;
  font-family: Georgia, serif;
  line-height: normal;
}
.day p.date {
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-style: italic;
  margin: 0;
}
.day p.date time {
  color: #999;
}
.day p.date a {
  font-size: 13px;
}
.day p.location {
  font-size: 16px;
  margin: 0 0 16px;
}
.day p.location a {
  font-size: 13px;
  font-family: Arial, sans-serif;
  font-style: italic;
}
.day p.intro {
  font-size: 15px;
  margin: 0 0 16px;
  color: #878787;
  width: 70%;
}
.day p.intro a {
  font-size: 13px;
  font-family: Arial, sans-serif;
  font-style: italic;
}
.day table.streams {
  width: 100%;
  margin-top: 10px;
}
.day table.streams th {
  background-color: #333;
  color: #ffffff;
  font-family: Georgia, serif;
  font-size: 16px;
  padding: 4px;
  border-right: 1px solid #fff;
}
.day table.streams th a {
  color: #ffffff;
  text-decoration: none;
}
.day table.streams th:last-child {
  border-right: none;
}
.day table.streams td {
  padding-right: 15px;
  vertical-align: top;
}
.day table.streams td.session {
  color: #ffffff;
  font-family: Georgia, serif;
  font-size: 16px;
  padding: 4px;
}
.day table.streams td div.desc {
  padding-left: 20px;
  background: url('../images/backgrounds/mic.png') no-repeat 1px 3px;
  line-height: normal;
}
.day table.streams td div.desc h6 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  margin: 0;
  color: #333;
}
.day table.streams td div.desc p.role {
  color: #999;
  margin: 0;
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 12px;
  line-height: normal;
}
.day table.streams td div.desc p.company {
  color: #333;
  margin: 0;
  font-size: 12px;
  line-height: normal;
}
.day table.streams a.more,
.day table.streams span.hour,
.day table.streams strong {
  display: block;
}
.day table.streams span.hour {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-top: 16px;
}
.day table.streams p {
  line-height: normal;
  margin: 0;
}
table.byhour {
  width: 100%;
}
table.byhour td {
  padding: 8px 4px;
  vertical-align: top;
}
table.byhour td ul {
  margin-left: 10px;
}
table.byhour td ul li {
  list-style: none;
  background: url('../images/backgrounds/gray-bullet.png') no-repeat 1px 6px;
  padding-left: 15px;
}
table.byhour td.intro-programme h4 {
  font-family: Georgia, serif;
  color: #333;
  font-size: 17px;
  margin-bottom: 12px;
}
table.byhour td.intro-programme p {
  font-size: 15px;
  color: #666;
}
table.byhour td.hour {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  width: 84px !important;
}
table.byhour td.session {
  color: #ffffff;
  font-family: Georgia, serif;
  font-size: 16px;
}
table.byhour strong {
  font-size: 14px;
}
table.byhour table.speakerstable td.desc h6 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  margin: 0;
  color: #333;
}
table.byhour table.speakerstable td.desc h6 a {
  color: #000;
}
.ie8 table.byhour td.hour {
  width: 50px !important;
}
table.speakerstable td {
  vertical-align: top;
  border-bottom: 20px solid #fff;
}
table.speakerstable td.pic {
  width: 105px;
}
table.speakerstable td.pic img {
  width: 100px;
}
table.speakerstable td.pic2 {
  width: 95px;
}
table.speakerstable td.pic2 img {
  width: 80px;
}
table.speakerstable td.desc {
  padding-right: 20px;
}
table.speakerstable td.desc h6 {
  font-family: Georgia, serif;
  font-size: 13px;
  margin: 0;
  color: #666;
}
table.speakerstable td.desc h6 a {
  color: #666;
}
table.speakerstable td.desc p.role {
  color: #999;
  margin: 0;
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 12px;
  line-height: normal;
}
table.speakerstable td.desc p.company {
  color: #666;
  margin: 0;
  font-size: 12px;
  line-height: normal;
}
#attendees .cms-simple-text p {
  color: #666;
}
table.attendees {
  width: 100%;
}
table.attendees thead th {
  color: #999;
  border-bottom: 1px dotted #999;
  padding: 5px 0;
}
table.attendees tbody td {
  border-bottom: 1px dotted #eee;
  padding: 8px 0;
}
table.attendees tbody tr:last-child td {
  border-bottom: none;
}
.ie9 input[type=radio] {
  margin-right: 5px;
  background: none !important;
  border: none;
}
table.sponsors-table {
  margin-bottom: 20px;
  width: 100%;
}
table.sponsors-table td {
  vertical-align: top;
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
}
table.sponsors-table td h4 {
  font-family: Georgia, serif;
  color: #666;
  font-size: 16px;
  margin: 0;
}
table.sponsors-table td.pic {
  width: 135px;
}
table.sponsors-table td.pic a {
  width: 122px;
  height: 122px;
  display: block;
}
table.sponsors-table td.desc {
  width: 350px;
  padding-right: 20px;
}
table.sponsors-table td.desc p {
  line-height: normal;
  color: #666;
}
table.sponsors-table td.desc p:last-child {
  margin-bottom: 0;
}
table.sponsors-table td.speakwhere dl {
  line-height: normal;
  margin-bottom: 0;
}
table.sponsors-table td.speakwhere dl dt {
  color: #999;
  font-family: Arial, sans-serif;
  font-style: italic;
  margin: 0;
}
table.sponsors-table td.speakwhere dl dd {
  font-family: Arial, sans-serif;
  font-style: italic;
  margin: 0 0 10px;
  line-height: normal;
}
table.sponsors-table tr:first-child td {
  padding-top: 0;
}
div.cms-simple-text p {
  line-height: normal;
}
.featured-event {
  background-color: #f0f1e5;
  padding: 20px;
  *zoom: 1;
  margin-bottom: 20px;
}
.featured-event:before,
.featured-event:after {
  display: table;
  content: "";
}
.featured-event:after {
  clear: both;
}
.featured-event .square-icons {
  margin-bottom: 0;
}
.featured-event img.feventimg {
  float: right;
  margin: 0 0 0 20px;
}
.featured-event h4 {
  color: #333;
  font-family: Georgia, serif;
  margin-bottom: 12px;
  font-size: 20px;
}
.featured-event h5 {
  color: #c11933;
  font-family: Georgia, serif;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 120%;
}
.featured-event p {
  color: #666;
}
.featured-event p.location {
  font-family: Arial, sans-serif;
  font-style: italic;
  color: #666;
  margin: 12px 0 0 0;
  clear: left;
}
.featured-event p.time {
  font-family: Arial, sans-serif;
  font-style: italic;
  color: #999;
}
.featured-event p.buttons {
  margin-bottom: 0;
}
.featured-event p.buttons a.btn {
  background-color: #999;
  color: #ffffff;
  padding: 8px 60px;
}
.featured-event p.buttons a.btn:hover {
  background-color: #666;
}
.featured-event p.buttons a.btn-danger {
  background-color: #c11933;
  background-image: -moz-linear-gradient(top, #c11933, #c11933);
  background-image: -ms-linear-gradient(top, #c11933, #c11933);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c11933), to(#c11933));
  background-image: -webkit-linear-gradient(top, #c11933, #c11933);
  background-image: -o-linear-gradient(top, #c11933, #c11933);
  background-image: linear-gradient(top, #c11933, #c11933);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c11933', endColorstr='#c11933', GradientType=0);
  border-color: #c11933 #c11933 #7d1021;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #c11933;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.featured-event p.buttons a.btn-danger:hover,
.featured-event p.buttons a.btn-danger:active,
.featured-event p.buttons a.btn-danger.active,
.featured-event p.buttons a.btn-danger.disabled,
.featured-event p.buttons a.btn-danger[disabled] {
  background-color: #c11933;
  *background-color: #aa162d;
}
.featured-event p.buttons a.btn-danger:active,
.featured-event p.buttons a.btn-danger.active {
  background-color: #941327 \9;
}
.featured-event p.buttons a.btn-danger:hover {
  background-color: #6f0818;
  background-image: -moz-linear-gradient(top, #6f0818, #6f0818);
  background-image: -ms-linear-gradient(top, #6f0818, #6f0818);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6f0818), to(#6f0818));
  background-image: -webkit-linear-gradient(top, #6f0818, #6f0818);
  background-image: -o-linear-gradient(top, #6f0818, #6f0818);
  background-image: linear-gradient(top, #6f0818, #6f0818);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f0818', endColorstr='#6f0818', GradientType=0);
  border-color: #6f0818 #6f0818 #280309;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #6f0818;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.featured-event p.buttons a.btn-danger:hover:hover,
.featured-event p.buttons a.btn-danger:hover:active,
.featured-event p.buttons a.btn-danger:hover.active,
.featured-event p.buttons a.btn-danger:hover.disabled,
.featured-event p.buttons a.btn-danger:hover[disabled] {
  background-color: #6f0818;
  *background-color: #570613;
}
.featured-event p.buttons a.btn-danger:hover:active,
.featured-event p.buttons a.btn-danger:hover.active {
  background-color: #3f050e \9;
}
.sorter {
  width: 700px;
  *zoom: 1;
  padding: 10px 0;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  height: 18px;
  overflow: hidden;
}
.sorter:before,
.sorter:after {
  display: table;
  content: "";
}
.sorter:after {
  clear: both;
}
.cms-admin-intro {
  margin-bottom: 20px;
  width: 700px;
}
.cms-admin-intro p {
  color: #878787;
  font-size: 16px;
}
a.resource-action {
  display: block;
  color: #c11933;
  font-family: Arial, sans-serif;
  font-style: italic;
  padding-left: 29px;
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  line-height: 25px;
}
a.resource-action.watch-video {
  background-position: -376px -172px;
}
a.resource-action.download {
  background-position: -376px -203px;
}
a.resource-action.goto {
  background-position: -376px -233px;
}
a.resource-action.lock {
  background-position: -376px -399px;
}
a.resource-action.cart {
  background-position: -376px -430px;
}
/**************************************
Event details
**************************************/
.event-overview {
  display: table;
  margin-bottom: 20px;
}
.event-overview ul {
  display: table-row;
}
.event-overview ul li {
  display: table-cell;
  vertical-align: top;
}
.event-overview ul li.rssupdate {
  background: url("../images/backgrounds/raster-yellow.gif");
  border: 1px solid #e0c778;
  width: 435px;
  padding: 15px;
}
.event-overview ul li.rssupdate h5 {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: 400px -383px;
  font-family: Georgia, serif;
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: bold;
  font-family: Arial, sans-serif;
}
.event-overview ul li.rssupdate time {
  color: #666;
  font-weight: normal;
  font-style: italic;
}
.event-overview ul li.rssupdate p {
  line-height: normal;
}
.event-overview ul li.rssupdate p:last-child {
  margin-bottom: 0;
}
.event-overview ul li.linkoptions {
  text-align: right;
  width: 260px;
}
.event-overview ul li.linkoptions a {
  display: block;
}
.event-overview ul li.linkoptions a.joinlinkedin {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: 234px -354px;
  padding-right: 26px;
  margin-bottom: 5px;
}
.event-overview ul li.linkoptions a.followtwitter {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: 234px -322px;
  padding-right: 26px;
  margin-bottom: 5px;
}
.event-overview ul li.linkoptions span.hash {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: 234px -291px;
  padding-right: 26px;
  display: block;
  text-align: right;
  line-height: normal;
}
.reason {
  width: 700px;
  float: left;
  *zoom: 1;
}
.reason:before,
.reason:after {
  display: table;
  content: "";
}
.reason:after {
  clear: both;
}
.reason .why {
  width: 330px;
  margin-right: 40px;
  float: left;
  color: #777;
}
.reason .why h3 {
  font-family: Georgia, serif;
  font-size: 30px;
  margin-bottom: 18px;
  color: #444;
}
.reason .why p,
.reason .why li {
  font-size: 15px;
  line-height: 120%;
}
.reason .why li {
  margin-bottom: 8px;
}
.reason .video {
  width: 330px;
  float: left;
  margin-top: 48px;
}
.speakers {
  width: 700px;
  float: left;
  *zoom: 1;
  position: relative;
  margin: 20px 0;
  border-top: 1px dotted #999;
}
.speakers:before,
.speakers:after {
  display: table;
  content: "";
}
.speakers:after {
  clear: both;
}
.speakers h4 {
  font-family: Georgia, serif;
  font-size: 20px;
  margin: 15px 0 5px;
}
.speaker-pic {
  position: relative;
  width: 174px;
  height: 174px;
}
.speaker-pic img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.speaker-pic span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(83, 119, 122, 0.5);
  width: 164px;
  padding: 5px;
  color: #fff;
}
.inwrapper {
  width: 700px;
  float: left;
  *zoom: 1;
  display: table;
  position: relative;
}
.inwrapper:before,
.inwrapper:after {
  display: table;
  content: "";
}
.inwrapper:after {
  clear: both;
}
.inwrapper ul {
  display: table-row;
}
.inwrapper ul li {
  display: table-cell;
  vertical-align: top;
  padding: 20px 0;
}
.inwrapper ul li.pic {
  width: 100px;
  padding-right: 10px;
}
.inwrapper ul li.pic img {
  display: block;
}
.limit-padding {
  padding: 10px;
}
.limit-padding .btn {
  margin-left: 20px;
}
.well2 {
  background-color: #fafafa;
  padding: 20px;
  border: 1px solid #eee;
}
.well2 label {
  color: #666;
}
form.edit-profile {
  position: relative;
}
form.edit-profile .edit-details {
  position: absolute;
  top: 20px;
  right: 20px;
}
form.edit-profile .control-label {
  text-align: left;
  color: #787878;
}
form.edit-profile .disabled {
  border: none;
  background-color: #fafafa;
}
form.edit-profile input {
  border: none;
  background-color: #eee;
}
form.edit-profile p.buttons {
  text-align: right;
  border-top: 1px dotted #999;
  marging-bottom: 0;
  padding-top: 12px;
  margin-bottom: 0;
}
.edit-preferences {
  margin: 0;
}
.edit-preferences ul {
  margin: 15px 0 15px 15px;
}
.edit-preferences ul li label {
  display: inline;
}
.edit-preferences ul li label.head {
  font-size: 14px;
}
.edit-preferences ul li input {
  margin-right: 5px;
}
.makeitgray {
  color: #666 !important;
}
.top-border {
  border-top: 1px dotted #999;
}
.split {
  *zoom: 1;
}
.split:before,
.split:after {
  display: table;
  content: "";
}
.split:after {
  clear: both;
}
.split > div {
  width: 40%;
  float: left;
  margin-left: 10%;
  padding: 15px 0;
}
a.opened,
a.closed {
  display: inline-block;
  width: 10px;
  height: 10px;
  color: #ffffff !important;
  background-color: #c11933;
  margin-right: 5px;
  text-align: center;
  line-height: 7px;
  position: relative;
  top: -2px;
}
a.opened:hover,
a.closed:hover {
  text-decoration: none;
}
#documentlist {
  text-align: left;
}
.service-list {
  width: 400px;
  *zoom: 1;
  margin-bottom: 10px;
}
.service-list:before,
.service-list:after {
  display: table;
  content: "";
}
.service-list:after {
  clear: both;
}
.service-list li {
  width: 180px;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}
.service-list li label {
  display: inline;
  padding-left: 10px;
  font-size: 12px;
}
/**************************************
Free alerts popup
****************************************/
#login-popup,
#register-popup,
#access-resource,
#access-b,
#documentlist-popup,
#privacy-popup,
#ticket-terms {
  width: 720px;
}
#about-details {
  width: 720px;
}
#badge-details {
  width: 720px;
}
#enq-popup {
  width: 600px;
}
#enq-popup .modal-body {
  height: 540px !important;
}
#speaker-popup {
  width: 800px;
  margin: 0 0 0 -400px;
}
#speaker-popup h2 {
  color: #333;
  margin: 0;
  font-family: Georgia, serif;
}
#speaker-popup h3 {
  color: #666;
  margin: 0;
  width: 75%;
}
#speaker-popup .cms-text p {
  color: #333 !important;
}
#speaker-popup .modal-footer {
  color: #333;
}
#speaker-popup .modal-footer p.speaking-at {
  color: #333;
  font-size: 12px;
  margin-bottom: 0;
}
#speaker-popup .modal-footer p.session {
  color: #333;
  font-size: 12px;
  margin-bottom: 0;
}
#speaker-popup .modal-footer p.session a {
  font-size: 14px;
}
#speaker-popup .modal-footer p.session time {
  font-family: Arial, sans-serif;
  font-style: italic;
  color: #999;
  font-size: 12px;
}
#map-popup {
  width: 800px;
  margin: 0 0 0 -400px;
}
#map-popup #map-holder {
  width: 800px;
  height: 500px;
  margin-bottom: 20px;
}
#map-popup address {
  margin: 0;
  font-style: italic;
}
#map-popup p {
  color: #999;
  margin-top: 20px;
}
#free-alerts {
  width: 720px;
  margin: 0 0 0 -360px;
}
#free-alerts .modal-body {
  height: 540px !important;
}
#free-alerts .modal-body .control-group {
  margin-bottom: 7px;
}
#free-alerts .modal-body .input-title {
  width: 160px;
}
#recommend-popup textarea {
  width: 358px;
  height: 134px;
}
#badge-details fieldset.paddlabels label {
  padding-left: 20px;
  width: 120px;
}
#badge-details .control-group {
  margin-bottom: 10px;
}
#badge-details .control-group input.input-large {
  width: 190px;
}
#name-change-request,
#event-change-request {
  width: 720px;
  margin: 0 0 0 -360px;
  top: 20px;
}
#name-change-request .modal-body,
#event-change-request .modal-body {
  max-height: 600px;
}
#name-change-request fieldset.paddlabels label,
#event-change-request fieldset.paddlabels label {
  padding-left: 20px;
  width: 120px;
}
#name-change-request .control-group,
#event-change-request .control-group {
  margin-bottom: 10px;
}
#name-change-request .control-group input.input-large,
#event-change-request .control-group input.input-large {
  width: 190px;
}
.modal {
  text-align: left;
}
.modal .modal-header h3 {
  font-family: Georgia, serif;
  font-size: 17px;
  color: #c11933;
  margin-bottom: 12px;
}
.modal .modal-header p {
  float: right;
  padding-top: 6px;
}
.modal .modal-header p a {
  position: relative;
  top: -12px;
  left: 12px;
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: 1px -138px;
  display: inline-block;
  width: 12px;
  height: 12px;
}
.modal .modal-body {
  *zoom: 1;
}
.modal .modal-body:before,
.modal .modal-body:after {
  display: table;
  content: "";
}
.modal .modal-body:after {
  clear: both;
}
.modal .modal-body fieldset {
  width: 50%;
  float: left;
}
.modal .modal-body input[type='text'],
.modal .modal-body input[type='email'],
.modal .modal-body textarea {
  background-color: #eee;
  border: 1px solid #eee;
}
.modal .modal-body input[type='text'].error,
.modal .modal-body input[type='email'].error,
.modal .modal-body textarea.error {
  background-color: #fff2cf;
  border: 1px solid #fff2cf;
}
.modal .modal-body .help-inline,
.modal .modal-body .error {
  color: #ECBA4B;
}
.modal .modal-body textarea {
  height: 70px;
}
.modal .modal-body .control-label {
  text-align: left;
}
.modal .modal-body .control-label small {
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 11px;
  margin-right: 10px;
}
.modal .modal-body .controls select.input-wide {
  width: 96%;
}
.modal .modal-body .controls textarea.input-wide {
  width: 95%;
}
.modal .modal-body .alerts-type {
  clear: both;
  width: 620px;
  color: #999;
  margin: 30px 0 15px;
}
.modal .modal-body .catlist {
  *zoom: 1;
}
.modal .modal-body .catlist:before,
.modal .modal-body .catlist:after {
  display: table;
  content: "";
}
.modal .modal-body .catlist:after {
  clear: both;
}
.modal .modal-body .catlist li {
  width: 33%;
  float: left;
}
.modal .modal-body .catlist li label {
  margin-left: 0;
  clear: right;
}
.modal .modal-body .catlist li label.maincat {
  font-size: 14px;
  margin-left: 0;
}
.modal .modal-body .catlist li ul {
  margin-left: 30px;
}
.modal .modal-body .catlist li ul li {
  float: none;
  display: block;
  width: 100%;
}
.modal .modal-footer {
  text-align: left;
}
.modal .modal-footer a.btn {
  float: right;
}
.modal .modal-footer p {
  color: #ecba4b;
}
#name-change-request textarea.input-wide,
#event-change-request textarea.input-wide {
  width: 550px;
}
#name-change-request select.input-wide,
#event-change-request select.input-wide {
  width: 560px;
}
.ie7 .modal .modal-body fieldset {
  width: 335px;
}
#sum {
  margin: 80px 0;
  display: block;
}
/**************************************
FOOTER
**************************************/
#topfooter {
  background: url("../images/backgrounds/raster-top-footer.gif") repeat;
  padding: 20px 0 1px;
  margin-top: 20px;
}
#topfooter ul {
  display: table-row;
  display: block;
  margin-left: auto;
  margin-right: auto;
  marging: 0;
}
#topfooter ul li {
  display: table-cell;
  width: 200px;
  margin: 0;
}
#topfooter ul li a {
  display: block;
  color: #ccc;
  font-family: Arial, sans-serif;
  font-style: italic;
}
#topfooter ul li a.main {
  font-size: 15px;
  color: #ffffff;
  padding-bottom: 10px;
  font-family: Arial, sans-serif;
  font-style: italic;
}
#topfooter ul li.social {
  width: 190px;
  padding-left: 187px;
  text-align: right;
}
.ie7 #topfooter ul li {
  float: left;
}
footer {
  background: url("../images/backgrounds/raster-footer.gif") repeat;
}
footer ul.internal {
  text-align: right;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
footer ul.internal li {
  display: inline;
}
footer ul.internal li a {
  display: inline-block;
  line-height: 60px;
  color: #ffffff;
  margin-left: 40px;
  font-size: 13px;
}
#credit {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  padding: 10px 0;
}
#credit p {
  color: #999;
  float: left;
}
#credit ul {
  text-align: right;
}
#credit ul li {
  display: inline;
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: 0 -76px;
  padding: 0 8px 0 12px;
}
#credit ul li:first-child {
  background: none;
}
#credit ul li a {
  color: #333;
  font-family: Arial, sans-serif;
  font-style: italic;
}
#credit p.webstars {
  float: right;
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: 0 -76px;
  padding-left: 12px;
}
#credit p.webstars a {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: 44px -53px;
  padding-right: 84px;
  color: #999;
  font-family: Arial, sans-serif;
}
#credit p.webstars a:hover {
  text-decoration: none;
}
#credit.for404 {
  padding-top: 100px;
}
.accordion {
  position: relative;
  width: 980px;
  height: 317px;
  overflow: hidden;
  margin: 0 auto 20px auto !important;
}
.accordion li {
  position: absolute;
  top: 0;
  left: 0;
  width: 980px;
  text-align: left;
  z-index: 99;
  /*.trigger { position: absolute; z-index: 200; top: 0; left: 0; color: #fff; display: block; width: 310px; line-height: 55px; text-align: right; border-bottom: 1px solid #fff; font-size: 18px; font-family: @serifFontFamily; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg);filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }*/

}
.accordion li .trigger {
  position: absolute;
  z-index: 100;
  top: 0;
  background-color: rgba(51, 51, 51, 0.7);
  left: 0;
  width: 55px;
  display: block;
  height: 310px;
  border-right: 1px solid #fff;
}
.accordion li .trigger .label {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  display: block;
  line-height: 55px;
  color: #fff;
  font-size: 20px;
  font-family: Georgia, serif;
  text-align: left;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 55px;
  margin-bottom: 11px;
}
.accordion li .inbock {
  position: absolute;
  top: 40px;
  left: 60px;
  width: 440px;
  padding: 15px;
  color: #fff;
  background: url("../images/backgrounds/transparent-raster.png") repeat;
}
.accordion li .inbock h3 {
  color: #fff;
  font-size: 24px;
}
.accordion li .inbock p {
  color: #fff;
  font-size: 15px;
}
.accordion li .inbock p a.btn {
  font-size: 13px;
}
.more-info {
  display: none;
}
.moretrigger {
  display: inline-block;
  background: url("../images/backgrounds/plusminus.gif") no-repeat right top;
  color: #999;
  line-height: 14px;
  padding-right: 15px;
  text-decoration: none;
  border: none;
  outline: none;
}
.moretrigger:link {
  text-decoration: none;
}
.moretrigger.less {
  background-position: right bottom !important;
  text-decoration: none;
}
.ie .accordion li .trigger .label {
  top: 0;
  width: 300px;
  padding-left: 15px;
}
.ie8 .accordion li .trigger {
  background: url("../images/backgrounds/rgba_51_51_51_70.png") repeat;
}
.ie8 .accordion li .trigger .label {
  /*background-color: #888;*/
  opacity: 0.5;
}
.socialLinks {
  padding-right: 24px;
  line-height: 18px;
  margin-bottom: 5px;
}
a.share {
  background-position: 170px -189px;
  padding-right: 24px;
  line-height: 18px;
  margin-bottom: 5px;
}
a.linkedin {
  background-position: 170px -214px;
  padding-right: 24px;
  line-height: 18px;
  margin-bottom: 5px;
}
a.twitter {
  background-position: 170px -236px;
  padding-right: 24px;
  line-height: 18px;
  margin-bottom: 5px;
}
a.gplus {
  background: url("../images/backgrounds/gplus.png") no-repeat top right;
  padding-right: 24px;
  line-height: 18px;
  margin-bottom: 5px;
}
a.rss {
  background-position: 170px -258px;
  padding-right: 24px;
  line-height: 18px;
  margin-bottom: 5px;
}
div.circle-icon {
  background-color: #46b8da;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
div.circle-icon.media {
  background-position: -91px -34px;
}
div.circle-icon.energy {
  background-position: -125px -34px;
}
div.circle-icon.economics {
  background-position: -159px -34px;
}
div.circle-icon.transport {
  background-position: -192px -34px;
}
div.circle-icon.financial {
  background-position: -192px -34px;
}
div.circle-icon.resource {
  background-position: -192px -34px;
}
div.circle-icon i {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  width: 32px;
  height: 32px;
  display: block;
  background-repeat: no-repeat;
  border-radius: 50%;
}
div.circle-icon i.ribbon {
  background-position: -123px 6px;
}
div.circle-icon i.ribbon-b {
  background-position: -378px -336px;
}
div.circle-icon i.cassette {
  background-position: -148px 9px;
}
div.circle-icon i.cassette-b {
  background-position: -377px -310px;
}
div.circle-icon i.window {
  background-position: -178px 6px;
}
div.circle-icon i.window-b {
  background-position: -377px -286px;
}
div.circle-icon i.display {
  background-position: -207px 6px;
}
div.circle-icon i.display-b {
  background-position: -376px -260px;
}
div.circle-icon i.play, div.circle-icon i.video {
  background-position: -229px 10px;
}
div.circle-icon i.document {
  background-position: -257px 5px;
}
div.circle-icon i.list, div.circle-icon i.points {
  background-position: -284px 8px;
}
div.circle-icon i.bars {
  background-position: -315px 7px;
}
div.circle-icon i.mic {
  background-position: -340px 7px;
}
div.circle-icon i.bookmark {
  background-position: -342px -20px;
}
div.circle-icon i.bookmark-b {
  background-position: -377px -364px;
}
div.circle-icon i.share {
  background-position: -342px -20px;
}
div.circle-icon i.envelope {
  background-position: -342px -20px;
}
div.circle-icon i.edit {
  background-position: -354px -324px;
}
div.square-icon {
  background-color: #46b8da;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
div.square-icon.media {
  background-position: -91px -34px; 
}
div.square-icon.energy {
  background-position: -125px -34px;
}
div.square-icon.economics {
  background-position: -159px -34px;
}
div.square-icon.transport {
  background-position: -192px -34px;
}
div.square-icon.financial {
  background-position: -192px -34px;
}
div.square-icon.resource {
  background-position: -192px -34px;
}
div.square-icon i {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  width: 32px;
  height: 32px;
  display: block;
  background-repeat: no-repeat;
  border-radius: 50%;
}
div.square-icon i.ribbon {
  background-position: -123px 6px;
}
div.square-icon i.ribbon-b {
  background-position: -378px -336px;
}
div.square-icon i.cassette {
  background-position: -148px 9px;
}
div.square-icon i.cassette-b {
  background-position: -377px -310px;
}
div.square-icon i.window {
  background-position: -178px 6px;
}
div.square-icon i.window-b {
  background-position: -377px -286px;
}
div.square-icon i.display {
  background-position: -207px 6px;
}
div.square-icon i.display-b {
  background-position: -376px -260px;
}
div.square-icon i.play, div.square-icon i.video {
  background-position: -229px 10px;
}
div.square-icon i.document {
  background-position: -257px 5px;
}
div.square-icon i.list {
  background-position: -284px 8px;
}
div.square-icon i.bars {
  background-position: -315px 7px;
}
div.square-icon i.mic {
  background-position: -340px 7px;
}
div.square-icon i.bookmark {
  background-position: -342px -20px;
}
div.square-icon i.bookmark-b {
  background-position: -377px -364px;
}
div.square-icon i.share {
  background-position: -342px -20px;
}
div.square-icon i.envelope {
  background-position: -342px -20px;
}
div.square-icon i.edit {
  background-position: -354px -324px;
}
i.grayicon {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
}
i.ribbon {
  background-position: -123px 6px !important;
}
i.ribbon-b {
  background-position: -378px -336px !important;
}
i.cassette {
  background-position: -148px 9px;
}
i.cassette-b {
  background-position: -377px -310px;
}
i.window {
  background-position: -178px 6px;
}
i.window-b {
  background-position: -377px -286px;
}
i.display {
  background-position: -207px 6px;
}
i.display-b {
  background-position: -376px -260px;
}
i.play {
  background-position: -231px 8px;
}
i.document {
  background-position: -257px 5px;
}
i.list {
  background-position: -284px 8px;
}
i.bars {
  background-position: -315px 7px;
}
i.mic {
  background-position: -340px 7px;
}
i.bookmark {
  background-position: -342px -20px;
}
i.bookmark-b {
  background-position: -377px -364px;
}
i.share {
  background-position: -382px -468px !important;
}
i.envelope {
  background-position: -382px -496px;
}
i.download {
  background-position: -354px -492px !important;
}
i.print {
  background-position: -354px -467px !important;
}
i.edit {
  background-position: -354px -324px !important;
}
i.ribbon-g {
  background-position: -378px -336px;
}
i.cassette-g {
  background-position: -377px -310px;
}
i.window-g {
  background-position: -377px -286px;
}
i.display-g {
  background-position: -376px -260px;
}
i.bookmark-g {
  background-position: -377px -364px;
}
i.share-g {
  background-position: -346px -287px;
}
i.bars-g {
  background-position: -346px -260px;
}
.twitterList {
  position: relative;
  overflow: hidden;
}
.twitterList .list {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}
.msummit {
  height: 230px;
  position: relative;
  margin: 0 auto 8px auto;
  border-top: 8px solid #490d62;
}
.msummit nav {
  position: absolute;
  width: 48px;
  top: 15px;
  left: 430px;
}
.msummit nav a {
  display: block;
  margin-bottom: 5px;
  width: 48px;
  height: 48px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+ */

  filter: gray;
  /* IE6-9 */

  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */

  -webkit-transition: all .6s ease;
  /* Fade to color for Chrome and Safari */

  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */

}
.msummit nav a:last-child {
  margin-bottom: 0;
}
.msummit nav a:hover,
.msummit nav a.on {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.msummit ul {
  position: absolute;
  top: 15px;
  right: 0;
  width: 438px;
  height: 206px;
  overflow: hidden;
}
.msummit ul li {
  width: 438px;
  height: 206px;
  overflow: hidden;
}
.summit-action {
  text-align: right;
  margin: 15px auto 5px auto;
}
.summit-action a {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  font-style: italic;
}
.summit-action a.informed {
  color: #333;
}
.summit-action time {
  background-color: #490d62;
  color: #fff;
  padding: 5px 10px;
  margin-left: 15px;
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* =============================================================================
   Print Styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  header,
  #breadcrumb,
  aside,
  footer,
  #topfooter,
  #credit {
    display: none;
  }
}
/* =============================================================================
   Additions - Serban
   ========================================================================== */
.sansFontFamilyBold {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
div.cms-simple-text p {
  font-size: 14px;
  line-height: 1.2;
}
.border-top-dotted {
  border-top: 1px dotted #ccc;
}
del {
  color: #c66;
}
ins {
  text-decoration: none;
}
.well.alt {
  background: url(../images/backgrounds/raster-yellow.gif) repeat;
  border: 1px solid #e0c778;
  padding: 15px 19px;
}
.well.alt h3 {
  color: #333;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 9px;
}
.well.alt p {
  line-height: 1.2;
}
.linkoptions {
  text-align: right;
  width: 235px;
}
.linkoptions a {
  display: block;
  font-style: italic;
}
.linkoptions a.joinlinkedin {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: 218px -354px;
  padding-right: 26px;
  margin-bottom: 5px;
}
.linkoptions a.followtwitter {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: 218px -322px;
  padding-right: 26px;
  margin-bottom: 6px;
}
.linkoptions span.hash {
  background: url("../images/backgrounds/icons.png") no-repeat;
  background-color: inherit;
  background-position: 218px -291px;
  color: #666;
  line-height: 14px;
  padding-right: 26px;
  display: block;
  text-align: right;
}
select.input-medium {
  width: 200px;
}
h3.selector-type {
  padding: 14px 16px;
}
.form-action {
  padding: 5px 0 10px;
}
/**************************************
EVENT BILLBOARD
***************************************/
.billboard {
  min-height: 215px;
  margin: 0 0 14px;
  padding: 1px 0 0;
  position: relative;
}
.billboard .innerspacer {
  left: 0;
  position: absolute;
  top: 2px;
}
.billboard .innerspacer .welcome {
  background: url(../images/backgrounds/raster-dark-grey.png) repeat;
  color: #ccc;
  float: left;
  height: 192px;
  padding: 0 15px;
  width: 442px;
}
.billboard .innerspacer .welcome h1 {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 46px;
  font-weight: normal;
  line-height: .9;
  margin: 0 0 7px;
}
.billboard .innerspacer .welcome h2 {
  font-family: Georgia, serif;
  font-size: 18px;
  color: #ccc;
  margin: 6px 0 12px;
  line-height: 22px;
}
.billboard .innerspacer .welcome .action {
  margin: 0 0 0 3px;
}
.billboard .innerspacer .welcome .related a {
  font-size: 11px;
}
.billboard .innerspacer .welcome .btn {
  min-width: 130px;
}
.billboard .innerspacer .ribbon-square {
  float: left;
  height: 250px;
  margin: 0 0 0 1px;
  text-align: center;
  width: 141px;
  background-color: #edda9c;
  background-image: -moz-linear-gradient(top, #f6e6b4, #e0c778);
  background-image: -ms-linear-gradient(top, #f6e6b4, #e0c778);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6e6b4), to(#e0c778));
  background-image: -webkit-linear-gradient(top, #f6e6b4, #e0c778);
  background-image: -o-linear-gradient(top, #f6e6b4, #e0c778);
  background-image: linear-gradient(top, #f6e6b4, #e0c778);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6e6b4', endColorstr='#e0c778', GradientType=0);
}
.billboard .innerspacer .ribbon-square h4 {
  color: #5b5542;
  font-size: 15px;
  line-height: 1.2;
  margin: 38px 0 15px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.billboard .innerspacer .ribbon-square p {
  color: #7f7453;
  line-height: 15px;
  margin: 0 0 11px;
}
.billboard .innerspacer .ribbon-square strong {
  color: #5b5542;
  font-size: 18px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
/**************************************
EVENT OVERVIEW
***************************************/
#overview h3 {
  color: #444;
  font-size: 22px;
  line-height: 120%;
}
#overview .border-top-dotted {
  margin-top: 30px;
  padding-top: 25px;
}
#overview .events-list li:last-child a.event-preview,
#overview .events-list li:last-child .event-details {
  border: none;
}
#overview .events-list li .event-details h3 {
  color: #c11933;
  margin-bottom: 6px;
}
#overview .events-list li .event-details p {
  color: #666;
}
#overview .events-list li .event-details p.date {
  color: #999;
}
#overview.early-bird .reason {
  margin-top: 30px;
  padding-top: 25px;
}
#overview.early-bird .speakers {
  border: none;
  float: none;
}
.std .intro {
  color: #666;
  font-size: 15px;
  line-height: 1.2;
  padding: 25px 0 20px;
}
.std .intro strong {
  color: #333;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: normal;
}
.std .speakers {
  border: none;
  float: none;
  margin-bottom: 25px;
}
.std .speakers h3 {
  background: #54777b;
  color: #fff !important;
  margin: 0;
  padding: 5px 20px 7px;
}
.std .speakers .inwrapper {
  margin: 0 0 10px;
  display: block;
}
.std .speakers .inwrapper ul {
  display: block;
  height: 275px;
  position: relative;
  overflow: hidden;
}
.std .speakers .inwrapper ul li {
  background: #eaeaea;
  border-top: 1px solid #fff;
  padding: 0;
  width: 175px;
  height: 275px;
  float: left;
  display: block;
}
.std .speakers .inwrapper ul li.marked {
  background: #e5eff0;
}
.std .speakers .inwrapper ul li:last-child {
  border-right: none;
}
.std .speakers .inwrapper ul li .speaker-info {
  padding: 5px 11px 11px;
}
.std .speakers .inwrapper ul li .speaker-info h6 {
  color: #c11933;
  font-size: 13px;
  line-height: 1.2;
  text-transform: none;
}
.std .speakers .inwrapper ul li .speaker-info p {
  margin: 0;
  line-height: normal;
}
.std .speakers .inwrapper ul li .speaker-info p.role {
  color: #999;
  font-style: italic;
  line-height: 1.2;
}
.std .speakers .inwrapper ul .item-inner-wrapper {
  border-right: 1px solid #fff;
  height: 100%;
}
.std .speakers .inwrapper ul li.last-in-row .item-inner-wrapper {
  border-right: none;
}
.std .event-overview {
  margin-top: 15px;
  width: 100%;
}
.std .event-overview ul li.rssupdate h5 {
  background-position: 416px -383px;
  color: #666;
  font-weight: bold;
  font-size: 13px;
  font-family: Arial, sans-serif;
}
.std .event-overview ul li.rssupdate h5 time {
  color: #999;
  font-style: italic;
  font-weight: normal;
}
.std .event-overview ul li.rssupdate p {
  color: #444;
  padding-right: 35px;
}
.std .event-overview ul li.linkoptions {
  width: 235px;
}
.std .event-overview ul li.linkoptions a {
  font-style: italic;
}
.std .event-overview ul li.linkoptions a.joinlinkedin {
  background-position: 218px -354px;
}
.std .event-overview ul li.linkoptions a.followtwitter {
  background-position: 218px -322px;
  margin-bottom: 6px;
}
.std .event-overview ul li.linkoptions span.hash {
  background-position: 218px -291px;
  color: #666;
  line-height: 14px;
}
.reason {
  clear: both;
  float: none;
}
.reason .why {
  width: 340px;
  margin-right: 20px;
}
.reason .video {
  margin-top: 45px;
  width: 340px;
}
.related-content p {
  color: #666;
}
.related-content .subsector-filter {
  border: none;
  padding-top: 0;
}
.event-documentation {
  border: 1px solid #eee;
  background: #fafafa url('../images/backgrounds/doc-big-green.png') no-repeat 20px 22px;
  padding-left: 70px;
  *zoom: 1;
}
.event-documentation.bluesh {
  background: none;
  background-color: #f0f4f7;
  border: 1px solid #ccc;
  padding-left: 20px;
}
.event-documentation:before,
.event-documentation:after {
  display: table;
  content: "";
}
.event-documentation:after {
  clear: both;
}
.event-documentation p {
  color: #444;
}
.event-documentation .well-intro {
  float: left;
  margin: 0 50px 0 0;
  width: 400px;
}
.event-documentation .well-intro h3 {
  color: #333;
  font-size: 18px;
  margin: 0 0 9px;
}
.event-documentation .resources {
  float: right;
  margin: 0 0 0 20px;
  width: 210px;
}
.event-documentation .resources li {
  background: url(../images/backgrounds/icon-resource-green.png) no-repeat left 2px;
  margin: 0 0 15px;
  padding: 0 0 0 25px;
  width: 175px;
}
.event-documentation .resources li:last-child {
  margin-bottom: 0;
}
.event-documentation .resources li h6 {
  color: #333;
  font-size: 13px;
  line-height: 18px;
  text-transform: none;
}
.event-documentation .resources li p {
  line-height: 1.2;
  margin: 0;
}
.doclist {
  margin: 0 0 0 20px;
  *zoom: 1;
}
.doclist:before,
.doclist:after {
  display: table;
  content: "";
}
.doclist:after {
  clear: both;
}
.doclist li {
  background: url(../images/backgrounds/icon-resource-green.png) no-repeat left 2px;
  margin: 0 15px 15px;
  padding: 0 0 0 25px;
  width: 175px;
  float: left;
}
.doclist li:last-child {
  margin-bottom: 0;
}
.doclist li h6 {
  color: #333;
  font-size: 13px;
  line-height: 18px;
  text-transform: none;
}
.doclist li p {
  line-height: 1.2;
  margin: 0;
}
.doclist li p.company-name {
  color: #999;
}
/**************************************
EVENT PROGRAMME TABLE
***************************************/
.day p.date {
  font-size: 16px;
  font-style: italic;
  margin: 0 0 7px;
}
.day p.date a {
  margin: 0 0 0 3px;
}
.day p.location {
  color: #666;
}
.day p.location a {
  margin: 0 0 0 3px;
}
.day table.byhour strong,
.day table.streams strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.day table.byhour td,
.day table.streams td {
  padding: 0 4px;
}
.day table.byhour td.session,
.day table.streams td.session {
  padding: 6px 9px;
}
.day table.byhour td.intro-programme,
.day table.streams td.intro-programme {
  padding: 15px 0 8px;
}
.day table.byhour td.hour,
.day table.streams td.hour {
  padding-left: 0;
}
.day table.streams td.session {
  border-bottom: 1px solid #fff;
}
.day table.streams td.action {
  background: #f1f1f1;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  font-style: italic;
  padding: 6px 9px;
}
.day table.streams td.action:last-child {
  border-right: none;
}
.day table.streams th {
  font-weight: normal;
  padding: 6px 9px 14px;
  vertical-align: top;
}
.day table.streams span.hour {
  margin-bottom: 4px;
}
.day table.streams span.desc {
  display: block;
  font-size: 14px;
  margin: 0 0 4px;
}
/**************************************
SPEAKERS TABLE
***************************************/
table.speakerstable td.desc {
  padding-right: 55px;
}
table.speakerstable td.desc p.company {
  color: #666;
}
/**************************************
SPONSORS TABLE
***************************************/
#sponsors {
  padding-top: 7px;
}
#sponsors > h3 {
  margin: 52px 0 26px;
}
#sponsors > h3:first-child {
  margin-top: 0;
}
#sponsors .cms-simple-text {
  margin: 0 0 73px;
}
table.sponsors-table td {
  padding-bottom: 30px;
}
table.sponsors-table td.pic {
  width: 122px;
}
table.sponsors-table td.pic a {
  height: 100px;
  width: 100px;
}
table.sponsors-table td.desc {
  padding-right: 30px;
  width: 353px;
}
table.sponsors-table td.desc p {
  line-height: 1.2;
}
table.sponsors-table td.speakwhere dl {
  margin: 8px 0 0;
}
table.sponsors-table td.speakwhere dl dt {
  font-weight: normal;
  line-height: 1.2;
}
table.sponsors-table td.speakwhere dl dd {
  line-height: 1.2;
  margin: 0 0 15px;
}
table.sponsors-table.alt td {
  padding-bottom: 50px;
}
table.sponsors-table.alt td.desc {
  width: auto;
}
/**************************************
BASKET TABLE
***************************************/
table.basket-new {
  border: 1px solid #eee;
  border-bottom: none;
  margin: 0 0 9px;
}
table.basket-new thead th {
  background: #eee;
  color: #333;
  font-weight: normal;
  padding-bottom: 6px;
  padding-top: 6px;
}
table.basket-new thead th.attendees {
  text-align: right;
}
table.basket-new thead th.price .txt-holder {
  color: #aaa;
}
table.basket-new thead th.focus-on {
  font-weight: bold;
  background-color: #4C93AF;
  color: #fff !important;
}
table.basket-new thead th.focus-on .txt-holder {
  color: #fff;
}
table.basket-new tbody td.focus-on{
  background-color: #DAE7ED;
}
table.basket-new tfoot td.focus-on{
  background-color: #4C93AF;
  color: #fff;
}
table.basket-new tfoot td.focus-on span{
  color: #fff !important;
}
table.basket-new tfoot td.fadeout,
table.basket-new tfoot td.fadeout span{
	color: #aaa !important;
}
table.basket-new td {
  padding-bottom: 15px;
  padding-top: 15px;
}
table.basket-new td.product {
  padding-left: 19px;
  width: 240px;
}
table.basket-new td.product ul {
  margin: 0;
}
table.basket-new td.product ul li {
  list-style-position: inside;
  color: #999;
}
table.basket-new td.product ul li a {
  color: #53777a;
}
table.basket-new td.quantity {
  text-align: right;
  vertical-align: top;
}
table.basket-new td.price {
  line-height: 1.2;
  padding-left: 0;
  padding-right: 0;
  vertical-align: top;
  width: 124px;
}
table.basket-new td.price .vat-included {
  color: #aaa;
}
table.basket-new td.price .txt-holder {
  color: #aaa;
}
table.basket-new td.focus-on del {
  font-family: Arial, sans-serif;
}
table.basket-new td.focus-on .txt-holder {
  color: #333;
}
table.basket-new tfoot .price {
  font-family: Arial, sans-serif;
}
table.basket-new tfoot .focus-on {
  font-weight: bold;
}
table.basket-new .discount .price,
table.basket-new .grandtotal .price {
  padding-right: 248px;
}
table.basket-new.stdrate td.price {
  width: 200px;
}
table.basket-new.stdrate td.product {
  width: 410px;
}
table.basket-new.stdrate .discount .price,
table.basket-new.stdrate .grandtotal .price {
  padding-right: 0;
}
table.basket-new.lecture .complete-package td.product,
table.basket-new.lecture .complete-package td.price {
  font-weight: bold;
}
table.basket-new.lecture .complete-package td .tip {
  color: #e1c878;
}
table.basket-new.lecture td.price {
  width: 200px;
}
table.basket-new.lecture tfoot {
  background: transparent;
}
table.basket-new.lecture tfoot tr.grandtotal {
  background: #333;
  border: none;
}
table.basket-new.lecture tfoot tr.grandtotal .price {
  padding-right: 0;
}
table.basket-total {
  border: none;
  border-collapse: separate;
}
table.basket-total tfoot {
  background: transparent;
}
table.basket-total tfoot tr.grandtotal {
  background: #333;
  border: none;
}
table.basket-total tfoot tr.discount td.focus-on{
  background: #f4ecd1;
  color: black;
}
table.basket-total tfoot tr.grandtotal td.focus-on{
  background: #333;
}
table.basket-total tfoot td {
  border-top: 1px solid #fff;
}
/**************************************
ATTENDEES
***************************************/
#attendees .sector-tabs.day-tabs {
  border: none;
}
#attendees .sector-tabs.day-tabs li {
  margin: 0;
}
#attendees .sector-tabs.day-tabs li a {
  margin-right: 1px;
  padding: 6px 0;
  text-align: center;
  width: 170px;
}
#attendees .sector-tabs.day-tabs li.active a {
  color: #333;
}
#attendees .well {
  padding-bottom: 1px;
}
table.attendees thead th {
  font-weight: normal;
}
table.attendees tbody td {
  border-bottom: 1px dotted #ddd;
  padding: 16px 0;
  width: 50%;
}
/**************************************
REGISTER
***************************************/
#register .buttons {
  margin: 20px 0 0;
  *zoom: 1;
}
#register .buttons:before,
#register .buttons:after {
  display: table;
  content: "";
}
#register .buttons:after {
  clear: both;
}
#register .buttons .btn {
  clear: both;
  line-height: 30px;
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
  width: 194px;
}
#register figure {
  margin-top: 0;
  float: right;
}
#register figure label:last-of-type {
  margin-right: 0;
}
#register figure input[type="radio"],
#register figure input[type="checkbox"] {
  margin-bottom: 0;
}
#register figure .note {
  color: #999;
  font-size: 11px;
  line-height: 1.2;
  padding: 0;
  text-align: right;
}
#register .page-descriptor {
  margin: 0 0 15px;
}
#register .well p.alt {
  color: #666;
}
#register .well label {
  margin-bottom: 2px;
}
#register .well label input[type="radio"],
#register .well label input[type="checkbox"] {
  margin-bottom: 0;
  margin-right: 5px;
}
#register .well label input[type="checkbox"] {
  margin-top: 0;
}
#register h3 {
  margin-bottom: 9px;
}
#register .note {
  color: #666;
  font-size: 11px;
  padding: 5px 0;
  text-align: right;
}
#register .basket-steps h3 {
  margin-bottom: 0;
}
ul.info li {
  background: url(../images/backgrounds/icon-info-alt.png) no-repeat left top;
  line-height: 15px;
  margin: 0 0 7px;
  padding: 0 0 0 22px;
}
/**************************************
WEBINAR WATCH
***************************************/
#webinar-watch h3 {
  color: #444;
  font-size: 18px;
  line-height: 1.2;
}
#webinar-watch .border-top-dotted {
  margin-top: 30px;
  padding-top: 25px;
}
#webinar-watch ul {
  *zoom: 1;
}
#webinar-watch ul:before,
#webinar-watch ul:after {
  display: table;
  content: "";
}
#webinar-watch ul:after {
  clear: both;
}
#webinar-watch li.intro {
  float: left;
  margin-right: 30px;
  width: 435px;
}
#webinar-watch li.linkoptions {
  float: left;
  margin-top: 10px;
}
#webinar-watch li:last-child a.event-preview,
#webinar-watch li:last-child .event-details {
  border: none;
}
#webinar-watch p.intro {
  width: 100%;
}
#register li.intro {
  float: left;
  margin-right: 30px;
  width: 435px;
}
#register li.linkoptions {
  float: left;
  margin-top: 10px;
}
#register p.intro {
  width: 100%;
}
/**************************************
SLIDER
***************************************/
#slider {
  /*border-top: 8px solid #53777a; padding-top: 1px;*/

}
#slider span.event-type {
  background: #000;
  left: 0;
  padding-left: 28px;
}
/**************************************
SCROLL LOGOS
***************************************/
.box.scroll-logos dl dd a {
  text-align: center;
  width: 100%;
}
/**************************************
FORMS
***************************************/
label.error {
  display: inline;
  margin-left: 5px;
}
/**************************************
MODALS
***************************************/
.modal {
  border: 0;
  padding: 40px;
  margin-top: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal .close {
  background: url(../images/backgrounds/icon-close.png) no-repeat;
  height: 9px;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 9px;
}
.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
  padding-left: 0;
  padding-right: 0;
}
.modal .modal-header {
  border-bottom: 1px dotted #999;
  padding-top: 0;
}
.modal .modal-header h3 {
  font-size: 18px;
}
.modal .modal-body {
  padding-top: 20px;
}
.modal .modal-footer {
  background: none;
  border-top: 1px dotted #999;
  padding: 10px 0 0;
}
.modal#recommend-popup {
  color: #666;
  margin: 0 0 0 -350px;
  width: 620px;
  top: 20px !important;
}
.modal#recommend-popup .form-horizontal {
  margin: 0 0 15px;
}
.modal#recommend-popup .form-horizontal label {
  width: 121px;
}
.modal#recommend-popup .form-horizontal .controls {
  margin-left: 121px;
}
.modal#recommend-popup .form-horizontal input[type=text],
.modal#recommend-popup .form-horizontal input[type=email],
.modal#recommend-popup .form-horizontal textarea {
  border: 0;
  height: 20px;
  padding: 5px;
  width: 240px;
}
.modal#recommend-popup .form-horizontal textarea {
  height: 55px;
}
.modal#recommend-popup .form-horizontal .help-inline {
  background: url(../images/backgrounds/icon-error.png) no-repeat left;
  margin: 0 0 0 12px;
  padding: 0 0 0 20px;
}
.modal#recommend-popup .btn-primary {
  padding: 6px 27px;
}
.modal#stream-popup {
  margin: 0 0 0 -385px;
  padding-right: 30px;
  width: 700px;
  top: 20px !important;
}
.modal#stream-popup strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.modal#stream-popup .modal-header {
  border: none;
  padding: 0 0 10px;
}
.modal#stream-popup .modal-body {
  padding: 0;
}
.modal#stream-popup .modal-body table.byhour td.session,
.modal#stream-popup .modal-body table.streams td.session {
  padding: 6px 9px;
}
.opera .btn:focus {
  outline: none;
}

/**************************************
COOKIES ADDON
***************************************/
#cookie {
  position: fixed;
  width: 250px;
  padding: 15px;
  z-index: 10000;
  background: #FDFDFD;
  border: 1px solid #c1c1c1;
  display: none;
  right: 20px;
  bottom: 20px;
  color: #4d4b4a;
  text-align: left;
}
#cookie p {
  margin-right: 0;
}
#cookie p {
  font-size: 11px;
  margin-bottom: 12px;
  line-height: 140%;
}
#cookie p.buttons a {
  width: 114px;
  line-height: 39px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  padding: 0;
}
#cookie p.buttons{ width: 100%; text-align: center; }
#cookie #allow, #changeCookiesLayer .allowCookies  { background-color: #999; color: #FFF; }
#cookie p.buttons a#allow {
  margin-right: 16px;
}
#cookie p.links {
  margin-bottom: 0;
}
#cookie p.links a {
  color: #c11933;
  text-decoration: underline;
  display: block;
  margin-top: 5px;
}
body.fixed {
  overflow: hidden;
}
#CCLayerUnder {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(180, 180, 180, 0.5);
  z-index: 888;
}
.gradBox {
  position: absolute;
  z-index: 999;
  padding: 30px;
  border: 2px solid #838382;
  background: #fff;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  top: 70px;
  box-shadow: 0 0 24px #999;
  border-radius: 6px;
}
#changeCookiesLayer {
  display: none;
  color: #4d4b4a;
  text-align: left;
}
.xClose {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #838382;
}
.xClose:hover {
  cursor: pointer;
}
#changeCookiesLayer h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
}
#changeCookiesLayer p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 140%;
}
#changeCookiesLayer a.allowCookies {
  width: 114px;
  line-height: 39px;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  padding: 0;
}
#changeCookiesLayer a.exit {
  width: 114px;
  line-height: 39px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  padding: 0;
}
#changeCookiesLayer a.aboutCookies {
  color: #8a789d;
}
#changeCookiesLayer ul {
  border-top: 1px solid #c1c1c1;
  margin: 0;
  padding: 0;
  height: 200px;
  overflow-x: auto;
}
#changeCookiesLayer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#changeCookiesLayer ul li h4 {
  font-size: 12px;
  margin-bottom: 0;
}
#changeCookiesLayer ul li p {
  margin: 0;
  font-size: 11px;
  margin-bottom: 12px;
}
#aboutCookiesLayer {
  display: none;
}
#aboutCookiesLayer h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
}
#aboutCookiesLayer p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 140%;
}
#aboutCookiesLayer ul {
  border-top: 1px solid #c1c1c1;
  margin: 0;
  padding: 0;
}
#aboutCookiesLayer ul li {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
#aboutCookiesLayer ul li h4 {
  font-size: 12px;
}
#aboutCookiesLayer ul li p {
  margin: 0;
  font-size: 11px;
}
a.changeXCookies {
  color: #8a789d;
}

td#bspacer{ border-bottom: 20px solid #fff; }

.testimonial.slider {
	padding: 20px 25px 0 0;
  position: relative;
}
.h0neyp0t-input { display: none; }

#topfooter ul li a.button{
  background-color: #c21833;
  color: white;
  font-style: normal;
  display: inline-block;
  padding: 8px 12px;
  margin-top: 10px;
  position: absolute;
  top: -9999999em;
}

#topfooter ul li a.button:hover{
  text-decoration: none;
}

/*//CRISTI */

.padding-bl {
    padding-left: 20px;
    padding-bottom: 20px;
}
.thank {
    width: 500px;
    margin: auto;
    text-align: left;
    padding: 234px 0px;
    font-size: 20px;
    line-height: 40px;
}
@media screen and  (max-width: 1200px){
    .c-related {

    }
    .c-related .subsector-filter {
        text-align: left;
    }
}
@media screen and  (max-width: 500px){
    .c-related .subsector-filter li {
        display: block;
        width: 40%;
    }
    .thank {
        font-size: 14px;
        width: 240px;
        padding-top: 30px;
    }
}
.eventPricing {
    clear: both;
}
.carouHolder {
    min-height: 110px;
}