/* --- 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 
------------------------
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 ***/


* {padding:0; margin:0;}

body
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color:#333333;
	margin:0;
	padding:0;
    background-color:#000;
}
img 
{
    border:0;
}

a:link, a:visited
{
    color:#6d8d23;
    text-decoration:none;
}
a:hover
{
    color:#6d8d23;
    text-decoration:underline;
}

h1
{
    color:#6d8d23;
    font-family:Times New Roman;
    font-size:28px;
    font-weight:normal;
    margin:0;
}
h2
{
    color:#6d8d23;
    font-family:Times New Roman;
    font-size:18px;
    font-weight:normal;
    margin:20px 0 0 0;
}
p
{
    padding: 0 0 10pt;
    line-height:14pt;
}

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;
}
.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          *
#dynamicNavWrapper      {border:1px solid #ff00e4;} /* Dark Pink    *
#dynamicNav, #subNav    {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-top:20px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0;
    background-image:url(images/bgContentHP.jpg);
    background-repeat:no-repeat;
    background-position:top;
    background-color:#ffffff;
    position:relative;
}

/**** HEADER ****/
#subNav
{
    float:right;
    margin:20px 26px 0 0;
    position:relative;
}
#subNav li
{
    float:left;
    display:inline;
    padding:0;
    margin:0 7px;
}
    #subNav li a:link, #subNav li a:visited
    {
        text-transform:uppercase;
        text-decoration:none;
        color:#000;
        font-weight:bold;
    }
    #subNav li a:hover
    {
        text-decoration:none;
        color:#6d8d23;
    }
    .bulletGreen01
    {
        position:absolute;
        margin:26px 0 0 579px;
        z-index:40;
    }
    .bulletGreen02
    {
        position:absolute;
        margin:26px 0 0 678px;
        z-index:40;
    } 
#logo
{
    float:left;
    width:529px;
    height:138px;
    position:relative;
    z-index:40;
    margin:-10px 0 -14px 20px;
}
#scheduleAppointment
{
    float:right;
    width:239px;
    height:37px;
    position:relative;
    margin:64px 20px 0 0;
}

#headerImageHP
{
    position:relative;
    z-index:30;
    width:880px;
    height:347px;
    margin:0 auto;
}
#headerImageLP
{
    position:absolute;
    top:150px;
    left:10px;
    z-index:30;
    width:880px;
    height:307px;
    background-color:#000;
}
#headerImageHP p, #headerImageLP p
{margin:0; padding:0;}
/**** DYNAMIC NAV ****/
#dynamicNavWrapperHP
{
    width:880px;
    position:absolute;
    top:470px;
    left:10px;
    z-index:40;
}
#dynamicNavWrapperLP
{
    width:880px;
    position:absolute;
    top:430px;
    left:10px;
    z-index:40;
}
    #dynamicNav
    {
        position:relative;
        text-align:center;
        font-weight:bold;
    }
        #dynamicNav td
        {
            padding:0;
        }
        #dynamicNav a:link, #dynamicNav a:visited
        {
            color:#fff;
        }
        #dynamicNav a:hover
        {
            color:#a8753b;
            text-decoration:none;
        }


/**** CONTENT ****/
#contentWrapperHP
{
    position:relative;
    width:880px;
    margin:320px auto 0px;
    z-index:20;
}

#contentWrapperLP
{
    position:relative;
    width:880px;
    margin:280px auto 0px;
    z-index:20;
}


#contentHP
    {
        float:left;
        margin:40px 0 0 30px;
        width:570px;
        position:relative;
    }
    
*html #contentHP
    {
        float:left;
        margin:40px 0 0 20px;
        width:570px;
        position:relative;
    }

.ie #contentHP
    {
        float:left;
        margin:50px 0 0 30px;
        width:550px;
        position:relative;
    }
 
 .ie8 #contentHP
    {
        float:left;
        margin:360px 0 0 30px;
        width:550px;
        position:relative;
    }
#contentLP
    {
        float:left;
        margin:40px 0 0 30px;
        width:570px;
        position:relative;
    }
    
*html #content:LP
    {
        float:left;
        margin:40px 0 0 20px;
        width:570px;
        position:relative;
    }
    
.ie #contentLP
    {
        float:left;
        margin:10px 0 0 20px;
        width:550px;
        position:relative;
    }
    
.ie8 #contentLP
    {
        float:left;
        margin:300px 0 0 20px;
        width:570px;
        position:relative;
    }

/**** BUTTON WRAPPER ****/
#buttonWrapperHP
{
    float:right;
    width:270px;
}
.ie8 #buttonWrapperHP
{
    float:right;
    width:270px;
    margin:330px 0 0 0px;
}
#buttonWrapperLP
{
    float:right;
    width:270px;
}


.ie #buttonWrapperLP
{
    float:right;
     width:270px;
    margin:10px 0 0 0px;
}

.ie8 #buttonWrapperLP
{
    float:right;
    width:270px;
    margin:300px 0px 0px 0px;
}
    #buttonPEHP
    {
        float:left;
        width:270px;
        height:133px;
    }
    #wraperButtonDDHP
    {
        float:left;
        position:relative;
        width:270px;
        height:123px;
    }
        #buttonDDHP
        {
            background-image:url(images/buttonDDHP.jpg);
            background-repeat:no-repeat;
            width:100%;
            height:100%;
        }
        #buttonDDBlurbHP
        {
            position:absolute;
            top:52px;
            left:50px;
            width:200px;
            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;
            }
        #buttonClick
        {
            position:absolute;
            top:109px;
            left:110px;
            width:85px;
            height:11px;
            text-align:center;
        }



/**** FOOTER ****/
#footerHr {text-align:center;}
#footerdiv
{
    position:relative;
    height:124px;
    background-color:#ffffff;
    margin:0 auto;
    align:center;
    width:900px;
    margin-left:auto;
    margin-right:auto;
}
#footerWrapper
{
    position:relative;
    height:124px;
    background-color:#ffffff;
    margin:0 auto;
/*  margin-top:10px; */
}
/*---- INNER FOOTER POSITIONS ----*/
#hostingBugs    {top:69px; left:640px;}
#SHAREbug       {top:79px; left:590px;}
#footerNav      {top:76px; left:20px;}
#address        {top:107px; left:20px;}
#copyright      {top:95px; left:20px;}
/*---------------------------------*/

/*---- Temp Borders ----*
#footerWrapper, #footerHr, #hostingBugs, #SHAREbug, #footerNav, #address, #copyright {border:1px solid pink;}
/*---- End Temp Borders ---*/

#footerHr
{
    width:900px;
    text-align:center;
}
#hostingBugs
{
    width:240px;
    position:absolute;
}
    #PBbug
    {
        float:right;
        width:120px;
        position:relative;
        top:6px;
        margin:0 10px 0 10px;
    }
    #IHbug
    {
        float:right;
        width:92px;
        position:relative;
    }
#SHAREbug
{
    position:absolute;
}
    #SHAREbug p
    {
        margin:0;
        padding:0;
    }
/*-------------------------------------------*/
#footerNav
{
    text-align:left;
    font-weight:bold;
    font-size:9pt;
    position:absolute;
    width:300px;
}
    #footerNav ul
    {
        padding:0;
        margin:0;       
    }
        #footerNav li
        {
            margin:0;
            padding:0;
            display: inline;        
        }
    #footerNav a:link, #footerNav a:visited, #footerNav
    {
        color:#6a6698;
    }
    #footerNav a:hover
    {
        text-decoration:none;
        color:#000;
    }
/*-------------------------------------------*/
#address
{
    font-size:7pt;
    text-align:left;
    position:absolute;
    width:300px;
}

/*-------------------------------------------*/
#copyright
{
    position:absolute;
    font-size:7pt;
}








/***** Main Menu - Start *****/
.MainMenuBar
{
	color: #000;
}

.MainMenuItem
{
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-family: Times New Roman;
	font-size: 10pt;
	font-weight: bold;
}

.MainMenuItemSelected
{
	color: #6d8d23;
	text-align: center;
	font-family: Times New Roman;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.MainMenu_SubMenu
{
	color: #fff;
	background-color: #000;
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	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: #6d8d23;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	line-height:10px;
	top:6px;
}
/***** 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_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:#6d8d23;
}


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(/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;
}

/* Background color around search box */
.eznc_FilterText 
{
	background-color: #2b6db8;
	height:40px;
}

#footertextwrapper
{
    font-size:8pt;
    text-align:center;
    position:relative;
    width:720px;
    color:#000;
    font-weight:normal;
    margin:0 auto;
   
}
.footertext, .footertext a:link, .footertext a:visited
{
    font-size:8pt;
    text-align:center;
    color:#000;
    font-weight:normal;
    
}
.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;
}


#Searchtop
{
    height:21px;
    text-align:right;
    width:180px;
    _width:200px;
    color: #000000!important;
    font-weight: bold;
    text-transform: uppercase;
    z-index:999;
    right:40px;
    top:35px;
    margin-top:7px;
    position:absolute;
}
.ie6 #Searchtop, .ie7 #Searchtop 
{
    height:21px;
    text-align:right;
    width:190px;
    _width:190px;
    color: #000000!important;
    font-weight: bold;
    text-transform: uppercase;
    z-index:999;
    right:40px;
    top:35px;
    margin-top:7px;
    position:absolute;
}
.Searchtop:link, .Searchtop:visited
{
    color: #000000;
    font-weight: bold;
}
.Searchtop:hover
{
   color:#000000;
   text-decoration:none;
   font-weight:bold;
}
/* DTSearch - SearchBox */
#Searchtop .eznc_SearchText{width:100px;} /* Width of Search Text Box */
#Searchtop .eznc_SearchButtton{color:#000000;font-family:Arial;font-size:11px;font-weight:normal;text-transform: uppercase;font-weight: bold;}
.ie8 #Searchtop .eznc_SearchButtton{z-index:999;color:#000000;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:#000000;font-family:Arial;font-size:11px;font-weight:bold; text-transform: uppercase;}
#searchContainer a.eznc_SearchButtton:link{color:#000000;}
#searchContainer a.eznc_SearchButtton:hover{color:#000000; text-decoration:none;}
.ie6 #Searchtop .eznc_SearchText{float:left;width:140px;} /* Width of Search Text Box */
.ie7 #Searchtop .eznc_SearchText{float:left;width:150px;} /* Width of Search Text Box */
.ie6 #Searchtop .eznc_SearchButtton{float:right;width:30px;margin:5px 0px 0px 0px;text-align:left;color:#000000;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:#000000;font-family:Arial;font-size:11px;font-weight:bold;}

/*=======================================
END - Skin styles for Search Box feature
=======================================*/
