/* $Id: swdev.css,v 1.8 2007/10/05 16:57:04 lnewton Exp $ */
/* $Source: /cvs/rr/final/gencon_files/swdev.css,v $ */

/* a reminder - margin and padding specs go: top right bottom left */

.blue { color:blue; }
.green { color:green; }

p.ehist {  margin-top: 14px; margin-bottom: 4px; font-size: 12px; }

table.ldn { width: 650px; }
table.ldn { margin-bottom:10px; margin-left:5px; }
table.ldn tr { vertical-align: top; }

table.ldn tr.theader { background-color: #c5a183; text-align:center; }
table.ldn tr.even { background-color:#f0e4cc; }
table.ldn tr.odd { background-color:#dec6ac; }

table.onsite {
  width: 700px;
  margin: 2em 0em 2em 30px;
  border: solid 1px;
  padding: 8px 4px 16px 4px;
}
table.onsite tr {
  vertical-align: middle;
}
table.onsite td.col1 {
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
  width: 120px;
  line-height: 4.5em;
}
table.onsite td.col3 {
  text-align: left;
  font-weight: normal;
  padding-right: 10px;
}

table.disp_results {
  border-collapse: collapse;
  border: solid 1px;
  width: 500px;
  margin: 1.0em 0.0em 1.0em 1.0em;
  padding: 8px 8px 8px 8px;
}

table.new_account {
  border-collapse: collapse;
  border: solid 1px;
  width: 750px;
  margin: 2.0em 0.0em 2.0em 1.0em;
  padding: 16px 4px 16px 4px;
}
table.new_account td {
  border: solid 1px;
  text-align: center;
  padding: 2px 2px 4px 2px;
}

table.add_games {
  border-collapse: collapse;
  border: solid 1px;
  width: 600px;
  margin: 1.0em auto 1.0em auto;
  padding: 16px 4px 16px 4px;
}
/* generic */
table.add_games td {
  padding: 2px 2px 4px 2px;
}
table.add_games td.tabheader {
  padding: 2px 2px 4px 2px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: underline;
}
td.tabfooter {
  text-align: center;
}
table.add_games td.ag_left {
  padding: 2px 2px 4px 2px;
  vertical-align: top;
  font-size: 1.0em;
  text-align: right;
  font-weight: bold;
}
.helpnote {
  font-size: 0.9em;
}

/* fixed width buttons */
input.fw140 {
  width: 10.5em;
}
input.fw4em {
  width: 4.0em;
}
input.fw12em {
  width: 12em;
}
input.bigbutton {
  width: 180px;
  font-weight: normal;
  font-size: 1.1em;
}

.smallx {
  font-size: 10px;
  padding:0px;
  margin-bottom:16px;
  margin-top: 4px;
}

.tight {
  padding:0px;
  margin-bottom: 0px;
}

.redcode {
  color: red;
  font-size: 1.1em;
  font-weight: bold;
  font-family: monospace;
  line-height: 1.0em;
  margin: 0em 0em 1em 0em;
}

/* for printable view */
.plain {
  font-family: Verdana, helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px;
}
