@import url('common.css');
/* Do NOT write anything before @import, or strange things will happen */


span.emph {
  font-weight: bold;
}

#radiolist {
 width: 250px;
 text-align: right;
}

#radiolist td.label {
 text-align: left;
}

#sidebox {
  background-color: #d9ccb2;
  width: 180px;
  position: relative;
  float: right;
  right: 10px;
  padding: 15px;
  margin-bottom: 12px;
  /* top: -48px; */
  font-size: 85%;
}

p.optionlist {
  margin-top: 10px;
  font-size: 80%;
  margin-left: 46px;
  /* margin-top: 12px; */
  clear: both;
  color: #080808;
}

span.option,a.option { 
  font-size: 120%;
  font-weight: normal;
  margin-left: -25px;
}
span.option {
  text-decoration: none;
  color: #0000ff;
}

#ip {
  color: #228833;
  font-size: larger;
}

#email {
  font-weight: bold;
}

#balance {
  font-weight: bold;
}

#beta_balance {
  font-weight: bold;
}

#enabled {
  font-weight: bold;
}

.modlink {
  font-size: 70%;
}

#accounts {
  clear: both;
  width: 85%; 
  margin-left: 45px;
  margin-right: auto;
  margin-top: 14px;
  margin-bottom: 11px;
  padding: 8px;
  border: 1px solid #994444;
}

#accounts td {
  padding: 3px 10px 3px 3px;
}

#accounts th {
  padding: 3px 10px 3px 3px;
  font-size: 85%;
}

#accounts #rolelist {
  padding: 3px 3px 3px 3px;
  font-size: 85%;
  text-align: left;
  color: #228833;
}

#accounts #langlist {
  padding: 3px 3px 3px 3px;
  font-size: 85%;
  text-align: left;
  color: #228833;
}

/* #accounts .authcode {
  padding: 3px 10px 3px 3px;
  font-size: 9px;
}

#accounts .role {
  padding: 3px 10px 3px 3px;
  font-size: 14px;
} */

#stats {
  position: relative;
  border: 1px solid #994444;
  padding: 5px;
  font-size: 85%;
  margin-left: 45px;
  margin-right: auto;
  margin-top: 18px;
  margin-bottom: 9px;
  text-align: center;
  width: 85%;
}

#stats td {
  padding: 3px 12px 3px 3px;
  text-align: left;
  width: 65px;
}

#stats th {
  padding: 3px 12px 3px 3px;
  text-align: left;
}

#usage_list {
  margin-left: 55px;
}

tr.tableheader {
  font-size: 70%;
}

tr.tablesubheader {
  font-size: 60%;
  font-weight: normal;
  text-align: center;
}

tr.usage_row {
  text-align: center;
}



/* end */
