﻿body 
{
	font-family: Arial;
}

input[type='radio'] {
		width: 2rem;
		height: 2rem;
		margin: 10px;
}

input[type='text'] {
		width: 30rem;
		height: 4rem;
		margin: 10px;
		font-size: 18pt;
		font-weight: bold;
}

label {
	font-size: 14pt;
	font-weight:bold;
	margin: 10px;
}



.clsScheduleTable
{
	width: 100%;border-left-style: solid; border-left-width: 1px; border-right: 1px solid #C0C0C0; border-top-style: solid; border-top-width: 1px; border-bottom: 1px solid #C0C0C0;
}


.clsScheduleHeader
{
	border-left: 1px solid #C0C0C0; border-right-style: solid; border-right-width: 1px; border-top: 1px solid #C0C0C0; border-bottom-style: solid; border-bottom-width: 1px; background-color: #9C1836;  font-family: Arial; font-size: large; color: #FFFFFF; text-align: center;
}


.clsScheduleDataRow1
{
	border:  solid 1px #C0C0C0; background-color: #FFFFFF; font-family: Arial; font-size: large;
}

.clsScheduleDataRow2
{
	border:  solid 1px #C0C0C0; background-color: #C2DFFF; font-family: Arial; font-size: large;
}
