


/* Messages
-------------------------------------------------------------------------------------- */

#messageBox {
	background-color:#fff;
	border:1px solid #c00;
	margin-bottom: 1em;
	padding: 1em;
	font-weight: bold;
	color: #c00;
	font-style: normal; 
}

#messageBox ul {
	margin: 0 0 0 1em !important;
}

#messageBox li {
	color: #c00;
	list-style-image: none !important;
	list-style-type: disc !important;
	margin: 0 0 0.15em 1em !important;
}







/* Service results
-------------------------------------------------------------------------------------- */

div.serviceResultName {
}

div.serviceResultName a {
	border: 1px solid #e3e3e3;
	background: #f5f5f5;
	margin-bottom: 2px;
	padding: 5px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

div.serviceResultName a:hover {
	text-decoration: underline;
	font-weight: bold;
	background: #98D5DE;
	color: #fff;
}

div.serviceResultDetails {
	display: none;
	border: 1px solid #e3e3e3;
	background: #fdfdfd;
	margin-bottom: 20px;
	padding: 5px;
}

