table.standard_table
{
	border: none;
}

table.standard_table tr td
{
	vertical-align: baseline;
}

tr.standard_header_row
{
	background-color: #f1f1f1;
	vertical-align: bottom;
}

td.standard_header_cell
{
	font-weight: bold;
	border-bottom: solid 2px #d8d8d8;
	vertical-align: bottom;
}

td.report_table_cell
{
	text-align: center;
}

td.report_header_cell
{
	font-weight: bold;
	color: #3F6A97;
	border-bottom: solid 2px #d8d8d8;
	vertical-align: bottom;
	text-align: center;
}

td.summary_row
{
	font-weight: bold;
	}


th.standard_header_cell
{
	font-weight: bold;
	border-bottom: solid 2px #d8d8d8;
	vertical-align: bottom;
}

th.standard_header_cell_left
{
	font-weight: bold;
	border-bottom: solid 2px #d8d8d8;
	vertical-align: bottom;
    text-align:left;
}

table.standard_datagrid tr td
{
	vertical-align: top;
}

.standard_table .alreadySelectedRater
{
	color:gray;
}

th
{
    FONT-SIZE: 12px;
    COLOR: #333333;
    FONT-FAMILY: Verdana, Arial;
}