.box
{
	width: 450px;
	position: absolute;
	border: 1px solid #000000;
	padding: 3px;
	background-color: #FFFFFF;
	white-space: nowrap;
}

.ontr {background-color: #FFC823;}

tr.head
{
	background-color: #F1F1F1;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

tr.dark
{
	background-color: #F8F8F8;
}

tr.light
{
	background-color: #FAFAFA;
}

.c
{
	text-align: center;
}

.r
{
	text-align: right;
}