table tr.header td {
  font-weight: bold;
  font-size: 90%;
  text-align: center;
  cursor: pointer;
}

td.id {
  font-size: 70%;
}

td.session {
  font-weight: bold;
}

td.lookup {
  font-size: 70%;
  font-weight: bold;
  color: blue;
  text-align: center;
}

  
div#body {
  height: 100%;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}

span.member {
  display: block;
  font-size: 75%;
  background-color: white; 
}

span.member.new {
  color: #0099CF;
}

span.member.hover {
  background-color: #ff6666;
}

table.large tr.header td.hover {
  text-decoration: underline;
}

table.large tr.header td.sortasc {
  color: #ddf;
}

table.large tr.header td.sortdesc {
  color: #fff;
}

table.large tr.county td {
  background-color: #dfd;
}

table.large tr.ebu td {
  background-color: #DEF4FC;
}

table.large tr.sims td {
  background-color: #fdf;
}

table.large tr.suppressed {
  display: none;
}

table.large tr td.green {
  color: #446F00;
}

table.large tr td span.green {
  color: #009905;
  font-weight: bold;
}

table.large tr td span.blue {
  color: #3D87FF;
  font-weight: bold;
}

img.photo {
  padding: 15px 20px 10px 0px;
  float: left;
}

table.bidding {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

table.bidding td {
  text-align: center;
}

table.bidding td.bid {
  padding: 2px 10px 2px 10px;
}

table.bidding tr.head td {
  border-bottom: 1px solid black;
}

table.bidding tr.who td {
  font-size: 80%;
  font-style: italic;
}

table.diagram {
  margin-left: auto;
  margin-right: auto;
}

table.diagram tr td {
  padding: 5px;
}

table.diagram tr td img {
  margin-right: 5px;
}

table.diagram tr td.mid {
  text-align: center;
}

div.credit {
  font-size: 90%;
  margin-bottom: 5px;
}

/* For Session lists and ranking lists, etc. */
table.large {
  font-size: 80%;
  width: 97%;
  border-collapse: collapse;
  border: 2px solid black;
  cursor: default;
}

table.large tr td {
  padding: 2px;
  border-top: 1px dotted #aaa;
  background-color: #eee;
  text-align: center;
}

table.large tr.header td {
  font-size: 100%;
  border-bottom: 2px solid black;
  background-color: #4ab4ef;
}

table.large tr.hover td {
  background-color: #ffe08f;
}

table tr td.left {
  text-align: left;
}

div.session table.large tr.me td {
  background-color: #dfd;
}

div.session table.large tr.newsection td {
  border-top: 3px solid black;
}

table.session {
  font-size: 80%;
  width: 100%;
  border-collapse: collapse;
  border: 3px solid black;
}

tr.newteam td {
  border-top: 3px solid black;
}

table.session tr td {
  padding: 2px;
  border-top: 1px dotted black;
}

table.session tr td.right {
  border-right: 3px solid black;
}

table.session tr td.mps {
  text-align: center;
}

table.session tr td.score {
  text-align: center;
}

span.requiredfield {
  color: red;
}

span.note {
  font-size: 80%;
}

span.greenpoints {
  color: green;
}

span#loginspacing {
  padding-left: 60px;
}

span.search_result {
}

span.search_result.hover {
  color: red;
}

span.warning {
  color: red;
  font-weight: bold;
}

span.session {
}

span.session.hover {
  color: red;
}

table.sessionlist {
  border-collapse: collapse;
  border: 2px solid black;
  margin: 15px 2px 2px 10px;
  font-size: 95%;
}

table.sessionlist tr.header td {
  border-bottom: 2px solid black;
}

table.sessionlist tr td {
  border-top: 1px dotted black;
  padding: 3px;
  text-align: center;
}

table.sessionlist tr.hover td {
  background-color: #ff6666;
}

table.clublist {
  width: 100%;
  border-collapse: collapse;
}

table.clublist tr td {
  text-align: center;
}

table.clublist tr.primary td {
  background-color: #5F99FF;
}

span.info {
  font-size: 90%;
  font-style: italic;
}

span.mpyear.hover {
  color: red;
}

table.mptable {
  width: 95%;
  border: 1px solid black;
  border-collapse: collapse;
  margin-top: 15px;
}

table.mptable tr.header td {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid black;
}

table.mptable tr.mpline td {
  font-size: 90%;
  padding: 2px;
  background-color: #eee;
  border-bottom: 1px dotted #aaa;
}

table.mptable tr.mpline td.local {
  color: black;
  text-align: center;
}

table.mptable tr.mpline td.green {
  color: #446F00;
  text-align: center;
}

table.mptable tr.mpline td.gold {
  color: #EF5E2C;
  text-align: center;
}

table.mptable tr.mpline td.net {
  color: #984EB7;
  text-align: center;
}

table.mptable tr.mpline td.blue {
  color: blue;
  text-align: center;
}

table.mptotal {
  width: 95%;
  border: 2px solid black;
  border-collapse: collapse;
  margin-bottom: 20px;
  margin-top: 5px;
}

table.mptotal tr td {
  text-align: center;
  border-left: 1px solid black;
}

table.mptotal tr.rank td {
  border-top: 2px solid black;
  font-size: 120%;
  font-weight: bold;
}

table.mptotal tr td.total {
  font-size: 110%;
  font-weight: bold;
  width: 25%
}

table.mptotal tr td.local {
  background-color: #ccc;
  width: 15%;
}

table.mptotal tr td.green {
  background-color: #47BF63;
  width: 15%;
}

table.mptotal tr td.gold {
  background-color: #FFD40F;
  width: 15%;
}

table.mptotal tr td.blue {
  background-color: #7FA1FF;
  width: 15%;
}

table.mptotal tr td.net {
  background-color: #BA59F2;
  background-color: #D538ED;
  width: 15%;
}

table.countiesclubs {
  border-collapse: collapse;
  border: 1px solid black;
  margin: 15px 2px 2px 5px;
}

table.countiesclubs tr td {
  border-top: 1px dotted black;
  text-align: center;
  padding: 2px;
}

table.countiesclubs tr.hover td {
  background-color: #ffe08f;
}

table.countiesclubs tr.header td {
  border-bottom: 1px solid black;
}

button#Logout, button#ChangePassword {
  width: 150px;
}

.dijitAccordionTitle {
  text-align: center;
}

div#Summary div, div#Summary span {
  margin-top: 20px;
  font-size: 80%;
}

div#Summary div h1 {
  font-weight: bold;
  font-size: 120%;
  color: #991900;
}

div#Summary div table {
  width: 95%;
  border: 1px solid black;
  border-collapse: collapse;
  margin-top: 15px;
}

div#Summary div table tr td {
  font-size: 90%;
  padding: 2px;
  background-color: #eee;
  border-bottom: 1px dotted #aaa;
  text-align: center;
}

div#Summary div table tr td.date {
  text-align: left;
}

div#Summary div table tr td span {
  font-size: 100%;
}

div#Summary div table tr td span.green {
  color: #009905;
  font-weight: bold;
  font-size: 100%;
}

div#Summary div table tr td span.blue {
  color: #3D87FF;
  font-weight: bold;
  font-size: 100%;
}

div#Summary div table tr td.transaction-total {
  width: 4em;
}

div.helpbox {
  font-size: 80%;
  border: 1px solid black;
  background-color: #ffe8bb;
  width: 60%;
  padding: 10px;
  margin-top: 20px;
}

h4 {
  font-size: 1em;
  margin-top: 4px;
}

h4.in {
  display: inline;
}

div.helpbox h4 {
  margin: 0;
}

div.helpbox ul {
  list-style: disc inside;
}

div#Summary_EB ul {
  list-style: disc inside;
  margin-left: 15px;
}

table.detailsform tr td.ebu {
  font-size: 120%;
}

table.detailsform tr td.field {
  text-align: right;
  padding-right: 10px;
}

table.detailssettings tr td.middle {
  padding-right: 20px;
}

div#betanote {
  border: 1px solid black;
  padding: 5px;
  margin: 20px 10px 0px 10px;
  font-size: 90%;
  background-color: #FFE8BB;
}

table.multisession {
  width: 80%;
  border: 2px solid black;
  border-collapse: collapse;
  margin: 10px auto;
}

table.multisession tr td {
  padding: 4px;
  text-align: center;
}

table.multisession tr td.sessiontitle {
  font-weight: bold;
}

table.multisession tr.null {
  background-color: #ccc;
}

table.multisession tr.header {
  border-bottom: 1px solid black;
}

table#rejected_table {
  width: 80%;
  border: 1px solid black;
  margin: 0 auto;
}

table#rejected_table tr td.ebu {
  font-size: 90%;
  padding-right: 10px;
  text-align: center;
}

table#rejected_table tr td.name {
  width: 100%;
}

span.centred {
  display: block;
  text-align: center;
}

div#session_file_all table {
  width: 80%;
  border: 1px solid black;
  margin: 0 auto;
  border-collapse: collapse;
}

div#session_file_all table tr.new td {
  border-top: 1px dotted #888;
}

td.header {
  font-weight: bold;
  text-align: center;
  font-size: 90%;
}

table.progressbar {
  border: 3px solid #aaa;
  width: 95%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.progressbar tr {
  height: 15px;
}

table.progressbar tr td {
  text-align: center;
  font-size: 80%;
  color: #555;
}

table.resolve {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

table.resolve tr td {
  text-align: center;
  padding: 0 5px;
}

table#pricelist {
  border-collapse: collapse;
  width: 95%;
  border: 2px solid black;
}

table#pricelist tr {
  border-bottom: 1px dotted black;
  background-color: #def3f7;
}

table#pricelist tr td {
  padding: 3px;
  text-align: center;
}

table#pricelist tr td.name {
  text-align: left;
}

table#pricelist tr.session {
  background-color: #fff;
}

table#pricelist tr.hover {
  background-color: #ffe08f;
}

table#bookings {
  border-collapse: collapse;
  width: 95%;
  border: 2px solid black;
}

table#bookings tr td {
  padding: 3px;
  text-align: center;
}

table#bookings tr {
  border-bottom: 1px dotted black;
}

table#bookings tr.header {
  border-bottom: 1px solid black;
}

span.add-desc {
  font-size: 80%;
}

span.ismember {
  font-size: 120%;
}

span#warning-label {
  background-color: #F9AC8B;
  margin: 15px;
  text-align: left;
  font-weight: bold;
  display: block;
  padding: 3px;
  border: 2px solid #D67146
}

span#warning-label b {
  color: #f00;
}

span#sim-pairs-option {
  background-color: #EFE87C;
  margin: 15px;
  text-align: left;
  display: block;
  padding: 3px;
  border: 2px solid #D6C913;
}

span.remove-player {
  font-size: 80%;
  color: #BF7750;
  cursor: pointer;
}

table.wide {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #bbb; 
}

table.wide tr td {
  border-top: 1px solid #bbb; 
}

table.wide tr td.regnote {
  font-style: italic;
  font-size: 80%;
}

table.wide table.none tr td {
  border: none;
}

span#bookletnote {
  font-size: 80%;
  font-style: italic;
}

td.grade-adj {
  font-weight: bold;
}

td.grade-adj.minus {
  color: #D61702;
}

td.grade-adj.plus {
  color: #009905;
}

table.ngs-info {
  margin: 0 auto;
  border: 2px solid #444;
  background-color: #eee;
  border-collapse: collapse;
}

table.ngs-info tr td.bigicon {
  background-color: #008F30;
  text-align: center;
  height: 130px;
}

table.ngs-info tr td.i {
  text-align: center;
  font-size: 80%;
}

table.ngs-info tr td.boards {
  text-align: center;
}

table.ngs-info tr td.grade {
  font-size: 110%;
  text-shadow: 0 0 0.2em #F87, 0 0 0.2em #F87;
  font-weight: bold;
  text-align: center;
}

table.ngs-info tr td.chart {
  border-right: 1px solid black;
}

table.ngs-info tr.maturity td {
  text-align: center;
  font-style: italic;
}

table.ngs-info tr td img {
  margin: 4px;
}

span.icon {
  width: 16px;
  height: 16px;
  font-weight: bold;
  display: inline-block;
  color: black;
  border: 1px solid black;
}

span.ras {
  background-color: #F43C04;
  width: 20px;
}

span.rah {
  background-color: #F47404;
  width: 20px;
}

span.rad {
  background-color: #F4BC04;
  width: 20px;
}

span.rac {
  background-color: #EAF200;
  width: 20px;
}

span.rk {
  background-color: #2C9300;
}

span.rq {
  background-color: #3AAA0A;
}

span.rj {
  background-color: #4FBC20;
}

span.r10 {
  background-color: #62CC35;
}

span.r9 {
  background-color: #73D648;
}

span.r8 {
  background-color: #86E060;
}

span.r7 {
  background-color: #95E871;
}

span.r6 {
  background-color: #A5EF86;
}

span.r5 {
  background-color: #B3F796;
}

span.r4 {
  background-color: #CBFFB5;
}

span.r3 {
  background-color: #D7FFC6;
}

span.r2 {
  background-color: #fff;
}

div.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 500;
  background-color: #200040;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

* html div.overlay {
  position: absolute;
}

div.overlay .hide {
  display: none;
}

div.form {
  background-color: white;
  width: 40%;
  position: fixed;
  top: 25%;
  left: 30%;
  z-index: 501;
  border: 5px solid #200040;
  padding: 5px;
}

div.form table tr.checkbox td {
  padding: 0px;
  font-size: 80%;
}

img#move {
  float: right;
}

span.switch-ha {
  color: #16424D;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

span.switch-ha:hover {
  color: red;
}

div.alert {
  margin: 5px;
  border: 1px solid black;
  background-color: #FFD7BC;
  padding: 3px;
}

div.warninglines {
  font-size: 80%;
  background-color: #aaa;
  border: 1px solid black;
}

table tr td.invisible {
  font-size: 0;
  text-indent: -10000px;
}
