.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, 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: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
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"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* 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: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
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;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -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);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input,
textarea {
  color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.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[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .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;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 926px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 846px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 766px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 686px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 606px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 526px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 446px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 366px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 286px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 206px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 126px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
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: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.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;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 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;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 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;
}
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
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: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .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: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn,
.input-append select + .btn-group .btn,
.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 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 input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.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;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.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;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  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: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* 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;
  -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;
  -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.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: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 1px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* 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] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* 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] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* 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] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* 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] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* 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] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', 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);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
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-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 11px;
}
.btn-group > .btn-small {
  font-size: 12px;
}
.btn-group > .btn-large {
  font-size: 16px;
}
.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 > .btn + .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: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.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: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.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: 8px;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.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;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: url("/images/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow:after {
  content: "";
  z-index: -1;
}
.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff;
}
.popover.top .arrow:after {
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1px;
  left: -11px;
}
.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #ffffff;
}
.popover.right .arrow:after {
  border-width: 11px 11px 11px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: -1px;
}
.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.popover.bottom .arrow:after {
  border-width: 0 11px 11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -1px;
  left: -11px;
}
.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #ffffff;
}
.popover.left .arrow:after {
  border-width: 11px 0 11px 11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  right: -1px;
}
/* complex */
.plain {
  margin: 0px;
  padding: 0px;
  border: none;
  line-height: normal;
}
.small {
  font-size: 92%;
  line-height: 1.3em;
}
.smallest {
  font-size: 87%;
  line-height: normal;
}
.bigger {
  font-size: 105%;
  padding-bottom: 5px;
  font-weight: bold;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hide {
  display: none;
}
.hidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
span.center {
  text-align: center;
}
.aright {
  text-align: right;
  margin: 0.5em auto;
  /* depr */
}
.framed {
  padding: 4px;
  border: 1px #ccc solid;
  background: #fff;
}
.print {
  padding-left: 20px;
  background: url(/images/ico-print.png) no-repeat left;
}
.more {
  margin-bottom: 3px;
  margin-left: 0px;
  text-align: right;
}
.section {
  padding-bottom: 1em;
}
a.more {
  background: url("/images/icon-continue.gif") no-repeat 100% 50%;
  padding-right: 12px;
}
.highlight {
  font-weight: bold;
  font-size: 105%;
}
.enhanced {
  background-color: #FFCC33;
  color: #FFFFFF;
  margin-left: 0px;
  padding-left: 4px;
  padding-right: 4px;
}
img.phone {
  display: inline;
  margin-right: 3px;
}
.recommend {
  border: 1px solid #a9a9a9;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0.5em;
  margin-bottom: 1.5em;
  background: #fffff0;
}
td.label {
  padding-right: 10px;
}
.placeholder {
  color: #999;
}
.hr {
  height: 1em;
}
.attributes .caption {
  font-weight: bold;
  padding-right: 2px;
}
.input {
  width: 98%;
}
.icon {
  background-position: 0 0.1em;
  background-repeat: no-repeat;
  padding-left: 0px;
  list-style: none;
}
.w100 {
  width: 100%;
}
.title {
  font-size: 1.3em;
  font-weight: bold;
  display: block;
}
.description {
  display: block;
}
/** Floats
==============================================================================*/
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
/* clearfix *//*
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:block;}
*/
.floatbox {
  overflow: hidden;
}
.float_left {
  float: left;
  display: inline;
  margin-right: 1em;
  margin-bottom: 0.15em;
}
.float_right {
  float: right;
  display: inline;
  margin-left: 1em;
  margin-bottom: 0.15em;
}
.clearAll {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  margin: 0px;
  padding: 0px;
  padding-top: 0.1px;
  visibility: hidden;
}
.layout-col {
  float: left;
}
.layout-spacer {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.tabs-hide {
  display: none;
}
/* subcolumns */
.subcolumns,
.subcolumns_oldgecko {
  width: 100%;
  overflow: hidden;
}
.subcolumns_oldgecko {
  float: left;
}
.c50l,
.c25l,
.c33l,
.c38l,
.c66l,
.c75l,
.c62l {
  float: left;
}
.c50r,
.c25r,
.c33r,
.c38r,
.c66r,
.c75r,
.c62r {
  float: right;
  margin-left: -5px;
}
.ctimgl {
  width: 110px;
  float: left;
}
.csimgl {
  width: 75px;
  float: left;
}
.csimgr,
.ctimgr {
  overflow: hidden;
}
.c25l,
.c25r {
  width: 25%;
}
.c33l,
.c33r {
  width: 33.333%;
}
.c50l,
.c50r {
  width: 50%;
}
.c66l,
.c66r {
  width: 66.666%;
}
.c75l,
.c75r {
  width: 75%;
}
.c38l,
.c38r {
  width: 38.2%;
}
.c62l,
.c62r {
  width: 61.8%;
}
.subc {
  padding: 0 0.5em;
}
.subcl {
  padding: 0 1em 0 0;
}
.subcr {
  padding: 0 0 0 1em;
}
/* nowrap box */
.nwb-l {
  float: left;
  padding: 0 12px 0px 0px;
}
.nwb-r {
  display: table-cell;
}
.nwb1-l {
  float: left;
}
.nwb1-r {
  margin-left: 110px;
}
/* image */
img.left {
  float: left;
  margin-left: 0;
}
img.right {
  float: right;
  margin-right: 0;
}
img.left,
img.right {
  display: inline;
  margin: 0 7px 10px;
}
img.plain {
  border: none;
  margin: 0px;
}
/* tables */
table.plain,
table.plain td,
table.plain th {
  background-color: transparent;
  border: none;
  border-collapse: separate;
  margin: 0px;
  padding: 0px;
}
table.transparent {
  background-color: transparent;
  border: none;
  font-size: 100%;
  margin: 0.5em 0 1em 0;
}
table.transparent th,
table.transparent td {
  background: transparent;
  border: none;
  padding: 2px 0px 2px 0px;
  color: inherit;
  line-height: normal;
}
table.listing {
  width: 100%;
  margin-top: 0px;
}
/* box */
.box {
  margin-bottom: 1em;
}
div.boxed {
  background-color: White;
  border: 1px solid #C0C0C0;
  padding: 6px;
  display: block;
}
div.boxedboxed {
  background-color: #C0C0C0;
  border: 1px solid White;
  padding: 4px;
  padding-left: 6px;
  padding-right: 6px;
  display: block;
  margin-bottom: 0.5em;
  margin-top: 0em;
  color: White;
  padding-top: 4px;
}
div.boxedboxed a {
  color: White;
}
div.footer {
  padding: 4px;
  background-color: #F4F6F9;
  padding-right: 8px;
  padding-left: 8px;
}
div.br {
  clear: both;
  font-size: 1px;
  height: 6px;
}
/* image box*/
div.img {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-size: 80%;
  padding: 4px;
}
div.img .holder {
  background-color: #E9E9E9;
  display: block;
  margin: 0px;
  padding: 0px;
}
div.img p {
  margin: 0px;
  padding: 1px;
  padding-bottom: 3px;
  padding-left: 3px;
}
div.img-bp p,
div.img p {
  display: block;
  font-size: 100%;
  line-height: normal;
  padding: 3px;
  margin: 0px;
  background-color: #F0F0F0;
}
div.img p .zoom {
  float: right;
  padding-right: 1px;
}
div.img-bp {
  border: 1px solid #CCCCCC;
  padding: 4px;
}
div.img-p {
  padding: 4px;
}
/* meta */
.meta {
  margin: 0em;
  padding: 0em;
  list-style: none;
  color: #666;
  font-size: 0.94em;
  display: block;
}
.meta li {
  display: inline;
  margin: 0 0 0 6px;
  padding: 0 0 0 8px;
  background: url(/images/vbar.gif) no-repeat 0 50%;
}
.meta li.date {
  margin: 0;
  padding: 0 0 0 12px;
  background-image: url(/images/icon-calendar.gif);
}
.meta li.more {
  margin: 0 6px 0 0;
  padding: 0 8px 0 0;
  background-image: none;
}
.meta li.more a {
  padding-right: 12px;
  background: url(/images/icon-continue.gif) no-repeat 100% 50%;
}
.meta li.commentinfo a {
  padding-left: 14px;
  background: url(/images/icon-comments.gif) no-repeat 0 50%;
}
/* tree */
ul.tree li {
  list-style-position: outside;
  list-style-type: none;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  background-image: url(/images/tree/tree-line-vertical.gif);
  background-repeat: repeat-y;
  background-position: left;
  margin: 0px;
  text-indent: -19px;
  padding-left: 19px;
}
ul.tree li.last {
  background-position: left top;
  background-image: url(/images/tree/tree-line-last.gif);
  background-repeat: no-repeat;
}
ul.tree img {
  border-right: 0px;
  border-top: 0px;
  vertical-align: middle;
  border-left: 0px;
  border-bottom: 0px;
  display: inline;
}
/* site map */
#sitemap {
  margin-bottom: 20px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 90%;
  padding: 5px;
  padding-bottom: 2px;
}
#sitemap ul {
  margin: 0px;
  padding: 0px;
}
#sitemap strong {
  text-transform: uppercase;
}
#sitemap span {
  display: block;
}
#sitemap li {
  background: url(/images/folder.gif) 5px 6px no-repeat;
  margin: 0px;
  padding: 0px 0px 3px 15px;
  list-style: none;
  font-weight: bold;
  font-size: 100%;
  list-style-position: outside;
  margin-bottom: 2px;
}
#sitemap li a:hover {
  text-decoration: none;
}
#sitemap li li {
  margin-left: 10px;
  margin-top: 4px;
}
#sitemap ul li ul li ul li {
  list-style-type: none;
}
/* poll */
img.pollb {
  background: Gray;
  margin-left: 0;
  height: 1em;
  border: none;
  display: inline;
  margin-right: 4px;
  margin-top: 2px;
}
img.polla {
  background: Gray;
  margin-left: 0;
  height: 1em;
  border: none;
  display: inline;
  margin-right: 4px;
  margin-top: 2px;
}
.polla {
  margin-bottom: 0.5em;
}
/* grid */
#grid-paging-bottom {
  clear: both;
  font-size: 94%;
  margin-top: 5px;
  padding-right: 6px;
  padding-top: 1px;
  text-align: right;
}
#grid-paging-top {
  float: left;
  font-size: 80%;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 0;
  padding-right: 6px;
  text-align: left;
}
.pagination span {
  padding-left: 2px;
  padding-right: 2px;
}
/* attachements */
.img-box {
  margin: 0;
  padding: 0;
}
.img-box li {
  background: none;
  float: left;
  margin: 0 7px 7px 0;
  padding: 0;
  list-style: none;
  list-style-position: inside;
}
.img-box li a {
  font-size: 92%;
  text-decoration: none;
}
.img-box li a img {
  border: none;
}
ul.link-box {
  margin: 0px;
  padding: 0px;
}
ul.link-box li {
  background-image: url("/images/file-html.gif");
  background-position: 0 0;
  background-repeat: no-repeat;
  line-height: 1.5em;
  padding-bottom: 3px;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 20px;
}
ul.link-box li span {
  font-weight: bold;
}
ul.file-box {
  margin: 0px;
  padding: 0px;
}
.icon {
  background-position: 0 0.1em;
  background-repeat: no-repeat;
  padding-left: 20px;
  list-style-position: outside;
}
.txt {
  background-image: url("/images/file-txt.gif") !important;
}
.xls,
.xlsx {
  background-image: url("/images/file-xls.gif") !important;
}
.zip {
  background-image: url("/images/file-zip.gif") !important;
}
.avi {
  background-image: url("/images/file-avi.gif") !important;
}
.wmv {
  background-image: url("/images/file-avi.gif") !important;
}
.ppt,
.pptx {
  background-image: url("/images/file-ppt.gif") !important;
}
.pdf {
  background-image: url("/images/file-pdf.gif") !important;
}
.mp3 {
  background-image: url("/images/file-mp3.gif") !important;
}
.exe {
  background-image: url("/images/file-exe.gif") !important;
}
.jpg {
  background-image: url("/images/file-jpg.gif") !important;
}
.vcf {
  background-image: url("/images/file-vcf.gif") !important;
}
.rtf,
.doc,
.docx {
  background-image: url("/images/file-doc.gif") !important;
}
ul.tree,
ul.tree ul {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
  list-style-type: none;
}
/* lang-menu */
#lang-menu select {
  font-size: 10px;
}
/* lang-menu 2*/
.lang-menu .flag {
  margin-right: 5px;
  float: left;
}
/* pipe-menu */
.pipe-menu {
  list-style-type: none;
  margin: 0px;
  position: relative;
  height: auto;
  padding: 0px;
  display: table;
  white-space: nowrap;
}
.pipe-menu li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0px 6px;
  border-left: 1px solid #333;
  background: none;
  line-height: 0.9em;
}
.pipe-menu li.first {
  border: none;
  padding-left: 0px;
}
/* horizontal menu */
.menu-horizontal {
  list-style-type: none;
  margin-left: 0px;
  margin-bottom: 0em;
  /* line-height: 160%; */
  position: relative;
  height: auto;
  padding-left: 0em;
  padding-right: 0em;
  padding-bottom: 0.5em;
  padding-top: 0em;
  display: table;
  white-space: nowrap;
}
.menu-horizontal li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  padding-right: 15px;
  background: url(/images/sub-menu.gif) no-repeat left;
  padding-left: 12px;
  margin-bottom: 0.6em;
}
.menu-horizontal li.selected {
  color: black;
  font-weight: bold;
}
/* news */
ul.boxed {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0.3em;
  margin-left: 0px;
}
ul.boxed li {
  padding-left: 0px;
  list-style: none;
  line-height: normal;
  padding-bottom: 2px;
  padding-top: 2px;
  margin-left: 0px;
}
ul.news li .title {
  font-weight: bold;
}
ul.comments li {
  background: url('/images/bullet-comments.gif') no-repeat 3px 3px;
}
/* Comments */
#comments ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#comments li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #D3D3AB;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  list-style: none;
  padding-left: 0px;
  list-style-position: outside;
  margin-bottom: 12px;
}
#comments p {
  margin-bottom: 0.2em;
  padding-bottom: 0px;
}
#comments .comment-header {
  margin-bottom: 4px;
  padding: 2px;
  background: #f8f8f5 url(/images/tools.gif) no-repeat 5px 6px;
  padding-left: 20px;
  font-size: 92%;
  padding-bottom: 0px;
}
#comments .comment-body {
  background-color: White;
  padding: 10px;
}
#comments .comment-inspired {
  text-align: right;
  padding-right: 10px;
  font-size: 92%;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  background-color: White;
}
#comments .reply {
  background: #f8f8f5 url(/images/tools.gif) no-repeat 0px -94px;
  padding-left: 10px;
}
#comments .forum-link {
  background: url(/images/tools.gif) no-repeat 5px 1px;
  padding-left: 21px;
}
/* line menu */
.line-menu ul li {
  display: inline;
  margin: 0 0 0 3px;
  padding: 0 0 0 6px;
  border-left: 1px solid #bbb;
}
.line-menu ul li.first {
  border: none;
}
/* start action_buttons */
.action_buttons {
  margin: 7px 7px 1px 0px;
}
.action_buttons a {
  background-color: #D4D0C8;
  color: black;
  padding: 0.25em 1em;
  margin-right: 0em;
  line-height: 2em;
  text-decoration: none;
  font-size: 105%;
  border-style: outset;
  border-color: #B1AB9C;
  border-bottom-width: 2px;
}
.action_buttons a:hover {
  text-decoration: none;
  border-style: inset;
  color: black;
}
.action_buttons a:active {
  background-color: #ccc;
}
.action_buttons a:visited {
  color: black;
}
/* end action_buttons */
/* start listing */
.listing-item {
  padding-bottom: 1.2em;
}
.listing ul {
  margin-left: 0px;
}
.listing li {
  list-style-type: none;
  margin-bottom: 1em;
  margin-left: 0px;
}
.listing .item-header {
  padding: 4px 6px 2px 6px;
  background-color: #ebebeb;
  border-top: 1px solid #bcbcbc;
}
.listing .item-body {
  margin-top: 1px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-top: 4px;
  background-color: #f6f6f6;
}
.listing .current {
  background-color: #e6e6e6;
}
.listing .item-user {
  width: 80px;
  padding-top: 0px;
}
/* small listing */
.s-l-item {
  padding-bottom: 5px;
}
/* end listing */
/* */
dl.list-data {
  display: block;
}
dl.list-data dt {
  width: 75px;
  float: left;
  clear: left;
  font-weight: bold;
}
dl.list-data dd {
  margin-left: 85px;
  margin-bottom: 0.3em;
}
/* Shop */
.product-list .listing-item {
  border-top: 1px dashed #ddd;
}
.product-list h4 a {
  background: url("/images/bullet-products.gif") no-repeat 0 0.3em;
  cursor: pointer;
  display: block;
  margin-bottom: 4px;
  padding-left: 14px;
}
.product-list h4 {
  margin-bottom: 0;
  margin-top: 4px;
}
.product-list p,
.attributes p {
  line-height: normal;
  margin: 0px;
  padding: 0px;
  padding-bottom: 0.3em;
}
.product-table .listing-item {
  border-top: none;
}
.product-table .hr {
  height: 10px;
}
.product-status img {
  margin-right: 2px;
}
.category-list .menu-horizontal li {
  background: url(/images/icon-folder-med.gif) no-repeat left;
  padding-left: 22px;
  font-weight: bold;
  margin-bottom: 0em;
}
.category-list .subcolumns {
  margin-bottom: 5px;
}
.category-list {
  margin-bottom: 10px;
}
#brand-filter form {
  margin: 0px;
  margin-bottom: 1.5em;
}
#brand-filter legend {
  padding: 0;
  margin: 0;
  margin-left: -5px;
}
#brand-filter label {
  margin-right: 7px;
  margin-left: -5px;
}
#brand-filter .brand-list {
  line-height: 2;
}
#brand-filter .brand-item {
  white-space: nowrap;
}
/* portal */
.portal-tree h3 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: url(/images/icon-folder-sm.gif);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 15px;
}
.portal-tree ol {
  list-style: none;
  padding: 0px;
}
.portal-tree ol li {
  padding: 0.2em 0 0 0;
  margin: 0px;
}
.pictogram {
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 0px;
  padding-right: 6px;
}
.pictogram img {
  display: inline;
  margin-top: 4px;
  margin-right: 2px;
  padding: 2px;
  border: 1px solid #41474B;
}
/* forum */
table .row-header td {
  border-bottom: none;
  border: none;
  font-size: 87%;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  background: #ffffff url(/images/row-header-bg.gif) repeat-x;
}
table .row-body td {
  padding-top: 14px;
}
.forums-head {
  border-bottom: 1px solid silver;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.forums h4 a {
  padding-left: 8px;
  background: url("/images/folder.gif") no-repeat left;
}
/* buttons */
/*
a.btn{ background: transparent url('/images/roundedge-gray-left.gif') no-repeat top left; display: block; float: left; font: bold 13px; line-height: 22px; height: 30px; padding-left: 8px; text-decoration: none; color: white; }
a:visited.btn, a:hover.btn, a:active.btn{ text-decoration: none; color: white; }
a.btn span{ background: transparent url('/images/roundedge-gray-right.gif') no-repeat top right; display: block; padding: 4px 10px 4px 2px; }
*/
.no_float_icon .col_left {
  width: 48px;
  float: left;
}
.no_float_icon .col_right {
  margin-left: 53px;
}
.no_float_square .col_left {
  width: 75px;
  float: left;
}
.no_float_square .col_right {
  margin-left: 83px;
}
.no_float_thumbail .col_left {
  width: 100px;
  float: left;
}
.no_float_thumbail .col_right {
  margin-left: 118px;
}
.no_float_tiny .col_left {
  width: 170px;
  float: left;
}
.no_float_tiny .col_right {
  margin-left: 198px;
}
.no_float_small .col_left {
  width: 240px;
  float: left;
}
.no_float_small .col_right {
  margin-left: 260px;
}
.no_float_medium .col_left {
  width: 500px;
  float: left;
}
.no_float_medium .col_right {
  margin-left: 530px;
}
/**
* Vertical-Forms - technical base (standard)
*
* |-------------------------------|
* | fieldset                      |
* |-------------------------------|
* |   label                       |
* |   input / select / textarea   |
* |-------------------------------|
* | /fieldset                     |
* |-------------------------------|
*
* (en) Styling of forms where both label and input/select/textarea are styled with display:block;
* (de) Formulargestaltung, bei der sowohl label als auch input/select/textarea mit display:block; gestaltet werden
*
* WARNING:This part contains several IE-stability-fixes. Don't edit this part if you are not sure, what you're doing!
*/
/* General form styling  | Allgemeine Formatierung des Formulars */
.yform {
  overflow: hidden;
}
.yform fieldset {
  overflow: hidden;
}
.yform label {
  display: block;
  cursor: pointer;
}
.yform legend {
  background: transparent;
  border: 0;
  padding: 0 0.5em;
}
.yform .message {
  display: block;
  margin-bottom: 0.5em;
  color: #666;
}
/* Hiding of hidden fields (otherwise ugly spaces in Firefox) | Versteckte Felder wirklich verstecken (sonst ggf. h��liche L�cken im Firefox) */
.yform input[type=hidden] {
  display: none !important;
}
/* Highlight mandatory fields | Pflichtfeldkennzeichnung hervorheben */
.yform sup {
  color: #800;
  font-weight: bold;
}
/* styling containing DIV elements | Gestaltung der kapselnden DIV-Elemente */
.yform div.type-text,
.yform div.type-select,
.yform div.type-check,
.yform div.type-button {
  margin: 0.5em 0;
  padding: 3px 0.5em 3px 0px;
  position: relative;
  overflow: hidden;
}
.yform div.type-button {
  padding: 3px 0em;
}
/* styling standard form elements with 'almost' equal flexible width | Gestaltung der einzelnen Formularelemente mit ann�hend gleicher Breite */
.yform .type-text input,
.yform .type-text textarea {
  display: block;
  position: relative;
  padding: 0.3em 0.3em;
  width: 58.5%;
}
.yform .type-select select {
  display: block;
  position: relative;
  padding: 0.3em 2px 0.3em 1px;
  width: 60%;
  cursor: pointer;
}
.yform .type-select select optgroup {
  font-style: normal;
  font-weight: bold;
}
.yform .type-check input {
  cursor: pointer;
}
.yform .type-check label {
  display: inline;
}
/* Styling of buttons | Gestaltung von Buttons */
.yform .type-button input {
  cursor: pointer;
  overflow: visible;
  /* Fixes IE7 auto-padding bug */
  width: auto;
}
/* Styling of error-messages | Fehlermeldungen */
.yform div.error {
  border: 1px #a00 dashed;
  background: #faf4f4;
  padding: 0.5em;
}
.yform div.error label {
  color: #000;
  font-weight: bold;
}
.yform div.error .message {
  color: #800;
}
/* avoid jumping checkboxes & radiobuttons in IE8 */
.yform div.type-check input:focus,
.yform div.type-check input:hover,
.yform div.type-check input:active {
  border: 0 none;
}
/*------------------------------------------------------------------------------------------------------*/
/* Indent Checkbox fields to match label-width | Checkboxen um den gleichen Wert einr�cken, wie die Breite der labels */
.full div.type-text input,
.full div.type-text textarea {
  width: 95.5%;
  margin-right: -3px;
}
.full div.type-select select {
  width: 97.0%;
  margin-right: -3px;
}
/* width adjustments for IE 5.x & IE6 | Breitenanpassung f�r Internet Explorer 5.x und 6.0 */
* html .full div.type-text input,
* html .full div.type-text textarea {
  width: 95.5%;
}
* html .full div.type-select select {
  width: 97.0%;
}
/*------------------------------------------------------------------------------------------------------*/
/* params */
.params {
  padding-bottom: 10px;
}
/* carte menu */
.carte-menu dl {
  background: url(/images/dot.gif) repeat-x 0px 1.2em;
  margin: 0px 0px 0.2em;
  width: 100%;
  overflow: hidden;
}
.carte-menu dt {
  padding-right: 1px;
  float: left;
  background-color: white;
  font-size: 100%;
  font-weight: normal;
  letter-spacing: 1px;
}
.carte-menu dd {
  margin: 0px;
}
.carte-menu dd.price {
  padding-left: 3px;
  float: right;
  background-color: white;
}
.carte-menu dd.ingredients {
  padding-right: 0px;
  float: left;
  padding-bottom: 3px;
  font: italic 100% georgia, times, sans-serif;
  width: 100%;
  color: #555;
  padding-top: 3px;
}
/*
basket
*/
/* banner */
.banner-hor {
  float: left;
  margin-right: 10px;
}
.banner-ver {
  display: block;
  margin-bottom: 10px;
}
/* video list*/
.video-list .video-item {
  border-bottom: 1px solid #A2A29A;
  padding: 5px 3px;
}
.video-list .more-videos {
  padding: 5px 3px;
}
.video-list .video-item.current {
  background: #bfbfb9 none repeat scroll 0;
}
.link-gallery {
  padding-left: 15px;
  background: url(/images/symbol_gallery.gif) no-repeat left;
  font-weight: bold;
}
/* start page navigator */
.pageNavigator {
  line-height: 3em;
}
.pageNavigator .gotopage {
  padding: 2px 4px;
}
.pageNavigator .pagecurrent {
  font-weight: bold;
}
/* end page navigator */
.selected_param {
  padding: 2px;
}
.selected_param .label {
  font-weight: bold;
  background: url(/images/remove_btn.gif) no-repeat left;
  padding-left: 15px;
}
.color_variants {
  border: 1px solid #666666;
  height: 20px;
  margin: 0 0.5em 0.5em 0;
  width: 20px;
  float: left;
}
a.sendLink {
  background: transparent url(/images/ico-mail.png) no-repeat scroll left center;
  height: 16px;
  margin: -5px 0 0 10px;
  padding: 6px 0 6px 20px;
}
a.buttonPrint {
  background: transparent url(/images/ico-print.png) no-repeat scroll left center;
  height: 16px;
  margin: -5px 0 0 10px;
  padding: 8px 0 6px 20px;
}
a.buttonGmap {
  background: transparent url(/images/ico-map.png) no-repeat scroll left center;
  height: 16px;
  margin: -5px 0 0 10px;
  padding: 8px 0 6px 20px;
}
#nav-skip {
  left: -2000px;
  position: absolute;
}
.album-caption {
  font-size: 0.92em;
}
/* calendar */
.events-toolbar {
  border-bottom: 1px solid #a9a9a9;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.events-calendar {
  width: 180px;
  float: right;
}
.events-list {
  margin-right: 200px;
}
.events-time-place {
  font-size: 0.92em;
  margin-bottom: 0.5em;
}
table.calendar {
  line-height: 160%;
  margin: 0px;
  width: 100%;
  border: 1px solid #bdbdbd;
  font-size: 1em;
  position: relative;
}
table.calendar-nav {
  font-weight: bold;
  cursor: pointer;
  text-transform: capitalize;
  margin-bottom: 1px;
}
table.calendar td.daynames {
  background-color: #BDBDBD;
  text-align: center;
  width: 2.5em;
  line-height: 2.5em;
}
table.calendar td {
  background-color: #EEEEEE;
  border-collapse: collapse;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  padding: 0px;
}
table.calendar td.empty_day {
  background-color: white;
}
table.calendar td a {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 2.5em;
  line-height: 2.5em;
}
table.calendar td a.actualmonth {
  width: auto;
}
table.calendar td.activeday {
  background-color: #D5D5D5;
}
table.calendar td.activeday a {
  color: black;
  font-weight: bold;
  position: relative;
}
table.calendar td.selectedday {
  background-color: Red;
}
table.calendar td.selectedday a,
table.calendar td.today a {
  color: White;
}
table.calendar td:hover {
  background-color: #99d3ff;
  color: #003966;
  text-decoration: none;
}
table.calendar td.activeday .overbox li a,
table.calendar td.selectedday .overbox li a {
  background: none !important;
  padding: 0px !important;
  margin: 0px !important;
  height: auto !important;
  cursor: pointer !important;
  width: 144px;
  line-height: 1.6em;
  display: block;
  text-align: left;
  color: black;
}
/* overbox */
.overbox {
  width: 184px;
  position: absolute;
  display: block;
  text-align: left;
  bottom: 39px;
  right: -200px;
  background: url(overbox/overtop-body.png) repeat-y;
  z-index: 9999;
}
.overbox-img {
  bottom: 70px;
  right: -205px;
}
.overbox_in {
  position: relative;
  float: left;
}
.overboxTop {
  width: 184px;
  height: 6px;
  background: url(overbox/overtop-top.png) no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
}
.overboxPointer {
  position: absolute;
  bottom: -23px;
  right: 0px;
  width: 184px;
  height: 23px;
  background: url(overbox/overtop-bottom.png) no-repeat right top;
}
.overboxContent {
  width: 184px;
  padding: 10px 18px 10px 10px;
}
.overbox ul {
  padding: 0;
  margin: 0px;
  width: 150px;
}
.overbox li {
  padding: 0 0 8px 12px !important;
  background: url(overbox/gray-sipka.gif) no-repeat 0 5px !important;
  position: relative;
  float: left;
  width: 146px;
  list-style: none;
}
.menu-vertical {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.menu-vertical li {
  list-style: none;
  margin-left: 0px;
}
span.caption {
  font-weight: bold;
}
form p {
  padding-bottom: 0.5em;
}
/* scrollable begin */
.vertical_scroll {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 200px;
  border: 1px solid #CCCCCC;
  padding: 5px;
}
/* root element for scrollable items */
.vertical_scroll .items {
  position: absolute;
  margin: 0px;
  height: 20000em;
}
/* single scrollable item */
a.browse {
  background: url(/images/hori_large.png) no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  margin: 40px 0px;
  cursor: pointer;
  font-size: 1px;
}
/* right */
a.right {
  background-position: 0 -30px;
  clear: right;
  margin-right: 0px;
}
a.right:hover {
  background-position: -30px -30px;
}
a.right:active {
  background-position: -60px -30px;
}
/* left */
a.left {
  margin-left: 0px;
}
a.left:hover {
  background-position: -30px 0;
}
a.left:active {
  background-position: -60px 0;
}
/* up and down */
a.up,
a.down {
  background: url(/images/vert_large.png) no-repeat;
  float: none;
  margin: 10px 90px;
}
/* up */
a.up:hover {
  background-position: -30px 0;
}
a.up:active {
  background-position: -60px 0;
}
/* down */
a.down {
  background-position: 0 -30px;
}
a.down:hover {
  background-position: -30px -30px;
}
a.down:active {
  background-position: -60px -30px;
}
/* disabled navigational button */
a.disabled {
  visibility: hidden !important;
}
/* scrollable end */
.error {
  background: url("/images/error.png") no-repeat scroll 15px 50% #df001a;
  color: white;
  font-weight: bold;
  margin: 0.7em 0 10px;
  padding: 15px 20px 15px 60px;
}
/* design */
.fields-above {
  position: relative;
}
.fields-above .legend {
  font-size: 115%;
  font-family: tahoma, arial, verdana, sans-serif;
  line-height: 20pt;
  padding-left: 0px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  background-image: url(legend-bg.gif);
  background-repeat: repeat-x;
}
.fields-above .legend span {
  padding-left: 0px;
  padding-right: 4px;
  margin-left: 5px;
}
/* do not change */
.fields-above ul {
  margin: 0px;
  padding: 0px;
}
.fields-above li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: block;
  padding-top: 4px;
  clear: both;
}
.fields-above .input-set .input-box {
  width: 48%;
}
.fields-above li .input-text {
  width: 100%;
}
.fields-above p {
  padding: 0px;
  margin: 10px 0px 5px 0px;
}
.fields-above .error {
  background-color: red;
  color: white;
  font-weight: bold;
  padding: 16px 6px 16px 60px;
}
.fields-above .description {
  font-style: italic;
  font-size: 92%;
}
.fields-above li .input-textarea {
  height: 100px;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
}
.fields-above fieldset.submit {
  float: none;
  width: auto;
  border-style: none;
  background-color: transparent;
  padding: 0px;
}
.error-message {
  width: auto;
  display: block;
  line-height: 10.688pt;
  font: bold 0.95em/10.688pt arial;
  min-height: 15px;
  font-weight: 700;
  color: #EE350B;
  margin: 3px 0px 0px 0px;
  padding: 1px;
  padding-left: 15px;
  background: url(/images/error_bg.gif) no-repeat 2px 2px;
}
#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0px;
  margin: 0px;
  z-index: 5000;
  background-color: #EDEDED;
  color: #fff;
  width: 68px;
  height: 14px;
  border: 1px solid #939393;
}
.tgr-SlideshowBlock-display {
  position: relative;
  width: 100%;
  height: auto;
}
.tgr-SlideshowBlock-display .slideImgWrap {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0px;
  left: 0px;
}
.product-container {
  padding-left: 1.5em;
  padding-bottom: 1em;
}
.w_day_info {
  width: 65px;
  float: left;
  text-align: center;
  margin-right: 5px;
  font-size: 0.92em;
}
/*.w_next_days{float:left;}
.w_day_name,.wtemp{display:block;}
*/
.wtemp {
  font-weight: bold;
  padding-right: 8px;
}
.minus {
  color: #006699;
}
.pluss {
  color: #CC0000;
}
.yrno {
  background: url("/ext/weather/banner.png") no-repeat scroll left center transparent;
  color: #000000;
  padding: 5px 10px 5px 70px;
  text-decoration: none;
}
/*box table start*/
.box-table {
  border-collapse: collapse;
  text-align: left;
  border: none;
  border-bottom: 1px solid #dddddd;
}
.box-table th {
  background: #efefef none repeat scroll 0 0;
  border: none;
  border-bottom: 1px solid #dddddd;
  border-top: 4px solid #dddddd;
  font-weight: bold;
  padding: 8px;
}
.box-table td {
  border: none;
  background: transparent;
  border-top: 1px solid transparent;
  padding: 8px;
}
.box-table .even td {
  border-top: 1px solid transparent;
  padding: 8px;
}
.box-table .even.tr-hidden td {
  border-top: none;
}
.box-table .tr-hidden {
  display: none;
}
.box-table .tr-hidden td {
  padding-bottom: 20px;
}
.box-table .tr-hidden td,
.box-table .detail td {
  background-color: #ffffb7;
}
.box-table .detail td.t {
  border-top: 1px solid #dddddd;
}
.box-table td.b {
  border-bottom: 1px solid #dddddd;
}
.box-table .detail td.l,
.tr-hidden td.l {
  border-left: 1px solid #dddddd;
}
.box-table .detail td.r,
.tr-hidden td.r {
  border-right: 1px solid #dddddd;
}
.box-table .detail {
  color: black;
}
.box-table td.arrow-c {
  width: 32px;
  padding: 0px;
  margin: 0px;
}
.box-table div.arrow {
  background: transparent url(/images/icon-plus.png) no-repeat scroll 0px 0px;
  width: 32px;
  height: 32px;
  display: block;
}
.box-table div.up {
  background: transparent url(/images/icon-minus.png) no-repeat scroll 0px 0px;
}
.box-table tr.even {
  background-color: #efefef;
}
.box-table tr.even:hover,
.box-table tr.odd:hover {
  background-color: #ffffdf;
}
.box-table tr.expandable {
  cursor: pointer;
}
/*box table end*/
.icon-more {
  background: transparent url(/images/icon-more.png) no-repeat scroll right center;
  padding-right: 20px;
}
.tab-row {
  clear: both;
}
.transparent {
  position: absolute;
  bottom: 0px;
  padding: 0px;
  background: transparent url("/images/transparent.png") repeat scroll top left;
  width: 100%;
  left: 0px;
}
.sliderkit-panel-text {
  padding: 10px;
}
.transparent a {
  color: white;
}
.transparent a:hover,
.transparent a:hover span {
  color: white;
  text-decoration: underline;
}
.transparent-small {
  position: absolute;
  bottom: 0px;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  background: transparent url("/images/transparent-pasive.png") repeat scroll top left;
  width: 100%;
  left: 0px;
  font-size: 0.78em;
  color: white;
}
a.selected .transparent-small {
  background: transparent url("/images/transparent.png") repeat scroll top left;
}
/* crossroad */
img {
  border: 0 none;
}
.reset {
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
}
ul.reset {
  list-style: none;
}
ul.reset li {
  margin: 0;
  padding: 0;
  background: none;
  list-style-type: none;
}
.crossroad .img img {
  position: relative;
}
.crossroad .reset {
  margin: 0px 0 15px;
}
.crossroad .reset li p {
  margin: 0;
}
.crossroad .reset li {
  border-top: 1px solid #E5E5E5;
  overflow: hidden;
  padding: 20px 0 15px;
}
.crossroad .reset li.first {
  border: medium none;
  padding-top: 0;
}
.crossroad .reset li p.desc {
  margin: 0 0 1em;
}
.crossroad .reset li h3 {
  line-height: 1.2;
  margin: 0 0 0.35em;
  padding-bottom: 0px;
}
.crossroad .reset li .img {
  display: block;
  text-align: center;
  float: left;
  display: inline;
  margin: 0px;
}
.short {
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 10px;
  padding: 5px 5px 10px;
}
.short_holder {
  overflow: hidden;
  width: 100%;
}
.short .image {
  float: left;
  margin: 0 10px 2px 0;
}
.short p {
  margin: 5px 0;
  padding: 0;
}
/*
sliderkit, must
*/
.sliderkit-panels,
.sliderkit-nav-slider {
  position: relative;
  overflow: hidden;
}
.sliderkit-panel,
.nav-tab {
  float: left;
}
.sliderkit-panels-container,
.sliderkit-nav-clip {
  width: 9999px;
}
.sliderkit-default {
  margin-bottom: 15px;
  position: relative;
}
/* Navbar base*/
.sliderkit-default .sliderkit-nav {
  position: relative;
  text-align: left;
}
.sliderkit-default .sliderkit-nav-clip {
  position: relative;
  overflow: hidden;
}
.sliderkit-default .sliderkit-nav-clip ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sliderkit-default .sliderkit-nav-clip ul li {
  float: left;
  list-style: none;
  padding-right: 3px;
  padding-top: 5px;
}
.sliderkit-default .sliderkit-nav-clip ul li a {
  display: block;
  overflow: hidden;
  position: relative;
}
/* Navbar ext*/
.sliderkit-default .sliderkit-nav {
  padding: 0px;
}
.sliderkit-default .sliderkit-nav-clip ul li a {
  margin: 0;
  padding: 0px;
}
.sliderkit-default .sliderkit-nav-clip ul li a {
  border: 1px solid #ccc;
}
.sliderkit-default .sliderkit-nav-clip ul li a.selected {
  padding: 0;
}
.sliderkit-default .sliderkit-nav-clip ul li a.selected {
  border: 1px solid #000;
}
/* SubNavbar*/
.sliderkit-default .sliderkit-subnav {
  position: relative;
  height: 30px;
  margin-bottom: 10px;
}
.sliderkit-default .sliderkit-subnav div {
  position: absolute;
}
.sliderkit-default .dot.selected {
  background: #7d7d7d none repeat scroll 0 0;
}
.sliderkit-default .dot {
  background: none repeat scroll 0 0 #B5BABF;
  border-radius: 5px 5px 5px 5px;
  display: block;
  float: left;
  height: 10px;
  overflow: hidden;
  text-indent: -1000px;
  width: 10px;
  margin: 5px 5px;
}
.sliderkit-default .sliderkit-subnav-prev,
.sliderkit-default .sliderkit-subnav-next {
  background-color: #7d7d7d;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 4px 4px 4px 4px;
  display: block;
  height: 20px;
  overflow: hidden;
  text-indent: -1000px;
  width: 20px;
  float: left;
}
.sliderkit-default .sliderkit-subnav-prev {
  background-image: url("/images/slider/arrow_left.gif");
}
.sliderkit-default .sliderkit-subnav-next {
  background-image: url("/images/slider/arrow_right.gif");
}
.sliderkit-default .nav-tab1 {
  cursor: pointer;
  height: 40px;
  margin-top: -50px;
  position: absolute;
  top: 60%;
  width: 40px;
  z-index: 100;
  text-indent: -9999px;
}
.sliderkit-default .slider-nav-prev {
  background: url("/images/slider/bttn-arrow-prev.png") no-repeat scroll 0 0 transparent;
  left: 0;
}
.sliderkit-default .slider-nav-prev:hover {
  background: url("/images/slider/bttn-arrow-prev.png") no-repeat scroll 0 -40px transparent;
  left: 0;
}
.sliderkit-default .slider-nav-next {
  background: url("/images/slider/bttn-arrow-next.png") no-repeat scroll 0 0 transparent;
  right: 0;
}
.sliderkit-default .slider-nav-next:hover {
  background: url("/images/slider/bttn-arrow-next.png") no-repeat scroll 0 -40px transparent;
  right: 0;
}
/* Dot Slider */
.sliderkit-default .sliderDotnav a {
  border-radius: 20px 20px 20px 20px;
  display: block;
  float: left;
  height: 10px;
  margin-right: 5px;
  text-indent: -9999px;
  width: 10px;
  background-color: #FFF;
}
.columnGrid ul {
  margin: 5px;
  padding: 0px;
}
.columnGrid ul li {
  float: left;
  list-style-type: none;
  margin: 0px;
  padding: 10px;
}
/*---------------------------------
*  grid > Default
*---------------------------------*/
.grid ul {
  margin-left: 0px;
  padding-left: 0px;
}
.grid li {
  float: left;
  list-style-type: none;
  margin: 0 3px 0 4px;
  padding: 10px;
  cursor: pointer;
}
.grid li:hover {
  background-color: #eeeeee;
}
/*---------------------------------
*  more-views
*---------------------------------*/
.more-views {
  clear: both;
  padding: 10px 0;
}
.more-views ul {
  margin: 0px;
  padding: 0px;
}
.more-views li {
  float: left;
  margin: 0 0 10px 10px;
  list-style: none;
}
.cloud-zoom-lens {
  border: 4px solid #888;
  margin: -4px;
  /* Set this to minus the border thickness. */
  background-color: #fff;
  cursor: move;
}
/* Carousel */
.carousel-default .carousel-container {
  position: relative;
}
.carousel-default .carousel-wrapper {
  overflow: auto;
  margin: 0 25px 0 25px;
  position: absolute;
  top: 0;
}
.carousel-default .carousel-wrapper ul {
  width: 9999px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}
.carousel-default ul li {
  display: block;
  float: left;
  padding: 0px;
}
.carousel-default ul li a img {
  display: block;
}
.carousel-default .carousel-nav-btn {
  position: absolute;
  top: 0px;
}
.carousel-default .carousel-nav-right {
  right: 0;
}
.carousel-default .carousel-nav-left {
  left: 0;
}
.carousel-default .carousel-nav-btn a {
  background: url("/images/carousel/carousel_controls.png") no-repeat scroll center 0 transparent;
  display: block;
  width: 20px;
}
.carousel-default .carousel-nav-btn a span {
  display: none;
}
.carousel-default .carousel-nav-right a {
  background-position: -20px center;
}
.carousel-default .carousel-nav-left a {
  background-position: 0px center;
}
/*custom*/
.carousel-default ul li {
  padding-left: 3px;
  padding-right: 3px;
}
.carousel-default .carousel-nav-btn a {
  background-color: #DEDFDE;
}
.carousel-default .carousel-nav-btn a:hover {
  background-color: #b3b6b6;
}
.carousel-default {
  padding: 8px;
  border: 1px solid #DEDFDE;
}
#trace {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: red;
  color: white;
  padding: 4px;
}
#map {
  width: 600px;
  height: 300px;
}
.checkboxYesNo {
  padding: 0 16px 0 18px;
}
.checkboxNo {
  background: url("/images/checkbox/no.png") no-repeat scroll left center;
}
.checkboxNo:hover {
  background: url("/images/checkbox/yes.png") no-repeat scroll left center;
}
.checkboxYes {
  background: url("/images/checkbox/yes.png") no-repeat scroll left center;
}
.checkboxYes:hover {
  background: url("/images/checkbox/cancel.png") no-repeat scroll left center;
}
.inlineBox {
  border: solid 1px #dedede;
  padding: 3px;
  display: none;
  padding: 15px;
  width: 700px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
#close {
  float: right;
  font-weight: bold;
  padding: 3px 5px 3px 5px;
  border: solid 1px #333;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  color: red;
}
.date-wrapper select {
  width: inherit;
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}
#cboxTopLeft {
  width: 14px;
  height: 14px;
  background: url("/css/colorbox/controls.png") no-repeat 0 0;
}
#cboxTopCenter {
  height: 14px;
  background: url("/css/colorbox/border.png") repeat-x top left;
}
#cboxTopRight {
  width: 14px;
  height: 14px;
  background: url("/css/colorbox/controls.png") no-repeat -36px 0;
}
#cboxBottomLeft {
  width: 14px;
  height: 43px;
  background: url("/css/colorbox/controls.png") no-repeat 0 -32px;
}
#cboxBottomCenter {
  height: 43px;
  background: url("/css/colorbox/border.png") repeat-x bottom left;
}
#cboxBottomRight {
  width: 14px;
  height: 43px;
  background: url("/css/colorbox/controls.png") no-repeat -36px -32px;
}
#cboxMiddleLeft {
  width: 14px;
  background: url("/css/colorbox/controls.png") repeat-y -175px 0;
}
#cboxMiddleRight {
  width: 14px;
  background: url("/css/colorbox/controls.png") repeat-y -211px 0;
}
#cboxContent {
  background: #fff;
  overflow: visible;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 5px;
}
#cboxLoadingOverlay {
  background: url("/css/colorbox/loading_background.png") no-repeat center center;
}
#cboxLoadingGraphic {
  background: url("/css/colorbox/loading.gif") no-repeat center center;
}
#cboxTitle {
  position: absolute;
  bottom: -25px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #7C7C7C;
}
#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  position: absolute;
  bottom: -29px;
  background: url("/css/colorbox/controls.png") no-repeat 0px 0px;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}
#cboxPrevious {
  left: 0px;
  background-position: -51px -25px;
}
#cboxPrevious:hover {
  background-position: -51px 0px;
}
#cboxNext {
  left: 27px;
  background-position: -75px -25px;
}
#cboxNext:hover {
  background-position: -75px 0px;
}
#cboxClose {
  right: 0;
  background-position: -100px -25px;
}
#cboxClose:hover {
  background-position: -100px 0px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}
.btn-facebook {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3d5a8f;
  background-image: -moz-linear-gradient(top, #29457b, #5a79ad);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#29457b), to(#5a79ad));
  background-image: -webkit-linear-gradient(top, #29457b, #5a79ad);
  background-image: -o-linear-gradient(top, #29457b, #5a79ad);
  background-image: linear-gradient(to bottom, #29457b, #5a79ad);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff29457b', endColorstr='#ff5a79ad', GradientType=0);
  border-color: #5a79ad #5a79ad #3e557d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #5a79ad;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook.active,
.btn-facebook.disabled,
.btn-facebook[disabled] {
  color: #ffffff;
  background-color: #5a79ad;
  *background-color: #4f6d9f;
}
.btn-facebook:active,
.btn-facebook.active {
  background-color: #46618e \9;
}
