
/* --- 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 ff5 opera opera8 opera9 opera10 konqueror webkit safari safari3 chrome
------------------------
/*--- End Code Snippets ***/

BODY {
	background-image: url('/Portals/66/main_bgd.jpg');
	font-family: Arial, Arial;
	background-repeat: repeat-x;
	background-position: top;
	font-size: 9pt;
	font-weight: normal;
    background-color: #ffffff;
    MARGIN: 0px 0px 0px 0px;	
}
.BODY {
	background-image: url('/Portals/66/main_bgd.jpg');
	font-family: Arial, Arial;
	background-repeat: repeat-x;
	background-position: top;
	font-size: 9pt;
	font-weight: normal;
    background-color: #ffffff;
    MARGIN: 0px 0px 0px 0px;	
}

.Normal	/* This class is used by DNN when modules are added. */
{
	font-family: Arial;
	font-size: 9pt;
	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: #9d1c20;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	line-height: 9pt;
	margin: 3px;
}
*/
*/
/***** Miscellanous Items - End *****/


/***** Nav Menu - Start *****/
.NavMenuBar
{
   BACKGROUND-COLOR: transparent; 
   CURSOR: none;
}

.NavMenuItem
{
	background-color: transparent;
	color: #ffffff;
	font-family: arial;
	font-weight: bold;
    font-size: 10pt;
    text-align: center;
    text-transform: uppercase;
}

.NavMenuItemSelected
{
	color: #B37777;
	background-color: transparent;
	font-family: arial;
	font-weight: bold;
    font-size: 10pt;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
}

.SeparatorCSS
{
    color: #ffffff;
	font-family: arial;
    font-size: 10pt;
	text-align: center;
	BACKGROUND-COLOR: transparent;
	text-transform: uppercase;
}

.MainMenu_MenuArrow {display:none;}
.MainMenu_RootMenuArrow {display:none;}
.ModuleTitle_MenuArrow {display:none;}
.ModuleTitle_RootMenuArrow {display:none;}

.MainMenu_MenuBreak {
	border-bottom:0px solid; 
	border-left:0px solid; 
	border-top:0px solid;  
	border-right:0px solid; 
	background-color:Transparent;
}

/***** Nav Menu - End *****/

/***** ADM Nav Menu - Start *****/
.Adm_NavMenuBar
{BACKGROUND-COLOR: transparent; 
CURSOR: none;
}

.AdmNavMenuItem
{
	background-color: transparent;
	color: #B37777;
	text-align: center;
	font-family: arial;
	font-weight: bold;
    font-size: 10pt;
}

.admNavMenuItemSelected
{
	color: #B37777;
	background-color: transparent;
	font-family: arial;
	font-weight: bold;
    font-size: 10pt;
    text-align: center;
	cursor: pointer;
}
/***** ADM Nav Menu - End *****/

/***** Left Pane Navigation - Start *****/

#LeftMenu
{
	color: #B74b4e;
	font-family: Arial;
	font-size: 10pt;
	font-weight: none;
	padding-top: 10px;
	padding-left: 0px;
	text-transform: uppercase;
}

.LeftMenu
{
	color: #B74b4e;
	font-family: Arial;
	font-size: 10pt;
	font-weight:bold;
	padding-top: 11px;
	padding-left: 0px;
	text-transform: uppercase;

}

.LeftMenu a
{
	color: #B74b4e;
	font-family: Arial;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}

.LeftMenu a:visited
{
	color: #B74b4e;
	font-family: Arial;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}

.LeftMenu a:hover
{
	color: #B37777;
	font-family: Arial;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: underline;
	text-transform: uppercase;
}

#SubMenu 
{
	color: #ffffff;
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	text-transform: uppercase;

}
.SubMenu 
{
	color: #ffffff;
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	text-transform: uppercase;

}

.SubMenu a
{
	color: #ffffff;
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}

.SubMenu a:visited
{
	color: #ffffff;
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}

.SubMenu a:hover
{
	color: #B37777;
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}
/***** Left Pane Navigation - End *****/
/***** TOP SUB Navigation - Start *****/

#Top_SubMenu 
{
	color: #ffffff;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-transform: uppercase;

}
.Top_SubMenu 
{
	color: #ffffff;
	font-family: Arial;
	font-size: 9pt;
	font-weight:normal;
	text-transform: uppercase;

}

.Top_SubMenu a
{
	color: #ffffff;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}

.Top_SubMenu a:visited
{
	color: #ffffff;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}

.Top_SubMenu a:hover
{
	color: #003D7D;
	font-family: Arial;
	font-size: 9pt;
	font-weight:normal;
	text-decoration: none;
	text-transform: uppercase;
}
/***** top SUB 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: 7.5pt;
	font-weight: normal;
	padding-top: 10px;
}

.DrsDesk_LearnMore
{
	color: #ffffff;
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
}

.DrsDesk_LearnMore a
{
	color: #ffffff;
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
}

.DrsDesk_LearnMore a:visited
{
	color: #ffffff;
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
}

.DrsDesk_LearnMore a:hover
{
	color: #ecc3c6;
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
}
/***** Teaser Content - End *****/


/***** Content Pane - Start *****/
#dnn_ContentPane
{
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	font-weight:normal;
	line-height: 9pt;
}
#dnn_ContentPane2
{
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	font-weight:normal;
	line-height: 9pt;
	margin: auto;
	width: 715px;
}
#dnn_ContentPane H1
{
	color: #9D0A0E;
	font-family: Arial;
	font-size: 14pt;
	font-weight:bold;
	line-height: 15pt;
	margin-bottom: 4px;
	
}

#dnn_ContentPane H2
{
	color: #9D0A0E;
	font-family: Arial;
	font-size: 12pt;
	font-weight:bold;
	line-height: 15pt;
	margin-bottom: 6px;
}


#dnn_ContentPane H3
{
	color: #000000;
	font-family: Arial;
	font-size: 11pt;
	font-weight:bold;
	line-height: 13pt;
	margin-bottom: 7px;
}

#dnn_ContentPane a
{
	color: #B74b4e;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
}

#dnn_ContentPane a:visited
{
	color: #B74b4e;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
}

#dnn_ContentPane a:hover
{
	color: #9d0a0e;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: underline;
}
/***** Content Pane - End *****/


/***** Footer Pane - Start *****/
.Copyright
{
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	text-align: center;
}

.Copyright a
{
	color: #B74b4e;
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
}

.Copyright a:visited
{
	color: #B74b4e;
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
}

.Copyright a:hover
{
	color: #9d0a0e;
	font-family: Arial;
	font-size: 8pt;
	text-decoration: underline;
}

#FooterLinks
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-transform: uppercase;
}

.FooterLinks
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-transform: uppercase;
}

.FooterLinks a
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

.FooterLinks a:visited
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

.FooterLinks a:hover
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
}
/***** Footer Pane - End *****/


/* 
================================
Skin styles for Medical Content
================================
*/
/* START - Classes for the Patient Education Table Of Contents */ 
.eznc_ListViewGroupHeading
{
	color: #9D0a0e;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	line-height: 13pt;
	margin-bottom: 5px;
	margin-top: 5px;
}

.eznc_ListViewArticleLink
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
}

.eznc_ListViewArticleLink:visited
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
}

.eznc_ListViewArticleLink:hover
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	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: 10pt; 
	COLOR: #000000; 
	width: 480px;
	padding: 6px;
}

.eznc_navAllConditions 
{
	text-align: right;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #b74b4e; 
}

a:link.eznc_navAllConditions {color : #B74b4e; text-decoration : none;}
a:visited.eznc_navAllConditions {color : #B74b4e; text-decoration : none;}
a:active.eznc_navAllConditions {color : #B74b4e; text-decoration : none;}
a:hover.eznc_navAllConditions {color : #B37777; text-decoration : underline;}

.eznc_ContentTitle 
{
	color : #9D0A0E;
	font-weight: bold;
	font-size: 12pt;
	margin-top:5px; 
}

.eznc_ContentSectionList 
{
	text-align: center;
	font-size: 8px; 
	margin-top:5px; 
	margin-bottom:10px;
}

.eznc_navContentSection 
{
	color : #b74b4E;
	font-family :Arial;
	font-size: 8pt;
	font-weight : normal;
}

a:link.eznc_navContentSection { color : #B74b4e; text-decoration : none; }
a:visited.eznc_navContentSection { color : #B74b4e; text-decoration : none; }
a:active.eznc_navContentSection { color : #B74b4e; text-decoration : none; }
a:hover.eznc_navContentSection { color : #B37777; text-decoration : underline; }

.eznc_ContentSection 
{
	margin-top:10px; 
	align:left;
	text-align:left;
	width: 480px;
}

.eznc_SectionTitle 
{
	font-family: Arial;
	font-size: 12px;
	color : #9D0A0E;
	margin-top:10px; 
	font-weight: bold;
}

.eznc_SectionBody 
{
	font-size: 8pt;
	margin-top:10px; 
	margin-left:0px 
	align:left;
	text-align:left;
}

table.eznc_SectionBody 
{
	width:480px;
	align:left;
	text-align:left;
}

.eznc_SectionBody_Col1 
{
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	width: 480px;
	vertical-align: top;
	align:left;
	text-align:left;
}

.eznc_ContentCopyright 
{
	width:480px; 
	margin-top: 20px;
	border-style: solid; 
	border-width: 1px; 
	color : #B74b4e;	
	font-family : Arial; 
	font-size : 8pt; 
	font-weight : normal;
	text-align: center; 
}

a:link.eznc_FTContentCopyright { color : #B74b4e; text-decoration : none; }
a:visited.eznc_FTContentCopyright { color : #B74b4e; text-decoration : none; }
a:active.eznc_FTContentCopyright { color : #B74b4e; text-decoration : none; }
a:hover.eznc_FTContentCopyright { color : #B37777; text-decoration : underline; }

/* END - Classes for the Patient Education Content */ 

/* 
=====================================
Skin styles for Medical Content - END
=====================================
*/


/* 
=====================================
PB-BAR - start
=====================================
*/


#dnn_Top_phone, #dnn_Top_phone a:link,#dnn_Top_phone a:visited, #dnn_Top_phone a:hover

{
	color: #012e5f;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

.Top_phone, .Top_phone a:link, .Top_phone a:visited, .Top_phone a:hover
{
	color: #012e5f;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

#dnn_Bottom_phone, #dnn_Bottom_phone a:link,#dnn_Bottom_phone a:visited, #dnn_Bottom_phone a:hover
{
	color: #012e5f;
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
}

.Bottom_phone
{
	color: #012e5f;
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
}

.Bottom_phone a:link, .Bottom_phone a:visited, .Bottom_phone a:hover
{
	color: #012e5f;
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
}

#Home_phone, #Home_phone a:link, #Home_phone a:visited, #Home_phone a:hover
{
	color: #ffffff;
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
}

#Home_phone a:link, #Home_phone a:visited
{
	color: #80c8ed;
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
}
#Home_phone a:hover
{
	color: #80c8ed;
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: underline;
}


.Home_phone
{
	color: #ffffff;
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
}
.Home_phone a:link, .Home_phone a:visited, .Home_phone a:hover
{
	color: #80c8ed;
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
}

.Home_phone a:hover
{
	color: #80c8ed;
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: underline;
}
.Border {border-RIGHT: 1px dotted #ffffff;}

/* 
=====================================
PB-BAR - FINISH
=====================================
*/

/* 
=====================================
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/66/ArticleViewerTitleBarBG.jpg);
}
.eznc_Tab_Left, .eznc_Tab_Left a:link, .eznc_Tab_Left a:visited
{
	color: #000;
}

/* Controls the right border of the title bar */
.eznc_Tab_Right
{
	width: 1px;
	height: 35px;
	background-image: url(/Portals/66/ArticleViewerTitleBarBG.jpg);
}

/* Controls the background of the title bar */
.eznc_Tab_Fill
{
	background-image: url(/Portals/66/ArticleViewerTitleBarBG.jpg);
}

/* Controls the tab separator used on the title bar */
.eznc_Tab_Separator
{
	width: 2px;
	height: 35px;
	background-image: url(/Portals/66/ArticleViewerTabSeparator.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: #AFD6F3;
}
/* 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/66/ArticleListHeader.jpg);
}

/* Controls the spacer background color of the article list in the right column */
.eznc_Filter_Line2
{
	background-color: #CFD8EE;
}

/* Controls the background color of the article list in the right column */
.eznc_Filter_Line3 
{
	background-color: #CFD8EE;
}

/* Controls the text color of the article list in the right column */
.eznc_FilterList, .eznc_FilterList a:link, .eznc_FilterList a:visited
{
	color: #0000;
}

/* Controls the logo and border below the article list in the right column */
.eznc_Filter_Bottom_Logo
{
/*	
	background-image: none;
	border: 0px;
*/
}

/* END: Article Viewer with Video */
#footertextwrapper
{
    font-size:8pt;
    text-align:center;
    position:relative;
    width:500px;
    color:#000000;
    font-weight:normal;
    font-family: Arial;
    padding:5px 10px 0px 10px;
    align:center;
    margin:5px auto;
    line-height:110%;

}
.footertext, .footertext a:link, .footertext a:visited
{
    font-size:8pt;
    text-align:center;
    color:#000000;
    font-weight:normal;
    font-family: Arial;
    line-height:110%;
    
}
.footertext a:hover
{
    font-size:8pt;
    text-align:center;
    color:#000000;
    font-weight:normal;
    text-decoration:underline;
    line-height:110%;
}
.footertext p
{
    font-size:8pt;
    text-align:center;
    color:#000000;
    font-weight:normal;
    font-family: Arial;
    line-height:110%;
}

=====================================
Skin styles for Medical Content - END
=====================================
*/

#Searchtop
{
    height:18px;
    text-align:left;
    width:190px;
    _width:190px;
    color: #ffffff!important;
    font-weight: bold;
    text-transform: uppercase;
    z-index:999;
    margin-top:5px;
}
.Searchtop:link, .Searchtop:visited
{
    color: #ffffff!important;
    font-weight: bold;
}
.Searchtop:hover
{
   color:#ffffff!important;
   text-decoration:none;
   font-weight:bold;
}
/* DTSearch - SearchBox */
#Searchtop .eznc_SearchText{width:120px;} /* Width of Search Text Box */
#Searchtop .eznc_SearchButtton{color:#ffffff!important;font-family:Arial;font-size:11px;text-transform: uppercase;font-weight: bold;}
.ie6 #Searchtop .eznc_SearchButtton{z-index:999;color:#ffffff!important;font-family:Arial;font-size:9px;text-transform: uppercase;font-weight: bold;margin-top:-5px;}
.ie7 #Searchtop .eznc_SearchButtton{z-index:999;color:#ffffff!important;font-family:Arial;font-size:9px;text-transform: uppercase;font-weight: bold;}
.ie8 #Searchtop .eznc_SearchButtton{z-index:999;color:#ffffff!important;font-family:Arial;font-size:9px;text-transform: uppercase;font-weight: bold;}

#searchContainer .eznc_SearchText{width:120px;color:#ffffff!important;} /* Width of Search Text Box */
#searchContainer .eznc_SearchButtton{color:#ffffff!important;font-family:Arial;font-size:9px;font-weight:bold; text-transform: uppercase!important;}
#searchContainer a.eznc_SearchButtton:link{color:#ffffff!important;}
#searchContainer a.eznc_SearchButtton:hover{color:#ffffff!important; text-decoration:none;}
/*=======================================
END - Skin styles for Search Box feature
=======================================*/

