@charset "utf-8";
.formEntryTitle {
	font-weight: bold;
	vertical-align: top;
}
.expertDetailText {
}
.expertDetailHeading {
	font-weight: bold;
}

.adminTitle {
	font-size: large;
	font-weight: bold;
	text-align: center;
}

.expertTableHeader {
background-color:#0066FF;
color:#FFFFFF;
}

.expertTableRow1, .expertTableRow2 {
	font-weight: bold;
	background-color:#C8F0EF;
	vertical-align:middle;
	color:#000000;
}

.expertFullListEntry, .expertListHeading {
	padding-bottom:1px;
	padding-top:1px;
	margin-top:1px;
	margin-bottom:1px;
}

.expertListHeading {
	font-weight: bold;
	color: #000099;
}

.expertTableRow2 {
	background-color:#C4EAC7;
}

#expertUpdateStatus {
	color: #000000;
	background-color: #CCFFFF;
	text-align: left;
	text-indent: 4px;
	height: 20px;
	width: 400px;
}
.expertButton {
	margin-right: 3px;
	margin-bottom: 3px;
	cursor:pointer;
	border:0px;
}
.errorList, .resultList {
	background-color: #FFB7B9;
	padding: 3px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

.resultList {
background-color:#BFFFC9
}
.expertSelectTitle {
	font-weight: bold;
}

.expertLink {
	font-weight: bold;
}

.expertListHeading {
	font-weight: bold;
}