body
		{
			margin: 2px;
			font-family: Tahoma, Verdana, Arial;
			font-size: 11px;
		}

.nodatamatch
		{
			font-family: Tahoma, Verdana, Arial;
			font-size: 11px;
			font-weight: bold;
			color: rgb(0,0,0);
		}

.tablehdr
		{
			font-family: Tahoma, Verdana, Arial;
			font-size: 11px;
			font-weight: bold;
			color: rgb(0,0,0);
			border: 1px solid black;
			height: 25px;
			line-height: 25px;
		}

.panelbutton
		{
			margin: 0px;
			font-family: Tahoma, Verdana, Arial;
			font-size: 11px;
			font-weight: bold;
			width: 99%;
			height: 35px;
			border: 1px solid black;
			color: rgb(255,255,255);
			background-color: rgb(86,79,79);
			line-height: 35px;
		}

.panelbutton_active
		{
			margin: 0px;
			font-family: Tahoma, Verdana, Arial;
			font-size: 11px;
			font-weight: bold;
			width: 99%;
			height: 35px;
			border: 1px solid black;
			color: rgb(255,255,255);
			background-color: rgb(185,0,0);
			line-height: 35px;
		}

.submitbutton
		{
			margin: 0px;
			font-family: Tahoma, Verdana, Arial;
			font-size: 11px;
			font-weight: bold;
			width: 100%;
			height: 35px;
			border: 1px solid black;
			color: rgb(0,0,0);
			background-color: rgb(247,212,127);
			line-height: 35px;
		}

.box
		{
			font-family: Tahoma, Verdana, Arial;
			font-size: 12px;
			font-weight: bold;
			padding: 4 4 4 4;
			width: 100%;
			height: 25px;
			border: 1px solid black;
			color: rgb(0,0,0);
			background-color: rgb(248,247,244);
		}

.rowhdr
		{
			font-family: Tahoma, Verdana, Arial;
			font-size: 10px;
			font-weight: bold;
			color: rgb(255,255,255);
			background-color: rgb(30,30,30);
			height: 25px;
		}

.rowodd
		{
			font-family: Tahoma, Verdana, Arial;
			font-size: 10px;
			font-weight: bold;
			color: rgb(0,0,0);
			background-color: rgb(235,235,235);
			height: 35px;
			border-bottom: 1px solid black;
		}

.roweven
		{
			font-family: Tahoma, Verdana, Arial;
			font-size: 10px;
			font-weight: bold;
			color: rgb(0,0,0);
			background-color: rgb(220,220,220);
			height: 35px;
			border-bottom: 1px solid black;
		}

.rowblank
		{
			font-family: Tahoma, Verdana, Arial;
			font-size: 10px;
			font-weight: bold;
			color: rgb(0,0,0);
			background-color: rgb(255,255,255);
			height: 25px;
			border-bottom: 1px solid black;
		}

.rowhighlight
		{
			font-family: Tahoma, Verdana, Arial;
			font-size: 10px;
			font-weight: bold;
			color: rgb(0,0,0);
			background-color: rgb(247,212,127);
			height: 35px;
			border-bottom: 1px solid black;
		}

.standard
		{
			font-family: Tahoma, Verdana, Arial;
			font-size: 10px;
			font-weight: bold;
			color: rgb(0,0,0);
			background-color: rgb(255,255,255);
			height: 20px;
			border-bottom: 1px solid black;
		}

.invisible
		{
			color: rgb(255,255,255);
			background: transparent;;
			border: 1px solid rgb(255,255,255);
		}

.timeshdr
		{
			font-family: Tahoma, Verdana, Arial;
			font-size: 10px;
			font-weight: bold;
			color: rgb(0,0,0);
			background-color: rgb(247,212,127);
			height: 20px;
		}

.install
		{
			font-family: Tahoma, Verdana, Arial;
			font-size: 10px;
			font-weight: bold;
			color: rgb(0,0,0);
			background-color: rgb(247,212,127);
			border-top: 1px solid black;
			vertical-align: middle;
			padding: 10 10 10 10;
		}