#sfc-container html,
#sfc-container body,
#sfc-container div,
#sfc-container span,
#sfc-container applet,
#sfc-container object,
#sfc-container iframe,
#sfc-container h1,
#sfc-container h2,
#sfc-container h3,
#sfc-container h4,
#sfc-container h5,
#sfc-container h6,
#sfc-container p,
#sfc-container blockquote,
#sfc-container pre,
#sfc-container a,
#sfc-container abbr,
#sfc-container acronym,
#sfc-container address,
#sfc-container big,
#sfc-container cite,
#sfc-container code,
#sfc-container del,
#sfc-container dfn,
#sfc-container em,
#sfc-container img,
#sfc-container ins,
#sfc-container kbd,
#sfc-container q,
#sfc-container s,
#sfc-container samp,
#sfc-container small,
#sfc-container strike,
#sfc-container strong,
#sfc-container tt,
#sfc-container var,
#sfc-container b,
#sfc-container u,
#sfc-container i,
#sfc-container center,
#sfc-container dl,
#sfc-container dt,
#sfc-container dd,
#sfc-container ol,
#sfc-container ul,
#sfc-container li,
#sfc-container fieldset,
#sfc-container form,
#sfc-container label,
#sfc-container legend,
#sfc-container table,
#sfc-container caption,
#sfc-container tbody,
#sfc-container tfoot,
#sfc-container thead,
#sfc-container tr,
#sfc-container th,
#sfc-container td,
#sfc-container article,
#sfc-container aside,
#sfc-container canvas,
#sfc-container details,
#sfc-container embed,
#sfc-container figure,
#sfc-container figcaption,
#sfc-container footer,
#sfc-container header,
#sfc-container hgroup,
#sfc-container menu,
#sfc-container nav,
#sfc-container output,
#sfc-container ruby,
#sfc-container section,
#sfc-container summary,
#sfc-container time,
#sfc-container mark,
#sfc-container audio,
#sfc-container video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

#sfc-container ol,
#sfc-container ul {
	padding-left: 2em;
}

#sfc-container blockquote, #sfc-container q {
	quotes: none;
}
#sfc-container blockquote:before,
#sfc-container blockquote:after,
#sfc-container q:before,
#sfc-container q:after {
	content: '';
	content: none;
}
#sfc-container table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Underline appears always in IE9... */
#sfc-container .sfc-ui-menu a {
	text-decoration: none;
}

html#sfc-html {
	overflow-y: scroll;
}

#sfc-html body {
    margin: 0px;
    height: 100%;
}

html#sfc-html #sfc-form {
    margin: 0 auto;
}

/* Before you set buttons to inline block consider:
 * - Often, the container will be making all children table-cells.
 * - inline-block and IE7
 */
#sfc-container .sfc-ui-btn {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

/* Wizard menu buttons */
#sfc-container .sfc-ui-menu-li .sfc-ui-btn {
    white-space: normal;
}
#sfc-container .sfc-tlnav .sfc-ui-btn span {
    white-space: normal;
}

#sfc-container .sfc-ui-btn .sfc-ui-structure span {
	display: inline-block;
}

#sfc-container .sfc-ui-btn * {
	vertical-align: middle;
}

#sfc-container input.sfc-ui-bootstrap,
#sfc-container select.sfc-ui-bootstrap,
#sfc-container textarea.sfc-ui-bootstrap {
  padding: 4px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -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 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

#sfc-container select[multiple].sfc-ui-bootstrap,
#sfc-container select[size].sfc-ui-bootstrap {
  height: auto;
}

/* Bootstrap tables */
#sfc-container table.sfc-ui-bootstrap {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#sfc-container .sfc-ui-bootstrap.table {
  width: 100%;
}

/* TODO - Tighten these selectors so they dont hit rows of nested child tables*/

#sfc-container .sfc-ui-bootstrap.table th,
#sfc-container .sfc-ui-bootstrap.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
#sfc-container .sfc-ui-bootstrap.table th {
  font-weight: bold;
}
#sfc-container .sfc-ui-bootstrap.table thead th {
  vertical-align: bottom;
}
#sfc-container .sfc-ui-bootstrap.table caption + thead tr:first-child th,
#sfc-container .sfc-ui-bootstrap.table caption + thead tr:first-child td,
#sfc-container .sfc-ui-bootstrap.table colgroup + thead tr:first-child th,
#sfc-container .sfc-ui-bootstrap.table colgroup + thead tr:first-child td,
#sfc-container .sfc-ui-bootstrap.table thead:first-child tr:first-child th,
#sfc-container .sfc-ui-bootstrap.table thead:first-child tr:first-child td {
  border-top: 0;
}
#sfc-container .sfc-ui-bootstrap.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
#sfc-container .sfc-ui-bootstrap.table-condensed th,
#sfc-container .sfc-ui-bootstrap.table-condensed td {
  padding: 4px 5px;
}
#sfc-container .sfc-ui-bootstrap.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#sfc-container .sfc-ui-bootstrap.table-bordered th,
#sfc-container .sfc-ui-bootstrap.table-bordered td {
  border-left: 1px solid #dddddd;
}
#sfc-container .sfc-ui-bootstrap.table-bordered caption + thead tr:first-child th,
#sfc-container .sfc-ui-bootstrap.table-bordered caption + tbody tr:first-child th,
#sfc-container .sfc-ui-bootstrap.table-bordered caption + tbody tr:first-child td,
#sfc-container .sfc-ui-bootstrap.table-bordered colgroup + thead tr:first-child th,
#sfc-container .sfc-ui-bootstrap.table-bordered colgroup + tbody tr:first-child th,
#sfc-container .sfc-ui-bootstrap.table-bordered colgroup + tbody tr:first-child td,
#sfc-container .sfc-ui-bootstrap.table-bordered thead:first-child tr:first-child th,
#sfc-container .sfc-ui-bootstrap.table-bordered tbody:first-child tr:first-child th,
#sfc-container .sfc-ui-bootstrap.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
#sfc-container .sfc-ui-bootstrap.table-bordered thead:first-child tr:first-child th:first-child,
#sfc-container .sfc-ui-bootstrap.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
#sfc-container .sfc-ui-bootstrap.table-bordered thead:first-child tr:first-child th:last-child,
#sfc-container .sfc-ui-bootstrap.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
#sfc-container .sfc-ui-bootstrap.table-bordered thead:last-child tr:last-child th:first-child,
#sfc-container .sfc-ui-bootstrap.table-bordered tbody:last-child tr:last-child td:first-child,
#sfc-container .sfc-ui-bootstrap.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
#sfc-container .sfc-ui-bootstrap.table-bordered thead:last-child tr:last-child th:last-child,
#sfc-container .sfc-ui-bootstrap.table-bordered tbody:last-child tr:last-child td:last-child,
#sfc-container .sfc-ui-bootstrap.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
#sfc-container .sfc-ui-bootstrap.table-bordered caption + thead tr:first-child th:first-child,
#sfc-container .sfc-ui-bootstrap.table-bordered caption + tbody tr:first-child td:first-child,
#sfc-container .sfc-ui-bootstrap.table-bordered colgroup + thead tr:first-child th:first-child,
#sfc-container .sfc-ui-bootstrap.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
#sfc-container .sfc-ui-bootstrap.table-bordered caption + thead tr:first-child th:last-child,
#sfc-container .sfc-ui-bootstrap.table-bordered caption + tbody tr:first-child td:last-child,
#sfc-container .sfc-ui-bootstrap.table-bordered colgroup + thead tr:first-child th:last-child,
#sfc-container .sfc-ui-bootstrap.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-right-topleft: 4px;
}
#sfc-container .sfc-ui-bootstrap.table-striped tbody tr:nth-child(odd) td,
#sfc-container .sfc-ui-bootstrap.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
#sfc-container .sfc-ui-bootstrap.table-hover tbody tr:hover td,
#sfc-container .sfc-ui-bootstrap.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
#sfc-container .sfc-ui-bootstrap.table tbody tr.success td {
  background-color: #dff0d8;
}
#sfc-container .sfc-ui-bootstrap.table tbody tr.error td {
  background-color: #f2dede;
}
#sfc-container .sfc-ui-bootstrap.table tbody tr.info td {
  background-color: #d9edf7;
}

/* Buttons */
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 14px;
  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);
}
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn:hover,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn:active,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn.active,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn.disabled,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
#sfc-container.device-ie9orLess .sfc-ui-bootstrap.sfc-ui-btn:active,
#sfc-container.device-ie9orLess .sfc-ui-bootstrap.sfc-ui-btn.active {
  background-color: #cccccc;
}
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn:first-child {
  *margin-left: 0;
}
#sfc-container .sfc-ui-bootstrap.sfc-ui-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;
}
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn.active,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn:active {
  background-color: #e6e6e6;
  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);
}
#sfc-container.device-ie9orLess .sfc-ui-bootstrap.sfc-ui-btn.active,
#sfc-container.device-ie9orLess .sfc-ui-bootstrap.sfc-ui-btn:active {
  background-color: #d9d9d9;
}

#sfc-container .sfc-ui-bootstrap.sfc-ui-btn.disabled,
#sfc-container .sfc-ui-bootstrap.sfc-ui-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;
}
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-large [class^="icon-"] {
  margin-top: 2px;
}
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-small [class^="icon-"] {
  margin-top: 0;
}
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
#sfc-container .sfc-ui-bootstrap.sfc-ui-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;
}
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-block + .btn-block {
  margin-top: 5px;
}
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-primary.active,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-warning.active,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-danger.active,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-success.active,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-info.active,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
#sfc-container .sfc-ui-bootstrap.sfc-ui-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);
}
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-primary:hover,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-primary:active,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-primary.active,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-primary.disabled,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
#sfc-container.device-ie9orLess .sfc-ui-bootstrap.sfc-ui-btn-primary:active,
#sfc-container.device-ie9orLess .sfc-ui-bootstrap.sfc-ui-btn-primary.active {
  background-color: #003399;
}
#sfc-container .sfc-ui-bootstrap.sfc-ui-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);
}
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-warning:hover,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-warning:active,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-warning.active,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-warning.disabled,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
#sfc-container.device-ie9orLess .sfc-ui-bootstrap.sfc-ui-btn-warning:active,
#sfc-container.device-ie9orLess .sfc-ui-bootstrap.sfc-ui-btn-warning.active {
  background-color: #c67605;
}
#sfc-container .sfc-ui-bootstrap.sfc-ui-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);
}
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-danger:hover,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-danger:active,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-danger.active,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-danger.disabled,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
#sfc-container.device-ie9orLess .sfc-ui-bootstrap.sfc-ui-btn-danger:active,
#sfc-container.device-ie9orLess .sfc-ui-bootstrap.sfc-ui-btn-danger.active {
  background-color: #942a25;
}
#sfc-container .sfc-ui-bootstrap.sfc-ui-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);
}
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-success:hover,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-success:active,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-success.active,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-success.disabled,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
#sfc-container.device-ie9orLess .sfc-ui-bootstrap.sfc-ui-btn-success:active,
#sfc-container.device-ie9orLess .sfc-ui-bootstrap.sfc-ui-btn-success.active {
  background-color: #408140;
}
#sfc-container .sfc-ui-bootstrap.sfc-ui-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);
}
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-info:hover,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-info:active,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-info.active,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-info.disabled,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
#sfc-container.device-ie9orLess .sfc-ui-bootstrap.sfc-ui-btn-info:active,
#sfc-container.device-ie9orLess .sfc-ui-bootstrap.sfc-ui-btn-info.active {
  background-color: #24748c;
}
#sfc-container .sfc-ui-bootstrap.sfc-ui-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);
}
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-inverse:hover,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-inverse:active,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-inverse.active,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-inverse.disabled,
#sfc-container .sfc-ui-bootstrap.sfc-ui-btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
#sfc-container.device-ie9orLess .sfc-ui-bootstrap.sfc-ui-btn-inverse:active,
#sfc-container.device-ie9orLess .sfc-ui-bootstrap.sfc-ui-btn-inverse.active {
  background-color: #080808;
}
button.sfc-ui-btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.sfc-ui-btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.sfc-ui-btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.sfc-ui-btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.sfc-ui-btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

#sfc-container .fo-ui-menu .fo-ui-btn {
	display: table;
}

#sfc-container .sfc-menu-li .fo-ui-menu-label {
 	display: table-cell;
 	width: 100% !important;
}

/* No #sfc-container because it spawns outside the container... */
.sfc-ui-datepicker {
	font-size: 70% !important;
}

#sfc-container .fo-ui-checkbox-icon.fo-ui-icon-top,
#sfc-container .fo-ui-radio-icon.fo-ui-icon-top {
  top: 10px;
}

#sfc-container .fo-ui-checkbox-icon.fo-ui-icon-bottom,
#sfc-container .fo-ui-radio-icon.fo-ui-icon-bottom {
  top: auto;
  bottom: 2px;
}

#sfc-container .calendar {
	font-size: 80%;
}
