/* Net Domino Web site main look */
body, td { 	
   font: 14px Arial, Helvetica, Verdana, sans-serif;
}
body { margin-top: 5px; }
h1 {
   font: bold 16px/1.2 Verdana, Helvetica, Arial, sans-serif;
   color: #333;
}
h2 {
   font: bold 14px/1.2 Verdana, Helvetica, Arial, sans-serif;
   color: #333;
}

a:link {color:#0000c0;}
a:visited {color: #333399;}
a:focus {color:#0000ff;}
a:hover{color:#0000ff;}
a:active {color:#0000ff;}

/* content area classes */
.hilite {font-weight: bold; color: #066; /*#669999;*/ } 
.hilite_red {font-weight: bold; color: #c00;}

/* ********** ROUND DETAILS *********  */

/* Game info table */
table#info {
   width:720px;
   border:1px solid gray;
}

table#info td {
   width:70%;
}

table#info th {
   font-weight:bold;
   background-color:#9cc;
   text-align:left;
   vertical-align:top;
   padding-left:5px;
}

/* Stats results tables */
div#stats {
   width:760px;
   margin:20px 2px 20px;
}

div#stats table {
   border:1px solid gray;
   color: #333;
   width:720px;
}

div#stats table th {
   font-weight:bold;
   background-color:#9cc;
   text-align:center;
   vertical-align:top;
   padding:2px 10px;
} 

div#stats table td {
   text-align:left;
   vertical-align:top;
   padding:1px 3px;
}

div#stats table td+td {
   text-align:center;
}

/* Game round table */

/* main round div */
div#round {
   width:800px;
}

div#round h2 {
  margin-right:80px;
  margin-bottom:8px;
  display:inline;
}

div#round input {
  background-color: #9cc;
  border:1px outset gray;
  margin:5px 3px 8px;
  
}

/* class p_h = player and hands */
div.p_h {
   margin:1px;
   padding:2px;
   line-height:2;
   width:160px;
}
div.p_h img {margin:0px; border:2px solid white;}


/* ***** GAME DETAILS ************** */

/* Stats results tables */
div#gamestats {
   width:780px;
   margin:20px 2px 20px;
}

div#gamestats table {
   border:1px solid gray;
   color: #333;
   width:740px;
}

div#gamestats table th {
   font-weight:bold;
   background-color:#9cc;
   text-align:center;
   vertical-align:top;
   padding:2px 4px;
} 

div#gamestats table td {
   text-align:left;
   vertical-align:top;
   padding:1px 3px;
}

div#gamestats table td+td {
   text-align:center;
}

td.board { border:1px solid rgb(0,80,80); padding:25px;}
