/* a slightly modified version of the jet-quality style */
.ccell {text-align:center;}
.jetdef {background-color:#f0f0d0}
.bccell {background-color:#f0f0f0}
.pccell {background-color:#dfd}
.pileup {background-color:#ddf}
td.whitecell {background-color:#fff}
td.whitecell:hover {background-color:#eee}
body {
margin: 0px 0px 0px;
padding: 00px;
font-family: arial, helvetica, sans-serif;
}
a {
text-decoration: none;
color: #600;
}
a:hover {color: red}
.toprow {
padding: 10px;
font-size:1.5em
}
.midrow {
padding-top: 4px;
padding-bottom: 4px;
padding-right: 12px;
text-align: right;
}
.seprow {
background-color: #c00;
height:4px;
padding:0px;
font-size:0.2em; /* needed for IE to keep row small*/
}
.main {
padding: 0 0 0 20px;
}
.info {
position: absolute;
top: 500pt;
display: none; /*none */
}
