table {
	border-collapse: collapse;
}

td, th {
	padding: 0.5em;
	border: 1px solid #CCC;
	/*white-space: nowrap;
	overflow: hidden;*/
}


thead, tfoot {
	background-color: #DDD;
}

body {
	font-family: arial, sans-serif;
	font-size: 14px;
}

a img {
	border: 0;
}

.fieldValue {
	text-align:left;
	width:100%;
}

.secondary {
	font-size:small;
}

.fieldName {
	text-align:right;
/*	white-space:nowrap; */
}

/* seems this has trouble loading a background image via opensocial proxy or something, so we'll just set it to white */
.ui-widget-content {
	background: white !important;
}

