/* --- Code Snippets ***
------------------------
min-height: 525px;
height: auto !important;
height: 525px;
------------------------
background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/full/path/to/image.png', sizingMethod='crop');
------------------------
*:first-child+html
------------------------
* html 
------------------------
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Opera 9 rules here */
#subNav {border:1px solid red;}
}
------------------------
/*--- End Code Snippets ***/



* {padding:0; margin:0;}

body
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color:#333333;
	margin:0;
	padding:0;
    background-color:#666666;
}
img 
{
    border:0;
}

a:link, a:visited
{
    color:#4e7bae;
    text-decoration:none;
}
a:hover
{
    color:#4e7bae;
    text-decoration:underline;
}

h1
{
    color:#24394b;
    font-family: "Times New Roman", Times, serif;
    font-size:24px;
    font-weight:bold;
	font-style:italic;
    margin:0;
}
h2, h3, h4, h5, h6
{
    color:#24394b;
    font-family: "Times New Roman", Times, serif;
    font-size:18px;
    font-weight:bold;
	font-style:italic;
    margin:20px 0 0 0;
}

p
{
    padding: 0 0 10px;
    line-height:18px;
}

#flashHeader p,
#headerImage p,
#logo p,
#callToday p,
#contentImage p,
#buttonDDBlurbHP p,
#buttonClickPE p, 
#buttonClickDD p, 
#buttonWrapperPE p,
#address p,
#dnn_dnnButtonPE p,
#dnn_dnnButtonDDClick p,
#dnn_dnnButtonDDPE p
{
	margin:0; 
	padding:0;
}
ol, ul
{
    padding:0 0 10px 0;
	margin:0;
}
li
{
    margin:0 0 4pt 14pt;
}

input 
{
    margin:4px 0 10px 0;
}


.Normal	/* This class is used by DNN when modules are added. */
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
.CommandButton /* Puts module Edit text to the top layer */
{
    position:relative;
    z-index:100;
}
.clear
{
    clear:both;
    font-size:1px;
}
.left {float:left; margin:0 6px 6px 0;}
.right {float:right; margin:0 0 6px 6px;}

.hidden {display:none;}

/**** TEMP BORDERS ****
#wrapperHP, #wrapper LP {border:1px solid #ff0000;} /* Red          *
#navWrapper             {border:1px solid #ff00e4;} /* Dark Pink    *
#leftNav, #topNav       {border:1px solid #fea4f5;} /* Light Pink   *
#contentWrapperHP       {border:1px solid #1800ff;} /* Dark Blue    *
#contentHP              {border:1px solid #9085fb;} /* Light Blue   *
#buttonWrapperHP        {border:1px solid #4f9591;} /* Dark Aqua    *
#buttonPEHP, 
#wraperButtonDDHP       {border:1px solid #4f9591;} /* Dark Aqua    *
#footerWrapper          {border:1px solid #00fff0;} /* Light Aqua   *
/**** END TEMP BORDERS ****/

/**** WRAPPERS ****/
#wrapperBg
{
	background-image:url(images/bgContentRepeater.jpg);
	background-repeat:repeat-y;
	width:900px;
	margin:0 auto;
}
.mac #wrapperBg
{
	background-image:url(images/bgContentRepeater.jpg);
	background-repeat:repeat-y;
	width:900px;
	margin:0 auto;
	overflow:hidden;
}


#wrapperHP
{
    width:900px;
    margin:0 auto;
    background-image:url(images/bgContentHP.jpg);
    background-repeat:no-repeat;
    position:relative;
}
#wrapperLP
{
    width:900px;
    margin:0 auto;
    background-image:url(images/bgContentLP.jpg);
    background-repeat:no-repeat;
    position:relative;
}

/**** HEADER ****/

#flashHeader
{
	position:relative;
	left:6px;
	width:890px;
	height:330px;
}

#headerImage
{
	position:relative;
	left:6px;
	width:890px;
	height:260px;
}

#logo
{
	position:absolute;
	z-index:50;
	top:14px;
	left:20px;
}
#logo h1
{
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	font-style:normal;
	text-transform:uppercase;
	color:#4e7bae;
	margin:0;
	padding:0;
}
#logo h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	color:#294155;
	margin:0;
	padding:0;
}


#callToday 
{
	float:right;
	position:relative;
	margin:4px 16px 0 0;
	color:#ebf0f3;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	height:30px;
}
	#callToday .Normal
	{
		color:#ebf0f3;
		font-family:"Times New Roman", Times, serif;
		font-size:18px;		
	}

/**** LEFT SIDE NAV ****/
#navWrapper
{
    position:relative;
	float:left;
	margin:0px 0 0 6px;
	width:400px;
	height:20px;

}
    #dynamicNav
    {
        position:relative;
        text-align:center;
    }
        #dynamicNav td
        {
            padding:0 4px;
        }
        #dynamicNav a:link, #dynamicNav a:visited
        {
            color:#fff;
			text-transform:uppercase;
        }
        #dynamicNav a:hover
        {
            color:#c9d5de;
            text-decoration:none;
        }



/**** CONTENT ****/
#contentWrapperHP
{
    float:right;
    position:relative;
    width:560px;
	z-index:10;
}
#contentWrapperLP
{
    float:right;
    position:relative;
    width:890px;
	z-index:10;
}
    #contentHP
    {
        width:520px;
        padding:0 10px;
    }
    #contentLP
    {
        width:840px;
        padding:0 20px;
    }


#contentImage
{
	position:absolute;
	top:360px;
	left:0;
	float:left;
	margin:0 0 0 10px;
	z-index:10;
}

	
/**** BUTTON WRAPPER ****/
#dnn_dnnButtonPE
{
	float:right;
	width:277px;
	height:87px;
	position:relative;
	z-index:20;
}
#dnn_dnnButtonDD
{
	float:right;
	width:277px;
	height:87px;
	position:relative;
	z-index:20;
}
	.buttonDD
	{
		width:100%;
		height:100%;
		background-image:url(images/buttonDDHP.png);
		background-repeat:no-repeat;
	}
	* html .buttonDD
	{
		width:100%;
		height:100%;
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/295/Skins/Ortho01_Flash_Blue/images/buttonDDHP.png', sizingMethod='crop');
	}
	
	#dnn_dnnButtonDD .Normal
	{
		position:absolute;
		top:22px;
		left:22px;
		width:240px;
		z-index:10;
	}
	 #dnn_dnnButtonDD p
	 {
		font-size:11px;
		font-weight:normal;
		font-family:Arial, Helvetica, sans-serif;
		line-height:14px !important;
		text-align:left;
		margin:0;
		padding:0;
	 }
	#dnn_dnnButtonDDClick
	{
		position:relative;
		width:62px;
		top:52px;
		left:800px;
		z-index:30;
	}
#dnn_dnnButtonDDPE
{
	float:right;
}
#buttonClickPE .Normal, #buttonClickDD .Normal, #buttonWrapperPE .Normal {margin:0; padding:0; float:right;}

/**** FOOTER ****/
#footerWrapper
{
    position:relative;
    height:50px;
	width:890px;
	margin:0 auto;
	border-top:1px solid #253349;
/*  margin-top:10px; */
}
/*---- INNER FOOTER POSITIONS ----*/
#hostingBugs    {top:10px; left:20px;}
#SHAREbug       {top:20px; left:130px;}
#footerNav      {top:10px; left:580px;}
#address        {top:60px; left:580px;}
#copyright      {top:30px; left:284px;}
/*---------------------------------*/

/*---- Temp Borders ----*
#footerWrapper, #footerHr, #hostingBugs, #SHAREbug, #footerNav, #address, #copyright {border:1px solid pink;}
/*---- End Temp Borders ---*/


#hostingBugs
{
    width:240px;
    position:absolute;
}
    #PBbug
    {
        float:right;
        width:120px;
        position:relative;
        top:6px;
        margin:0 10px 0 10px;
    }
    #IHbug
    {
        float:left;
        width:92px;
        position:relative;
    }
#SHAREbug
{
    position:absolute;
	z-index:50;
}
    #SHAREbug p
    {
        margin:0;
        padding:0;
    }
/*-------------------------------------------*/
#footerNav
{
    text-align:right;
    font-weight:bold;
    font-size:9pt;
    position:absolute;
    width:300px;
	z-index:20;
}
#footerNav .Normal
{
    text-align:right;
    font-weight:bold;
    font-size:9pt;
}
	#footerNav p {margin:0; padding:0;}
    #footerNav ul
    {
        padding:0;
        margin:0;  
		float:right;
    }
        #footerNav li
        {
            margin:0;
            padding:0;
            display: inline;        
        }
    #footerNav a:link, #footerNav a:visited, #footerNav
    {
        color:#253349;
    }
    #footerNav a:hover
    {
        text-decoration:none;
        color:#c9d5de;
    }
/*-------------------------------------------*/
#address
{
    font-size:7pt;
    text-align:right;
    position:absolute;
    width:300px;
	display:none;
}


/*-------------------------------------------*/
#copyright
{
    position:absolute;
	width:600px;
    font-size:9px;
	text-align:right;
	color:#333333;
	font-family: Arial;
	font-weight: normal;
}
#dnn_dnnCopyright .Normal
{
    font-size:9px;
	text-align:right;
	color:#333333;
	font-family: Arial;
	font-weight: normal;
}
#dnn_dnnCopyright
{
	float:right
}
	#dnn_dnnCopyright p {margin:0; padding:0; line-height:11px;}






/***** Main Menu - Start *****/
.MainMenuBar
{
	color: #000;
}

.MainMenuItem
{
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.MainMenuItemSelected
{
	color: #c9d5de;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.MainMenu_SubMenu
{
	color: #fff;
	background-color: #1d2f3d;
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	/* text-transform: uppercase; */
	text-decoration: none;
	cursor: pointer;
}

.MainMenu_MenuBreak
{
	border: 0px;
	color: #ed1b2d;
	background-color: Transparent;
	height: 1px;
	width: 1px;
}

/* The next 4 classes are needed to override the default settings and remove all arrows from the dynamic menu. */
.MainMenu_MenuArrow 
{ 
	display:none;
}
.MainMenu_RootMenuArrow 
{ 
	display:none;
}
.ModuleTitle_MenuArrow 
{
	display:none;
}
.ModuleTitle_RootMenuArrow 
{
	display:none;
}
/**********************************/

.SeparatorCSS
{
	color: #a13558;
/*	background-color: #FFF797;  */
/*	height: 30px; */
	font-family: Arial;
	font-size: 60px;
	text-align: center;
	text-decoration: none;
	line-height:10px;
/*  text-transform: uppercase; */
}
/***** Main Menu - End *****/

/* 
================================
Skin styles for Medical Content
================================
*/
/* START - Classes for the Patient Education Table Of Contents */ 

.eznc_ListViewGroupHeading
{
/*    color:#C05E7E;  */
	font-family: Arial;
    font-size:18px;
	font-weight: normal;
	line-height: 11pt;
    margin:16px 0 0 0;
}

.eznc_ListViewArticleLink
{
	color: #000;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}
.eznc_ListViewArticleLink:link
{
	color: #000;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}
.eznc_ListViewArticleLink:visited
{
	color: #000;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}

.eznc_ListViewArticleLink:hover
{
    /*color:#C05E7E; */
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
}
/* END - Classes for the Patient Education Table Of Contents */ 

/* START - Classes for the Patient Education Content */ 
.eznc_Content 
{
	FONT-FAMILY: arial;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
/*	COLOR: #0065A4;   */
	width: auto;
	padding: 6px;
}

.eznc_navAllConditions 
{
	text-align: right;
	FONT-FAMILY: arial;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #0065A4; 
}

a:link.eznc_navAllConditions {color : #0065A4; text-decoration : none;}
a:visited.eznc_navAllConditions {color : #0065A4; text-decoration : none;}
a:active.eznc_navAllConditions {color : #0065A4; text-decoration : none;}
a:hover.eznc_navAllConditions {color : #F59931; text-decoration : underline;}


.eznc_ContentTitle 
{
/*    color:#C05E7E; */
	font-weight: bold;
	font-size: 12pt;
	margin-top:5px; 
}

.eznc_ContentSectionV2
{
	text-align:left;
}

.eznc_ContentSectionList 
{
	text-align: center;
	font-size: 10px; 
	margin-top:5px; 
	margin-bottom:10px;
}

.eznc_navContentSection 
{
/*	color : #0065A4;  */
	font-family :arial;
	font-size : 11px;
	font-weight : normal;
}

/***  GENERIC COLOR FOR LINKS AND TITLES ****/
a:link.eznc_navContentSection,
a:visited.eznc_navContentSection,
a:active.eznc_navContentSection,
a:hover.eznc_navContentSection,
.eznc_ListViewGroupHeading,
.eznc_ListViewArticleLink:hover,
.eznc_ContentTitle,
.eznc_SectionTitle,
.eznc_ContentCopyright 
{
    color:#3a6f8f;
}


a:link.eznc_navContentSection { /* color : #0065A4;*/ text-decoration : none; }
a:visited.eznc_navContentSection { /* color : #0065A4; */ text-decoration : none; }
a:active.eznc_navContentSection {/* color : #0065A4;*/ text-decoration : none; }
a:hover.eznc_navContentSection {/* color : #F59931;*/ text-decoration : underline; }

.eznc_ContentSection 
{
	margin-top:5px; 
}

.eznc_SectionTitle 
{
	font-family: arial;
	font-size: 12px;
/*    color:#C05E7E; */
	margin-top:5px; 
	font-weight: bold;
}

.eznc_SectionBody 
{
	font-size: 11px;
	margin-top:5px; 
	margin-left:0px;
	text-align:left
}

table.eznc_SectionBody 
{
	width:auto;
}

.eznc_SectionBody_Col1 
{
/*	color: #0065A4; */
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	width: auto;
	vertical-align: top;
}
.eznc_SectionBody_Col1 p
{
    padding:normal;
    margin:normal;
    line-height:normal;
}
.eznc_SectionBody_Col2 
{
    width: 220px;
    display: inline;
    float: right;
    text-align: right;
    vertical-align: top;
}
.eznc_SectionBody_Col2 img, .eznc_SectionBodyV2 img
{
    margin:0 0 6px 6px;
}
.eznc_ContentCopyright 
{
	width:auto; 
	margin-top: 20px;
	border-style: solid; 
	border-width: 1px; 
/*	color : #0065A4;	 */
	font-family : arial; 
	font-size : 11px; 
	font-weight : normal;
	text-align: center; 
}

a:link.eznc_FTContentCopyright {/* color : #0065A4;*/ text-decoration : none; }
a:visited.eznc_FTContentCopyright {/* color : #0065A4;*/ text-decoration : none; }
a:active.eznc_FTContentCopyright {/* color : #0065A4;*/ text-decoration : none; }
a:hover.eznc_FTContentCopyright {/* color : #F59931;*/ text-decoration : underline; }

/* END - Classes for the Patient Education Content */ 

/* 
=====================================
Skin styles for Medical Content - END
=====================================
*/



/* 
==================================================
Skin styles for Article Viewer with Video Player
==================================================
*/

.eznc_Tab_Fill
{
	background-image: url(images/videoHeaderBg.jpg);
}
/* Controls the text color used on the title bar */
.eznc_TabText, .eznc_TabText a:link, .eznc_TabText a:visited
{
	color: #fff;
}
/* Controls the logo above the article list in the right column */
.eznc_Filter_Top_Logo
{
	width: 210px;
	height: 83px;
    background-image: url(images/ArticleListHeader.jpg);
	
}

.eznc_Filter_Image
{
	padding:4px 0 0 0;
}
.eznc_Filter_Search input
{
	height:17px;
}

/* Right Column Background Color */
.eznc_Filter_Image, 
.eznc_Filter_Search, 
.eznc_Filter_Search div,
.eznc_FilterText,
.eznc_Filter_Line2,
.eznc_Filter_Line3
{
	background-color:#e0e7ec;
}
.eznc_Filter_Search div
{
}

.eznc_FilterText 
{
	height:40px;
}



/* Controls the text color of the article list in the right column */
.eznc_FilterList, .eznc_FilterList a:link, .eznc_FilterList a:visited
{
	color: #000;
}

/* Loogo at bottom of article list in the right column */
.eznc_Filter_Bottom_Logo
{
	background-image:url(images/ArticleListBottomLogo.jpg);
	background-repeat:no-repeat;
	width:208px;
	height:61px;
}

