/*******************************************************************************
 * CSS for scripted tournament draws
 * /cssjs/draw_eve_v020.css
 * Version: 0.1.0, 2009.07.05 - init
 *          0.1.1, 2009.08.15 - mod for FND
 *          0.2.0, 2010.08.07 - mod for scripted draws
 *******************************************************************************/

/* CSS for scripted draw tables */

 .bdraw, .bdraw tr, .bdraw td {border:none; padding:0; margin:0; line-height:.75; vertical-align:middle;}
 .bdraw {border-collapse:collapse; table-layout:fixed; margin-top:1em; margin-bottom:1em;}
 .bdraw tr, .bdraw td {height:32px; overflow:visible; white-space: nowrap;}
 .topBg {font-size:87%;background-image: url(/league/images/draws/top_v2.gif);background-repeat:no-repeat;background-position:right bottom;}
 .midBg {font-size:87%;background-image: url(/league/images/draws/mid.gif);background-repeat:repeat-y;background-position:right top;}
 .lowBg {font-size:87%;background-image: url(/league/images/draws/low_v2.gif);background-repeat:no-repeat;background-position:right bottom;}
 .nonBg {font-size:87%;background-image: url(/league/images/draws/non.gif);background-repeat:repeat-x;background-position:left bottom;}
 .rndBg {text-align:center;}
 .nbrBg {width:1em;font-size:87%;}

 .mtchscore {position:relative;top:0.75em;left:3em;}
 .seed {position:relative;top:-0.5em;left:0.25em;}
 .player {position:relative;top:-0.5em;left:-1.0em;}
 
 .bdraw a {text-decoration:none; color:red;}
 
 .gmRslt {cursor: pointer;}
 
 .bdraw .gmTmVnu {display:inline-block;font-size:89%;text-align:left;z-index:1;}
 
/* CSS for box draws */
 
table.box {
border-collapse: collapse;
table-layout: fixed;
border: 1px solid;
margin: 1em 0;
}
.box tr {
 border: 1px solid;
}
.box th {
 border: 1px solid;
 text-align:center;
}
.box td {
 position: static;
 border: 1px solid;
 padding: 0.25em 0;
 margin: 0;
 text-align:center;
 vertical-align:bottom;
 color: black;
 line-height:.75;
}

.box td.names {
 padding: 0 0.25em;
 vertical-align:middle;
 line-height:1;
}

.nocell { background-color: black; }

.box .gscore {
 background-color: transparent;
 color: green;
 font-size: 2em;
 position: relative;
 top: -0.33em;
 left: -.75em;
 z-index: 0;
}

.box .tscore {
 background-color: transparent;
 font-size: 2em;
 font-weight: bold;
 color: blue;
 border-color: black;
 z-index: 1;
}
 
.box .gmTmVnu {
 z-index: 5;
}

.box .tnoshow {
/* display: none; */
 color: #ccc;
 z-index: 0;
}
 
.box .gscore.tnoshow {
 position: relative;
 left: 0.35em;
 top: -0.05em;
 z-index: 0;
}

/* Miscellaneous */

.hiLiteO {
 color: #fa0;
 font-weight: bold;
}

.bdraw .sthru, .box .sthru {
 font-weight: normal;
}

/* Pop-up comments */

