/* --- 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 opera opera8 opera9 opera10 konqueror webkit safari safari3 chrome
------------------------
/*--- End Code Snippets ***/



* {padding:0; margin:0;}

body
{
	margin:0;
	padding:0;
	background-image:url(images/bgBody.jpg);
	background-repeat:repeat-x;
	background-position:center top;
    background-color:#FFF;
} 
	body, .Normal	/* This class is used by DNN when modules are added. */
	{
		font-family: Arial;
		font-size: 12px;
		font-weight: normal;
		color:#333333;
	}
	a.noLinkStyle /* Color same as Body font Color */
	{
		color: #333333;
		text-decoration: none;
	}



img 
{
    border:0;
}

a:link, a:visited
{
    color:#9e0b0f;
    text-decoration:none;
}
a:hover
{
    color:#9e0b0f;
    text-decoration:underline;
}
h1
{
    color:#9e0b0f;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:21px;
    font-weight:bold;
    margin:0 0 10px;
}
h2
{
    color:#9e0b0f;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:18px;
    font-weight:bold;
    margin:20px 0 4px 0;
}
h3
{
    color:#9e0b0f;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:20px 0 4px 0;
}
p
{
    padding: 0 0 10px;
    line-height:18px;
}

ol, ul
{
    margin:6pt 0 18pt 0;
}
li
{
    margin:0 0 4pt 20pt;
}

input 
{
    margin:4px 0 10px 0;
}

.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;}

.box
{
	border:3px double #ec9178;
	padding:10px 0;
	font-weight:bold;
}
	ul.threeCol
	{
		margin:0 0 0 18px;
	}
	.threeCol li
	{
		float:left;
		width:140px;
		padding:0 0 0 12px;
		margin:0;
		list-style:none;
		background-image:url(images/bulletPink.gif);
		background-repeat:no-repeat;
		background-position:left;
	}
		.threeCol li a:hover
		{
			color:#517b93;
			text-decoration:none;
		}

/**** WRAPPERS ****/
#wrapperHPRepeater
{
    width:980px;
    margin:0 auto;
    background-image:url(images/bgContentHPRepeater.jpg);
    background-repeat:repeat-y;
    position:relative;
}
#wrapperHP
{
    width:980px;
    margin:0 auto;
    background-image:url(images/bgContentHP.jpg);
    background-repeat:no-repeat;
    position:relative;
}
#wrapperLP
{
    width:980px;
    margin:0 auto;
    background-image:url(images/bgContentLP.jpg);
    background-repeat:no-repeat;
    position:relative;
}


#flashHeader
{
	position:absolute;
	z-index:1;
	top:88px;
	left:320px;
	width:635px;
	height:265px;
}
.ie6 #flashHeader
{
}
	.ie6 #bgFlash
	{
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/399/Skins/WSO/images/bgFlash.png', sizingMethod='crop');
	}
	#bgFlash
	{
		position:absolute;
		z-index:0;
		width:648px;
		height:345px;
		background-image:url(images/bgFlash.png);
		background-repeat:no-repeat;
		left:308px;
		top:86px;
	}
	

#headerImage
{
	position:absolute;
	top:90px;
	left:321px;
	height:215px;
	width:635px;
	z-index:10;
}
	#headerImage p {margin:0; padding:0;}


	#bgHeader
	{
		position:absolute;
		z-index:0;
		width:646px;
		height:345px;
		background-image:url(images/bgFlash.png);
		background-repeat:no-repeat;
		left:310px;
		top:86px;
	}
	.ie6 #bgHeader
	{
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/399/Skins/WSO/images/bgFlash.png', sizingMethod='crop');
	}

	#bgHeaderPE
	{
		position:absolute;
		z-index:0;
		width:646px;
		height:310px;
		background-image:url(images/bgFlash.png);
		background-repeat:no-repeat;
		left:310px;
		top:86px;
	}
	
	
#headerImageEZ
{
	text-align:center;
	padding:80px 0 0;
}
/**** LEFT SIDE NAV ****/
#navWrapperHP
{
    position:absolute;
	top:62px;
	right:26px;
	z-index:10;
}
    #dynamicNav
    {
        position:relative;
        font-weight:bold;
		color: #007dbd;
		text-transform: none;
		text-align: center;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 12px;
		font-weight: bold;
    }
		#dynamicNav table
		{
			width:1%;
		}
        #dynamicNav td
        {
            padding:0px 0px;
            text-align:center;
        }
        #dynamicNav a:link, #dynamicNav a:visited
        {
			color: #007dbd;
			text-transform: none;
			text-align: center;
			font-family: Tahoma, Geneva, sans-serif;
			font-size: 12px;
			font-weight: bold;
        }
        #dynamicNav a:hover
        {
			color: #9e0b0f;
            text-decoration:none;
        }

	
	
/**** STATIC NAV ****/

#staticNavHP
{
	position:relative;
	float:left;
	width:281px;
	margin:94px 0 0 28px;
	z-index:1;
}
.ie6 #staticNavHP
{
	margin:94px 0 0 14px;
}
	#staticNavRepeater
	{
		width:100%;
		height:100%;
		background-image:url(images/bgStaticNavRepeater.gif);
		background-repeat:repeat-y;
	}
	#staticNavTop
	{
		width:100%;
		height:100%;
		background-image:url(images/bgStaticNavTop.gif);
		background-repeat:no-repeat;
		min-height: 276px;
		height: auto !important;
		height: 276px;
	}


	#staticNavRepeaterPE
	{
		width:100%;
		height:100%;
		background-image:url(images/bgStaticNavRepeaterPE.gif);
		background-repeat:repeat-y;
	}
	#staticNavTopPE
	{
		width:100%;
		height:100%;
		background-image:url(images/bgStaticNavTopPE.gif);
		background-repeat:no-repeat;
		min-height: 276px;
		height: auto !important;
		height: 276px;
	}

		#staticNav ul
		{
			margin:0 10px;
			padding:30px 0 0 0;
		}
		#staticNav li
		{
			margin:0 0 0 24px;
			padding:4px 0;
			list-style-image:url(images/liStaticNav.gif);
			letter-spacing:-0.5px;
		}
		
		#staticNav a:link, #staticNav a:visited
		{
			color:#FFF;
			font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
			font-size:13px;
			text-decoration:none;
		}
		#staticNav a:hover
		{
			text-decoration:none;
			color:#a0410d;
		}

/**** SUB NAV ****/
#subNav
{
	background-color:#99b3aa;
	height:21px;
	margin:2px 0;
	text-align:center;
	padding:4px 0 0;
}
	#subNav img {margin:0 6px;}
	#subNav a:link, #subNav a:visited
	{
		text-decoration:none;
		color:#FFF;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:14px;
		text-transform:uppercase;
		letter-spacing:-1px;
	}
	#subNav a:hover
	{
		color:#9e0b0f;
		text-decoration:none;
	}


#subNavLP
{
	position:relative;
	z-index:1;
	margin:375px 22px 0 0;
	float:right;
	width:636px;
	text-align:center;
}
	#subNavLP p, #subNavLP .Normal, #subNavLP a:link, #subNavLP a:visited
	{
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:14px;	
		margin:0;
		padding:0;
	}
	#subNavLP a:hover
	{
	}
/**** CONTENT ****/
#contentWrapperHP
{
    position:relative;
	padding-top:352px;
	float:right;
	width:636px;
	margin:0 20px 0 0;
}
.ie6 #contentWrapperHP
{
	margin:0 10px 0 0;
}
#contentWrapperLP
{
    position:relative;
	float:right;
	width:636px;
	margin:0 22px 0 0;
}
.ie6 #contentWrapperLP
{
}
    #contentHP
    {
		position:relative;
		padding:10px 0 0;
		margin:0;
    }
    #contentLP
    {
		position:relative;
		padding:10px 20px 0;
		margin:0;
    }
	
#contentWrapperPE
{
    position:relative;
}
    #contentPE
    {
		position:relative;
		padding:10px 0 0;
		margin:0 auto;
		width:710px;
    }

/**** BUTTON WRAPPER ****/
#contentButtons
{
	position:relative;	
	height: 62px;
	width:637px;
	z-index:10;
}
#contentWrapperHP #contentButtons
{
	right:4px;
}
#contentButtonsBg
{
	background-image:url(images/bgButtons.gif);
	background-repeat:no-repeat;
	height:100%;
	width:100%;
}
	#buttonPEHP
	{
		position:absolute;
		top:10px;
		left:16px;
	}
	#buttonDDHP
	{
		position:absolute;
		top:0px;
		left:235px;
		width:198px;
		padding:0 10px;
		text-align:center;
	}
	#buttonDDLP
	{
		position:absolute;
		top:10px;
		left:235px;
		width:198px;
		padding:0 10px;
		text-align:center;
	}
		#buttonDDHP, #buttonDDHP .Normal, #buttonDDHP p,
		#buttonDDLP, #buttonDDLP .Normal, #buttonDDLP p
		{
			font-size:11px;
			font-weight:bold;
			line-height:10px;
			text-align:center;
			color:#FFF;
		}
		#buttonDDHP img, #buttonDDLP img {margin:0 0 3px;}
		#DDClickHP
		{
			position:absolute;
			top:10px;
			left:8px;
			width:200px;
			height:40px;
		}
		#DDClick
		{
			position:absolute;
			top:0;
			left:8px;
			width:200px;
			height:40px;
		}
	#buttonEPHP
	{
		position:absolute;
		top:13px;
		left:474px;
	}



/**** FOOTER ****/
#footerWrapper
{
    width:980px;
	height:150px;
    margin:0 auto;
    background-image:url(images/bgFooter.jpg);
    background-repeat:no-repeat;
    position:relative;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
}
	.mac.safari #footerWrapper,
	.mac.gecko #footerWrapper
	{
		font-size:10px;
	}


#seoContent
{
	position:relative;
	width:800px;
	margin:0 auto;
	padding:26px 0 0;
	text-align:center;
}
#seoContent p
{
	margin:0;
	padding:0;
	color:#000;
	line-height:14px;
	text-align:center;
}
#seoContent a:link, #seoContent a:visited
{
	font-weight:normal;
	color:#b32017;
}
#seoContent a:hover
{
}


#hostingBugs
{
    width:250px;
	margin:10px auto;
    position:relative;
}
#hostingBugsPE
{
    width:96px;
	margin:10px auto;
    position:relative;
}
    #IHbug
    {
        float:right;
        width:92px;
        position:relative;
    }
#SHAREbug
{
    position:relative;
	float:left;
	top:10px;
}
    #SHAREbug p
    {
        margin:0;
        padding:0;
    }
/*-------------------------------------------*/
#footerNav
{
    font-weight:bold;
    width:400px;
	text-align:center;
	margin:6px auto;
}
    #footerNav ul
    {
        padding:0;
        margin:0;       
    }
        #footerNav li
        {
            margin:0;
            padding:0;
            display: inline;        
        }
    #footerNav a:link, #footerNav a:visited, #footerNav
    {
        color:#015783;
		text-transform:uppercase;
    }
    #footerNav a:hover
    {
        text-decoration:none;
        color:#000;
    }
/*-------------------------------------------*/
#address
{
    text-align:center;
    position:relative;
	color:#015783;
}

/*-------------------------------------------*/
#copyright
{
    position:relative;
	text-align:center;
	color:#015783;
}








/***** Main Menu - Start *****/
.MainMenuBar
{
	color: #000;
}

.MainMenuItem,
.searchLink,
#navSpacer,
#search a.eznc_SearchButtton:link, 
#search a.eznc_SearchButtton:visited
{
	color: #007dbd;
	text-transform: none;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
	.mac.safari .MainMenuItem,
	.mac.safari .searchLink,
	.mac.safari .searchLinkOn,
	.mac.safari #navSpacer,
	.mac.gecko .MainMenuItem,
	.mac.gecko .searchLink,
	.mac.gecko .searchLinkOn,
	.mac.gecko #navSpacer
	{
		font-size:11px;
	}
.MainMenuItemSelected,
#search a.eznc_SearchButtton:hover
{
	color: #9e0b0f;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	cursor: pointer;
}
	.mac.safari .MainMenuItemSelected,
	.mac.gecko .MainMenuItemSelected
	{
		font-size:11px;
	}
.MainMenu_SubMenu
{
	color: #FFF;
	background-color: #464646;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	/* text-transform: uppercase; */
	text-decoration: none;
	cursor: pointer;
}
	.mac.safari .MainMenu_SubMenu,
	.mac.gecko .MainMenu_SubMenu
	{
		font-size:12px;
	}

.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: #007dbd;
	text-transform: none;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
/***** Main Menu - End *****/

/* 
================================
Skin styles for Medical Content
================================
*/
/* START - Classes for the Patient Education Table Of Contents */ 

.eznc_ListViewGroupHeading
{
	margin:20px 0 4px;
}

.eznc_ListViewArticleLink
{
}
.eznc_ListViewArticleLink:link
{
	color:#000;
}
.eznc_ListViewArticleLink:visited
{
}

.eznc_ListViewArticleLink:hover
{
}
/* END - Classes for the Patient Education Table Of Contents */ 

/* START - Classes for the Patient Education Content */ 
.eznc_Content 
{
}

.eznc_navAllConditions 
{
}

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 
{
}

.eznc_ContentSectionV2
{
	text-align:left;
}

.eznc_ContentSectionList 
{
}

.eznc_navContentSection 
{
}

/***  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 ,
.eznc_SectionTitleV2,
.eznc_navAllConditionsV2 a.CommandButton:link,
.eznc_ContentSectionListV2
{
    color:#890203;
}
.eznc_AContentV2
{
	border-color:#890203;
}

a:link.eznc_navContentSection {text-decoration : none; }
a:visited.eznc_navContentSection {text-decoration : none; }
a:active.eznc_navContentSection {text-decoration : none; }
a:hover.eznc_navContentSection {text-decoration : underline; }

.eznc_ContentSection 
{
}

.eznc_SectionTitle 
{
}

.eznc_SectionBody 
{
	text-align:left
}

table.eznc_SectionBody 
{
}

.eznc_SectionBody_Col1 
{
}
.eznc_SectionBody_Col1 p,
.eznc_SectionBody_Col1
{
	line-height:normal;
	padding:0 0 10pt;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:left;
}
.eznc_SectionBody_Col2 
{
	float:right;
	width:220px;
}
.eznc_SectionBody_Col2 img,
.eznc_SectionBodyV2 img
{
    margin:0 0 6px 6px;
}

.eznc_ContentSectionV2 p
{
	text-align:left;
}
.eznc_SectionBodyV2
{
	text-align:left;
}


.eznc_ContentCopyright 
{
	padding:0;
	margin:0;
}


/* 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: #2b6db8;
}

/* Controls the background color of the article list in the right column */
.eznc_Filter_Line3 
{
	background-color: #2b6db8;
}

/* Controls the text color of the article list in the right column */
.eznc_FilterList, .eznc_FilterList a:link, .eznc_FilterList a:visited
{
	color: #ffffff;
}

/* Background color around search box */
.eznc_FilterText 
{
	background-color: #FFF;
	height:19px;
}
.eznc_Filter_Search input
{
	margin:0;
	padding:0;
	width:172px;
}
.eznc_spacer 
{
	height:0;
}






/*===================================
Skin styles for Search Box feature
====================================*/
#searchWrapper
{
	position:absolute;
	background-image:url(images/bgSearch.png);
	background-repeat:no-repeat;
	height:25px;
	width:243px;
	top:30px;
	left:710px;
	z-index:100;
}
.ie6 #searchWrapper
{
	background-image:url(images/bgSearch.gif);
}

#btnSearch
{
	float:left;
	position:relative;
	top:5px;
	left:6px;
	z-index:100;
	width:45px;
}
#search {}
#search .eznc_SearchText {width:180px; float:right; margin-right:6px; border: none; background-color:transparent; background-image:none; z-index:100;}
.ie8 #search .eznc_SearchText {background-color:#FFF;}
.ie6 #search a.eznc_SearchButtton:link, #search a.eznc_SearchButtton:visited {position:relative; left:4px; }
.ie7 #search a.eznc_SearchButtton:link, #search a.eznc_SearchButtton:visited {position:relative; }
/*=======================================
END - Skin styles for Search Box feature
=======================================*/
