/*********************************/
/*********************************/
/*********************************/
/*********************************/
/* Solutions Table & Form CSS Change */
/*********************************/
/*********************************/
/*********************************/
/*********************************/

#mainContent {
  min-height: 0px;
}

/*   */
div.umbrella-icon-block {
  background: transparent url(icons/256x256/block-icon-umbrella.png) no-repeat;
}

/* User Login */
div.user-login-block #edit-name {
  background: transparent url(icons/16x16/apps/user-info.png) no-repeat 1px 3px;
  padding: 2px 0px 0px 22px;
  height: 18px;
  border: 1px solid #999999;
}
div.user-login-block #edit-pass {
  background: transparent url(icons/16x16/password.png) no-repeat 1px 3px;
  padding: 2px 0px 0px 22px;
  height: 18px;
  border: 1px solid #999999;
}
div.user-login-block #edit-submit {
  background-color: #eeeeee;
  border: 1px solid #999999;
  margin-bottom: 10px;
  padding: 1px 5px;
}
div.user-login-block div.item-list a {
  font-size: 80%;
}

/* IE Primary Links Wrapping Fix */
#primary {
  clear: left;
}
#primary ul li {
  margin: 0px 0px 0px 14px;
}

/* Suckerfish Stacking Fix */
#suckerfishmenu	.block {
  float: left;
}

label, th a.active {
  font-size: 87%;
}

div.form-item div.description {
  font-size: 0.75em;
}

/**
 * Collapsible fieldsets
 */

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  font-weight: bold;
}

th a.active {
  color: #333333;
}

th a:link, th a:visited {
  color: #666666;
}

td, th {
  padding: .3em .45em;
}

.even th, .even td, .odd th, .odd td {
  background-color: transparent;
  border-bottom: 1px solid #c0c0c0;
}

tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #ffffdc;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #FFFF66;
}

tr.drag-previous {
  background-color: #FFFFab;
}

th.active {
  background-color: #EEEEEE;
}

tr.odd td.active {
  background-color: #FFFFCD;
}

tr.even td.active {
  background-color: #EEEEEE;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #c0c0c0;
  background-color: #e9e9e9;
  color: #777777;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #e0e0e0;
  background: transparent url(images/gradient-inner.png) repeat-x 0 0;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
  font-weight: bold;
  letter-spacing: -1px;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 1.3em; /* LTR */
}

.terms {
  display: none;
}

/* HubSpot Badge */
#wsgContainer {
  display: block;
  float: right;
}
