/*Styles area showing the terms the user searched for on the results page*/
}
#SearchTerms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	background-color: #CCDDEE;
	padding: 2px 5px;
	font-size: 75%;
}

/*Class to shrink font size of accepting new patients notice*/
.accepting {
 	font-size: 85%;
} 


/*Class to shrink font size of accepting new patients notice*/
.acceptingDetail {
        font-size: 65%;
        color: red;
}

/*ID to control results table*/
#Results {
	width: 580px;
}

/*Styles for area with logo id on results page*/
.ResultsIDPmry {
	width: 136px;
	background-color: #0096D7;
	background-image: url(/docfinder/AMC-logo-primary.gif);
	background-repeat: no-repeat;
}
.ResultsIDWmns {
	width: 136px;
	background-color: #901359;
	background-image: url(/docfinder/AMC-logo-womens.gif);
	background-repeat: no-repeat;
}
.ResultsIDSpecial {
	width: 136px;
	background-color: #4AAA42;
	background-image: url(/docfinder/AMC-logo-specialty.gif);
	background-repeat: no-repeat;
}
.ResultsIDAspen {
	width: 135px;
	background-color: #F4F6E9;
	border: solid 1px #D4D890;
	background-image: url(/docfinder/Aspen-logo.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.ResultsIDQuello {
	width: 135px;
	background-color: #e9f5f3;
	border: solid 1px #a0cac1;
	background-image: url(/docfinder/Quello-logo.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/*Style to create gap between logo ID and the doctor's information*/
.Gap {
	width: 6px;
}
/*Styles for area with thumbnail photo on results page*/
.ResultsPhotoPmry {
	background-color: #D3E3F1;
	text-align: center;
	width: 102px;
}
.ResultsPhotoWmns {
	background-color: #FFDCEF;
	text-align: center;
	width: 102px;
}
.ResultsPhotoSpecial {
	background-color: #C4E5B5;
	text-align: center;
	width: 102px;
}
.ResultsPhotoAspen{
	background-color: #D4D890;
	text-align: center;
	width: 103px;
}
.ResultsPhotoQuello{
	background-color: #a0cac1;
	text-align: center;
	width: 103px;
}
.ResultsPhotoOther {
	border-top: solid 1px #A1A1A1;
	border-left: solid 1px #A1A1A1;
	border-bottom: solid 1px #A1A1A1;
	text-align: center;
	width: 95px;
}
.ResultsPhotoPmry img, .ResultsPhotoWmns img, .ResultsPhotoSpecial img, .ResultsPhotoAspen img, .ResultsPhotoQuello img, .ResultsPhotoOther img {
	border: 1px solid #424242;
}

/*Styles for area with name and clinic info. on results page*/
.ResultsInfoPmry {
	background-color: #D3E3F1;
	padding: 3px 8px 3px 0px;
	vertical-align: top;
	width: 337px;
}
.ResultsInfoWmns {
	background-color: #FFDCEF;
	padding: 3px 8px 3px 0px;
	vertical-align: top;
	width: 337px;
}
.ResultsInfoSpecial {
	background-color: #C4E5B5;
	padding: 3px 8px 3px 0px;
	vertical-align: top;
	width: 337px;
}
.ResultsInfoAspen {
	background-color: #D4D890;
	padding: 3px 8px 3px 0px;
	vertical-align: top;
	width: 337px;
}
.ResultsInfoQuello {
	background-color: #a0cac1;
	padding: 3px 8px 3px 0px;
	vertical-align: top;
	width: 337px;
}
.ResultsInfoOther {
    padding: 3px 10px;
    vertical-align: top;
	border-top: solid 1px #A1A1A1;
	border-right: solid 1px #A1A1A1;
	border-bottom: solid 1px #A1A1A1;
        width: 479px;
}


/*Class to shrink font size of clinic location on results page*/
.location {
	font-size: 70%;
}

/*Styels for ID area on doctor profile page*/
.IdAreaWmns {
	width: 133px;
	background-color: #901359;
	background-image: url(/docfinder/AMC-logo-womens.gif);
	background-repeat: no-repeat;
}
.IdAreaPmry {
	width: 133px;
	background-color: #0096D7;
	background-image: url(/docfinder/AMC-logo-primary.gif);
	background-repeat: no-repeat;
}
.IdAreaSpecial {
	width: 133px;
	background-color: #4AAA42;
	background-image: url(/docfinder/AMC-logo-specialty.gif);
	background-repeat: no-repeat;
}
.IdAreaAspen {
	width: 133px;
	background-color: #F4F6E9;
	border: solid 1px #D4D890;
	background-image: url(/docfinder/Aspen-logo.gif);
	background-repeat: no-repeat;
	background-position: center 25px;
}
.IdAreaQuello {
	width: 133px;
	background-color: #e9f5f3;
	border: solid 1px #a0cac1;
	background-image: url(/docfinder/Quello-logo.gif);
	background-repeat: no-repeat;
	background-position: center 25px;
}

/*Styles for area with name on profile page*/
#DocNamePmry {
	background-color: #D3E3F1;
	padding: 6px 15px 10px 20px;
	font-size: 110%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#DocNameWmns {
	background-color: #FFDCEF;
	padding: 6px 15px 10px 20px;
	font-size: 110%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#DocNameSpecial {
	background-color: #C4E5B5;
	padding: 6px 15px 10px 20px;
	font-size: 110%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#DocNameAspen {
	background-color: #D4D890;
	padding: 6px 15px 10px 20px;
	font-size: 110%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#DocNameQuello {
	background-color: #a0cac1;
	padding: 6px 15px 10px 20px;
	font-size: 110%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#DocNameOther {
	padding: 6px 15px 10px 20px;
	font-size: 110%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right: solid 1px #A1A1A1;
	border-top: solid 1px #A1A1A1;
	border-left: solid 1px #A1A1A1;
}

/*Styles for area with photo on profile page*/
#DocPhotoPmry {
	background-color: #D3E3F1;
	padding: 0px 0px 0px 20px;
	width: 25%;
	vertical-align: top;
}
#DocPhotoWmns {
	background-color: #FFDCEF;
	padding: 0px 0px 0px 20px;
	width: 25%;
	vertical-align: top;
}
#DocPhotoSpecial {
	background-color: #C4E5B5;
	padding: 0px 0px 0px 20px;
	width: 25%;
	vertical-align: top;
}
#DocPhotoAspen {
	background-color: #D4D890;
	padding: 0px 0px 0px 20px;
	width: 25%;
	vertical-align: top;
}
#DocPhotoQuello {
	background-color: #a0cac1;
	padding: 0px 0px 0px 20px;
	width: 25%;
	vertical-align: top;
}
#DocPhotoOther {
	padding: 0px 0px 0px 20px;
	width: 25%;
	vertical-align: top;
	border-left: solid 1px #A1A1A1;
	border-bottom: solid 1px #A1A1A1;
}

#DocPhotoPmry p, #DocPhotoWmns p, #DocPhotoSpecial p, #DocPhotoOther p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
	margin: 0px 0px 6px 0px;
}

/*Styles for area with info on profile page*/
#DocInfoPmry {
	background-color: #D3E3F1;
	vertical-align: top;
	padding: 0px 14px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
}
#DocInfoWmns {
	background-color: #FFDCEF;
	vertical-align: top;
	padding: 0px 14px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
}
#DocInfoSpecial {
	background-color: #C4E5B5;
	vertical-align: top;
	padding: 0px 14px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
}
#DocInfoAspen {
	background-color: #D4D890;
	vertical-align: top;
	padding: 0px 14px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
}
#DocInfoQuello {
	background-color: #a0cac1;
	vertical-align: top;
	padding: 0px 14px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
}
#DocInfoOther {
	vertical-align: top;
	padding: 0px 14px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	border-bottom: solid 1px #A1A1A1;
	border-right: solid 1px #A1A1A1;
}

/*Styles for clinics and hospitals table on profile page*/
#ClinicsHospitals {
	margin: 6px 0px;
}


