.dataGrid {
}

	.dataGrid > .dataGroup {
	}

		.dataGrid > .dataGroup > .header {
			font-size: 115%;
			padding: 10px;
			text-align: left;
			background-color: #4ccee4;
			font-weight: bold;
			color: #fff;
			border-radius: 10px;
			-webkit-radius: 10px;
			-moz-radius: 10px;
			margin-top: 20px;
			margin-bottom: 15px;
		}

	.dataGrid > .dataItems {
	}

		.dataGrid > .dataItems > .dataItem {
		}

.dataItem > .header {
	font-size: 115%;
	padding: 10px;
	text-align: left;
	background-color: #4ccee4;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	-webkit-radius: 10px;
	-moz-radius: 10px;
	margin-top: 20px;
	margin-bottom: 15px;
}

	.dataItem > .header > .description {
	}


	.dataItem > .header > .goToDetailsLink {
		color: #fff !important;
		border-bottom: 1px dotted #fff !important;
		text-decoration: none !important;
	}

.dataItem > .dataFields {
}

	.dataItem > .dataFields > .dataField {
		padding: 2px;
	}

		.dataItem > .dataFields > .dataField > .dataField-label {
			font-weight: bold;
			color: #636363;
			min-height: 20px;
			border-bottom: 1px dotted #636363;
			border-right: 1px dotted #636363;
		}

		.dataItem > .dataFields > .dataField > .dataField-value {
			color: #747474;
		}

	.dataItem > .dataFields > .commentField {
		text-align: right;
		font-style: italic;
		border-top: 1px dotted #e9e9e9;
		font-size: 80%;
		width: 100%;
	}
