
body {
        background: #ffffee;
/*        text-align: center; */
        text-align: left;
        border-width: 10px;
        border-style: solid;
        border-color: white;
        font-size: 12;
        font-family: Verdana, Arial, Helvetica, sans-serif;
  }

body {
/*        text-align: -moz-center; */
}

table {
        font-size: 10;
        border-collapse: collapse;
        border-color: black;
        border-spacing: 5px;
        text-align: right;
        background-color: #ffffee;
  }

.tixtable {
	border: 0px 1px 0px 0px solid black;
}

tr.header {
        text-align: center;
        font-weight: bold;
        background-color: 3333bb;
        color: white;
        vertical-align: bottom;
  }

td.br {
        border-right: 1px solid black;
  }

th {
        white-space: nowrap;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        border-top: 2px solid black;
        text-align: center;
  }

a { text-decoration: none; }

.rightborder {
        border-right: 1px solid black;
  }

.border {
        border: 1px solid black;
  }

.small {
        font-size: 0.8em;
  }

.red {
	background-color: red;
}

.whiteball {
	background-color: #eeffff;
}

.redball {
	background-color: #ffeeff;
}

.winwhite {
	font-weight: bold;
	background-color: #ccffff;
}

.winred {
	font-weight: bold;
	background-color: #ffccff;
}

/* total win */
.win0ticket {
	background-color: #ffaaaa;
}

/* one ball away from total win */
.win1ticket {
	background-color: #aaaaff;
}

.hide   {
	display: none;
  }

