@charset "utf-8";
/* CSS Document */

.table_list
{
	width: 100%;
}
.table_list th
{
	background: #cccccc;
	padding: 5px;
}
.table_list td
{
	border-bottom: solid 1px #dddddd;
	padding: 5px;
}
.table_list tr.row-0
{

}
.table_list tr.row-1
{
	background: #f9faff;
}

.warning
{
	color:#4477dd;
}
.error
{
	color:#dd3300;
}
