/**
 * oncall.css
 * CSS specific to on call pages
 * @author Luke Sneeringer
 * @author Copyright 2007, Live Oak Interactive
 */
.oncall-table {
	background-color: #E0E0E0;
	margin-top: 0px;
	width: 531px;
}
	
#expert_contact {
	display: block;
	float: right;
	text-align: center;
	width: 135px;
}

.mb-neg4 {
	margin-bottom: -3px !important;
}

.hr {
	clear: both;
}
