﻿/* 6.0 Start */
/* sets the row back color for inactive visit */
.FindPatientInactiveVisitRowColor
{
    background-color :#D3D3D3;
}

.FindPatientLinksSelected
{
	font-weight: bold;
	text-decoration: underline;
	color: black;

}
.FindPatientLinksUnSelected
{
	font-weight: normal;
	text-decoration: underline;
	color: black;

}
.FindPatientLinksUnavailable
{
	font-weight: normal;
	text-decoration: none;
	color: black;

}
/* 6.0 End */