/**
 * downloads.css - Companion of /Templates/examples/dataGrid/downloads.htm
 *
 * This example shows the use of the sectionImage feature, allowing for images
 * to be aligned on the left side of the data/content, such as in a bio or portfolio
 * cover situation.
 *
 * This example also uses the dataGrid subsection single item ro technique that allows 
 * for unique column widths for the visual appearance of left aligned data, yet in distinct 
 * tables cells.
 */

#contentCell td { width: auto !important; }

#page-content {
	margin-top: 2em;
}

.dataGrid-sectionImage {
	width: 185px;
	padding: 0;
}

.dataGrid-sectionImage img {
}

.dataGrid-sectionContent {
	vertical-align: top;
}


.dataGrid-section-container { 
	margin: 0 0 2em;
}

.dataGrid-itemsTable {
	border: 0;
	width: auto;
}

.dataGrid-itemsTable td {
	border: 0;
}

td.dataGrid-column-1 { 
	width: 14px; 
	padding-left: 0;
	padding-right: 0;
}

td.dataGrid-column-2 { 
	width: auto; 
}

td.dataGrid-column-3 { 
	width: auto;
	font-style: italic;
}

.dataGrid-item-hiLite { background: transparent; }
.dataGrid-section-container-2 .dataGrid-item-hiLite { background: transparent; }