﻿/* =========================================================================
*  Gridview
*/
table.list_cols,
table.list {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

/*
Removed causes bugs with chrome :hover    
table.list_cols,
table.list_cols td {
    overflow: hidden;
}*/

	table.list,
	table.list td {
		overflow: hidden;
	}

		table.list td.rightalign,
		table.list_cols td.rightalign {
			text-align: right;
		}

		table.list td div,
		table.list td span {
			white-space: normal;
		}