.event_pos, .event_pos_current
{
	text-align: center;
	display: block;
	float: left;
	width: 15px;
	border: 1px black solid;
	background-color: #ffee82;
	margin-right: 2px;
}

.event_pos_current
{
	width: 15px;
	background-color: #ffbb00;
}

.event_table
{
  border-collapse:collapse;
}

.event_table, .event_table th,  .event_table td
{
	border: 1px solid black;
}
.event_table
{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	top:40px;
	border: black 1px solid;
	background-color: #ffee82;
	font-size: 10pt;
}

.event_table TD
{
	padding: 3px;
}

.event_row
{
}

.event_pos_table
{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border: black 1px solid;
	border-top:0px;
	background-color: #ffbb00;
	font-size: 10pt;
}

.headcellstyle_bottom, .headcellstyle_right
{
	text-align: center;
	font-weight: bold;
	background-color: #ffbb00;
}

.event_cell_bottom
{
	border-bottom: gray 1px solid;
}
.event_cell_right
{
	border-right: gray 1px solid;
}

.event_cell_bottom_right
{
	border-bottom: gray 1px solid;
	border-right: gray 1px solid;
}

