/* CSS Document */
table.grid_form
{
	border: black solid thin;
}
th.grid_form_head
{
	text-align:center;
	vertical-align:top;
	background-color:#666666;
	color:#ffffff
}
tr.grid_form_even_row
{
	background-color:#999999;
}
tr.grid_form_odd_row
{
	background-color:#CCCCCC;
}
tr.grid_form_new
{
	background-color:#666666;
	color:#FFFFFF;
	font-weight:bold;
}

td.grid_form_child_tables
{
	font-weight:bold;
	color:#333333;
	padding:5px;
	text-align:center
}

p.highlighted
{
	color:#FFFFFF;
}
table.confirmation_form
{
	border: black solid thin;
}

th.confirmation_form_head
{
	text-align:center;
	vertical-align:top;
	background:#666666;
	color:#ffffff
}

tr.confirmation_form_even_row
{
	background-color:#999999;
}

tr.confirmation_form_odd_row
{
	background-color:#CCCCCC
}
tr.confirmation_form_control
{
	text-align:center;
	background-color:#666666;
	color:#FFFFFF;
	font-weight:bold;
}

p.success
{
	color:#009900;
	font-weight:bold
}

p.error
{
	color:#FF0000;
	font-weight:bold
}