﻿/*
body
{
	font-family: Verdana;
	font-size: 12px;
}

H3
{
	font-weight:bold;
	font-family: Calibri;
	font-size: 15pt;
}

H4
{
	font-style: oblique;
	font-family: Calibri;
	font-size: 12pt;
}
*/

/* SITEFINITY OVERRIDERS */
.FindPhysician ul,
.AdvancedFindPhysicians ul,
.QuickFindPhysician ul,
.ViewPhysician ul
{
    list-style: none;
    margin-left: 0 !important;
}
.FindPhysician li,
.AdvancedFindPhysicians li,
.QuickFindPhysician li,
.ViewPhysician li
{
    margin: 0 0 5px;
    padding: 0;
}

.content .FindPhysician ul, .content .FindPhysician ol
{
	margin: 0px;
}



/* QUICK FIND PHSYSICIAN RELATED */
.QuickFindPhysician
{
	width:100%;
}

.QuickFindPhysician .fieldWrap
{
	background-image: url('/images/PhysicianSearch/QuickFindBG.png');
	background-repeat: no-repeat;
	width: 500px;
	height: 75px;
}

.QuickFindPhysician TABLE
{
	width:100%;
	height:100%;
}

.QuickFindPhysician TD
{
	padding: 5px;
}

.QuickFindPhysician .label
{
	font-weight:bold;
}

/* PHYSICIAN SEARCH RESULTS / BROWSE RESULTS RELATED */

.PhysicianSearchResults
{
	width:100%;
}
.BrowseResults
{
	width:100%;
}
/* not necessary as links are taken care of for consistency. */
/*
.doctorResult .name
{
	text-decoration: underline;
}
*/
.doctorResult .address
{
	color: #777;
}
.doctorResult .city
{
	color: #777;
}
.doctorResult .phone
{
	color: #777;
}

.resultPageNav
{
	color: #888;
}

.resultPageJump
{
	font-size:x-small;
}

.resultPageJump a:link, .resultPageJump a:visited
{
	text-decoration:none;
}

.resultPageJump a:hover
{
	text-decoration:underline;
}

.mapsDiv
{
	height: 700px;
	width: 450px;
	border: solid 1px #bbb;
}
.resultsTable
{
	width: 750px;
}
.resultsColumn
{
	width: 275px;
}
.doctorResult TD
{
	padding: 5px;
}


/* BROWSE LANGUAGES RELATED */

.languagesList
{
	width:750px;
	margin: 0 auto;
}
.languagesList TD
{
	line-height: 20pt;
	font-size: 10pt;
}

/* BROWSE APPROVALS RELATED */

.approvalsList
{
	width:750px;
	margin: 0 auto;
}
.approvalsList TD
{
	line-height: 20pt;
	font-size: 10pt;
}

/* QUICK BROWSE RELATED */


.QuickBrowseLanguages
{
	width:50%;
	margin-bottom: 20px;
}
.seeAllLink
{
	font-weight: bold;
	line-height: 20pt;
}

.QuickBrowseLastName
{
	margin-bottom: 20px;
}

.QuickBrowseApprovals
{
	margin-bottom: 20px;
	width:50%;
}

.QuickBrowseSpecialties
{
	margin-bottom: 20px;
	width:50%;
}

/* FIND PHYSICIAN SCREEN */

.FindPhysician .findPhysicianWrap
{
	width: 100%;
	height: 300px;
	/*
    background-image: url('/images/PhysicianSearch/FindPhysicianFullBG.png');
	background-repeat: no-repeat;
    */
}

p.FindPhysicianNote
{


    padding:0px 15px;
}

	p.FindPhysicianNote strong
	{
		color:#710202;
	}
	
p.FindPhysicianNoteSingle
{
    padding:0;
}

	p.FindPhysicianNoteSingle strong
	{
		color:#710202;
	}

.FindPhysician .findPhysicianTable TD
{
	vertical-align:top;
	padding: 5px;
	font-size: 8pt;
}

.FindPhysician .findPhysicianTable TD TABLE TR TD
{
	padding: 0px;
	margin: 0px;
	width: auto;
}

.FindPhysician .findPhysicianTable .label
{
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	padding-top: 5px;
}

.FindPhysician .findPhysicianWrap .findPhysicianTable
{
	margin: 0 auto;
	width: 95%;
}

/* ADVANCED FIND PHYSICIAN SCREEN */

.AdvancedFindPhysicians
{
	width:100%;
}

.AdvancedFindPhysicians TD
{
	padding: 5px;
}

.AdvancedFindPhysicians TD TABLE TD
{
	padding: 0px;
}

.AdvancedFindPhysicians .label
{
	width: 175px;
	text-align:right;
	font-weight:bold;
	vertical-align:top;
	padding-top: 8px;
}

.AdvancedFindPhysicians .description
{
	font-size: 8pt;
	
}

.AdvancedFindPhysicians H3
{
	width:100%;
	border-bottom: solid 1px #999;
}
    
.AdvancedFindPhysicians .titleElement
{
	font-weight:bold;
	float:left;
	display: block;
	padding-right:10px;
}

.AdvancedFindPhysicians .standardElement
{
	font-weight:normal;
	float:left;
	display: block;
	padding-right:25px;
}

.AdvancedFindPhysicians .spacer
{
	width:100%;
	display:block;
	margin-bottom: 25px;
}


/* VIEW PHYSICIAN PROFILE */

.ViewPhysician .noticePanel
{
	border: solid 1px #000;
	padding: 5px;
	margin: 2px;
}
.ViewPhysician .noticePanel TD
{
	padding: 5px;
}

.ViewPhysician #acceptingNewPatients
{
	background-color: #CCFFCC;
}

.ViewPhysician #notAcceptingNewPatients
{
	background-color: #FFCCCC;
}

.ViewPhysician #restrictions,.ViewPhysician #hearings
{
	background-color: #FFFFCC;
}

.ViewPhysician #specialist
{
	background-color: #FFFFCC;
}

.ViewPhysician .subtext
{
	font-size:8pt;
	
}
.ViewPhysician H3
{
	width:100%;
}

.ViewPhysician .ProfileTable TD
{
	padding: 10px;
}
.ViewPhysician .mapsDiv
{
	width: 600px;
	height: 400px;
}


/* tabbed ui */
.tabby-container {
	margin-top: 5px;
}
ul.physician-tabby {
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	height: 20px;
	border-bottom: 1px solid #ccc;
}
ul.physician-tabby li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

ul.physician-tabby li a,
ul.physician-tabby li a span {
	background-image: url(../images/physiciansearch/tabs_sprite.gif);
}
ul.physician-tabby li a,
ul.physician-tabby li a:link,
ul.physician-tabby li a:visited,
ul.physician-tabby li a:hover,
ul.physician-tabby li a:active {
	margin: 0 2px 0 0;
	padding: 0 24px 0 0;
	display: block;
	height: 20px;
	text-decoration: none;
	color: #E0E0E0;
	outline: 0 none;
	background-position: 100% -30px;
	/* an undo for another style */
	border: 0 none;
}
ul.physician-tabby li a span {
	display: block;
	padding: 0 0 0 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-position: 0 -30px;
}
ul.physician-tabby li a:hover,
ul.physician-tabby li a:active {
	color: #FFF;
}
ul.physician-tabby li a:focus { outline: 0 none; }

ul.physician-tabby li.tab-selected a,
ul.physician-tabby li.tab-selected a:link,
ul.physician-tabby li.tab-selected a:visited,
ul.physician-tabby li.tab-selected a:hover,
ul.physician-tabby li.tab-selected a:active {
	color: #FFF;
	background-color: #ccc;
	background-position: 100% 0;
	/* an undo for another style */
	border: 0 none;
}
ul.physician-tabby li.tab-selected a span {
	background-position: 0 0;
}
.tab-content {
	clear: both;
	border: 1px solid #ccc;
	border-top: 0 none;
	margin: 0;
	padding: 20px;
}

.summaryLayout
{
	margin-bottom: 5px;
}

div.indent
{
	padding-left:10px;
}

/* MAPS FORMATTING */
.mapsDiv .doctorName
{
	border-bottom: solid 1px #999;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

input[type=checkbox], input[type=radio] { margin-right: 4px; }

/* Legend for Accepting new patient status on search results */
div.search-results-legend 
{
    padding:10px 10px 0px 10px;
}
div.search-results-legend table 
{
    margin-left: 10px;
}

div.search-results-legend table td 
{
    padding: 2px;
}

div.search-results-legend h6 
{
    margin: 0 0 4px; /* adjust the default margins */
}

div.search-results-legend hr
{
    margin:10px 0px 10px 0px;
}


.restrictionsul {padding:0 !important;}
