﻿@charset "UTF-8";

.physiciansDirectory  {
	font-family: Helvetica, sans-serif, Arial;
	font-size:12px;
	width: 464px;
}

.physiciansDirectory table {
	width: 464px;
}

.physiciansDirectory select {
	width: 160px;
}

.physiciansDirectory-h1 {
	margin-bottom:10px;	
}
.physiciansDirectory-leftColumn {
	padding-right:10px;
	background-image: url(/_layouts/images/ascentium/verticalDottedBrdr.png);
	background-repeat: repeat-y;
	background-position: right top;
}

.physiciansDirectory-leftColumn #divPhysicianInfo {
	width: 280px;
}
.physiciansDirectory-rightColumn {
	width: 160px;
	padding-left:10px;
}

.physiciansDirectory-rightColumn td {
	width: 160px;
}

.physiciansDirectory-rightColumn #SearchResults {
	width: 160px;
}

.physiciansDirectory-rightColumn #divSearchSelection, .physiciansDirectory-rightColumn #divSearchSelection table {
	width: 160px;
}

.PhysicianName {
	color:#5B88B3;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
}
.imgPhysicianImage {
	margin:5px 0px 5px 0px;
} 
.lblSpecialty {
	font-weight:bold;
	color:#92A16F;
}
 .lblCollege, .lblMedicalSchool, .lblInternship, .lblResidency, .lblFellowship  {
	font-weight:bold;
}
.lblSearchTitle {
	font-weight:bold;
	font-size:16px;
	color:#92A16F;
}
.divSearchSelection-label {
	color:#5B88B3;
	font-size:12px;
	font-weight:bold;
	width: 100px;
}
.divSearchSelection-input {
	float:left;
}
.divSearchSelection-td {
	height:20px;
}
.divSearchByName a {
	color:#5B88B3;
	padding-left:11px;
	margin-right:5px;
}
.divSearchByName a:hover {
	font-weight:bold;
	background:url(/_layouts/images/ascentium/bullet.png) no-repeat left center;
}
.SearchByNameSelected {
	color:#5B88B3;
	padding-left:10px;
	margin-right:5px;
	font-weight:bold;
	background:url(/_layouts/images/ascentium/bullet.png) no-repeat left center;
}
.lblResultsHeader {
	font-size:12px;
	color:#92A16F;
	margin:10px 0px 5px 0px;
	line-height:20px;
	font-weight:bold;
}

.SearchResults {
	color:#5B88B3;
	padding-left:11px;
}
.SearchResults a {
	color:#5B88B3;
	padding-left:15px;
}
.SearchResults a:hover {
	font-weight:bold;
	background:url(/_layouts/images/ascentium/bullet.png) no-repeat left center;
}

.SearchResultsSelected {
	color:#5B88B3;
	padding-left:11px;
	font-weight:bold;
	background:url(/_layouts/images/ascentium/bullet.png) no-repeat left center;
}
