table.border2 { border: 2px solid black;border-collapse:collapse;  background-color:white}
table.border1 { border: 1px solid black;border-collapse:collapse;  }
td.borderR { border: thin solid black; text-align: right }
td.borderL { border: thin solid black; text-align: left }
td.odd { border: thin solid black; border-collapse:collapse; text-align: center; color:black;background-color:#CCCCFF;word-wrap: break-word;white-space: nowrap; font-size:12px;}
td.even { border: thin solid black; border-collapse:collapse; text-align: center; color:black;background-color:white;word-wrap: break-word;white-space: nowrap; font-size:12px;}
td.highlight { border: thin solid black; text-align: center; background-color:#FFFF99;font-weight:bold;color:red;}
td.c{ border: thin solid black; text-align: center; font-size:12px;color:black;}
td.l{ border: thin solid black; text-align: left; font-size:12px;color:black;}
td.r{ border: thin solid black; text-align: right; font-size:12px;color:black;}
td.noborder{ border: none; text-align: center;}
table.noborder{ border: 0px }
td.noborderL{ border: none; text-align: left;}
td.noborderR{ border: none; text-align: right;}
th { border: none; text-align: center; background-color:#EEEEEE;font-size:12px;color:black;}
th.l { border: none; text-align: left; background-color:#CCCCCC;font-size:12px;color:black;}
/* for the footer */
* {margin: 0;}
html, body {	height: 100%;background-color:#4C5844;color:white;}/*old: #CCCCFF;*/
.bodywrapper {min-height: 100%;	height: auto !important;	height: 100%;	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */margin-left: 10px;}
.footer, .push {height: 50px; /* .push must be the same height as .footer */}

.highlightbox {
	background-color:#77bbff;
	border:1px solid #CCCCCC;
	margin:0px 0px;
	padding: 0px 0px;
	}

button.play
{
   font-size:11px;
   font-family:Trebuchet MS,sans-serif;
   font-weight:bold;
   color:#FF0000;
   background-color:#330000;
   border-style:dashed;
   border-color:#FF0000;
   border-width:2px;
	padding: 0px 0px;
   margin:0px 0px;
   cursor:crosshair;
}

