body,td,div,.p {font-family:arial,sans-serif }

.th {
    background-color:maroon;
    font-size:7pt;
    font-weight:bold;
    align:center;
    color:white;
    border:1px solid #aaaaaa;
    text-align:center;
}

.td {
    font-size:7pt;
    font-weight:plain;
    white-space:normal;
    border:1px solid #aaaaaa;
}

.btn {
     font-size:7pt;
     color:maroon;
     width:70px;
}

.sel {
     font-size:8pt;
     font-family:Courier New;
     color:maroon;
}

.txt {
    font-size:8pt;
    font-family:arial;
}


.img {
	background-color:transparent;
}

.text {
    font-size:8pt;
    font-family:arial;
}

.contextMenu {
    position:absolute;
    visibility:hidden;
    width:120px;
    background-color:white;
    border:1px outset balck;
    padding:5px;
}

.trWhite {
    background-color:white;
    color:#000000;
}

.trLav {
    background-color:lavender;
    color:#000000;
}

.trEdited {
    background-color:#ffff99;
    color:#000000;
}

.trDeleted {
    background-color:#cc0000;
    color:lavender;
}

.menuItem {
    font-family:arial;
    font-size:8pt;
    color:black;
    text-decoration:none;
    padding:2px;
}

.menuItemHover {
    font-family:arial;
    font-size:8pt;
    text-decoration:none;
    color:white;
    background-color:#3366ff;
    cursor:pointer;
    padding:2px;
}

#leftNavigation {
    width:180px;
    padding:0;
    margin:0;
    border-collapse: collapse;
}

#leftNavigation td {
    height: 26px;
    border-bottom: 2px solid #FFFFFF	;
    background-color: maroon;
    color: #FFFFFF;
}

#leftNavigation a:link, #leftNavigation a:visited {
    margin-left: 12px;
    color: #FFFFFF;
    background-color: transparent;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
}

#leftNavigation a:hover {
    background-color: white;
    color: maroon;
}

td.winScore {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: black;
  border:1px solid #aaaaaa;
}

td.loseScore {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: grey;
  border:1px solid #aaaaaa;
}
