/* --- 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');
------------------------
white-space:normal !important;
------------------------
css specific tags:
OS - win linux mac freebsd ipod iphone webtv mobile
Browser - ie ie8 ie7 ie6 ie5 gecko ff2 ff3 ff5 opera opera8 opera9 opera10 konqueror webkit safari safari3 chrome
------------------------
/*--- End Code Snippets ***/


------------------------
@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: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#333333;
	margin:0;
	padding:0;
    background-color:#ffffff;
	background-image:url(images/bgBody.jpg);
	background-repeat:repeat-x;
}
img 
{
    border:0;
}

a:link, a:visited
{
    color:#9e0b0f;
    text-decoration:none;
}
a:hover
{
    color:#9e0b0f;
    text-decoration:underline;
}

h1
{
    color:#000;
    font-family: Arial, Helvetica, sans-serif;
    font-size:19px;
    font-weight:bold;
	font-style:italic;
    margin:0;
	background-image:url(images/bgH1.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	display:inline;
	padding:0 14px 0 0;
}
.h1nobg {background-image:none; padding:0; display:block;}

h2
{
    color:#9e0b0f;
    font-family: Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:bold;
	font-style:italic;
    margin:20px 0 0 0;
}
p
{
    padding: 0 0 10px;
    line-height:18px;
}

ol, ul
{
    margin:6pt 0 18pt 0;
}
li
{
    margin:0 0 4pt 10pt;
}

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;}

.bullet {position:relative; top:-1px;}
.bulletArrow {position:relative; top:-2px;}

/**** 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
{
	width:1000px;
	margin:0 auto;
	background-image:url(images/bgContentRepeater.jpg);
	background-repeat:repeat-y;
}
#wrapperBgLP
{
	width:1000px;
	margin:0 auto;
	background-image:url(images/bgContentRepeaterLP.jpg);
	background-repeat:repeat-y;
}
#wrapperHP
{
    width:1000px;
    margin:0 auto;
    background-image:url(images/bgContentHP.jpg);
    background-repeat:no-repeat;
    position:relative;
}
#wrapperLP
{
    width:1000px;
    margin:0 auto;
	min-height: 1000px;
	height: auto !important;
	height: 1000px;
    background-image:url(images/bgContentLP.jpg);
    background-repeat:no-repeat;
    position:relative;
}
#wrapperPE
{
    width:1000px;
    margin:0 auto;
	min-height: 1000px;
	height: auto !important;
	height: 1000px;
    background-image:url(images/bgContentLP.jpg);
    background-repeat:no-repeat;
    position:relative;
}
	.ie6 #wrapperPE
	{
		width:1040px;
		margin:0 auto;
		min-height: 1000px;
		height: auto !important;
		height: 1000px;
		background-image:url(images/bgContentLP.jpg);
		background-repeat:no-repeat;
		position:relative;
	}


#headerImage
{
	height:384px;
	width:1000px;
	position:absolute;
	top:0;
	left:0;
	z-index:20;
}

#headerImage p {margin:0; padding:0;}

/**** NAV ****/
#mainNav
{
	position:absolute;
	margin:10px 20px 0 0px;
	_margin:10px 30px 0 0px;
	top:10px;
	left:280px;
	width:700px;
	_width:670px;
	text-align:right;
	z-index:30;
}
.ie7 #mainNav
{
	position:absolute;
	margin:10px 30px 0 0px;
	top:10px;
	left:280px;
	width:670px;
	text-align:right;
	z-index:30;
}

	#mainNav ul
	{
		margin:0;
		padding:0;
	}
	#mainNav li
	{
		padding:0 2px;
		margin:0;
		list-style:none;
		display:inline;
	}
	#mainNav a:link, #mainNav a:visited
	{
		color:#FFF;
		font-weight:bold;
	}
	#mainNav a:hover
	{
		color:#cda4ba;
		text-decoration:none;
	}
	

    #dynamicNav
    {
		float:left;
        position:relative;
        width:200px;
		margin:456px 22px 0 30px;
        text-align:right;
        font-weight:bold;
		z-index:30;
    }
	.ie6 #dynamicNav
	{
		margin-left:13px;
	}
	#dynamicNavLP
    {
		float:left;
        position:relative;
        width:204px;
		margin:394px 22px 0 40px;
        text-align:right;
        font-weight:bold;
		z-index:30;
    }
	.ie6 #dynamicNavLP
	{
		margin-left:22px;
	}
        #dynamicNav td, #dynamicNavLP td
        {
            padding:0 0 4px 0;
			text-align:right;
			width:204px;
        }
        #dynamicNav a:link, #dynamicNav a:visited, #dynamicNavLP a:link, #dynamicNavLP a:visited
        {
            color:#000;
        }
        #dynamicNav a:hover, #dynamicNavLP a:hover
        {
            color:#9e0b0f;
            text-decoration:none;
        }


/**** CONTENT ****/

    #contentHP
    {
		float:left;
        margin:450px 0 0 0;
        width:490px;
		min-height: 400px;
		height: auto !important;
		height: 400px;
    }
    #contentLP
    {
		float:left;
        margin:360px 0 0 16px;
        width:690px;
		min-height: 646px;
		height: auto !important;
		height: 646px;
		position:relative;
		z-index:30;
    }
    #contentPE
    {
		float:left;
        margin:360px 0 0 16px;
        width:690px;
		min-height: 646px;
		height: auto !important;
		height: 646px;
		position:relative;
		z-index:30;
    }



/**** BUTTON WRAPPER ****/
#buttonWrapperHP
{
	float:right;
	margin:450px 0 0 0;
}
#buttonWrapperLP
{
	position:absolute;
	top:750px;
	left:20px;
}
    #buttonPEHP
    {
        width:242px;
        height:129px;
		margin:0 0 10px 0;
    }
    #wraperButtonDDHP
    {
        position:relative;
		width:243px;
		height:103px;
    }
        #buttonDDHP
        {
            background-image:url(images/buttonDDHP.png);
            background-repeat:no-repeat;
            width:100%;
            height:100%;
        }
        #buttonDDLP
        {
            background-image:url(images/buttonDDLP.png);
            background-repeat:no-repeat;
            width:100%;
            height:100%;
        }
        #buttonDDBlurbHP
        {
            position:absolute;
            top:54px;
            width:223px;
            height:50px;
            padding:0 10px 0 10px;
        }
            #buttonDDBlurbHP, #buttonDDBlurbHP .Normal, #buttonDDBlurbHP p
            {
                font-size:12px;
                font-weight:normal;
                line-height:12px;
				font-style:italic;
                text-align:center;
				color:#FFF;
            }
			#buttonDDBlurbHP p {margin:0; padding:0;}
			
        #buttonClick
        {
            position:absolute;
            top:90px;
            width:243px;
            height:11px;
            text-align:center;
        }



/**** FOOTER ****/
#footerWrapper
{
    position:relative;
    height:84px;
	background-image:url(images/bgFooter.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:153px;
	color:#FFF;
	font-size:11px;
}
#footerWrapperLP
{
    position:relative;
    height:84px;
	background-image:url(images/bgFooterLP.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:184px;
	color:#FFF;
	font-size:11px;
}
#footerWrapperHP
{
    position:relative;
    height:84px;
	background-image:url(images/bgFooter-new.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:165px;
	color:#FFF;
	font-size:11px;
}

.mac #footerWrapperHP, .mac #footerWrapperLP
{
	font-size:10px;
}
/*---- INNER FOOTER POSITIONS ----*/
#hostingBugs    {top:87px; left:65px;}
#SHAREbug       {top:100px;left:430px;}
#footerNav      {top:76px; left:380px;}
#address        {top:120px;left:378px;}
#copyright      {top:96px; left:684px;}

#hostingBugsLP    {top:112px; left:65px;}
#hostingBugsHP    {top:98px; left:65px;}
#SHAREbugLP       {top:122px;left:430px;}
#SHAREbugHP       {top:112px;left:430px;}
#footerNavLP      {top:100px; left:380px;}
#footerNavHP      {top:80px; left:380px;}
#addressLP        {top:146px;left:378px;}
#addressHP        {top:136px;left:378px;}
#copyrightLP      {top:120px; left:684px;}
#copyrightHP      {top:110px; left:684px;}
/*---------------------------------*/

/*---- Temp Borders ----*
#footerWrapperHP, #footerHr, #hostingBugs, #SHAREbug, #footerNav, #address, #copyright {border:1px solid pink;}
/*---- End Temp Borders ---*/

#footerHr, #footerHrLP
{
    width:900px;
    text-align:center;
}
#hostingBugs, #hostingBugsLP, #hostingBugsHP
{
    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, #SHAREbugLP, #hostingBugsHP
{
    position:absolute;
    z-index:999;
}
    #SHAREbug p, #SHAREbugLP p, #hostingBugsHP p
    {
        margin:0;
        padding:0;
        z-index:999;
    }
/*-------------------------------------------*/
#footerNav, #footerNavLP, #footerNavHP 
{
    text-align:right;
    font-weight:bold;
    font-size:9pt;
    position:absolute;
    width:300px;
}

    #footerNav ul, #footerNavLP ul, #footerNavHP u1
    {
        padding:0;
        margin:0;       
    }
        #footerNav li, #footerNavLP li, #footerNavHP li
        {
            margin:0;
            padding:0;
            display: inline;        
        }
    #footerNav a:link, #footerNav a:visited, #footerNav,
	#footerNavLP a:link, #footerNavLP a:visited, #footerNavLP,
	#footerNavHP a:link, #footerNavHP a:visited, #footerNavHP
    {
        color:#FFF;
		text-transform:uppercase;
		width:600px;
		font-size:11px;
    }
    .mac #footerNav a:link, .mac #footerNav a:visited, .mac #footerNav,
	.mac #footerNavLP a:link, .mac #footerNavLP a:visited, .mac #footerNavLP,
	.mac #footerNavHP a:link, .mac #footerNavHP a:visited, .mac #footerNavHP
    {
        color:#FFF;
		text-transform:uppercase;
		width:600px;
		font-size:10px;
    }
    #footerNav a:hover, #footerNavLP a:hover, #footerNavHP a:hover
    {
        text-decoration:none;
        color:#cda4ba;
    }
/*-------------------------------------------*/
#address, #addressLP,  #addressHP
{
    text-align:right;
    position:absolute;
    width:600px;
    z-index:50;
}

/*-------------------------------------------*/
#copyright, #copyrightLP, #copyrightHP
{
    position:absolute;
	width:300px;
	text-align:right;
	padding:2px 4px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	   z-index:50;
}








/***** Main Menu - Start *****/
.MainMenuBar
{
	color: #000;
}

.MainMenuItem
{
	color: #000;
	text-transform: uppercase;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
	.mac .MainMenuItem
	{
		color: #000;
		text-transform: uppercase;
		text-align: center;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 10px;
		font-weight: bold;
	}

.MainMenuItemSelected
{
	color: #9e0b0f;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}
	.mac .MainMenuItemSelected
	{
		color: #9e0b0f;
		text-align: center;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		cursor: pointer;
	}

.MainMenu_SubMenu
{
	color: #000;
	background-color: #cfcfcf;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	/* text-transform: uppercase; */
	text-decoration: none;
	cursor: pointer;
}
	.mac .MainMenu_SubMenu
	{
		color: #000;
		background-color: #cfcfcf;
		text-align: center;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 10px;
		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: 500px;
	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:#9e0b0f;
}


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:500px;
}

.eznc_SectionBody_Col1 
{
/*	color: #0065A4; */
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	width: 500px;
	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
{
    margin:0 0 6px 6px;
}
.eznc_ContentCopyright 
{
	width:500px; 
	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_Bottom_Logo
{
	width:206px;
	height:61px;
	background-image:url(images/PEiHealthspotLogo.jpg);
	background-repeat:no-repeat;
}

/* Controls the spacer background color of the article list in the right column */
.eznc_Filter_Line2
{
	background-color: #f6f6f6;
}

/* Controls the background color of the article list in the right column */
.eznc_Filter_Line3 
{
	background-color: #f6f6f6;
}

/* Controls the text color of the article list in the right column */
.eznc_FilterList, .eznc_FilterList a:link, .eznc_FilterList a:visited
{
	color: #3470af;
}

/* Background color around search box */
.eznc_FilterText 
{
	background-color:#f6f6f6;
	height:40px;
}
.eznc_Filter_Search input
{
	margin:0;
	padding:0;
}

=====================================
Skin styles for Medical Content - END
=====================================
*/

#Searchtop
{
    height:21px;
    text-align:left;
    width:160px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    z-index:999;
    _position:relative;
    _width:200px;
}
.Searchtop:link, .Searchtop:visited
{
    color: #ffffff;
    font-weight: bold;
}
.Searchtop:hover
{
   color:#d0a7ce;
   text-decoration:none;
   font-weight:bold;
}

/* DTSearch - SearchBox */
#Searchtop .eznc_SearchText{width:150px;_width:100px;} /* Width of Search Text Box */
#Searchtop .eznc_SearchButtton{color:#ffffff;font-family:Arial;font-size:11px;text-transform: uppercase;font-weight: bold;}
.ie6 #Searchtop .eznc_SearchButtton{z-index:999;color:#ffffff;font-family:Arial;font-size:10px;text-transform: uppercase;font-weight: bold;position:absolute;float:right;top:8px;}
.ie7 #Searchtop .eznc_SearchButtton{z-index:999;color:#ffffff;font-family:Arial;font-size:10px;text-transform: uppercase;font-weight: bold;position:absolute;float:right;top:8px;}
.ie8 #Searchtop .eznc_SearchButtton{z-index:999;color:#ffffff;font-family:Arial;font-size:10px;text-transform: uppercase;font-weight: bold;}

#searchContainer .eznc_SearchText{width:150px;_width:100px;} /* Width of Search Text Box */
#searchContainer .eznc_SearchButtton{color:#ffffff;font-family:Arial;font-size:10px;font-weight:bold; text-transform: uppercase!important;}
#searchContainer a.eznc_SearchButtton:link{color:#ffffff;}
#searchContainer a.eznc_SearchButtton:hover{color:#ffffff; text-decoration:none;}

/*=======================================
END - Skin styles for Search Box feature
=======================================*/

#footertextwrapper
{
    font-size:8pt;
    text-align:center;
    position:relative;
    width:890px;
    color:#000000;
    font-weight:normal;
    height:30px;
    font-family:  Arial;
    padding:10px 15px 0px 30px;
    align:left;
    margin:0 auto;

}
#footertextwrapperHP
{
    font-size:8pt;
    text-align:center;
    position:relative;
    width:840px;
    color:#000000;
    font-weight:normal;
    height:30px;
    font-family:  Arial;
    padding:0px 15px 0px 45px;
    align:left;
    margin-top:-30px;

}

.footertext, .footertext a:link, .footertext a:visited
{
    font-size:8pt;
    text-align:left;
    color:#000000;
    font-weight:normal;
    font-family: Arial;
    line-height:105%;
    
}
.footertext a:hover
{
    font-size:8pt;
    text-align:left;
    color:#000000;
    font-weight:normal;
    text-decoration:underline;
    line-height:105%;
}
.footertext p
{
    font-size:8pt;
    text-align:left;
    color:#000000;
    font-weight:normal;
    font-family: Arial;
    line-height:105%;
}
