/* --- 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 
------------------------
/*--- End Code Snippets ***/

* {padding:0; margin:0;}

body
{
	margin:0;
	padding:0;
    background: #fff3a1 url(images/bgSite.jpg) repeat-x top;
	color:#000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

img 
{
    border:0;
}

a:link, a:visited
{
    color:#555555;
    text-decoration:none;
}
a:hover
{
    color:#000000;
    text-decoration:underline;
}

h1
{
    color:#555555;
	font-family: Arial;
    font-size:28px;
    font-weight:normal;
    margin:0;
}
h2
{
    color:#555555;
	font-family: Arial;
    font-size:18px;
    font-weight:normal;
    margin:20px 0 0 0;
}
h3
{
	font-family: Arial;
}

p
{
    padding: 0px;
}

ol, ul
{
    margin:6pt 0 18pt 0;
}
li
{
    margin:0 0 4pt 20pt;
}

input 
{
    margin:4px 0 10px 0;
}

.left {float:left; margin:0 6px 6px 0;}
.right {float:right; margin:0 0 6px 6px;}

.clear
{
    clear:both;
    font-size:1px;
}

.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;
}

/**** WRAPPERS ****/
#siteWrapper
{
    position:relative;
}

#siteCenterBG
{
    margin: auto;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
}

#mainWrapper
{
    margin: auto;
    position: relative;
    width: 960px;
    border: solid 0px blue;
}

/*** BEGIN: logo, phone number and search feature ***/
#topSectionWrapperHP
{
    position: relative;
}
#topSectionInnerHP
{
    position: relative;
    width: 100%;
    height: 140px;
}
#logoContainer
{
    padding: 0px 0px 0px 50px;
    float: left;
    position: relative;
    z-index: 100;
}

#searchContainerWrapper
{
    float: right;
    padding: 0px;
}

#searchContainer
{
    background-image: url(images/bgSearchBox.jpg);
    background-repeat: no-repeat;
    width: 515px;
    height: 61px;
    z-index: 100;
}

/*===================================
Skin styles for Search Box feature
====================================*/
#search 
{
    float: left;
    width: 250px;
    padding: 20px 0px 0px 77px;
}
#search .eznc_SearchText 
{
    width: 180px; 
    float: left; 
    margin-right: 6px; 
    margin-top: 0px; 
    border: none; 
    background-color: transparent; 
    background-image: none; 
    z-index: 100;
}
#search a.eznc_SearchButtton
{
    float: left; 
    position: relative; 
    padding: 0px 0px 0px 28px;
    z-index: 100;
}
* html #search a.eznc_SearchButtton
{
    float: left; 
    position: relative; 
    padding: 0px 0px 0px 26px;
    z-index: 100;
}
/*=======================================
END - Skin styles for Search Box feature
=======================================*/

#phoneNumberPane,
#dnn_phoneNumberPane
{
    padding: 18px 0px 0px 45px;
    width: 125px;
    float: left;
}
#phoneNumberPane p,
#dnn_phoneNumberPane p
{
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
}

/*** END: logo, phone number and search feature ***/

/*** BEGIN: main nav, welcome copy, flash header for home page ***/
#headerSection
{
    position: relative;
    background-image: url(images/bgHeaderSection.jpg);
    background-repeat: no-repeat;
    width: 960px;
    height: 330px;
    margin-top: -10px;
}

#headerSectionInner
{
    width: 100%;
    position: relative;
}

#mainNav
{
    width: 400px;
}
#mainNav ul
{
    margin: 0;       
    padding: 25px 0px 0px 35px;
}
#mainNav ul li
{
    margin: 0;
    padding: 0px 10px 0px 5px;
    display: inline; 
}
#mainNav, #mainNav a:link, #mainNav a:visited
{
    color:#fec881;
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
}
#mainNav a:hover
{
    color:#9a9c9f;
    text-decoration:none;
}

#headerContent
{
    border: solid 0px pink;
    float: left;
    width: 400px;
}

#headerContentPane,
#dnn_headerContentPane
{
    padding: 35px 15px 0px 30px;
}

#headerContentPane h1,
#dnn_headerContentPane h1
{
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
}
#headerContentPane h2,
#dnn_headerContentPane h2
{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 10px;
}

#headerContentPane p,
#dnn_headerContentPane p
{
    padding: 0px 0px 10px 0px;
}

#headerImage
{
    position: absolute;
    top: 52px;
    left: 400px;
}
/*** END: main nav, welcome copy, flash header for home page ***/

/*** BEGIN: toolkit nav, secondary nav, main content for home page ***/
#contentWrapper
{
    position: relative;
    float: left;
    width: 100%;
}

#leftShadow
{
    float: left;
    background-image: url(images/bgLeftShadowRepeater.jpg);
    background-repeat: repeat-y;
    width: 5px;
}

#rightShadow
{
    float: left;
    background-image: url(images/bgRightShadowRepeater.jpg);
    background-repeat: repeat-y;
    width: 5px;
}

#contentSection
{
}

#contentSectionInner
{
    float: left;
    position: relative;
    width: 950px;
    background-color: #FFFFFF;
    background-image: url(images/bgLP_MainContent.jpg);
    background-repeat: no-repeat;
}

#contentBottom
{
    background-image: url(images/bgContentSectionBottom.jpg);
    background-repeat: no-repeat;
    height: 18px;
}

/* Secondary Navigation Section */
#secNavWrapper
{
}

#secNavTop
{
    background-image: url(images/bgSecNavTop.jpg);
    background-repeat: no-repeat;
    height: 15px;
}

#secNavContent
{
    background-image: url(images/bgSecNavRepeater.jpg);
    background-repeat: repeat-y;
    float: left;
    width: 100%;
}

#secNavContentInner
{
    background-image: url(images/bgSecNavMiddle.jpg);
    background-repeat: no-repeat;
    height: 99px;
}

#toolkitImage
{
    float: left;
    padding: 10px 0px 0px 10px;
}

#secondaryNavCol1Pane,
#dnn_secondaryNavCol1Pane
{
    float: left;
    padding: 5px 0px 0px 0px;
}

#tblSecondaryNavCol1 td 
{
    line-height: 18px;
}

.secNavLeftCol
{
    border-bottom: dotted 1px #ffffff;
    border-right: dotted 1px #ffffff;
    padding-left: 10px;
}

.secNavLeftBottomCol
{
    border-bottom: none;
    border-right: dotted 1px #ffffff;
    padding-left: 10px;
}

.secNavRightCol
{
    border-bottom: dotted 1px #ffffff;
    padding-left: 10px;
}

.secNavRightBottomCol
{
    border-bottom: none;
    padding-left: 10px;
}

#secondaryNavCol2Pane,
#dnn_secondaryNavCol2Pane
{
    float: left;
    padding: 10px 0px 0px 60px;
}
#secondaryNavCol3Pane,
#dnn_secondaryNavCol3Pane
{
    float: left;
    padding: 10px 0px 0px 60px;
}
#secondaryNavCol2Pane h3,
#dnn_secondaryNavCol2Pane h3,
#secondaryNavCol3Pane h3,
#dnn_secondaryNavCol3Pane h3
{
    color: #FFFFFF;
    font-size: 15px;
    padding-bottom: 15px;
}
#secondaryNavCol2Pane ul,
#dnn_secondaryNavCol2Pane ul,
#secondaryNavCol3Pane ul,
#dnn_secondaryNavCol3Pane ul
{
    margin: 5px 0px 5px 0px;
}
#secondaryNavCol2Pane li,
#dnn_secondaryNavCol2Pane li,
#secondaryNavCol3Pane li,
#dnn_secondaryNavCol3Pane li
{
    color: #FFFFFF;
    margin: 0px 0px 5px 12px;
}

#secondaryNavCol1Pane a,
#dnn_secondaryNavCol1Pane a,
#secondaryNavCol2Pane a,
#dnn_secondaryNavCol2Pane a,
#secondaryNavCol3Pane a,
#dnn_secondaryNavCol3Pane a
{
    color: #000000;
}
#secondaryNavCol1Pane a:hover,
#dnn_secondaryNavCol1Pane a:hover,
#secondaryNavCol2Pane a:hover,
#dnn_secondaryNavCol2Pane a:hover,
#secondaryNavCol2Pane a:hover,
#dnn_secondaryNavCol2Pane a:hover
{
    text-decoration: underline;
}

#secondaryNavCol1Pane p,
#dnn_secondaryNavCol1Pane p,
#secondaryNavCol2Pane p,
#dnn_secondaryNavCol2Pane p,
#secondaryNavCol3Pane p,
#dnn_secondaryNavCol3Pane p
{
    padding: 0px;
}

#secNavBottom
{
    background-image: url(images/bgSecNavBottom.jpg);
    background-repeat: no-repeat;
    height: 14px;
}

/* Main Content Section */
#mainContentSectionInner
{
    background-image: url(images/bgContentSection.jpg);
    background-repeat: repeat-y;
    width: 100%;
    position: relative;
}

#ContentPane,
#dnn_ContentPane
{
    position: relative;
    float: left;
    width: 100%;
}

#ContentPane h2,
#dnn_ContentPane h2
{
    margin: 20px 0px 20px 0px;
}

#ContentPane p,
#dnn_ContentPane p
{
    padding: 0px 0px 10px 0px;
}

#mainContentCol1Container
{
    width: 318px;
    min-height: 215px;
    float: left;
    color: #959595;
}
#mainContentCol2Container
{
    width: 315px;
    min-height: 215px;
    float: left;
    color: #959595;
}
#mainContentCol3Container
{
    width: 315px;
    min-height: 215px;
    float: left;
    color: #959595;
}

#mainContentCol1Container h1,
#mainContentCol2Container h1,
#mainContentCol3Container h1
{
    font-size: 18px;
    font-weight: bold;
    margin: 0px 5px 0px 15px;
}

#mainContentCol1Container h2,
#mainContentCol2Container h2,
#mainContentCol3Container h2
{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}

#mainContentCol1Container ul,
#mainContentCol2Container ul,
#mainContentCol3Container ul
{
    margin: 0px;
}

#mainContentCol1Container a,
#mainContentCol2Container a,
#mainContentCol3Container a
{
    font-weight: bold;
}
#mainContentCol1Container a:hover,
#mainContentCol2Container a:hover,
#mainContentCol3Container a:hover
{
    color: #959595;
}
/*** END: toolkit nav, secondary nav, main content for home page ***/

/** BEGIN: Landing Page Styles **/
#topSectionWrapperLP
{
    height: 95px;
    position: relative;
}
#topSectionInnerLP
{
    position: relative;
    width: 100%;
}

#logoContainerLP
{
    padding: 0px 0px 0px 50px;
    float: left;
}

#mainNavWrapperLP
{
    position: relative;
    float: left;
    background-image: url(images/bgLP_MainNav.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 75px;
}

#mainNavLP
{
    float: left;
    width: 400px;
    padding: 15px 0px 0px 0px;
    position: relative;
}
#mainNavLP ul
{
    margin: 0;       
    padding: 8px 0px 0px 35px;
}
#mainNavLP ul li
{
    margin:0;
    padding: 0px 10px 0px 5px;
    display: inline; 
}
#mainNavLP, #mainNavLP a:link, #mainNavLP a:visited
{
    color: #fec881;
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
}
#mainNavLP a:hover
{
    color: #9a9c9f;
    text-decoration: none;
}

#secNavLP
{
    background-image: url(images/bgLP_ResourcesNav.jpg);
    background-repeat: no-repeat;
    height: 75px;
    width: 538px;
    float: left;
    margin: -18px 0px 0px 5px;
    padding: 15px 0px 0px 0px;
    color: #959595;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
}

#secNavLinks
{
    float: left;
    padding: 10px 0px 0px 13px;
}
#lnkResourcesForPatients
{
    float: left;
    width: 133px;
    padding: 0px 0px 0px 35px;
}
#lnkResourcesForSleepCenters
{
    float: left;
    width: 150px;
    padding: 0px 0px 0px 35px;
}
#lnkResourcesForDoctors
{
    float: left;
    width: 128px;
    padding: 0px 0px 0px 35px;
}

#lnkResourcesForPatients a,
#lnkResourcesForSleepCenters a,
#lnkResourcesForDoctors a
{
    color: #959595;
}
#lnkResourcesForPatients a:hover,
#lnkResourcesForSleepCenters a:hover,
#lnkResourcesForDoctors a:hover
{
    color: #fec77f;
    text-decoration: none;
}

#pageTitleWrapperLP
{
    position: relative;
    float: left;
    background-image: url(images/bgLP_PageTitle.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 36px;
}

#pageTitlePane,
#dnn_pageTitlePane
{
    padding: 2px 0px 0px 30px;
}
#pageTitlePane h1,
#dnn_pageTitlePane h1
{
    color: #555555;
    font-size: 24px;
    font-weight: bold;
    text-transform: lowercase;
}

#contentSectionLP
{
}

#mainContentLeft
{
    position: relative;
    float: left;
}

#mainContentLeft #ContentPane,
#mainContentLeft #dnn_ContentPane
{
    position: relative;
    float: left;
    color: #555555;
    width: 545px;
    padding: 10px 0px 0px 10px;
}
* html #mainContentLeft #ContentPane,
* html #mainContentLeft #dnn_ContentPane
{
    width: 544px;
}

#mainContentLeft #ContentPane p,
#mainContentLeft #dnn_ContentPane p
{
    padding: 0px 0px 10px 0px;
}

#PatientResourceButtonsPane,
#dnn_PatientResourceButtonsPane
{
    text-align: center;
    padding-left: 5px;
}

#TutorialResourceButtonsPane,
#dnn_TutorialResourceButtonsPane
{
    padding-left: 7px;
}

#rightSidebarWrapperLP
{
    position: relative;
    float: left;
    width: 379px;
    margin-top: -50px;
}

#rightSidebarTopLP
{
    position: relative;
    float: left;
    width: 100%;
    height: 8px;
    text-align: center;
}

#rightSidebar
{
    padding: 0px 12px 0px 12px;
    width: 355px;
    position: relative;
    float: left;
}

#sidebarImagePane,
#dnn_sidebarImagePane
{
    margin: -11px 3px 0 -13px;
}
* html #sidebarImagePane,
* html #dnn_sidebarImagePane,
*:first-child+html #sidebarImagePane,
*:first-child+html #dnn_sidebarImagePane
{
    height: 268px;
}

#rightSidebar #sidebarBulletLinks
{
    padding-top: 5px;
}

#rightSidebar #sidebarBulletLinks h1,
#rightSidebar #dnn_sidebarBulletLinks h1
{
    background-image: url(images/rightSidebarBullet.png);
    background-position: left center;
    background-repeat: no-repeat;
    height: 24px;
    padding: 5px 0px 0px 35px;
    margin-left: 25px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}
* html #rightSidebar #sidebarBulletLinks h1,
* html #rightSidebar #dnn_sidebarBulletLinks h1
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/408/Skins/PB-CYU/images/rightSidebarBullet.png', sizingMethod='crop');
}

#rightSidebar #sidebarTutorialLinks h1,
#rightSidebar #dnn_sidebarTutorialLinks h1
{
    background-image: url(images/rightSidebarTutorials.png);
    background-position: left top;
    background-repeat: no-repeat;
    height: 116px;
    padding: 8px 0px 0px 60px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
}
* html #rightSidebar #sidebarTutorialLinks h1,
* html #rightSidebar #dnn_sidebarTutorialLinks h1
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/408/Skins/PB-CYU/images/rightSidebarTutorials.png', sizingMethod='crop');
}

#rightSidebar #sidebarTutorialLinks h2,
#rightSidebar #dnn_sidebarTutorialLinks h2
{
    padding: 5px 0px 5px 60px;
    color: #FFFFFF;
    font-size: 12.5px;
    font-weight: bold;
}
#rightSidebar #sidebarTutorialLinks ul,
#rightSidebar #dnn_sidebarTutorialLinks ul
{
    margin: -90px 0px 0px 0px;
    padding: 0px 70px 0px 35px;
}
#rightSidebar #sidebarTutorialLinks li,
#rightSidebar #dnn_sidebarTutorialLinks li
{
    border: none;
    border-bottom: solid 1px #FFFFFF;
    color: #FFFFFF;
    font-size: 12px;
    line-height: normal;
    list-style-type: none;
    padding-bottom: 5px;
}

#rightSidebar #sidebarToolkitLinks h1,
#rightSidebar #dnn_sidebarToolkitLinks h1
{
    background-image: url(images/rightSidebarToolkit.png);
    background-position: left top;
    background-repeat: no-repeat;
    height: 116px;
    padding: 8px 0px 0px 60px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
}
* html #rightSidebar #sidebarToolkitLinks h1,
* html #rightSidebar #dnn_sidebarToolkitLinks h1
{
    background: none;
    background-position: left top;
    background-repeat: no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/408/Skins/PB-CYU/images/rightSidebarToolkit.png', sizingMethod='crop');
}

#rightSidebar #sidebarToolkitLinks ul,
#rightSidebar #dnn_sidebarToolkitLinks ul
{
    margin: -90px 0px 0px 0px;
    padding: 0px 70px 0px 35px;
}
#rightSidebar #sidebarToolkitLinks li,
#rightSidebar #dnn_sidebarToolkitLinks li
{
    border: none;
    border-bottom: dotted 1px #FFFFFF;
    color: #FFFFFF;
    font-size: 12px;
    line-height: normal;
    list-style-type: none;
    padding-bottom: 5px;
}

#rightSidebar #sidebarPatientResourceLinks h1,
#rightSidebar #dnn_sidebarPatientResourceLinks h1
{
    padding: 5px 0px 10px 35px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}
#rightSidebar p
{
    padding: 0px 0px 0px 35px;
    color: #FFFFFF;
}
#rightSidebar p img
{
    margin-left: -35px;
}

#rightSidebar a
{
    color: #FFFFFF;
}
#rightSidebar a:hover
{
    color: #fec77f;
    text-decoration: none;
}

#rightSidebar ul
{
    margin: 0px;
    padding: 0px 70px 0px 35px;
}
#rightSidebar li
{
    list-style-type: none;
    border-top: dotted 1px #FFFFFF;
    line-height: 26px;
    font-size: 14px;
}

#rightSidebar hr
{
    margin: 10px 0px 10px 0px;
}

#rightSidebarLinks
{
    background-color: #7B797B;
    background-image: url(images/rightSidebarShadow.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

#rightSidebarBottomLP
{
    position: relative;
    float: left;
    width: 100%;
    height: 8px;
    text-align: center;
}

#mainContentPE
{
    position: relative;
    float: left;
}

#mainContentPE #ContentPane,
#mainContentPE #dnn_ContentPane
{
    position: relative;
    float: left;
    color: #555555;
    width: 885px;
    padding: 10px 35px 0px 30px;
}

#mainContentPE #ContentPane p,
#mainContentPE #dnn_ContentPane p
{
    padding: 0px 0px 10px 0px;
}

/** END: Landing Page Styles **/


/*******************************************/

/***** Main Menu - Start *****/
.MainMenuBar
{
	color: #000000;
}

.MainMenuItem
{
	color: #000000;
	text-transform: uppercase;
	text-align: left;
	font-family: Times New Roman;
	font-size: 10pt;
	font-weight: bold;
}

.MainMenuItemSelected
{
	color: #666;
	text-align: left;
	font-family: Times New Roman;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.MainMenu_SubMenu
{
	color: #000000;
	background-color: #fff3a1;
	text-align: left;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	/* text-transform: uppercase; */
	text-decoration: none;
	cursor: pointer;
}

.MainMenu_MenuBreak
{
	border: 0px;
	color: #000000;
	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: #d0879e; */
/*	height: 30px; */
	font-family: Arial;
	font-size: 60px;
	text-align: left;
	text-decoration: none;
	line-height:10px;
/*  text-transform: uppercase; */
}
/***** Main Menu - End *****/


/***** FOOTER - Begin *****/
#footerWrapper
{
    position: relative;
    width: 960px;
    margin: 10px auto 20px;
}
#footerSectionLeft
{
    float: left;
    width: 600px;
    padding: 5px 5px 10px 25px;
    color: #464646;
    font-size: 10px;
}
#footerSectionLeft div
{
    text-align:center;
}
#footerSectionLeft #SEOPane p,
#footerSectionLeft #dnn_SEOPane p
{
    margin: 0;
    padding: 0px 0px 8px 0px;
    text-align:left;
}

#footerSectionRight
{
    float: left;
    width: 325px;
    padding: 10px 0px 10px 0px;
    margin: auto;
}

#copyright
{
    padding: 8px 0px 10px 0px;
    font-size: 12px;
    text-align:center;
}

#footerNav
{
    text-align: center;
    font-size: 12px;
}

#footerNav ul
{
    padding: 0;
    margin: 0;       
}
#footerNav li
{
    margin: 0;
    padding: 0;
    display: inline;        
}

#footerNav a:link, #footerNav a:visited, #footerNav
{
    color: #464646;
}
#footerNav a:hover
{
    color: #464646;
    text-decoration: underline;
}

#hostingBugs
{
    padding: 0px 30px 5px 30px;
}

#IHbug
{
    float: left;
    width: 92px;
}

#PBbug
{
    float: right;
    width: 120px;
}

#SHAREbug
{
    margin: 5px auto 5px auto;
    padding-left: 90px;
    position: relative;
    text-align: center;
}
#SHAREbug p
{
    margin: 0;
    padding: 0;
}
/***** FOOTER - End *****/


/*================================
Skin styles for Medical Content
================================*/
/* START - Classes for the Patient Education Table Of Contents */ 

.eznc_ListViewGroupHeading
{
	font-family: Arial;
    font-size: 18px;
	font-weight: normal;
	line-height: 11pt;
    margin: 16px 0 0 0;
}

.eznc_ListViewArticleLink
{
	color: #555555;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}
.eznc_ListViewArticleLink:link
{
	color: #555555;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}
.eznc_ListViewArticleLink:visited
{
	color: #555555;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}

.eznc_ListViewArticleLink:hover
{
	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; 
	width: 500px;
	padding: 6px;
}

.eznc_navAllConditions 
{
	text-align: right;
	FONT-FAMILY: arial;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #555555; 
}

a:link.eznc_navAllConditions {color : #555555; text-decoration : none;}
a:visited.eznc_navAllConditions {color : #555555; text-decoration : none;}
a:active.eznc_navAllConditions {color : #555555; text-decoration : none;}
a:hover.eznc_navAllConditions {color : #000000; text-decoration : underline;}

.eznc_ContentTitle 
{
	font-weight: bold;
	font-size: 12pt;
	margin-top:5px; 
}

.eznc_ContentTitleV2
{
    font-size:18px;
    margin: 20px 0px 20px 0px;
}

.eznc_ContentSectionList 
{
	text-align: center;
	font-size: 10px; 
	margin-top:5px; 
	margin-bottom:10px;
}

.eznc_navContentSection 
{
	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:#555555;
}

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 
{
	margin-top: 5px; 
}

.eznc_SectionTitle 
{
	font-family: arial;
	font-size: 12px;
	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:#555555;
	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; 
	font-family : arial; 
	font-size : 11px; 
	font-weight : normal;
	text-align: center; 
}

a:link.eznc_FTContentCopyright { text-decoration : none; }
a:visited.eznc_FTContentCopyright { text-decoration : none; }
a:active.eznc_FTContentCopyright { text-decoration : none; }
a:hover.eznc_FTContentCopyright { text-decoration : underline; }

/* END - Classes for the Patient Education Content */ 

/*=====================================
Skin styles for Medical Content - END
=====================================*/

/*==================================================
Skin styles for Article Viewer with Video Player
==================================================*/
/* Controls the left border of the title bar */
.eznc_Tab_Left
{
	width: 1px;
	height: 35px;
	background-image: url(/Portals/1/Skins/SPO/images/topTab.jpg);
}

/* Controls the right border of the title bar */
.eznc_Tab_Right
{
	width: 1px;
	height: 35px;
	background-image: url(/Portals/1/Skins/SPO/images/topTab.jpg);
}

/* Controls the background of the title bar */
.eznc_Tab_Fill
{
	background-image: url(/Portals/226/Skins/PB-POS/images/videoHeaderBg.jpg);
}

/* Controls the tab separator used on the title bar */
.eznc_Tab_Separator
{
	width: 2px;
	height: 35px;
	background-image: url(/Portals/1/Skins/SPO/images/tab_separator.jpg);
}

/* Controls the text color used on the title bar */
.eznc_TabText, .eznc_TabText a:link, .eznc_TabText a:visited
{
	color: #fff;
}
.eznc_TabText a:hover
{
	color: #ffffff;
}

/* Controls the text color used on the title bar for the selected tab */
.eznc_ActiveTab
{
/*	color: #000000; */
}

/* Controls the bottom border color of the first tab title */
.eznc_TabRed
{
	border-color: #f5cacc;
}

/* Controls the bottom border color of the second tab title */
.eznc_TabBlue
{
	border-color: #f5cacc;
}

/* Controls the text color of the section title on the Article Content tab */
.eznc_SectionTitleV2
{
	color: #959595;
}

/* Controls the logo above the article list in the right column */
.eznc_Filter_Top_Logo
{
	width: 210px;
	height: 83px;
    background-image: url(/Portals/226/Skins/PB-POS/images/ArticleListHeader.jpg);
}

/* 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: #2b6db8;
	height:40px;
}
/*======================================================
Skin styles for Article Viewer with Video Player - END
======================================================*/

#btnFacebooktop {position:absolute; top:11px;left:436px;z-index:101;}
#btnTwittertop {position:absolute; top:11px;left:400px;z-index:101;}
#btnyoutubetop {position:absolute; top:11px;left:360px;z-index:101!important;}
