/* --- 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');
------------------------
------------------------
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
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	vertical-align:top;
}
.PageBG
{
    background-image:url(images/PB-May-Background.jpg);
    background-repeat:repeat-x;
    background-position:top;
}
.LeftHeaderBanner
{
    height:353px;
    width:238px;
    background-image:url(images/PB-May-Home-Page-Left-Banner.jpg);
    background-repeat:no-repeat;
    background-color:#000;
}
.RightHeaderBanner
{
    width:695px;
    height:353px;
    background-image:url(images/PB-May Home-Page-Banner.jpg);
    background-repeat:no-repeat;
    background-color:#000;    
}
.HomeLeftRail
{
    background-image:url(images/PB-May-Home-Page-Address.jpg);
    background-position:top;
    background-repeat:no-repeat;
    background-color:#FFF;
    height:100%;
    width:237px;
}
.AddressBarContent
{
    padding-top:5px;
    padding-left:30px;
    background-image:url(images/PB-May-Home-LRBG01.jpg);
    background-repeat:repeat-y;
    width:238px;
    font-size:8pt;
    color:#524f26;
    font-weight:normal;
}
.AddressBarFooter
{
    background-image:url(images/PB-May-Home-LRBG02.jpg);
    background-repeat:no-repeat;
    width:238px;
    height:5px;
}
.FooterBG
{
    height:49px;
    background-image:url(images/PB-May-Home-Page-Footer.jpg);
    background-repeat:repeat-x;
}
.ImagePaddingL
{
    padding-top:1px;
    padding-left:45px;
}
.ImagePaddingR
{
    padding-right:20px;
}
.eznpBreadCrumbs
{
	color: #000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}
.PaddingLeft50
{
    padding-left:50px;
}
.ContentRow
{
    height:100%;
}
.Normal	/* This class is used by DNN when modules are added. */
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}

/***** Miscellanous Items (Classes are currently commented out.) - Start *****/
/* HeaderText classes can be used for text that is placed on top of your header image. */
/*
.HeaderText
{
	font-size: 10pt;
	font-weight: bold;
}

.HeaderText H1
{
	color: #0065A4;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	line-height: 9pt;
	margin: 3px;
}
*/

/***** Miscellanous Items - End *****/


/***** Main Menu - Start *****/
.MainMenuBar
{
	background-color:#000;
	color:#FFF;
	height:22px;
}

.MainMenuItem
{
	background-color:#000;
	color:#FFF;
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	cursor:hand;
	height:22px;
}

.MainMenuItemSelected
{
	color: #000;
	background-color:#FFF;
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	/* text-transform: uppercase; */
	text-decoration: none;
	cursor:hand;
	height:22px;
}

.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: hand;
}

.MainMenu_MenuBreak
{
	border: 0px;
	color: #FFF;
	background-color: #000;
	height: 1px;
	width: 1px;
	height:22px;
}

/* 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: #FFF;
	background-color: #000;
	height: 22px;
	font-family: Arial;
	font-size: 12pt;
	text-align: center;
	text-decoration: none;
	/* text-transform: uppercase; */
}
/***** Main Menu - End *****/
#dnnContentPane
{
    text-align:left;
}

/***** Left Pane Navigation - Start *****/
.LeftMenu
{
	color: #F59931;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	padding-top: 13px;
	padding-left: 5px;
}

.LeftMenu a
{
	color: #F59931;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

.LeftMenu a:visited
{
	color: #F59931;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

.LeftMenu a:hover
{
	color: #0065A4;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: underline;
}

.SubMenu 
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	border-right: 1px solid #FFFFFF;
}

.SubMenu a
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

.SubMenu a:visited
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

.SubMenu a:hover
{
	color: #ed1b2d;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}
/***** Left Pane Navigation - End *****/


/***** Teaser Content - Start *****/
.TeaserText
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	padding-top: 15px;
}

* html .TeaserText
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	padding-top: 10px;
}

.DrsDesk_LearnMore
{
	color: #ed1b2d;
	font-family: Verdana;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

.DrsDesk_LearnMore a
{
	color: #ed1b2d;
	font-family: Verdana;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

.DrsDesk_LearnMore a:visited
{
	color: #ed1b2d;
	font-family: Verdana;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

.DrsDesk_LearnMore a:hover
{
	color: #000000;
	font-family: Verdana;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}
/***** Teaser Content - End *****/


/***** Content Pane - Start *****/
.ContentPane
{
    background-color:#FFF;
    height:100%;
    vertical-align:top;
    padding:5px;
}
#dnn_ContentPane
{
	color: #000;
	font-family: Arial;
	font-size: 10pt;
	font-weight:normal;
	line-height: 10pt;
}

#dnn_ContentPane H2
{
	color: #000;
	font-family: Arial;
	font-size: 10pt;
	font-weight:normal;
	line-height: 10pt;
}

#dnn_ContentPane H3
{
	color: #00235d;
	font-family: Arial;
	font-size: 12pt;
	font-weight:bold;
	line-height: 12pt;
	margin-bottom: 3px;
}
#dnn_ContentPane H1
{
	color: #524f26;
	font-family: Arial;
	font-size: 14pt;
	font-weight:bold;
	line-height: 14pt;
	margin-bottom: 5px;
}
H1
{
	color: #524f26;
	font-family: Arial;
	font-size: 14pt;
	font-weight:bold;
	line-height: 14pt;
	margin-bottom: 5px;
}

#dnn_ContentPane a
{
	color: #0065A4;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}

#dnn_ContentPane a:visited
{
	color: #0065A4;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}

#dnn_ContentPane a:hover
{
	color: #F59931;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
}

a
{
	color: #0065A4;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}

a:visited
{
	color: #0065A4;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}

a:hover
{
	color: #F59931;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
}



#dnn_ContentPane img
{
    padding:10px 10px 10px 10px;
}
/***** Content Pane - End *****/


/***** Footer Pane - Start *****/
.Copyright
{
    padding-left:30px;
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	text-align: Left;
}

.Copyright a
{
	color: #0065A4;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
}

.Copyright a:visited
{
	color: #0065A4;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
}

.Copyright a:hover
{
	color: #F59931;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: underline;
}
.FooterLinks
{
    padding-left:30px;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	text-transform:uppercase;
	text-align:left;
}
.NormalLeftRail
{
    vertical-align:top;
    height:100%;
    background-color:#fff;
}
.HomeLeftRail
{
    vertical-align:top;
    height:100%;
    background-color:#fff;
}
.FooterLinks a
{
	color: #000000;
	font-family: Arial;
    font-size: 10pt;
	font-weight: normal;
	text-transform:uppercase;
}

.FooterLinks a:visited
{
	color: #000000;
	font-family: Arial;
    font-size: 10pt;
	font-weight: normal;
	text-transform:uppercase;
}

.FooterLinks a:hover
{
	color: #ed1b2d;
	font-family: Arial;
    font-size: 10pt;
	font-weight: normal;
	text-transform:uppercase;
	text-decoration: underline;
}
/***** Footer Pane - End *****/



.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:#0f1768;
}


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 Article Viewer with Video Player
==================================================
*/
/* Controls the left border of the title bar */
.eznc_Tab_Left
{
	width: 1px;
	height: 35px;
	background-image: url(/Portals/43/Skins/PB-MAY/images/topTab.jpg);
}

/* Controls the right border of the title bar */
.eznc_Tab_Right
{
	width: 1px;
	height: 35px;
	background-image: url(/Portals/43/Skins/PB-MAY/images/topTab.jpg);
}

/* Controls the background of the title bar */
.eznc_Tab_Fill
{
	background-image: url(/Portals/43/Skins/PB-MAY/images/topTab.jpg);
}

/* Controls the tab separator used on the title bar */
.eznc_Tab_Separator
{
	width: 2px;
	height: 35px;
	background-image: url(/Portals/43/Skins/PB-MAY/images/topTab.jpg);
}

/* Controls the text color used on the title bar */
.eznc_TabText, .eznc_TabText a:link, .eznc_TabText a:visited
{
	color: #000000!important;
	}
.eznc_TabText a:hover
{
	color: #ffffff!important;
}
/* Controls the text color used on the title bar for the selected tab */
.eznc_ActiveTab
{
/*	color: #ffffff; */
}

/* Controls the bottom border color of the first tab title */
.eznc_TabRed
{
	border-color: #000000;
}

/* Controls the bottom border color of the second tab title */
.eznc_TabBlue
{
	border-color: #000000;
}

/* Controls the text color of the section title on the Article Content tab */
.eznc_SectionTitleV2
{
	color: #000000;
}

/* Controls the logo above the article list in the right column */
.eznc_Filter_Top_Logo
{
	width: 210px;
	height: 83px;
	background-image: url(/Portals/43/Skins/PB-MAY/images/ArticleList_header.jpg);
}

/* Controls the spacer background color of the article list in the right column */
.eznc_Filter_Line2
{
	background-color: #e7e6d5;
}

/* Controls the background color of the article list in the right column */
.eznc_Filter_Line3 
{
	background-color: #e7e6d5;
}

/* Controls the text color of the article list in the right column */
.eznc_FilterList, .eznc_FilterList a:link, .eznc_FilterList a:visited
{
	color: #0065A4;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
.eznc_FilterList a:hover

{
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none; 
}
.eznc_FilterText
{
	background-color: #615f4a;
}
.eznc_Filter_Image img
{
  padding: 0px!important;
}



/* Controls the logo and border below the article list in the right column */
.eznc_Filter_Bottom_Logo
{
/*	
	background-image: none;
	border: 0px;
*/
}

.eznc_ContentTitleV2
{
 text-align:center!important;
 margin-top:10px;
 margin-bottom:10px;
}

/* END: Article Viewer with Video */

/* 
=====================================

#footertextwrapper
{
    font-size:7pt;
    text-align:left;
    position:relative;
    margin-top:10px;
    color:#000;
    font-weight:normal;
    margin:0 auto;
    padding:10px 0px 10px 0px;
    

}
.footertext, .footertext a:link, .footertext a:visited
{
    font-size:7pt;
    text-align:left;
    color:#000!important;
    font-weight:normal;
    line-height:105%;
    
}
.footertext a:hover
{
    font-size:7pt;
    text-align:left;
    color:#000;
    font-weight:normal;
    text-decoration:underline;
}
.footertext p
{
    font-size:7pt;
    text-align:left;
    color:#000;
    font-weight:normal;
   margin:0;
   padding:0;
    line-height:105%!important;
}

/****SEARCH ****/
#Searchtop
{
    height:18px;
    text-align:left;
    width:220px;
    z-index:999;
    margin-bottom:10px;
    margin-top:10px;
    margin-right:00px;
    position:relative;
     font-weight: bold;
    float:right;
    color: #524f26!important;
    
}
.ie6 #Searchtop
{
    height:18px;
    text-align:left;
    width:200px;
    z-index:999;
    margin-bottom:10px;
    margin-top:10px;
    margini-right:00px;
    position:relative;
     font-weight: bold;
    float:right;
    color: #524f26!important;
}
 .ie7 #Searchtop 
{
    height:18px;
    text-align:left;
    width:195px;
    z-index:999;
    margin-bottom:00px;
    margin-top:10px;
    margin-right:10px;
    position:relative;
     font-weight: bold;
      float:right;
      color: #524f26!important;
}

.Searchtop:link, .Searchtop:visited
{
    color: #0065A4!important;
    font-weight: bold;
    text-transform: uppercase!important;
}
.Searchtop:hover
{
   color:#0065A4;
   text-decoration:none;
   font-weight:bold;
}
/* DTSearch - SearchBox */
#Searchtop .eznc_SearchText{width:140px;} /* Width of Search Text Box */
.ie6 #Searchtop .eznc_SearchText{width:140px; float:left;  font-weight: bold; color: #000!important;}
.ie7 #Searchtop .eznc_SearchText{width:130px; float:left;  font-weight: bold; color: #000!important;}
#Searchtop .eznc_SearchButtton{  font-weight: bold; color: #524f26!important;}
.ie8 #Searchtop .eznc_SearchButtton{z-index:999;  font-weight: bold; color: #524f26!important;}

#searchContainer .eznc_SearchText{width:134px;  font-weight: bold; color: #524f26!important;} /* Width of Search Text Box */
#searchContainer .eznc_SearchButtton{  font-weight: bold; color: #524f26!important;}
#searchContainer a.eznc_SearchButtton:link{  font-weight: bold; color: #524f26!important;}
#searchContainer a.eznc_SearchButtton:hover{ text-decoration:none;  font-weight: bold;color: #524f26!important;}
.ie6 #Searchtop .eznc_SearchButtton{float:right;width:30px;margin:1px 5px 0px -10px;text-align:left;}
.ie7 #Searchtop .eznc_SearchButtton{float:right;width:30px;margin:1px 10px 0px -25px;text-align:left;;}

/*=======================================
END - Skin styles for Search Box feature
=======================================*/

/* 
=====================================
PB-MER- FINISH
=====================================
*/
