
.fieldLabel {
	font-size: inherit;
	font-weight: 600;
	padding-right: .5em;
}

.fieldGroup td {
	padding-top: 30px;
}

.iDoc {
	width: 95%;
	font-size: inherit;
	background: #eee;
	border: 1px solid #ccc;
	-moz-border-radius: 7px;
	padding: 15px;
	margin: 15px 0;
}

.iDoc tr.tableRow2 td {
	background: #ffc;	
}

.iDoc .label {
	border: none;	
}

.tableHtmlLayout {
	width: 100%;
	padding: 0;
}

#thumb_set {
	float: left;
	width: 112px;
	margin: 0 15px 0 0;
}

#thumb_set .thumb {
	border: 1px solid #ccc;
	padding: 5px;	
	margin: 0 0  5px 0;
}
.thumb a img {
	border: none;	
}
#selected_photo {
	float: left;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 15px;
}

#related_documents {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
}
#related_documents #searchResultsTable table {
	width: 100%;
}
#related_documents #searchResultsTable table a {
	display: block;
}
#related_documents .tooltip {
	border: 1px solid #ccc;
	-moz-border-radius: 7px;
	background-color: #ffc;
}
#related_documents .tooltip table, #related_documents .tooltip table td{
	border: none;
}

.highlight {
	background-color: #ffc;	
}

a.highlight {
	background-color: #ffc;	
	text-decoration: none !important;
	display:block;
}

.selectable:visited,.selectable:link,selectable:active {
	text-decoration: none !important;
	display:block;
}

.summaryTable {
	height: 150px;
	overflow-x: visible;
	overflow-y: scroll;	
}

.viewAttachment a.iconic {
		padding: 5px;
		height: auto;
		margin-bottom: 0;
		margin-right: -3px;
		margin-left: 5px;
		margin-top:2px;
		background: #eee url(../images/header-gradient.png) repeat-x;
		border-bottom: none;
		color: #333;
		-moz-border-radius-topleft: 2px;
		-moz-border-radius-topright: 2px;
}
.viewAttachment a.iconic:hover, .viewAttachment a.iconic.selected:hover {
	border-color: #fc3;
	}
.viewAttachment a.iconic.selected {
		background: white;
		color: black;
		cursor: default;
		border-color: #888;
		padding-bottom: 7px;
		margin-top: 0;
}