/* --- 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 geck ff2 ff3 opera opera8 opera9 opera10 konqueror webkit safari safari3 chrome
------------------------
/*--- End Code Snippets ***/



* {padding:0; margin:0;}

body
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color:#492a03;
	margin:0;
	padding:0;
    background-color:#e1cfb9;
}
	a.noLinkStyle /* Color same as Body font Color */
	{
		color: #492a03;
		text-decoration: none;
	}



img 
{
    border:0;
}

a:link, a:visited
{
    color:#1f7a81;
    text-decoration:none;
}
a:hover
{
    color:#1f7a81;
    text-decoration:underline;
}
h1
{
    color:#1f7a81;
    font-family:Arial, Helvetica, sans-serif;
    font-size:21px;
    font-weight:normal;
    margin:0 0 10px 0;
}
h2
{
    color:#1f7a81;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:20px 0 10px 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;
}


.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;}



/**** 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 ****/
#wrapperHP
{
    width:900px;
    margin:0 auto;
    background-image:url(images/bgContentHP.jpg);
    background-repeat:no-repeat;
    background-color:#ffffff;
    position:relative;
}
#wrapperLP
{
    width:900px;
    margin:0 auto;
    background-image:url(images/bgContentLP.jpg);
    background-repeat:no-repeat;
    background-color:#ffffff;
    position:relative;
}

#flashHeader
{
	position:absolute;
	width:900px;
	height:417px;
	left:0;
	top:32px;
}

#headerImage
{
	position:relative;
	height:368px;
}
#headerImage p {margin:0; padding:0;}


/**** LEFT SIDE NAV ****/
#navWrapperHP
{
    position:relative;
	height:32px;
	width:900px;
}
#navWrapperLP
{
    position:absolute;
	top:0;
	left:0;
	height:32px;
	width:900px;
}
    #dynamicNav
    {
        position:relative;
        width:850px;
		margin:0 auto;
        text-align:center;
        font-weight:bold;
    }
        #dynamicNav td
        {
            padding:4px 0 0;
			margin:0;
        }
        #dynamicNav a:link, #dynamicNav a:visited
        {
            color:#000;
        }
        #dynamicNav a:hover
        {
            color:#a8753b;
            text-decoration:none;
        }


/**** CONTENT ****/
#contentWrapperHP
{
    position:relative;
}
    #contentHP
    {
		padding:20px;
		padding-bottom:0;
    }
	
#contentWrapperLP
{
    position:relative;
	float:left;
	width:594px;
}
    #contentLP
    {
		padding:4px 0px 20px 20px;
		margin:32px 0 0 0;
    }
	#contentSpacer
	{
		float:left;
/*		margin:76px 0 0 0;*/
		margin:46px 0 0 0;		
	}

ul.twoCol
{
	margin:0 auto;
	width:470px;
}
.twoCol li
{
	float:left;
	width:220px;
	padding:0 0 0 12px;
	margin:0;
	list-style:none;
	background-image:url(images/bulletBlue.gif);
	background-repeat:no-repeat;
	background-position:left;
}
	.twoCol li a:hover
	{
		color:#945403;
		text-decoration:none;
	}

.box
{
	border:3px double #1f7a81;
	padding:10px 0;
	font-weight:bold;
	margin-bottom:14px;
}


/**** MARQUEE WRAPPER ****/
#marqueeWrapper
{
    height: 0px;
    margin: 418px 0 0 0;
	position:relative;
	z-index: 100;
}
#marqueeWrapperLP
{
    height: 0px;
    margin: 50px 0px 0px 0px;
	position:relative;
	float: left;
	z-index: 100;
}

/* liScroll style declarations */
.tickercontainer 
{
    width: 900px; 
/*    height: 16px; */
    margin: 0; 
    padding: 0;
    overflow: hidden; 
}

.tickercontainer .mask 
{
    position: relative;
    width: 900px;
    height: 16px;
    overflow: hidden;
}

ul.newsticker 
{ /* that's your list */
    position: relative;
    left: 950px;
    font-size: 14px; 
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.newsticker li 
{
    color: #006666;
    float: left; /* important: display inline gives incorrect results when you check for elem's width */
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.newsticker a 
{
    color: #1f7a81;
    font-size: 14px; 
    font-weight: bold;
    margin: 0px 50px 0px 0px;
    padding: 0;
    white-space: nowrap;
} 
ul.newsticker span 
{
    margin: 0px 10px 0px 0px;
} 


/**** BUTTON WRAPPER ****/
#buttonWrapperHP
{
/*    margin: 418px 0 0 0;*/
	height: 80px;
	position: relative;
	text-align: center;
	width: 100%;
}
    #buttonPEHP
    {
        float:left;
        margin:6px 0 0 20px;
        width:285px;
        height:66px;
    }
    #wraperButtonDDHP
    {
        float:right;
        position:relative;
		height:66px;
		width:287px;
		margin:6px 14px 0 0;
    }
        #buttonDDHP
        {
            background-image:url(images/buttonDDHP.png);
            background-repeat:no-repeat;
            width:100%;
            height:100%;
        }
        .ie6 #buttonDDHP
        {
			background: none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/314/Skins/pb-loc/images/buttonDDHP.png', sizingMethod='crop');
        }
	
		
        #buttonDDBlurbHP
        {
            position:absolute;
            top:16px;
            width:266px;
            height:50px;
            padding:0 10px 0 10px;
        }
            #buttonDDBlurbHP, #buttonDDBlurbHP .Normal, #buttonDDBlurbHP p
            {
                font-size:8.5pt;
                font-weight:bold;
                line-height:10pt;
                text-align:center;
            }
        #buttonClickHP
        {
            position:absolute;
            top:54px;
            width:286px;
            height:11px;
            text-align:center;
        }

	#buttonUpdatesHP
	{
		position:absolute;
		top:46px;
		left:342px;
	}
	
	#buttonAppInfoHP,
	#buttonAppHP,
	#buttonMedHP
	{
		position: relative;
		float: left;
/*		margin: 30px 32px;*/
		margin: 30px 0px;
		width: 33%;
	}


/*----------------------*/
#buttonWrapperLP
{
/*    margin:64px 0 0 0;*/
    margin:34px 0 0 0;
	float:left;
	width:300px;
	position:relative;
}
    #buttonPELP
    {
        width:196px;
        height:83px;
		margin:0 auto;
    }
    #wraperButtonDDLP
    {
        position:relative;
		height:66px;
		width:287px;
		margin:0 auto;
    }
	#buttonAppLP,
	#buttonAppInfoLP,
	#buttonMedLP
	{
		width:232px;
		margin:4px auto;
	}
	#buttonUpdatesLP
	{
		width:232px;
		margin:10px auto 20px;
	}
        #buttonDDBlurbLP
        {
            position:relative;
            top:14px;
            width:230px;
            height:50px;
			margin:0 auto;
        }
            #buttonDDBlurbLP, #buttonDDBlurbLP .Normal, #buttonDDBlurbLP p
            {
                font-size:8.5pt;
                font-weight:bold;
                line-height:10pt;
                text-align:center;
            }
        #buttonClickLP
        {
            position:absolute;
            top:68px;
            width:286px;
            height:11px;
            text-align:center;
        }

/**** FOOTER ****/
#footerWrapperHP
{
    position:relative;
    height:289px;
}
	#footerBgHP
	{
		background-image:url(images/bgFooterHP.png);
		background-repeat:no-repeat;
		height:100%;
		width:100%;
	}
	.ie6 #footerBgHP
	{
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/314/Skins/pb-loc/images/bgFooterHP.png', sizingMethod='crop');
	}
#footerWrapperLP
{
    position:relative;
    height:265px;
}
	#footerBgLP
	{
		background-image:url(images/bgFooterLP.png);
		background-repeat:no-repeat;
		height:100%;
		width:100%;
	}
	.ie6 #footerBgLP
	{
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/314/Skins/pb-loc/images/bgFooterLP.png', sizingMethod='crop');
	}

/*---- INNER FOOTER POSITIONS ----*/
#hostingBugsHP    {top:170px; left: 640px;}
#SHAREbugHP       {top:195px; left:760px;}
#footerNavHP      {top:156px; left: 20px;}
#addressHP        {top:204px; left: 20px;}
#copyrightHP      {top:188px; left: 20px;}
#footertextwrapperHP{top:224px; left: 20px;}
/*---------------------------------*/
#hostingBugsLP    {top: 110px; left: 640px;}
#SHAREbugLP       {top:134px; left:760px;}
#footerNavLP      {top:116px; left: 20px;}
#addressLP        {top:154px; left: 20px;}
#copyrightLP      {top:138px; left: 20px;}
#footertextwrapperLP{top:174px; left: 20px;}
/*---------------------------------*/

/*---- Temp Borders ----*
#footerWrapper, #footerHr, #hostingBugs, #SHAREbug, #footerNav, #address, #copyright {border:1px solid pink;}
/*---- End Temp Borders ---*/

#footerHr
{
    width:900px;
    text-align:center;
}
#hostingBugsHP, #hostingBugsLP
{
    width:220px;
    position:absolute;
}
    #PBbug
    {
        float:left;
        width:113px;
        position:relative;
        top:6px;
    }
    #IHbug
    {
        float:right;
        width:92px;
        position:relative;
    }
#SHAREbugHP, #SHAREbugLP
{
    position:absolute;
}
    #SHAREbug p
    {
        margin:0;
        padding:0;
    }
/*-------------------------------------------*/
#footerNavHP, #footerNavLP
{
    text-align:left;
    font-weight:bold;
    font-size:10px;
    position:absolute;
    width:340px;
	color:#5da1a4;
}
    #footerNavHP ul, #footerNavLP ul
    {
        padding:0;
        margin:0;       
    }
        #footerNavHP li, #footerNavLP li
        {
            margin:0;
            padding:0;
            display: inline;        
        }
    #footerNavHP a:link, #footerNavHP a:visited, #footerNavHP,
	#footerNavLP a:link, #footerNavLP a:visited, #footerNavLp
    {
        color:#5da1a4;
		text-transform:uppercase
    }
    #footerNavHP a:hover, #footerNavLP a:hover
    {
        text-decoration:none;
        color:#945403;
    }
/*-------------------------------------------*/
#addressHP, #addressLP
{
    font-size:9px;
    text-align:left;
    position:absolute;
    width:700px;
}

/*-------------------------------------------*/
#copyrightHP, #copyrightLP
{
    position:absolute;
    font-size:9px;
}








/***** Main Menu - Start *****/
.MainMenuBar
{
	color: #000;
}

.MainMenuItem
{
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif\;
	font-size: 12px;
	font-weight: bold;
}

.MainMenuItemSelected
{
	color: #c5eae8;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.MainMenu_SubMenu
{
	color: #fff;
	background-color: #945403;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	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:#1f7a81;
}


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: #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;
}
.eznc_Filter_Search input
{
	margin:0;
	padding:0;
}

/****SEARCH ****/
#Searchtop
{
    height:21px;
    text-align:center;
    width:180px;
    color: #000!important;
    font-weight: bold;
    text-transform: uppercase;
    z-index:999;
    margin-bottom:10px;
    margin-top:10px;
    position:relative;
    position:relative;
}
.ie6 #Searchtop
{
    height:21px;
    text-align:center;
    width:180px;
    color: #000!important;
    font-weight: bold;
    text-transform: uppercase;
    z-index:999;
    margin-bottom:10px;
    margin-top:10px;
    position:relative;
}
 .ie7 #Searchtop 
{
    height:21px;
    text-align:center;
    width:160px;
    color: #000!important;
    font-weight: bold;
    text-transform: uppercase;
    z-index:999;
    margin-bottom:10px;
    margin-top:10px;
    margin-left:-20px;
    margin-right:15px;
    position:relative;
}

.Searchtop:link, .Searchtop:visited
{
    color: #000;
    font-weight: bold;
}
.Searchtop:hover
{
   color:#000;
   text-decoration:none;
   font-weight:bold;
}
/* DTSearch - SearchBox */
#Searchtop .eznc_SearchText{width:100px;} /* Width of Search Text Box */
.ie6 #Searchtop .eznc_SearchText{width:120px; float:left;}
.ie7 #Searchtop .eznc_SearchText{width:110px; float:left;}
#Searchtop .eznc_SearchButtton{color:#000;font-family:Arial;font-size:11px;font-weight:normal;text-transform: uppercase;font-weight: bold;}
.ie8 #Searchtop .eznc_SearchButtton{z-index:999;color:#000;font-family:Arial;font-size:11px;font-weight:normal;text-transform: uppercase;font-weight: bold;}

#searchContainer .eznc_SearchText{width:90px;} /* Width of Search Text Box */
#searchContainer .eznc_SearchButtton{color:#000;font-family:Arial;font-size:11px;font-weight:bold; text-transform: uppercase;}
#searchContainer a.eznc_SearchButtton:link{color:#000;}
#searchContainer a.eznc_SearchButtton:hover{color:#000; text-decoration:none;}
.ie6 #Searchtop .eznc_SearchButtton{float:right;width:30px;margin:5px 0px 0px -5px;text-align:left;color:#000;font-family:Arial;font-size:11px;font-weight:bold;}
.ie7 #Searchtop .eznc_SearchButtton{float:right;width:30px;margin:5px 0px 0px -5px;text-align:left;color:#000;font-family:Arial;font-size:11px;font-weight:bold;}

/*=======================================
END - Skin styles for Search Box feature
=======================================*/
#footertextwrapperHP
{
    font-size:7pt;
    text-align:left;
    position:absolute;
    margin-top:10px;
    width:700px;
    color:#826440;
    font-weight:normal;
    margin:0 auto;
}

#footertextwrapperLP
{
    font-size:7pt;
    text-align:left;
    position:absolute;
    margin-top:10px;
    width:700px;
    color:#826440;
    font-weight:normal;
    margin:0 auto;
}

.footertext, .footertext a:link, .footertext a:visited
{
    font-size:7pt;
    text-align:left;
    color:#826440!important;
    font-weight:normal;
    line-height:105%;
    
}
.footertext a:hover
{
    font-size:7pt;
    text-align:left;
    color:#826440;
    font-weight:normal;
    text-decoration:underline;
}
.footertext p
{
    font-size:7pt;
    text-align:left;
    color:#826440;
    font-weight:normal;
    margin:0;
    padding:0;
    line-height:105%!important;
}
