@CHARSET "ISO-8859-1";

/**
 * base colors:
 * red:        #b5152b
 * lightgray:  #f3f4f7
 * darkgray:   #5a5858
 */

table {
	border-collapse: collapse;
}

.mdmDisplaySection {
	font-size: large;
}

.mdmDisplaySection {
	font-size: large;
	background: #cccccc;
}

.mdmDisplayField {
	border-top: 1px solid #cccccc;
}

.mdmDisplayField th,
.mdmDisplayAttribute th {
	text-align: right;
	padding-right: 5px;
}

.mdmDisplayAttribute  {
	font-size: smaller;
}


.oddRow {
	background: #eeeeee;
}

.evenRow {
	background: #fdfdfd;
}