/* Import base stylesheet */
@import url("Base.css");

/* Overrides */
BODY { background: #fbfbfb; } /* Mar.19/2019 TJM: was: #dfe8f6

#tblMain { background: white; }

#tblHeader {
	background: none;
	padding: 0px 0px 0px 0px;
	height: 100%;
	margin-top:0px;}
#tblPracticeBranding
{
	height:150px;
}
#trPracticeBranding {
	vertical-align: middle;
}
.practicelogo {
	padding-bottom:0px;
}
#privateSearch 
{
	position: relative;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 30px;
}

#privateTabs {
	position:relative;
	top: -30px; 
	left: 0px;
	margin-bottom:-20px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 5px;
	border-top:1px solid silver;
	border-bottom:1px solid silver;
	background: #efefef;
}

.top_nav_off a:link{ color: #777777; }
.top_nav_off a:visited{ color: #777777; }
.top_nav_off a:hover{ color: silver; }

.top_nav_on a:link{ color: #777777; }
.top_nav_on a:visited{ color: #777777; }
