/***** CSS placed here will be applied to all skins on the entire site. *****/
/* See also: [[MediaWiki:Monobook.css]] */

/* Bidding Tables */
table.bridge { 
  text-align: center;
  border-top: 1px solid black; 
  border-bottom: 2px solid black;
  border-left: 1px solid black;
  border-right: 2px solid black;
}

/* Bidding Table Colors */
table.bridge .blue { background:#ccf; }
table.bridge .yellow { background:#ffb; }
table.bridge .purple { background:#ecc0f8; }
table.bridge .red { background:#fcc; }
table.bridge .aqua { background:#cff; }
table.bridge .green { background:#cfc; }
table.bridge .orange { background:#fd9; }
table.bridge .gray { background:#eee; }
table.bridge .olive { background:#e6eecd; }

/* Bidding Table Borders */
table.bridge .a { border:1px solid black; }
table.bridge .b { border-bottom:1px solid black; }
table.bridge .t { border-top:1px solid black; }
table.bridge .l { border-left:1px solid black; }
table.bridge .r { border-right:1px solid black; }
table.bridge .bb { border-bottom:2px solid black; }
table.bridge .tt { border-top:2px solid black; }
table.bridge .ll { border-left:2px solid black; }
table.bridge .rr { border-right:2px solid black; }


/****************************************************/
/* Auction Tables */

table.auction {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaa solid;
  border-collapse: collapse;
}

table.auction th, table.auction td {
  border: 1px #aaa solid;
  padding: 0.2em;
  text-align: center;
}

table.auction th {
  background: #f2f2f2;
  font-weight: bold;
}

table.auction caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}

table.auction code {
  background-color: transparent;
}

/* [[Category:Templates]] [[Category:Stylesheets]] */