table{ border-collapse:collapse;  border-spacing:0;  border:1px solid #BA9;  font:90% Helvetica,Georgia,Arial;  width:97%}
caption{ padding:0 .4em .4em;  text-align:left;  font-size:110%;  font-weight:bold;  text-transform:uppercase;  color:#453827;  background:transparent}

tr{}

th{ border:1px solid #BA9;  padding:2px;  font-size:0.9em;  color:#000;  background:#f4f4f4}

td{ border:1px solid #BA9;  padding:2px;  font-size:0.9em;  color:#000}

thead th, tfoot th, tfoot td{ border:1px solid #BA9;  text-align:left;  font-weight:bold;  font-size:100%;  color:#000;  background:#f4f4f4}
tbody th, thead th, tbody td{ vertical-align:top;  text-align:left}

tr.odd{ background:url("shim.gif") repeat-x top left;  background-repeat:repeat;  background-position:left top}
tr.oddgrey{ background:#f4f4f4}

tr.soty{ background:#CFEFFF}
tr.fun{ background:#FFFFA7}
tr.away{ background:#FE978B}

#demo{font-size:100%; color:#000; margin-left:15px}
#demo .redtext{background:#FE978B; border:1px solid #BA9; color:#000}
#demo .bluetext{background:#CFEFFF; border:1px solid #BA9; color:#000}
#demo .yellowtext{background:#FFFFA7; border:1px solid #BA9; color:#000}
#demo .bold{font-weight:bold}


input:hover {
	border-color: #000;
	background-color: #FFFE9D;
}
input:focus {
	border-color: #000;
	background-color: #FFFE9D;
}
