.table
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}
.table td
{
	padding: 2px;
}
.table .table_header
{
	background: #DEDEDE;
	padding: 5px;
	font-weight: bold;
	border-bottom: solid 1px #AAAAAA;
}
.table .table_field
{
	border-bottom: solid 1px #DEDEDE;
	padding: 2px 5px 2px 5px;
}
.table .table_cell
{
	padding: 2px 5px 2px 5px;
}
.table .nowrap
{
	white-space: nowrap;
}

.table_middle td
{
	vertical-align: middle;
}
.table_top td
{
	vertical-align: top;
}

.table .table_header_sortable
{
	cursor: pointer;
}
.table .table_header_sortable a, .table .table_header_sortable a:link, .table .table_header_sortable a:active, .table .table_header_sortable a:visited, .table .table_header_sortable a:hover
{
	color: #333333;
}
{
	cursor: pointer;
}
