div#time
	{
		text-align: center;
		position: absolute;
		visibility: hidden;
		z-index: 99;
	}
div#time  table
	{
		border-collapse: collapse;
		border: solid #808080 2px;
		padding: 0;
		margin-left:auto;
		margin-right:auto;
	}
div#time  table th
	{
		font-weight: bold;
		font-size: 1.05em;
		text-align: center;
		vertical-align: middle;
		padding: 7px;
		color: #444;
		background-color: #D3D3D3;
		border: 1px solid #444;
	}
div#time  table td
	{
		font-weight: normal;
		font-size: 1em;
		color: #0E224B;
		text-align: center;
		vertical-align: middle;
		border: 1px solid #D3D3D3;
		padding: 7px;
		background-color: #F6F6F6;
	}
div#time  table td.none{
	color: #C8C8C8;
}
div#time  table td.click{
	cursor: pointer;
}
div#time  table td.noclick{
	background-color: #FFB5B5 !important;
}
div#time  table td.click:hover
	{
		background-color: #CCC;
	}
div#time  table td.selectedHi
	{
		background-color: #C0CED3;
	}