/* --- 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 ***/


body { background-color: red; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
    body { background-color: blue; }
}
/*--- End Code Snippets ***/



* {padding:0; margin:0;}

body
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color:#000;
	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:#504392;
    text-decoration:none;
}
a:hover
{
    color:#504392;
    text-decoration:underline;
}

h1
{
    color:#7a71a4;
    font-family: Arial;
    font-size:18pt;
    font-weight:bold;
    margin:0 0 10px 0;
}
h2
{
    color:#7a71a4;
    font-family: Arial;
    font-size:12pt;
    font-weight:bold;
    margin:6px 0 8px 0;
}
p
{
    padding: 0 0 10pt;
    line-height:12pt;
    text-align:justify;
}

ol, ul
{
    margin:6pt 0 18pt 0;
}
li
{
    margin:0 0 4pt 20pt;
}

input 
{
    margin:4px 0 10px 0;
}


.Normal	/* This class is used by DNN when modules are added. */
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}
.clear
{
    clear:both;
    font-size:1px;
}
.left {float:left; margin:0 10px 4px 0;}
.right {float:right; margin:0 0 4px 10px;}

/**** HP title formating ****/
.black  {position:absolute; top:0px; left:10px; color:#2a2828; font-style:italic; font-family:Times New Roman;}
.purple {position:absolute; top:26px; left:100px; color:#504392; font-style:italic; font-family:Times New Roman;}


/**** 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    *
#footerWrapper          {border:1px solid #00fff0;} /* Light Aqua   */
/**** END TEMP BORDERS ****/

/**** WRAPPERS ****/
#wrapperHP, #wrapperLP
{
    width:900px;
    margin:0 auto;
    background-repeat:no-repeat;
    background-color:#ffffff;
    position:relative;
}
#wrapperHP {background-image:url(images/bgContentHP.jpg);}
#wrapperLP {background-image:url(images/bgContentLP.jpg);}

/**** LEFT SIDE NAV ****/
#navWrapper
{
    height:40px;
    position:relative;
}
    #leftNav
    {
        position:relative;
        width:840px;
        margin:0 auto;
        text-align:center;
        font-weight:bold;
    }
        #leftNav td
        {
            padding:7px 0 0 0;
        }
        #leftNav a:link, #leftNav a:visited
        {
            color:#fff;
        }
        #leftNav a:hover
        {
            color:#a8753b;
            text-decoration:none;
        }
    #leftNavImage
    {
        margin:50px 0 0 10px;
        
    }

/**** Header Image ****/
#headerImage
{
    position:absolute;
    left:426px;
    top:54px;
    width:459px;
    height:385px;
    z-index:100;
}

/**** CONTENT ****/
#contentWrapperHP, #contentWrapperLP
{
    position:relative;
    z-index:50;
    width:900px;
}
    #contentHP
    {
        margin:440px 0 0 300px;
        width:520px;
        padding:54px 10px 0 10px;
        position:relative;
        z-index:50;
    }
    #contentLP
    {
        margin:400px 0 0 40px;
        width:790px;
        padding:0 10px 20px 10px;
        position:relative;
        z-index:50;
        min-height: 280px;
        height: auto !important;
        height: 280px;
    }

/**** BUTTON WRAPPER ****/
#buttonWrapperHP
{
    margin:-30px 0 0 0;
    width:900px;
    position:absolute;
    z-index:10;
}
    #buttonHPPE
    {
        float:left;
    }
    #buttonHPGallery
    {
        float:left;
        height:169px;
        width:304px;
    }
    #wraperButtonHPDD
    {
        float:left;
        position:relative;
    }
        #buttonHPDD
        {
            float:left;
            background-image:url(images/buttonHPDD.png);
            background-repeat:no-repeat;
            width:298px;
            height:169px;
            padding-top:18px;
        }
        * html #buttonHPDD
        {
            float:left;
            background: none;
            filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/251/Skins/PB-BHP/images/buttonHPDD.png', sizingMethod='crop');
            background-repeat:no-repeat;
            width:298px;
            height:169px;
        }      
        
/*         
        *:first-child+html #buttonHPDDBlurb
        {
            position:absolute;
            top:100px;
            width:286px;
            height:50px;
            z-index:100;
        }
        * html #buttonHPDDBlurb
        {
            position:absolute;
            top:100px;
            width:286px;
            height:50px;
            z-index:100;
        }
*/
        #buttonHPDDBlurb
        {
            position:absolute;
            margin-top:80px;
            width:286px;
            height:50px;
            z-index:100;
        }
            #buttonHPDDBlurb .Normal
            {
                font-size:7pt;
                font-weight:bold;
                line-height:10pt;
                text-align:center;
                margin:0;
                padding:0;
                position:relative;
                z-index:100;
            }
            #buttonHPDDBlurb p {margin:0; padding: 0 6px; text-align:center;}
            #dnn_dnnDDBlurb {position:relative; z-index:100;}
        #buttonHPClick
        {
            position:absolute;
            top:136px;
            width:298px;
            height:11px;
            text-align:center;
            z-index:100;
        }



/**** FOOTER ****/
#footerWrapper
{
    position:relative;
    height:144px;
    top:136px;
    z-index:110;
}
/*---- INNER FOOTER POSITIONS ----*/
#hostingBugs    {top:60px; left:10px;}
#SHAREbug       {top:110px; left:390px;}
#footerNav      {top:60px; left:298px;}
#address        {top:94px; left:290px;}
#copyright      {top:80px; left:230px;}
/*---------------------------------*/

/*---- Temp Borders ----*
#footerWrapper, #footerHr, #hostingBugs, #SHAREbug, #footerNav, #address, #copyright {border:1px solid pink;}
/*---- End Temp Borders ---*/

#footerHr
{
    width:900px;
    text-align:center;
}
#hostingBugs
{
    width:880px;
    position:absolute;
}
    #PBbug
    {
        float:left;
        width:120px;
        position:relative;
        top:6px;
    }
    #IHbug
    {
        float:right;
        width:92px;
        position:relative;
    }
#SHAREbug
{
    position:absolute;
}
    #SHAREbug p
    {
        margin:0;
        padding:0;
    }
/*-------------------------------------------*/
#footerNav
{
    text-align:center;
    font-weight:bold;
    font-size:8pt;
    position:absolute;
    width:300px;
    z-index:110;
}
    #footerNav ol
    {
        padding:0;
        margin:0;       
    }
        #footerNav li
        {
            margin:0;
            padding:0;
            display: inline;        
        }
    #footerNav a:link, #footerNav a:visited, #footerNav
    {
        color:#504392;
    }
    #footerNav a:hover
    {
        text-decoration:underline;
        color:#504392;
    }
/*-------------------------------------------*/
#address
{
    font-size:7pt;
    text-align:right;
    position:absolute;
    width:300px;
}

/*-------------------------------------------*/
#copyright
{
    position:absolute;
    font-size:7pt;
}








/***** Main Menu - Start *****/
.MainMenuBar
{
	color: #000;
}

.MainMenuItem
{
	color: #f3f1fc;
	text-transform: uppercase;
	text-align: center;
	font-family: Arial;
	font-size: 8.5pt;
	font-weight: bold;
}

.MainMenuItemSelected
{
	color: #aba3ca;
	text-align: center;
	font-family: Arial;
	font-size: 8.5pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.MainMenu_SubMenu
{
	color: #f3f1fc;
	background-color: #504393;
	text-align: center;
	font-family: Arial;
	font-size: 8.5pt;
	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: #f3f1fc;
/*	background-color: #FFF797;  */
/*	height: 30px; */
	font-family: Arial;
	font-size: 14pt;
	text-align: center;
	text-decoration: none;
	line-height:10px;
	padding:6px;
/*  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 
{
	ont-family: Verdana;
	font-size: 10pt;
	font-weight: normal; 
/*	COLOR: #0065A4;   */
	width: 800px;
	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_ContentSectionList 
{
	text-align: center;
	font-size: 10px; 
	margin-top:5px; 
	margin-bottom:10px;
}

.eznc_navContentSection 
{
/*	color : #0065A4;  */
	ont-family: Verdana;
	font-size: 10pt;
	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:#7a71a4;
}


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 
{
	ont-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	margin-top:5px; 
	margin-left:0px;
	text-align:left
}

table.eznc_SectionBody 
{
	width:800px;
}

.eznc_SectionBody_Col1 
{
/*	color: #0065A4; */
	ont-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	width: 800px;
	vertical-align: top;
}

.eznc_SectionBody_Col2 
{
    width: 45%;
    display: inline;
    float: right;
    text-align: right;
    vertical-align: top;
}


.eznc_ContentCopyright 
{
	width:500px; 
	margin-top: 20px;
	border-style: solid; 
	border-width: 1px; 
/*	color : #0065A4;	 */
	font-family : verdana; 
	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(/Portals/226/Skins/PB-POS/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(/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;
}


#footertextwrapper
{
    font-size:8pt;
    text-align:center;
    position:relative;
    width:720px;
    color:#000;
    font-weight:normal;
    margin:0 auto;
    padding:10px 0px 0px 0px;

}
.footertext, .footertext a:link, .footertext a:visited
{
    font-size:8pt;
    text-align:center;
    color:#000;
    font-weight:normal;
    line-height:105%;
    
}
.footertext a:hover
{
    font-size:8pt;
    text-align:center;
    color:#000;
    font-weight:normal;
    text-decoration:underline;
}
.footertext p
{
    font-size:8pt;
    text-align:center;
    color:#000;
    font-weight:normal;
   margin:0;
   padding:0;
    line-height:105%!important;
}

/****SEARCH ****/
#Searchtop
{
    height:20px;
    text-align:left;
    width:200px;
    color: #000;
    font-weight: bold;
    align:right;
    left:20px;
    top:330px;
    position:absolute;
    z-index:99;
}
.Searchtop:link
{
    color: #000;
    font-weight: bold;
}
.Searchtop:visited
{
    color: #000;
    font-weight: bold;
}
.Searchtop:hover
{
   color:#000;
   text-decoration:none;
   font-weight:bold;
}


/* DTSearch - SearchBox */
#Searchtop .eznc_SearchText{width:130px;} /* Width of Search Text Box */
.ie6 #Searchtop .eznc_SearchText, .ie7 #Searchtop .eznc_SearchText{float:left;width:150px;} /* Width of Search Text Box */
#Searchtop .eznc_SearchButtton{color:#000000;font-family:Arial;font-size:13px;font-weight:bold;}
.ie6 #Searchtop .eznc_SearchButtton, .ie7 #Searchtop .eznc_SearchButtton{float:right;width:40px;margin:5px 0px 0px 0px;text-align:left;color:#000000;font-family:Arial;font-size:13px;font-weight:bold;}

/*=======================================
END - Skin styles for Search Box feature
=======================================*/

