/*** ProviderDirectory.css ***/

/* Style from global.css. Seems to affect PSA tabstrips (ULs)? */
ul
{
	display: inline;
	margin-left: 0px;
	list-style: none;
	padding: 0px;
	position: relative;
}


/*Background styles*/
.ProviderCartList
{
	background-color: #ffffff;
	border-style: solid none solid none;
	border-width: 1px;
	border-color: #d5dfec;
	border-collapse: collapse;
	width: 485px;
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
}

.ContentBG
{
	background-color: #ececec;
	border-color: #c9c9c9;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	padding: 9px 15px 15px 9px;
	width: 755px;
}

.IEONLY.ContentBG
{
	width: 775px;
}

div.Measure .ContentBG
{
	width: auto;
}

.ContentSliceBG
{
	background-color: #f5f5f5;
	padding: 0px 15px 0px 9px;
}

.SpecialtyCheckTopBG
{
	background-color: #f8c582;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: none;
	font-size: 2px;
	text-align: center;
}

.ContentTopBG
{
	background-color: #f5f5f5;
	border-top: 1px solid #fff;
	border-bottom: none;
	font-size: 2px;
	padding: 3px 15px 0px 9px;
}

.ContentBottomBG
{
	background-color: #f5f5f5;
	font-size: 1em;
	padding: 0px 15px 9px 9px;
}

.SpecialtyCheckBottomBG
{
	background-color: #f8c582;
	border-right: 1px solid #fff;
	height: 5px;
	line-height: 5px;
	text-align: center;
}

.SuperContentBG
{
	background-color: #ffffff;
	border: 1px solid #f29722;
	padding: 9px 15px 15px 9px;
	z-index: 1;
	position: relative;
	clear: both;
}

.FocusedContentBG
{
	background-color: #ececec;
	border-color: #c9c9c9;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	padding: 9px 15px 15px 9px;
}

.SidebarBG
{
	background-color: #fdf9c9;
	border: 1px solid #e9db90;
	padding: 9px 15px 15px 9px;
	position: relative;
}

.SpecialtyCheckBG
{
	background-color: #f8c582;
	text-align: center;
	border-left: 1px solid #4e6c92;
	border-right: 1px solid #4e6c92;
	border-top: 1px solid #4e6c92;
	border-bottom: 1px solid #4e6c92;
}

.SpecialtyCheckSliceBG
{
	background-color: #f8c582;
	text-align: center;
	border-right: 1px solid #fff;
	border-top: none;
	border-bottom: none;
}

.ToolbarBG
{
	background-image: url(  '../../../images/ToolbarBG.png' );
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff #85c5b7 #85c5b7 #ffffff;
	height: 28px;
	margin: 0px;
	padding: 0px;
}

/*Start Sidebar corner rounding*/
.SidebarUL
{
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 2;
	width: 10px;
	height: 10px;
	background-image: url(  '../../../images/sidebar_corner_ul.gif' );
	background-repeat: no-repeat;
}

.SidebarUR
{
	position: absolute;
	right: -1px;
	top: -1px;
	z-index: 2;
	width: 10px;
	height: 10px;
	background-image: url(  '../../../images/sidebar_corner_ur.gif' );
	background-repeat: no-repeat;
}
.SidebarBL
{
	position: absolute;
	left: -1px;
	bottom: -1px;
	z-index: 2;
	width: 10px;
	height: 10px;
	background-image: url(  '../../../images/sidebar_corner_bl.gif' );
	background-repeat: no-repeat;
}
.SidebarBR
{
	position: absolute;
	right: -1px;
	bottom: -1px;
	z-index: 2;
	width: 10px;
	height: 10px;
	background-image: url(  '../../../images/sidebar_corner_br.gif' );
	background-repeat: no-repeat;
}

/*And now for something completely different: IE bug fixes!*/
.IEOnly.SidebarBL
{
	position: absolute;
	bottom: -11px;
}
.IEOnly.SidebarBR
{
	bottom: -11px;
}
/*End Sidebar corner rounding*/

/*Text styles*/
.ErrorLabel
{
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #db0505;
}

.ErrorLabelRefine
{
	padding: 0 10px;
	clear: both;
}

.ErrorLabelRefine h1
{
	padding-top: 10px !important;
	padding-top: 0;
}

.ErrorLabel img
{
	float: left;
	margin-right: 5px;
}


/*.ProviderTypeError 
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #db0505;
	float:left;
	margin-left: 136px;
}

.IEONLY.ProviderTypeError
{
	margin-left: 0px;
}*/

.HugeText
{
	font-family: Verdana;
	font-size: 20pt;
}

.SmallLightText
{
	font-family: Verdana;
	font-size: 1em;
	font-weight: normal;
	color: #666666;
}

.LightText
{
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #000;
}

.BigText
{
	font-family: Verdana;
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
}

.SmallText
{
	font-family: Verdana;
	font-size: 1em;
	font-weight: normal;
	color: #333333;
}
	
.VerySmallSmallText .SmallText
{
	font-size: 0.9em;
}

.BigColoredText
{
	font-family: Verdana;
	font-size: 1.1em;
	font-weight: bold;
	color: #006695;
	padding: 0px;
	text-align: left;
	vertical-align: baseline;
}

.Teaser .BigColoredText
{
	margin: 10px 15px 3px 15px;
}

.BigBlueText
{
	font-family: Verdana;
	font-size: 1.1em;
	font-weight: bold;
	color: #036497;
	padding: 0px;
	text-align: left;
	vertical-align: baseline;
	margin-top: 5px;
	margin-bottom: 5px;
}


.SavedText
{
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #b96b0d;
}

.ColoredText
{
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #036497;
}

.IEONLY.ColoredText
{
	height: 14px;
}

.LightColoredText
{
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #b1c3d9;
}

.SmallColoredText
{
	font-family: Verdana;
	font-size: 1em;
	font-weight: normal;
	color: #036497;
}

.DarkText
{
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

.SmallDarkText
{
	font-family: Verdana;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
}

.Text
{
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #000;
}

.SmallDarkGrayText
{
	font-family: Verdana;
	font-size: 1em;
	font-weight: normal;
	color: #222222;
}

.SmallLightGrayText
{
	font-family: Verdana;
	font-size: 1em;
	font-weight: normal;
	color: #555555;
}


/*Refine search page(s)*/
.RefineSearch
{
	margin: 10px;
	float: left;
}

.RefineSearch .PaddedLine
{
	clear: both;
	padding: 20px 10px !important;
	padding: 10px 10px;
}

.RefineSearch .RefineSearchLabel
{
	clear: both;
	float: left;
	width: 175px;
	margin-right: 10px;
}

.RefineSearch .PaddedLine input, .RefineSearch .PaddedLine select, .CurrentLocation
{
	float: left;
	width: 250px;
	margin-right: 10px;
}

.SearchRefinementButton /*Get Your Results button on search refine pages*/
{
	clear: left;
	float: right;
	margin-top: 20px;
}

.RefineSearch .PaddedLine .LocationSection
{
	margin-top: 0 !important;
	margin-top: 10px;
}

.RefineSearch .PaddedLine .StreetSection, .RefineSearch .PaddedLine .CountrySection, .RefineSearch .PaddedLine .CountySection
{
	padding: 20px 0 2px 0 !important;
	padding: 10px 0 0 0;
	clear: both;
}

.RefineSearch .SearchExtras
{
	float: left;
	margin: 0;
	padding: 0;
	width: 285px;
}

.RefineSearch h1.ErrorLabel
{
	margin: 0;
	padding: 0;
}

.RefineSearch .EditableFieldState
{
	float: left;
	margin-right: 10px;
}

.RefineSearch .LocationFieldForeignArea a
{
	white-space: nowrap;
}

.RefineSearch .CountySearch a
{
	white-space: nowrap;
}


/*Personalized Directory*/
.ProviderReport .CreateDirectoryButton .mxDirectoryButton
{
	background: url(/images/buttons/btn_end_directory.png) top right no-repeat;
	height: 21px;
	margin-left: 0;
	padding-bottom: 0;
}

.ProviderReport .mxDirectoryButton span
{
	background: url(/images/buttons/btn_directory.png) no-repeat;
	margin-top: 0;
}

.ProviderReport .mxDirectoryButton span button.mxClearButton
{
	color: #0d4991;
	text-transform: capitalize;
	font-size: 0.85em;
	background: url(/images/buttons/btn_directory_icon.gif) no-repeat 0 2px;
	margin-top: -2px;
	padding: 0 0 0 16px !important;
	padding: 0 0 0 18px;
	height: 18px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /*safari hack*/
	.ProviderReport .mxDirectoryButton span button.mxClearButton {
		padding: 0 0 0 20px !important; } }

.RefineSearch .Adobe
{
	background-color: #fff;
	border: 1px solid #dfdfdf;
	padding: 5px;
	min-height: 33px;
}

.RefineSearch .Adobe img
{
	float: left;
	margin-right: 10px;
}

.RefineSearch .Adobe label
{
	font-weight: normal;
}

.RefineSearch .PaddedLine .Sortby input
{
	width: auto;
	float: none;
}

.RefineSearch .DownloadEmailButtons
{
	float: right;
}

.RefineSearch .rblProductList input
{
	border: 0;
}

.RefineSearch .rblProductList label
{
	margin: -3px 20px 0 -5px;
}

/* suppress parts of this "global" style */
div.main
{
	background-image: none;
	height: auto;
	width: 800px;
}

div.SQCProvider
{
	width: 810px;
}

/* HeaderToolbar section*/

/* hidden for now due to lack of boiler plate help text for provider directory */
#Help
{
	display: none;
}

div.HeaderToolbar
{
	width: 798px;
}

div.IEONLY.HeaderToolbar
{
	width: 800px;
}

.ToolbarTabstrip
{
	float: left;
	padding: 0px;
	margin-top: 4px !important;
	margin-top: 0;
}

.ToolbarTabstrip ul
{
	float: left;
	list-style: none;
	margin-top: 3px !important;
	margin-top: 0; /*overflow: hidden;*/
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	/*safari hack*/
	.ToolbarTabstrip ul
	{
		margin-top: 5px;
	}
}

.ToolbarTabstrip ul li
{
	float: left;
	margin: 0px;
}

.ToolbarTabstrip a, .ToolbarTabstrip a:link
{
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}

.ToolbarTabstrip li a.BigColoredText
{
	color: #246D73;
}

.ToolbarHelpPosition
{
	float: right;
	clear: none;
	margin: 4px 5px 0 2px;
	height: 25px;
}

.ToolbarHelpTextPosition
{
	margin-right: 5px;
}

.ToolbarHelpPosition img
{
	vertical-align: middle;
}

/* END: Header Toolbar */

/* BEGIN: Footer */

.BackToTopLink
{
	margin-top: 5px;
}

div.ProviderFooter
{
	clear: both;
	float: left;
	margin-top: 25px;
	width: 780px;
	color: #585b5c;
	background-color: #e3f4fd;
	border: 2px solid #caeaf9;
}

div.IEONLY.ProviderFooter
{
	width: 800px;
}

div.ProviderFooter a, div.ProviderFooter a:link, div.ProviderFooter a:visited
{
	color: #134b8c;
	text-decoration: none;
}

.CopyRightInfo
{
	font-family: Arial,Verdana,Helvetica;
	float: left;
	margin-left: 5px;
}

/*StartPage HomePage Specific Styles */
div.ProviderMain
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 800px;
}

div.IEONLY.ProviderMain
{
	width: 812px;
}

/* BEGIN: Search Teasers */
div.ProviderMain div.LeftNav
{
	float: left;
	clear: left;
	margin: 0px;
	padding: 5px 0px 0px 10px;
	width: 240px;
}

div#NotLeftNav
{
	float: left;
	width: 550px !important;
	width: 560px;
	clear: none;
	margin: 0;
	padding: 0;
}

.HubNameLocation
{
	float: left;
	clear: both;
	width: 550px !important;
	width: 560px;
	margin: 0;
	padding: 0;
}

div.IEONLY.HubNameLocation
{
	width: 560px;
}

.Teaser
{
	background: url(  '/images/sidebar_top.gif' ) top no-repeat;
	background-color: #fdf9c9;
	float: left;
	margin-top: 10px;
	padding: 0;
	border: none;
	width: 239px;
}

.TeaserInner
{
	background: url(  '/images/sidebar_bottom.gif' ) bottom no-repeat;
	padding-bottom: 12px;
}

div.TeaserFullLength
{
	height: 491px;
}
div.TeaserFullLength .TeaserInner
{
	height: 469px;
}
div.IEONLY.TeaserFullLength, div.IEONLY.TeaserFullLength .TeaserInner
{
	height: 531px;
}

div.TeaserLinks ul a, div.TeaserLinks ul a:link, div.TeaserLinks ul a:visited
{
	text-decoration: none;
	white-space: normal;
}

div.TeaserLinks ul li
{
	list-style-position: outside;
	text-indent: -10px;
	padding: 5px 10px 0 34px;
	line-height: 1.5em;
}

/* END: Search Teasers */

div.WelcomeMessage
{
	float: left;
	margin: 12px 0px 0 10px;
	width: 540px;
	padding-bottom: 10px;
}

.SuperWelcomeMessageHolder
{
	display: none;
}

/* Main Use Case controls */
div.ProviderMain div.LastNameSearch, div.ProviderMain div.LocationSearch
{
	float: left;
	margin: 0px 0px 0 10px;
	max-width: 238px;
	min-height: 120px;
}

div.IEONLY.ProviderMain div.LastNameSearch, div.IEONLY.ProviderMain div.LocationSearch
{
	height: 180px;
	width: 250px;
}

div.ProviderMain div.LocationSearch h1.LocationSearchTitle
{
	height: 42px;
	margin: 0px;
}

div.ProviderMain div.LastNameSearch .NameSearchTitle, div.ProviderMain div.LocationSearch .NameSearchTitle
{
	margin: 0px;
	height: 42px;
}

div.ProviderMain div.SpecialtySearch
{
	float: left;
	margin: 10px 0px 10px 10px;
	padding: 10px 11px 10px 10px;
	height: 216px;
	width: 516px;
}

div.IEONLY.ProviderMain div.SpecialtySearch
{
	width: 540px;
	margin-right: 0;
	padding-bottom: 5px;
}

div.ProviderMain div.FindByCategory
{
	float: left;
	margin: 8px 0px 8px 10px;
	width: 310px;
}

div.ProviderMain div.FindByBodypart
{
	float: left;
	margin-top: 5px;
	width: 140px;
}

div.CountySearch
{
	clear: both;
	padding-top: 10px;
}

.NameLocationContent
{
	float: left; /*height: 50px;*/
	width: 250px;
}

.IEONLY.NameLocationContent
{
	width: 238px;
}

.NameLocationTitle
{
	float: left;
	clear: both;
	width: 100%;
}

.NameLocationControl
{
	float: left;
	clear: left;
	height: 20px;
	width: 185px;
}

.IEONLY.NameLocationControl
{
	width: 174px;
}

.NameLocationControl input
{
	width: 185px;
}

.IEONLY.NameLocationControl input
{
	width: 174px;
}

/*.NameLocationExplanation this doesn't seem to actually do anything
{
	float: left;
	clear: left;
	width: 100%;
	height: 0px;
	line-height: 12px;
	padding: 2px;
	margin: 0px;
}*/

.BodypartExplanationHolder, .BodypartExplanationHolderLong
{
	float: left;
	clear: left;
	width: 75px;
	margin: 10px 0px 0px 10px;
}

.BodypartExplanationHolderLong
{
	margin-top: 17px;
}

.BodypartTitle
{
	margin-bottom: 5px;
}

.MultiDropdownMasterHolder, .MultiDropdownSelectorHolder
{
	width: 500px;
	margin-bottom: 15px;
}

.MultiDropdownSelectorHolder label
{
	display: block;
}

.MultiDropdownMasterHolder select, .MultiDropdownSelectorHolder select
{
	display: block;
	margin-top: 3px;
	width: 175px;
}

.MultiDropdownSelectorHolder select, .SpecialtySearch div div input
{
	float: left;
}

.MultiDropdownDescriptionHolder
{
	font-family: Verdana;
	font-size: 1em;
	clear: both;
}

.SpecialtySearch div div input
{
	margin-top: -12px;
	margin-left: 7px;
	display: block;
}

.IEONLY.SpecialtySearch div div input
{
	margin: 0px;
}

/*BEHAVIORAL HEALTH HUB*/
.MultiDropdownContainer select
{
	width: 256px;
}

.MultiDropdownContainer div.mxActionButton
{
	margin: -12px 0 0 5px;
}

.IEONLY.MultiDropdownContainer div.mxActionButton
{
	position: absolute;
	margin: -37px 0 0 261px;
}

/* end use case controls */

div.ProviderMain div.fix
{
	clear: both;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	width: 0px;
}

/*AdditionalPlanLinksHolder */
div.AdditionalPlanLinks, div.RelatedLinks
{
	background-color: #FFFFFF;
	border: solid 1px #F8C582;
	float: left;
	margin-left: 10px;
	width: 490px;
}

div.AdditionalPlanLinks .AddLinksSpan, div.RelatedLinks .AddLinksSpan
{
	float: left;
	margin: 5px 0px 0px 10px;
	width: 450px;
}

div.AdditionalPlanLinksList
{
	float: left;
}

div.AdditionalPlanLinksList ul
{
	float: left;
	list-style: disc;
	list-style-position: outside;
	margin: 0px 0px 0px 24px;
}

div.AdditionalPlanLinksList ul li
{
	margin: 5px;
}

div.AdditionalPlanLinksList ul a, div.AdditionalPlanLinksList a:link, div.AdditionalPlanLinksList a:visited
{
	color: #036497;
	font-family: Verdana;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}

.AdditionalLinksHolder
{
	margin-left: 240px;
}

div.ProviderMain .AllTypesDropdownHolder
{
	float: left;
	margin: 15px 0px 10px 10px;
	width: 513px !important;
	width: 540px;
	padding-bottom: 20px;
}

.AllTypesDropdownHolder .BigColoredText
{
	margin: 0px;
}

.AllTypesDropDown, .AllTypesDropdownHolder input
{
	margin-top: 15px;
}

/* End StartPage Home Page Specific Styles */

/*Start autocompletion styles */

.LocationError
{
	font-size: 1em;
	color: Red;
	display: none;
	position: absolute;
	float: none;
	background-color: #f7f8f1;
	border: 2px outset #f7f8f1;
	width: 210px;
}

.UnselectedMatch
{
	padding: 0px;
	margin: 1px;
	font-size: 0.7em;
	white-space: nowrap;
	overflow: hidden;
}

.SelectedMatch
{
	padding: 0px;
	margin: 1px;
	font-size: 0.7em;
	background-color: #316ac5;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
}

.AutoCompletions
{
	position: absolute;
	border: 1px black solid;
	background-color: #ffffff;
	z-index: 1000;
	font-family: Verdana;
	font-size: 1em;
	font-weight: normal;
}

.AutocompletingTable
{
	width: 0px;
	display: inline;
	border: none;
}

/*Begin Levenshtein distance display styles*/
.LevenshteinDeletion
{
	color: #707070;
}

.LevenshteinMatch
{
	font-weight: bold;
}

.LevenshteinSubstitution
{
	/*Currently styled as normal text*/
}

.LevenshteinIgnored
{
	/*Currently styled as normal text*/
}
/*End Levenshtein distance display styles*/

.Hospital, .MedSchool, .Practice, .Facilities
{
	text-transform: capitalize;
}

.EducationInfo
{
	margin-left: 2em;
}

/* RefineSpecialtySearch*/
div.ContentBG div.DropDownBySelector
{
	margin: 0px;
	padding: 0px;
}
.SpecialistHeader
{
	color: #E37E06;
}
.SpecialistInstructions
{
	/*width:75%;*/
	float: left;
	margin-bottom: 5px;
}
.RedSpecialistInstructions
{
	color: Red; /*width:50%;*/
	float: left;
	margin-bottom: 5px;
}

div.SuperContentBG div.ContinueA
{
	float: right;
	padding: 10px 0px;
}

div.SuperContentBG div.IEONLY.ContinueA
{
	padding-bottom: 0;
}

div.SuperContentBG div.ContinueB
{
	clear: both;
	float: right;
	padding: 10px 0px;
}

div.SpecialtyTemplateHolder .SpecialtyCategory
{
	margin: 10px 10px 15px 10px;
}

div.SpecialtyTemplateHolder .IEONLY.SpecialtyCategory
{
	margin: 5px;
}

div.SpecialtyTemplateHolder .SpecialtyCategory .Category .IEONLY.Text
{
	margin-left: 0px;
}

div.SpecialtyTemplateHolder div.SuperContentBG
{
	margin: 10px;
	width: 690px;
	clear: both;
	padding: 24px 24px 48px 24px;
}

div.SpecialtyTemplateHolder div.IEONLY.SuperContentBG
{
	padding-bottom: 0px;
}

div.SpecialtyTemplateHolder div.IEONLY.SuperContentBG
{
	width: 730px;
}

#SpecialtyTable td.SmallText
{
	padding-bottom: 1.2em;
}

#SpecialtyTable
{
	font-size: 0.7em;
}

#SpecialtyTable td.SpecialtyCheckSliceBG
{
	vertical-align: top;
}

div.ProviderReportFrame
{
	margin: 0px 10px 10px 10px;
	width: 762px;
}

div.IEONLY.ProviderReportFrame
{
	width: 790px;
}

div.ProviderReportFrame div.ProviderCount
{
	border: none;
	background-color: #f0f0f0;
}

div.ProviderReport
{
	float: left;
	min-width: 760px;
	max-width: 1024px;
	width:auto;
	overflow: visible;
}

div.IEONLY.ProviderReport
{	
    width: 790px;
	width: 100%;
}

div.ProviderReport div.Measure
{
	border: solid 1px #4C6B91;
	width: 100%;
	clear: both;
}

div.ProviderReport div.PrintProvider
{
	margin: 10px 0 0 0;
	clear: both;
	float: left; /*required to properly contain the report buttons*/
	width: 100%;
}

div.IEONLY.ProviderReport div.PrintProvider
{
    margin-bottom: -25px;
	width:auto;	
}

div.ProviderReport div.PrintProviderBottom
{
	clear: both;
	padding-top: 10px;
}

div.ProviderReport div.PrintProvider div.GridProviderCount
{
	margin-top: 20px;
	float: left;
}

div.ProviderReport div.PrintProviderBottom div.PlanLegend
{
	width: 430px;
}

.PrintHeaderBar
{
	background-color: #FDF9C9;
	width: 100%;
	height: 35px;
}

.PrintHeaderBarContents
{
	margin: 5px 5px 5px 5px;
	float: right;
}

div.SearchFilter
{
	padding: 7px 15px 15px 15px;
	float: left;
	margin: 5px 0 0 10px;
	width: 752px !important;
	width: 785px;
}

/*div.IEONLY.SearchFilter
{
	width: 700px;
}*/

#MainReportFilters .Text
{
	padding-bottom: 10px;
	width: 500px;
}

#MainReportFilters .LightText
{
	color: #333;
}

#MainReportFilters .MainFiltersButton
{
	text-align: right;
	padding-top: 10px;
	float: right;
	width: 150px;
}

#MainReportFilters .MainFiltersButton input
{
	height: 20px;
}

div.DistanceFilter
{
	margin-left: 6px;
}

div.DistanceFilterButton
{
	margin-left: 5px;
}

div.FilterSection
{
	width: 748px;
}

div.FilterTitle
{
	background-color: #d5d5d5;
	border: 1px solid #808080;
	padding: 2px;
	width: 746px !important;
	width: 752px;
}

img.FilterToggle
{
	float: right;
	cursor: pointer;
}

div.FilterTitle h2
{
	display: block;
	height: 20px;
	padding-top: 3px;
	padding-right: 5px;
	-moz-box-sizing: border-box;
}

div.FilterSection div.Filters
{
	background-color: #ffffff;
	border-width: 1px;
	border-color: #808080;
	border-style: none solid solid solid;
	width: 746px !important;
	width: 752px;
	margin: 0px;
	padding: 2px;
}

.TooManyHitsHolder
{
	clear: none;
	float: left;
	margin: 0px 0px 10px 10px;
	width: 100%;
}

.LabeledStateControl
{
	padding: 5px;
	display: block;
}

div.SearchFilter, div.SearchFilter div, div.SearchFilter span, div.SearchFilter h2
{
	float: left;
	margin-right: 0;
}

div.SearchFilter h2
{
	margin: 0px 0px 0px 3px;
}

div.SearchFilterWarning
{
	background: url(  '../../../images/cms_alert.gif' ) 8px 8px no-repeat;
	background-color: #F9F7DA;
	border: solid 1px #aa0000;
	margin: 10px;
	padding: 0;
	width: 783px !important;
}

div.SearchFilterWarning div.ErrorLabel
{
	margin: 8px 8px 8px 31px;
	float: none;
	position: relative; /*fixes odd repeating text behavior in IE6*/
}

/* override odd/even tr styles */
tr.Even, tr.Odd
{
	background: #FFFFFF;
}

div.Measure tr.Odd td
{
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}
div.Measure tr.Even td
{
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) { /*safari hack - combats hidden border lines in Mac Safari
	div.Measure tr.Odd td, div.Measure tr.Even td {
	border-bottom: solid 2px #dedede;
	border-right: solid 2px #dedede; } }*/

body:first-of-type div.Measure tr.Odd td, div.Measure tr.Even td
{
	/*these three take care of both Safari 2 & 3*/
	border-bottom: solid 2px #ececec;
	border-right: solid 2px #ececec;
}

body:first-of-type div.Measure tr.Even td, div.Measure tr.Odd td
{
	border-bottom: solid 2px #ececec;
	border-right: solid 2px #ececec;
}

body:first-of-type div.Measure tr.Odd td.Provider, body:first-of-type div.Measure tr.Even td.Provider
{
	border-right: none;
}

td div.CellItem
{
	padding: 1px 1px 1px 3px;
}

.Measure td.Provider
{
	clear: none;
	margin: 0px;
}

.Measure .Provider .Name
{
	/*white-space: nowrap; any reason for this? */
	white-space: normal; /* keeps report from extending beyond width of rest of page */
}

.Provider .Name
{
	width: auto;
}

.Provider .Name a
{
	cursor: pointer;
}

.Measure .Provider .Name a span 
{
	text-transform: capitalize;
}

.Even .ReportSpecialty
{
	width: auto;
}

.Provider .Name, .Provider .Tele, .Provider .Addr
{
	clear: left;
	float: left;
}

.Provider .Tele, .Provider .Addr
{
	width: 200px;
}

.Measure .Provider .Tele
{
	width: 150px;
}

.Facility .Name
{
	text-transform: capitalize;
}

div.Measure table.Measure td.Provider, div.Measure table.Measure td.CartWidgetMid
{
	border-right: none;
	vertical-align: top;
}

div.Measure table.Measure td.Provider
{
	padding: 5px;
}

.ProviderCartList .Name
{
	width: 340px;
}

div.Measure table.Measure td.CartWidgetMid
{
	border-left: none;
	text-align: right;
}


td.CartWidgetMid .ProviderCartWidget, td.CartWidget .ProviderCartWidget
{
	clear: none;
	float: right;
	padding: 5px 2px;
}

td.CartWidgetMid .ProviderCartWidget div, td.CartWidget .ProviderCartWidget div
{
	display: block;
	float: right;
}

td.CartWidgetMid .ProviderCartWidget .remove, td.ProviderCartList .ProviderCartWidget .remove, div.PrintEmailAdditionHolder .ProviderCartWidget .remove
{
	float: right;
}

div.Measure table.Measure td.CartWidget
{
	border-left: none;
	vertical-align: top;
	overflow: visible;
	padding-right: 5px;
}

body:first-of-type div.Measure table.Measure td.CartWidgetMid /*for safari, removes line to the left of compare button*/
{
	border-right: none;
}

td.CartWidget .CompareHospitalWidget
{
	padding: 5px 0px 0px 0px;
	width: 75px;
}

.ProviderReport td.CartWidget .CompareHospitalWidget .mxButton
{
	margin-left: 0;
}

div.Measure tr.grid td
{
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}

div.SpecialtyStateFilter
{
	clear: left;
}

div.ProviderReportDisclaimer
{
	color: #666;
	margin: 15px 0px 0px 0px;
	width: 780px;
	font-style: italic;
}

.AffiliationsGrid span.ProviderAffiliation
{
	width: 100%;
	clear: left;
	display: block;
	float: left;
}

.AffiliationsGrid span.IEONLY.ProviderAffiliation a
{
	white-space: nowrap;
}

.AffiliationsGrid th.Hospital a, #TransparencyGrid th.TransparencyAttribute a
{
	text-decoration: underline;
}

/* end: provider report styles */

/*Start StandardGridHeader styles*/
.StandardGridHeaderPopupImage
{
}

.PopupHolder
{
	text-align: right;
	border-style: none;
}

.StandardGridHeaderOuterHolder
{
	float: left;
	clear: both;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 2px;
}

.StandardGridHeaderTitleHolder
{
}

.StandardGridHeaderCell
{
	vertical-align: bottom;
}
/*End StandardGridHeader styles*/


/*Start Bread Crumb Trail Styles*/
div.Crumbs
{
	/*clear: both;*/
	float: left;
	padding: 0px 0px 0px 10px;
	width: 540px;
	display: block;
}

div.IEONLY.Crumbs
{
	width: 540px;
}

div.Crumbs a:link, div.Crumbs a:visited, div.Crumbs a:hover
{
	text-decoration: none;
}
/*End Bread Crumb Trail Styles*/

/*Start Provider Report Tabstrip Styles*/

/* begin: provider report styles */


.Tabstrip
{
	margin: 0 0 -2px 0;
	float: left;
}

.Tabstrip ul
{
	height: 25px;
	margin: 0;
	padding: 0;
	float: left;
	z-index: 2;
	position: relative;
}

html > /**/ body .Tabstrip ul, x:-moz-any-link, x:default
{
	/*ff3*/
	height: 26px;
}

.Tabstrip ul li
{
	background-image: url(  '../../../images/tab_left_unselected.gif' );
	padding: 5px 0 5px 10px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	display: inline;
}

.Tabstrip ul li.selected
{
	background: url(  '../../../images/tab_left_selected.gif' );
	padding: 5px 0 5px 10px;
	border-bottom: 1px #fff solid;
}

.Tabstrip ul li div
{
	background: url(  '../../../images/tab_right_unselected.gif' ) top right no-repeat;
	display: inline;
	padding: 5px 10px 5px 0;
	line-height: 24px;
}

.Tabstrip ul li.selected div
{
	background: url(  '../../../images/tab_right_selected.gif' ) top right no-repeat;
	padding: 5px 10px 5px 0;
}

* html .Tabstrip ul li
{
	/*IE*/
	padding: 0;
}

* html .Tabstrip ul li div
{
	/*IE*/
	padding: 5px 7px;
	line-height: 22px;
}

* html .Tabstrip ul li.selected
{
	/*IE*/
	padding: 0;
}

* html .Tabstrip ul li.selected div
{
	/*IE*/
	padding: 5px 7px;
	line-height: 22px;
}

.Tabstrip ul li a
{
	color: #0d4991;
	text-decoration: none;
	white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	/*safari hack*/
	.Tabstrip ul li a
	{
		padding-bottom: 6px;
	}
}

.Tabstrip ul li.selected a
{
	color: #666;
}


.PrintEmailAdditionHolder
{
	float: left;
	border: 1px solid #cccccc;
	width: 455px;
	padding: 15px;
	margin: 5px;
}

/*End Provider Report Tabstrip Styles*/

.PrintEmailPopup
{
	width: 538px;
}

.IEONLY.PrintEmailPopup
{
	width: 490px;
}

/* BEGIN CRAZY IE PRINT/EMAIL STYLES */
.IEONLY.Saved
{
	width: 50px !important;
}

.IEONLY.PrintEmailPopup .PrintEmailAdditionHolder
{
	width: 465px;
}

.IEONLY.ProviderCartList
{
	width: 475px;
}

.IEONLY.PrintEmailPopup .PopupBackground
{
	width: 515px;
	padding-right: 21px;
	padding-left: 21px;
}

.IEONLY.PrintEmailPopup .PopupContent
{
	width: 489px;
}

.IEONLY.PrintEmailPopup .PopupTitleBar
{
	width: 536px;
}

.PrintEmailAddition
{
	margin-bottom: 25px;
}

.IEONLY.PrintEmailAddition
{
	width: 400px;
	margin-top: 20px;
	float: left;
	clear: both;
}

.IEONLY.PrintEmailAddition .SmallText
{
	width: 400px;
	float: left;
	clear: both;
}

.PrintEmailAddRemoveAll
{
	margin-right: 7px;
}

/* END CRAZY IE PRINT/EMAIL STYLES */

/*
	Is having a separate style for this horrible? Oh yeah.
	Do we have an alternative? Not now. TODO: Build this out
	of real toolbox styles (ContentBG is the closest-not-quite)
*/
.SelectAllNoneLinks
{
	background-color: #fcebd5;
	border: none;
	padding: 5px;
	margin-top: 10px;
	clear: both;
	width: 680px;
}


/*
Begin new Themed Popup styles
*/

.PopupWindow
{
	border: 1px solid #4c6b91;
	float: none;
	margin: 0px;
	padding: 0px;
}

.PopupTitleBar
{
	background-color: #4c6b91;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

.PopupTitleText
{
	color: #ffffff;
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	width: 380px;
	margin: 8px;
	padding: 13px 0 0 0;
	display: block;
}

.PopupClose
{
	float: right;
	margin: 10px 16px 0 0;
}

.PopupBackground
{
	background-color: #fcf8cb;
	padding: 14px;
	clear: both;
}

.PopupContent
{
	background-color: #ffffff;
	border: 1px solid #f29722;
	clear: both;
	margin: 0px;
	padding: 4px 6px 4px 6px;
}

.PopupContent .MxButton
{
	margin: 5px 0px 15px 0;
}

.PopupContent .PrintEmailAddition .SmallText
{
	margin: 5px 0px 0px 5px;
}

.PopupContent .PrintEmailAddition .IEONLY.SmallText
{
	margin-top: 15px;
}

.PopupContent .SmallText
{
	margin-left: 5px;
}

.PopupContent ul li
{
	list-style-position: outside;
	margin: 0px;
	margin-left: 15px;
	padding: 3px 0px 3px 15px;
}

.IEONLY.PopupContent ul li
{
	margin-left: 0px;
	padding-left: 30px;
}

.SpecialtyTemplateHolder
{
	clear: both;
	float: left;
	margin: 15px 10px 10px 10px;
	width: 755px;
}

.IEONLY.PopupTitleBar, .IEONLY.PopupBackground /*fixes "Compare Listed Hospitals" popup*/
{
	width: 498px; 
}

/*HCT link position*/
.HCTLinkPosition
{
	float: right;
	margin-top: 5px;
}

.YourResults
{
	float: left;
	font-weight: bold;
	color: #F29722;
	padding: 0px 0px 0px 9px;
	font-size: 14pt;
	margin-bottom: 2px;
}

/*Not the best selector ever, but it'll have to do*/
table.Measure th
{
	font-weight: bold;
	vertical-align: bottom;
}

/*Begin new selector styles*/

.SpecialtySearchArea
{
	float: left;
	clear: both;
	width: 100%;
}

.SpecialistBoxTitle
{
	margin: 0 0 15px 0;
	clear: both;
	float: left;
	width: 510px;
	padding: 0;
}

.SpecialtyCategory, .SpecialtyBodypart
{
	width: 240px;
	height: 168px;
	float: left;
	margin: 5px;
	padding: 5px;
	background-color: #fff;
}

.IEONLY.SpecialtyCategory, .IEONLY.SpecialtyBodypart
{
	width: 253px;
	height: 190px;
	padding-bottom: 0;
}

.SpecialtyCategory
{
	clear: left;
	margin-left: 0;
}

.SpecialtyBodypart
{
	clear: right;
	margin-right: 0;
}

.LoneSpecialtyCategory .Category .Text
{
	margin-left: 5px;
}

.LoneSpecialtyCategory .CategoryDescription
{
	margin-top: 0.5em;
	margin-left: 2px;
}

.LoneSpecialtyCategory .Category span select.CategoryTeaserDropdown, select.SituationDropdown /*HOSPITAL HUB PAGE*/
{
	width: 200px;
}

.Category
{
	float: left;
	margin-top: 10px;
	width: 100% !important;
	width: 98%;
	clear: both;
}

.CategoryAdvance, .SpecialtySearch div div input.CategoryAdvance
{
	float: right;
	clear: none;
	margin: 0px;
}

.SpecialtySearch div div.Category input.CategoryAdvance
{
	float: left;
	margin-left: 6px;
}

.CategoryDescription
{
	float: left;
	clear: both;
	width: 90%;
}

.CategoryDescriptionSpacing
{
	padding: 0px 3px;
}

.BodypartTeaserArea
{
	width: 135px;
	text-align: right;
	float: right;
	clear: right;
	padding-top: 2px;
}

.SpecialtyTemplateHolder .BodypartTeaserArea
{
	width: 150px;
}

.SpecialtyTemplateHolder .BodypartExplanationHolderLong
{
	width: 78px;
}

.SpecialtyCategory .Category
{
	margin-left: 2px;
}

.SpecialtyCategory .Category span select /*Specialty Refine page*/
{
	margin-left: -5px !important;
	margin-left: 0;
	width: 235px !important;
	width: 230px;
}

.SpecialtyCategory .Category span select.CategoryTeaserDropdown select.SituationDropdown /*HOMEPAGE ONLY*/
{
	width: 173px;
}

.SpecialtyCategory .Category span select.IEONLY.CategoryTeaserDropdown select.IEONLY.SituationDropdown /*fixes invisible left side of dropdown*/
{
	margin-left: 0px;
	width: 176px;
}

.SpecialtyCategory .Category .text /*Homepage & Specialty Refine*/
{
	margin-left: 0px;
}

.IEONLY.SpecialtyCategory .Category .text
{
	margin-left: 5px;
}

.SpecialtyCategory .CategoryDescription /*Specialty Refine page*/
{
	margin: 7px 0px 0px 2px;
}

.SpecialtyCategory .CategoryDescriptionSpacing /*Homepage*/
{
	margin: 7px 0px 0px -1px;
}

.IEONLY.SpecialtyCategory .CategoryDescriptionSpacing
{
	margin-left: 3px;
}

.LastNameSearch input, .LocationSearch input, .SpecialtyCategory select, .PaddedLine input, .PaddedTwoLines input, .PaddedLine select, .PaddedTwoLines select, .DistanceFilter select, .FilterSection select, .FocusedContentBG select /*input box and dropdown styles - sidewide;*/
{
	border-top: solid 2px #909090;
	border-right: solid 2px #dcdcdc;
	border-left: solid 2px #909090;
	border-bottom: solid 2px #dcdcdc;
}

/*End of new selector styles*/

.SpecialtyOr
{
	float: left;
	margin-top: 70px;
	margin-left: 2px;
}

.SpecialtyTemplateHolder .SpecialtyOr
{
	margin-left: 13px;
}

.SpecialistCategory
{
	margin: 10px;
	background-color: White;
	float: left;
	width: 300px;
	height: 222px;
}

.SpecialistBodypart
{
	margin: 10px;
	margin-left: 15px;
	background-color: White;
	float: left;
	width: 300px;
	height: 222px;
}

.SpecialistBodypartInitialPage
{
	margin: 10px;
	background-color: White;
	float: right;
	width: 150px;
	height: 140px;
}

.SpecialistCategoryInitialPage
{
	margin: 10px;
	background-color: White;
	float: left;
	width: 164px;
	height: 122px;
}

/*Bodypart styles*/
.PartTitle
{
	background-color: #fed778;
	clear: none;
	float: left;
	width: 161px;
}

.IEONLY.PartTitle
{
	float: none;
}

.PartHolder
{
	background-image: none;
	background-color: Transparent;
	float: left;
	width: 131px;
	padding-left: 10px;
	font-family: arial;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.PartArea
{
	background-image: url(  '../../../images/symptomchecker/box_bg.gif' );
	width: 161px;
	padding: 5px 0px 10px 0px;
}

.ToSTitle
{
	font-family: Arial;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 10px;
	color: Blue;
	text-decoration: none;
}

.BodypartProcedureHolder
{
	font-family: Arial;
	font-size: 0.9em;
	padding-left: 15px;
	color: Blue;
	text-decoration: none;
}

.SubpartTitle
{
	font-family: Arial;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 5px;
	color: Blue;
	text-decoration: none;
}

.SubpartArea
{
	font-family: Arial;
	font-size: 0.9em;
	padding-left: 10px;
}

.symptomMinus
{
	background-image: url(  '../../../images/symptomchecker/minus.gif' );
}

.symptomPlus
{
	background-image: url(  '../../../images/symptomchecker/plus.gif' );
}

.symptomMinus, .symptomPlus
{
	width: 9px;
	height: 9px;
	float: left;
	margin-right: 2px;
	font-size: 1px;
}

.symptomBottom
{
	background-image: url(  '../../../images/symptomchecker/box_bottom.gif' );
	width: 161px;
	height: 9px;
	font-size: 1px;
}

.symptomPointer
{
	background-image: url(  '../../../images/symptomchecker/box_pointer.gif' );
	width: 25px;
	height: 22px;
	position: relative;
	left: -25px;
	top: 40px;
}

.symptomClose
{
	background-image: url(  '../../../images/symptomchecker/close_n.gif' );
	font-size: 1px;
	width: 12px;
	height: 12px;
	float: left;
	margin-top: 2px;
}

.fullbody
{
	text-align: center;
}

/*End bodypart styles*/

/* begin: common control styles -- DUPE to global.css [HA] */

/*begin: new SQC button styles */
.DefaultButton, .LightBlue, .Orange
{
	border: none;
	cursor: pointer;
	float: right;
	height: 18px;
	padding: 0px;
	width: auto;
}

.DefaultButton .ButtonLeft, .LightBlue .ButtonLeft, .DefaultButton .ButtonRight, .LightBlue .ButtonRight, .Orange .ButtonLeft, .Orange .ButtonRight
{
	float: left;
	clear: none;
	height: 18px;
	width: 8px;
}

.Orange .ButtonLeft
{
	height: 20px;
	width: 2px;
}

.Orange .IEONLY.ButtonLeft
{
	margin-left: -2px;
}

.Orange .ButtonRight
{
	height: 20px;
	width: 4px;
}

.DefaultButton .ButtonContent, .LightBlue .ButtonContent, .Orange .ButtonContent
{
	clear: none;
	float: left;
	font-size: xx-small;
	font-family: Verdana, sans-serif;
	height: 17px;
	padding: 1px 10px 0px 10px;
	text-transform: uppercase;
}

.Orange .ButtonContent
{
	font-weight: bold;
	padding: 3px 10px 0px 10px;
}

.LightBlue .ButtonContent
{
	font-weight: bold;
	padding: 2px 3px 0px 3px;
	text-align: center;
	width: 40px;
	height: 16px;
}

.DefaultButton .IEONLY.ButtonContent, .LightBlue .IEONLY.ButtonContent
{
	height: 18px;
}

.Orange .IEONLY.ButtonContent
{
	height: 20px;
}

.ReportGridButtons
{
	text-align: right;
	height: 20px;
	float: right;
	margin-top: -20px;
	width: auto;
}

html > /**/ body .ReportGridButtons, x:-moz-any-link, x:default
{
	/*ff3*/
	margin-top: 0;
}

.IEONLY.ReportGridButtons
{
	margin-top: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	/*safari hack*/
	.ReportGridButtons
	{
		margin-top: 0;
	}
}

.ModularGridSort
{
	cursor: pointer;
}

thead th.ModularGridSortCellSorted
{
	background-image: url( ../../../images/SortRow/sorted_bg.gif );
	background-repeat: repeat-x;
	padding: 0px;
	height: 15px;
	border-top: none;
	cursor: pointer;
}

thead th.ModularGridSortCellReversed
{
	background-image: url( ../../../images/SortRow/sorted_bg.gif );
	background-repeat: repeat-x;
	padding: 0px;
	height: 15px;
	border-top: none;
	cursor: pointer;
}

thead th.ModularGridSortCellUnsorted
{
	background-image: url( ../../../images/SortRow/sortable_bg.gif );
	background-repeat: repeat-x;
	padding: 0px;
	height: 15px;
	border-top: none;
	cursor: pointer;
}

thead th.ModularGridNonSortCell
{
	padding: 0px;
	height: 15px;
	border-top: none;
	background-color: #436084;
}

.MoreHospitalInfoButton
{
	float: right;
	height: 20px;
}

.PrintEmailButton
{
	float: right;
}

.PrintEmailButton .ButtonContent
{
	display: inline;
	white-space: nowrap;
}

div.ProviderReport div.PrintProviderBottom div.ReportGridButtons
{
	margin-top: -15px;
}

.IEONLY.div.ProviderReport div.PrintProviderBottom
{
	margin-top: -18px;
}

div.Tipster
{
	font-size: 0.9em;
}

.Tipster .title
{
	font-size: 1em;
}

/*end: new SQC button styles */

/* begin: common definition for all mxButtons */
.mxButton
{
	cursor: pointer;
	display: block;
	float: left; /*font: normal 12px arial, sans-serif;*/
	height: 22px;
	margin-right: 6px;
	padding-right: 3px;
	text-decoration: none;
}

.mxButton span
{
	display: block;
	line-height: 14px;
	padding: 5px 5px 5px 8px;
}

.mxButton span span
{
	display: inline;
	line-height: normal;
	padding: 0px 0px 0px 0px;
}

.mxClearButton
{
	background: transparent;
	border: 0px none transparent;
	cursor: pointer; /*font-size: xx-small;*/
	font-size: 0.75em;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	overflow: visible;
	position: relative;
	text-transform: uppercase;
	top: -3px;
}


/* specific button fixes */

/* Next buttons on homepage, hubs to be narrower; Print button on profile pages to match image button on page */
.ButtonNext .mxButton span, .SpecialtyCategory .mxButton span, .SpecialtySearch .mxButton span, .ProfilePrint .mxButton span
{
	padding: 5px 0px 5px 3px;
}

.IEONLY.ButtonNext .mxButton span, .IEONLY.SpecialtyCategory .mxButton span, .IEONLY.SpecialtySearch .mxButton span, .IEONLY.ProfilePrint .mxButton span
{
	padding: 5px 7px 5px 8px;
}

.SpecialtyCategory .mxButton, .SpecialtySearch .mxButton, .NameLocationContent .mxButton
{
	margin-left: 5px;
}

.SpecialtySearch .SpecialtySearchArea .SpecialtyCategory .mxButton
{
	margin: 5px 0 0 -5px !important;
	margin: 0;
}

.Provider #MainReportFilters input
{
	margin-bottom: 5px;
	margin-top: 0px;
	clear: right;
}

.IEONLY.Provider #MainReportFilters input
{
	margin-top: -3px;
}

.ProviderReport .mxButton
{
	margin: 0 0 0 6px;
}

/*IE refine search page fix*/
.IEONLY.EditableLocationFieldState
{
	margin-left: -6px;
}

/* end: common definition for all mxButtons */

/* end: common control styles */

/*** ProviderDirectory.css ***/

.LanguageToggleSection
{
	color: #0D498B;
	float: right;
	font-family: Verdana;
	font-size: 1em;
	font-weight: normal;
	margin: 1px 10px 10px 0;
}

.LanguageToggleSection .LanguageToggleSpan
{
	color: #006699;
	font-weight: bold;
}

body
{
	font-size: 0.7em;
}

.FontSizeControl
{
	display: block;
	position: relative;
	margin: 6px 5px 10px 0;
	clear: both;
}

.FontSizeControlLabel
{
	color: #0d498b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	float: right;
	margin: 5px 5px 0 0;
}

.FontButtons
{
	float: right;
	height: 24px;
	width: 55px;
}

.FontButtons a, .FontButtons a:link, .FontButtons a:visited
{
	color: #fff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
	height: 24px;
	outline: none;
}

.FontButtons a:hover
{
	text-decoration: underline;
}

.FontSizeControl .FontButtons a.FontButtonNormal
{
	background-image: url(  '/images/fontbuttonnormal.gif' );
	width: 18px;
}

.FontSizeControl .FontButtons a.FontButtonLarger
{
	font-size: 10.5pt;
	background-image: url(  '/images/fontbuttonlarger.gif' );
	width: 17px;
}

.FontSizeControl .FontButtons a.FontButtonLargest
{
	font-size: 12pt;
	background-image: url(  '/images/fontbuttonlargest.gif' );
	width: 20px;
}

.FontButtons .SelectedFont a.FontButtonNormal
{
	background-image: url(  '/images/fontbuttonnormal_on.gif' );
}

.FontButtons .SelectedFont a.FontButtonLarger
{
	background-image: url(  '/images/fontbuttonlarger_on.gif' );
}

.FontButtons .SelectedFont a.FontButtonLargest
{
	background-image: url(  '/images/fontbuttonlargest_on.gif' );
}

.FontButtons div
{
	background-image: url(  '/images/fontbuttonnormal.gif' );
}
/* minimizes flickering upon hover in IE6 */

.FontButtons span
{
	display: block;
}

.FontButtons a.FontButtonNormal span
{
	margin: 4px 0 0 1px;
}

.FontButtons a.FontButtonLarger span
{
	margin: 2px 0 0 0;
}

.FontButtons a.FontButtonLargest span
{
	margin: 2px 4px 0 1px;
}


.ReportIntroText
{
	margin: 0px 0px 15px 0px;
}

.OffScreen
{
	position: absolute;
	left: -10000px;
	top:auto;
	width:0px;
	height:0px;
	overflow:hidden;
}

/* begin print email popup */
.PopupHeader
{
	font-size: 1em;
}

.Email .PopupHeader h1
{
	font-size: 1.4em;
}

.Email .PopupHospitalName
{
	font-size: 1.2em;
}

.EmailReportInput textarea
{
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.EmailReportFooter .purpose
{
	font-size: 0.9em;
}


.Email .SmallText 
{
	font-size: 1em;
}

/* end print email popup */
/* PSA only address settings */

.AddressMap .ProfileButtons a, .AddressMap .ProfileButtons a:visited
{
    font-size:1em;
}

.AddressMap h1.ProfileTitle
{
    font-size:1em;
}

.AddressMap .SmallDarkText
{
    font-size:1em;
}

.AddressMap .BigColoredText 
{
    font-size:1.1em;
}

.AddressMap .DirectionsSummary p, .AddressMap .DirectionsSummary h5
{
    font-size:.85em;
}

/*Pager*/

.PageSizeView
{
	font-weight: bold;
}

.PagedProviderCountWrapper
{
	background-color: #ececec;
	margin-bottom: 1px;
	float: left;
	width: auto;
	clear: both;
	width: 100%;
}

.PagedProviderCount, .PagerArea 
{
	padding: 5px 0 5px 5px;
}

.PagesArea
{
	float: right;
	clear: none;
	padding-right: 5px;
}

.PagesArea span
{
	font-weight: bold;
	margin: 0 5px;
}

.PagesArea span span 
{
	margin: 0;
}

.PageSizesArea
{
	float: left;
	clear: none;
}

.PageSizesArea .PageSizeLinkOff
{
	font-weight: bold;
}

.PageSizesArea .PageSizeSeparator
{
	color: #9db4d0;
}

.PageSizeLink
{
	padding: 5px;
}

.PagedProviderCount
{
	float: left;
}

a.PageLink
{
	padding: 0px 4px;
	background-color: #ffffff;
	border: 1px solid #a3b6ce;
	margin: 0px 2px;
	text-decoration: none;
}

/*.IEONLY.PagesArea /*to fix positioning after the above, although, imperfect
{
	margin-top: -7px; 
}*/

/*.IEONLY.PagesArea a.PageLink /*to show border-top and border-bottom for IE
{
	height: 1%;
}*/

.PageSizeLink
{
	display: none;
}

/*SUBTABS*/
div.SubTabs 
{
	clear: both;
	margin-top: 5px;
	z-index: 1;
}

div.IEONLY.SubTabs
{
	margin-bottom: -4px;
}
	
div.SubTabs ul 
{
	float: left;
	height: 25px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2;
}

div.SubTabs ul li 
{
	display: inline;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 10px;
	background: url(../../../images/subtab_left_unselected.gif) no-repeat;
	border: 0;
}

div.SubTabs ul li div 
{
	display: inline;
	line-height: 24px;
	padding: 5px 10px 8px 0 !important;
	padding: 6px 10px 8px 0;
	background: url(../../../images/subtab_right_unselected.gif) top right no-repeat;
}

html > /**/ body div.SubTabs ul li div, x:-moz-any-link, x:default
{
	/*ff3*/
	line-height: 23px;
}

div.SubTabs li a, div.SubTabs li a:link, div.SubTabs li a:hover, div.SubTabs li a:visited
{
	color: #43484d;
}

div.SubTabs ul li.Selected 
{
	background: url(../../../images/subtab_left_selected.gif) no-repeat;
	border: 0;
	border-bottom: 1px solid #FFFFFF;
	font-size: 1em;
	padding: 0 0 5px 10px !important;
	padding: 0 0 1px 10px;
}

div.SubTabs ul li.Selected div
{
	background: url(../../../images/subtab_right_selected.gif) top right no-repeat;
	padding: 5px 10px 8px 0!important;
	padding: 6px 10px 8px 0;
}

div.SubTabs li.Selected a, div.SubTabs li.Selected a:link, div.SubTabs li.Selected a:hover, div.SubTabs li.Selected a:visited
{
	color: #ce6109;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	/*safari hack*/
	div.SubTabs ul li a
	{
		padding-bottom: 7px;
	}
}

div.SubTabContent 
{
	background-color: #fff;
	border: 1px solid #b7b5b5;
	clear: both;
	padding: 10px 10px 0 10px;
	z-index: 3; 
	float: left;
	width: 100%;
}

/*HCAPHS*/
.PatientExperience .SmallText 
{
	font-family: Verdana, Arial, Sans-Serif !important;
}

.CmsSectionTitle h1
{
	font-size: 1.4em;
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0 0 0 0;
	display: none;
}

.CmsQuestionHolder h2 
{
	font-size: 1.4em;
}

.CmsQuestionHolder .key_answer 
{
	font-size: 1em;
} 
	
.key_always {
	background-color:#a7c7cf;
}

.key_usually 
{
	background-color: #c5dadf;
}

.key_sometimes_or_never
{
	background-color: #e2ecef;
}

.PatientExperience .ProviderReport .Measure 
{
	margin-bottom: 30px;
	border: 1px solid #CECECE;
	border-right: none;
}
	
.PatientExperience .Measure table.Measure
{
	margin-bottom: 0;
	border-bottom: none;
}

.PatientExperience .Measure table.Measure th
{
	background-color: #fff;
	border-bottom: 1px solid #cecece;
	border-right: 1px solid #cecece;
}

.PatientExperience .Measure table.Measure th,
.PatientExperience .Measure table.Measure th a
{
	color: #333;
}

.PatientExperience .Measure table.Measure th.sortable 
{
	text-align: left;
}

.PatientExperience div.Measure table.Measure td.Graph 
{
	width: 411px;
	vertical-align: top;
	padding-top: 6px;
}

.PatientExperience div.Measure table.Measure td.Provider
{
	width: 190px;
}

div.PatientExperience div.PrintProviderBottom  
{
	padding-top: 5px;
}

div.IEONLY.PatientExperience div.PrintProviderBottom
{
	margin-top: -15px;
}

div.PatientExperience .NameAverage 
{
	font-weight: bold;
}

.IEONLY.CmsQuestionHolder
{
	height: 100px;
}

#AboutChartHolderDiv 
{
	margin-top: 20px; 
}

#AboutChartHolderDiv .ReportContentBox .FocusedContentBG, #MethodologyHolderDiv .ReportContentBox .FocusedContentBG 
{
	background-color: #fff;
	border: 1px solid #b7b5b5;
	clear: both;
}

.PatientExperience .About, .PatientExperience .Methodology 
{
	border: none;
}

.PatientExperience .About .body, .PatientExperience .Methodology .body
{
	font-size: 1em;
	font-family: Verdana, Arial, Sans-Serif;
}

.PatientExperience .About .body p, .PatientExperience .Methodology .body p
{
	margin-bottom: 1.2em;
}

.IEONLY.PatientExperience .About 
{
	height: 100px; }

.PatientExperience .Methodology 
{
	margin: 10px 0 0 0;
	width: auto;
}

.CmsPrintControls
{
	float: right;
	padding: 0px 0px 3px 0px;
}
	
.ReportContentBox .body 
{
	border: none;
}

.ReportContentBox .title {
	color:#CC6600;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 4px;
}

/* Filter Widths */
.SpecialtyFilter select
{
    width:400px;
}

.LanguageFilter select
{
    width:200px;
}

.PropertyAttributeValueGenderFilter select
{
    width:125px;
}

.AffiliationFilter select
{
    width:300px;
}
