@charset "UTF-8";

table.grid {
	display: block;
	clear: both;
}

table.grid caption {
	text-align:left;
}

table.grid td,
table.grid th {
	padding:3px;
	font-weight:normal;
	border:1px solid #999;
}

table.grid th {
	background-color:#FFF3C4;
	text-align:left;
	vertical-align: top;
}

table.grid th.right,
table.grid td.right {
	text-align:right;
}

table.grid tr.alternate {
	background-color:#ddd;
}


table.gridnallow {
	display: block;
	clear: both;
}

table.gridnallow caption {
	text-align:left;
}

table.gridnallow td,
table.gridnallow th {
	line-height:1.3em;
	padding:1px 3px;
	font-weight:normal;
	text-align:left;
	vertical-align: top;
	border:1px solid #999;
}

table.gridnallow th {
	background-color:#FFF3C4;
}
