/* main blocks */

#optall-buttons {
  width: 600px;
  overflow: hidden;
}

#optout-interface {
  width: 600px;
}

/* opt all buttons */

#optall-buttons .optall-label {
  width: 190px;
  float: left;
  font-size: 12px;
  padding-top: 2px;
}

#optout-all {
  background-color: #ecaccd;
  color: #000;
  float: left;
  padding: 10px;
  width: 270px;
  font-weight: bold;
    -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#optin-all {
  background-color: #c2d0e4;
  color: #000;
  width: 270px;
  padding: 10px;
  float: right;
  font-weight: bold;
    -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#optall-buttons input {
  background-color: #fff;
  border: 1px solid #bbb;
  font-weight: bold;
  font-size: 12px;
  width: 70px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* table header */

#opt-individual {
  padding: 40px 0 20px 0;
  color: #F70389;
}

/* table label */

#optout-labels {
  background-color: #000;
  font: bold 12px "Arial",sans;
  text-indent: 5px;
  line-height: 30px;
  overflow: hidden;
  width: 100%;
  color: #fff;

}

.network-label {
  width: 402px;
  float: left;
}

.status-label {
  padding: 0 0 0 12px;
  width: 153px;
  float: left;
}

.info-label {
  width: 30px;
  float: left;
}


/* table */

/* table positioning */
#optout-interface .network {
  font-size: 12px ;
  font-family: "Arial",sans;
  vertical-align: middle;
  background: #e9eef5;
  border-top: 1px solid white;
  overflow: hidden;
  width: 100%;
  line-height: 30px;

}


.network-controls {
  width: 100%;
  overflow: auto;
}

.network-info {
  width: 100%;
  display: none;
  line-height: 18px;
  padding: 15px 0 10px 0;
  background: url("images/drpshad_bottom.gif") repeat-x #fff;
  overflow: auto;
}

#optout_interface p {
  padding: 5px 10px ;
  margin: 0;
}

.network .network-name {
  float: left;
  width: 402px;
}

.network .opt-status {
  float: left;
  width: 150px;
  padding: 0 0 0 10px;
  border-left: 1px solid white;
}

.network .more-info {
  float: right;
  width: 30px;
  height: 30px;
  padding-left: 5px;
  overflow: hidden;
  border-left: 1px solid white;
}


/* table visual styling */

.network.even-row {
  background: #c2d0e4;
}

.network.even-row.opted-in {
  background: #ecaccd;
}

#optout-interface .network-name h3 {
  font-size: 14px;
  text-indent: 5px;
  margin: 0;
  color: #6C6A6B;;
  font-weight: normal;
  vertical-align: middle;
}

#optout-interface form {
  display: inline;
  vertical-align: middle;
  padding: 0;
  margin: 0
}

#optout-interface .action {
  float: right;
  color: #000;
  text-decoration: underline;
}

#optout-interface .status {
  width: 350px;
  float: left;
  color: #000;
}

#optout-interface p {
  margin: 0;
}

#optout-interface iframe {
  position: absolute;
}

.opt-status input {
  margin: 0 4px 0 4px;
}

#optout-interface label {
  color: inherit;
}

#optout-interface .more-info a {
  background: url("images/button_moreinfo.png") no-repeat left top;
  display: block;
  overflow: hidden;
  text-indent: -1000px;
  width: 25px;
  height: 23px;
  margin-top: 4px;
}

#optout-interface .more-info a:hover {
  background: url("images/button_moreinfo.png") -25px 0 ;
}

/* button states */

#optout-interface .network-error a {
  background: url("images/button_moreinfo.png") no-repeat -50px 0;
}

#optout-interface .nocookie a {
  background: url("images/button_moreinfo.png") no-repeat -75px 0;
}


/* interface states */
#optout-interface .network-optout {
  background: #ecaccd;
}

#optout-interface .network-error {
  background: #999;
  color: #fff;
}

#optout-interface .network-error form {
  display: none;
}

#optout-interface .nocookie {
  
}

.currentstate-loading, .currentstate-loaded {
  display: none;
}

