/* DCBAArticle.css is for use in bridge hand pages in the DCBA Website */

body {
	font-size:14pt;
	font-family:Book Antiqua;
	color:black;
	background-color:silver;
	color:black;
}


/* provides the background for the rest of the hand objects */
				 
div.articletemplate {
      font-size:12pt;
	position:absolute;
	width:630px;
	color:black;
	background-color:yellow;
	text-align:left;
	border:10px single black;
}
div.coachingnote {
height:30px;
}

/* defines the 9 blank cells ready for defining the hand display */

table.fullhandboxes {
width:610px;
cols:4;
empty-cells:show;
}

td {
border-style:none;
cellpadding:2;
} 

td.hand {
width:100px;
height:100px;
margin-left:3px;
}
/* middle cell with border ready for showing compass points */
td.middlehand {
width:100px;
height:100px;

}
/* small table in middle cell with its own nine cells to display compass points*/ 
table.compasspoints {
width:99px;
height:99px;
cols:3;
}
/* definition of small cells used for showing compass points*/
td.compasspoint {
font-size:large;
font-weight:bold;
width:33px;
height:33px;
}

/*Definitions for suits within hand cells*/
div.suitsymbol {
text-align:left;
left:0px;
top:0px;
height:18px;
font-size:10pt;
font-weight:bold;
}
span.suitcards {
text-align:left;
left:0px;
top:0px;
height:18px;
font-size:10pt;
font-weight:bold;
}
td.biddingarea {
        font-size:10pt;
	top:0px;
	width:300px;
	color:black;
}
table.bidding {
width:288;
columns:4;
cellspacing:0;
}
td.biddingbox {
height:25px;
width:70px;
font-weight:bold;
font-size:14;
text-align:center;
border-style:none;

}
