/* Structural
=========================================================================== */

#contentWrapper {
  padding-top: 12px;
}

#content {
  background-color: #f4f7f8;
}

#contentBase {
  background: #F4F7F8;
}

#contentBase_bottom {background: url(/img/backgrounds/base960_bottom.gif) 0 bottom no-repeat;}

.largeCol {
  width: 902px;
  margin: 0 18px 0 0;
  float: left;
}

h3.large960 {
  background: url(/img/backgrounds/heading960.gif) 0 0 no-repeat;
  color: #fff;
  height: 44px;
  font-size: 18px;
  font-weight: normal;
  padding: 12px 0 0 20px;
  width: 960px;
}


p.description_dark {
  font-size: 11px;
  padding: 3px 20px 18px 20px;
  color: #545454;
}

p.description_dark_bottom {
  font-size: 11px;
  padding: 3px 20px 0 20px;
  color: #545454;
}

.line {
  border-top: 1px solid #e1e2e2;
  font-size: 1px;
  line-height: 1px;
  margin: 0 20px;
}

table.subscription {
  margin: 16px 20px 0 20px;
  width: 920px;
}

td.topFirst {
  background: url(/img/backgrounds/subscriptionTop.gif) 0 0 repeat-x #f83a74;
  border-bottom: 1px solid #c62e5d;
  font-size: 18px;
  color: #fff;
  padding: 10px 0 10px 20px;
}

td.top {
  background: url(/img/backgrounds/subscriptionTop.gif) 0 0 repeat-x #f83a74;
  border-bottom: 1px solid #c62e5d;
  font-size: 18px;
  color: #fff;
  padding: 12px 0 12px 0;
  width: 220px;
}

td.rowFirst {
  background-color: #f2f6f7;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #c4c6c7;
  padding: 8px 0 8px 20px;
  font-weight: bold;
}

td.row {
  background-color: #f2f6f7;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #c4c6c7;
  padding: 8px 0 8px 0;
}

td.rowAltFirst {
  background-color: #e4ebed;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #c4c6c7;
  padding: 8px 0 8px 20px;
  font-weight: bold;
}

td.rowAlt {
  background-color: #e4ebed;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #b6bcbd;
  padding: 8px 0 8px 0;
}

/* Buttons
=========================================================================== */

button.upgrade {
	display: block;
	height: 30px;
	width: 88px;
  background: url(/img/buttons/upgrade.gif) 0 0 no-repeat;
	cursor: pointer;
}

button.upgrade:hover {background-position: 0 -30px;}

button.downgrade {
	display: block;
	height: 30px;
	width: 108px;
  background: url(/img/buttons/downgrade.gif) 0 0 no-repeat;
	cursor: pointer;
}

button.downgrade:hover {background-position: 0 -30px;}

/* Forgotten
=========================================================================== */

#forgotten {
  padding: 0 20px 100px 20px;
}

#forgotten p {
  float: left;
  line-height: 30px;
  padding: 0 10px 0 0;
  margin: 0;
}

#forgotten input {
  border: 1px solid #d8dadb;
  height: 23px;
  color: #545a5c;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 7px 8px 0 8px;
  display: block;
  float: left;
  margin-right: 10px;
  margin-right: 10px;
  width: 190px;
}

#forgotten button {
  cursor: pointer;
  background: url(/img/buttons/send_password.gif) 0 0 no-repeat;
  display: block;
  height: 30px;
  width: 183px;
  display: block;
  float: left;
}

#forgotten button:hover {
  background-position: 0 -30px;
}

#forgotten em {
  font-style: normal;
  color: #F2692D;
}

#returnToHome {
  display: block;
  height: 30px;
  width: 170px;
  background: url(/img/buttons/return_to_homepage.gif) 0 0 no-repeat;
  margin: 20px 20px 40px 20px;
}

#returnToHome:hover {
  background-position: 0 -30px;
}

/* Deactivate
=========================================================================== */

button.deactivate {
  cursor: pointer;
  background: url(/img/buttons/deactivate.gif) 0 0 no-repeat;
  display: block;
  height: 30px;
  width: 101px;
  display: block;
  float: left;
  margin: 16px 10px 0 20px;
}

button.deactivate:hover {
  background-position: 0 -30px;
}

a.cancel {
  display: block;
  height: 30px;
  width: 170px;
  background: url(/img/buttons/cancel.gif) 0 0 no-repeat;
  margin: 16px 0 0 0;
  float: left;
}

a.cancel:hover {
  background-position: 0 -30px;
}

/* Downgrade
=========================================================================== */

button.downgradeToFreeloader {
  cursor: pointer;
  background: url(/img/buttons/downgrade_to_freeloader.gif) 0 0 no-repeat;
  display: block;
  height: 30px;
  width: 207px;
  display: block;
  float: left;
  margin: 16px 10px 0 20px;
}

button.downgrade:hover {
  background-position: 0 -30px;
}