BODY
{
	background-color: #fffffff;
	font-family: verdana;
	font-size: 9pt;
	font-weight: normal;
	color: #000000
	MARGIN-top: 10px;	
}
.BODY
{
	background-color: #fffffff;
	font-family: verdana;
	font-size: 9pt;
	font-weight: normal;
	color: #000000
	MARGIN-top:10px;	
}

.Normal	/* This class is used by DNN when modules are added. */
{
	font-family: verdana;
	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: #008fc5;
	font-family: verdana;
	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: #0b2579;
	font-family: arial;
	font-weight: normal;
    font-size:8pt;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.NavMenuItemSelected
{
	color: #5f99ef;
	background-color: transparent;
	font-family: arial;
	font-weight: normal;
    font-size: 8pt;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.SeparatorCSS
{
    color: #0b2579;
	font-family: arial;
    font-size: 8pt;
	text-align: center;
	text-transform: uppercase;
	BACKGROUND-COLOR: transparent;
}

.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: #0b2579;
	text-align: center;
	font-family: arial;
	font-weight: normal;
	font-weight: bold;
    font-size: 8pt;
    text-transform: uppercase;
}

.AdmNavMenuItemSelected
{
	color: #0b2579;
	background-color: transparent;
	font-family: arial;
	font-weight: bold;
    font-size: 8pt;
    text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
/***** ADM Nav Menu - End *****/

/***** Left Pane Navigation - Start *****/

#RightMenu
{
	color: #ffffff;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align:right;
}

.RightMenu
{
	color: #ffffff;
	font-family: verdana;
	font-size: 8pt;
	font-weight:bold;
	text-transform: uppercase;
}

.RightMenu a
{
	color: #ffffff;
	font-family: verdana;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}

.RightMenu a:visited
{
	color: #ffffff;
	font-family: verdana;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}

.RightMenu a:hover
{
	color: #5f99ef;
	font-family: verdana;
	font-size: 8pt;
	font-weight:bold;
	text-transform: uppercase;
}


#SubMenu 
{
	color: #0b2579;
	font-family: verdana;
	font-size: 7.5pt;
	font-weight:bold;
}
.SubMenu 
{
	color: #0b2579;
	font-family: verdana;
	font-size: 7.5pt;
	font-weight:bold;
}

.SubMenu a
{
	color: #0b2579;
	font-family: verdana;
	font-size: 7.5pt;
	font-weight:bold;
	text-decoration: none;
}

.SubMenu a:visited
{
	color: #0b2579;
	font-family: verdana;
	font-size: 7.5pt;
	font-weight:bold;
	text-decoration: none;

}

.SubMenu a:hover
{
	color: #0b2579;
	font-family: verdana;
	font-size: 7.5pt;
	font-weight:bold;
	text-decoration: none;

}
/***** Left Pane Navigation - End *****/


/***** Teaser Content - Start *****/
.TeaserText
{
	color: #000000;
	font-family: verdana;
	font-size: 9pt;
	font-weight: normal;
	padding-top: 15px;
}

* html .TeaserText
{
	color: #000000;
	font-family: verdana;
	font-size: 9pt;
	font-weight: normal;
	padding-top: 10px;
}

/***** Teaser Content - End *****/


/***** Content Pane - Start *****/
#dnn_ContentPane
{
	color: #ffffff;
	font-family: verdana;
	font-size: 10pt;
	font-weight:normal;
	line-height: 10pt;
}
#dnn_ContentPane H1
{
	color: #5f99ef;
	font-family: Verdana;
	font-size: 14pt;
	font-weight:bold;
	line-height: 14pt;
	margin-bottom: 4px;
	
}

#dnn_ContentPane H2
{
	color: #5f99ef;
	font-family: verdana;
	font-size: 12pt;
	font-weight:bold;
	line-height: 15pt;
	margin-bottom: 6px;
}


#dnn_ContentPane H3
{
	color: #fffffff;
	font-family: verdana;
	font-size: 10pt;
	font-weight:bold;
	line-height: 11pt;
	margin-bottom: 3px;
}

#dnn_ContentPane a
{
	color: #5f99ef;
	font-family: verdana;
	font-size: 9pt;
	text-decoration: none;
}

#dnn_ContentPane a:visited
{
	color: #5f99ef;
	font-family: verdana;
	font-size: 9pt;
	text-decoration: none;
}

#dnn_ContentPane a:hover
{
	color: #5f99ef;
	font-family: verdana;
	font-size: 9pt;
	text-decoration: underline;
}
/***** Content Pane - End *****/


/***** Footer Pane - Start *****/
.Copyright
{
	color: #464f57;
	font-family: Verdana;
	font-size: 8pt;
	text-align: center;
}

.Copyright a
{
	color: #2d706f;
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
}

.Copyright a:visited
{
	color: #2d706f;
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
}

.Copyright a:hover
{
	color: #2d706f;
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: underline;
}

#FooterLinks
{
	color: #464f57;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}

.FooterLinks
{
	color: #464f57;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;

}

.FooterLinks a
{
	color: #464f57;
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

.FooterLinks a:visited
{
	color: #464f57;
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;

}

.FooterLinks a:hover
{
	color: #464f57;
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;

}
/* 
================================
Skin styles for Medical Content
================================
*/
/* START - Classes for the Patient Education Table Of Contents */ 
.eznc_ListViewGroupHeading
{
	color: #5f99ef;
	font-family: verdana;
	font-size: 11pt;
	font-weight: bold;
	line-height: 14pt;
	margin-bottom: 5px;
	margin-top: 15px;
}

.eznc_ListViewArticleLink
{
	color: #0b2579;
	font-family: verdana;
	font-size: 9pt;
	text-decoration: none;
}

.eznc_ListViewArticleLink:visited
{
	color: #0b2579;
	font-family: verdana;
	font-size: 9pt;
	text-decoration: none;
}

.eznc_ListViewArticleLink:hover
{
	color: #0b2579;
	font-family: verdana;
	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: Trebuchet MS; verdana;
	FONT-WEIGHT: normal; 
	font-size: 10pt; 
	COLOR: #000000; 
	width: 400px;
	padding: 6px;
}

.eznc_navAllConditions 
{
	text-align: right;
	FONT-FAMILY: verdana;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #000000; 
}

a:link.eznc_navAllConditions {color : #0b2579; text-decoration : none;}
a:visited.eznc_navAllConditions {color : #0b2579; text-decoration : none;}
a:active.eznc_navAllConditions {color : #0b2579; text-decoration : none;}
a:hover.eznc_navAllConditions {color : #0b2579; text-decoration : underline;}

.eznc_ContentTitle 
{
	color : #5f99ef;
	font-weight: bold;
	font-size: 12pt;
	margin-top:5px; 
}

.eznc_ContentSectionList 
{
	text-align: center;
	font-size: 9px; 
	margin-top:5px; 
	margin-bottom:10px;
}

.eznc_navContentSection 
{
	color : #0b2579;
	font-family :verdana;
	font-size: 9pt;
	font-weight : normal;
}

a:link.eznc_navContentSection { color : #0b2579; text-decoration : none; }
a:visited.eznc_navContentSection { color : #0b2579; text-decoration : none; }
a:active.eznc_navContentSection { color : #0b2579; text-decoration : none; }
a:hover.eznc_navContentSection { color : #0b2579; text-decoration : underline; }

.eznc_ContentSection 
{
	margin-top:5px; 
	align:left;
	text-align:left;
}

.eznc_SectionTitle 
{
	font-family: verdana;
	font-size: 12px;
	color : #5f99ef;
	margin-top:5px; 
	font-weight: bold;
}

.eznc_SectionBody 
{
	font-size: 9pt;
	margin-top:5px; 
	margin-left:0px 
	align:left;
	text-align:left;
}

table.eznc_SectionBody 
{
	width:400px;
	align:left;
	text-align:left;
}

.eznc_SectionBody_Col1 
{
	color: #000000;
	font-family: verdana;
	font-size: 10pt;
	font-weight: normal;
	width: 400px;
	vertical-align: top;
	align:left;
	text-align:left;
}

.eznc_ContentCopyright 
{
	width:400px; 
	margin-top: 20px;
	border-style: solid; 
	border-width: 1px; 
	color : #000000;	
	font-family : verdana; 
	font-size : 8pt; 
	font-weight : normal;
	text-align: center; 
}

a:link.eznc_FTContentCopyright { color : #0b2579; text-decoration : none; }
a:visited.eznc_FTContentCopyright { color : #0b2579; text-decoration : none; }
a:active.eznc_FTContentCopyright { color : #0b2579; text-decoration : none; }
a:hover.eznc_FTContentCopyright { color : #0b2579; text-decoration : underline; }

/* END - Classes for the Patient Education Content */ 

/* 
=====================================
Skin styles for Medical Content - END
=====================================
*/

/***** Footer Pane - End *****/

#footertextwrapper
{
    font-size:7.5pt;
    text-align:center;
    position:relative;
    width:800px;
    color:#0b2579;
    font-weight:normal;
    margin:0 auto;
    line-height:115%;
    margin-bottom:5px;

}
.footertext, .footertext a:link, .footertext a:visited
{
    font-size:7.5pt;
    text-align:center;
    color:#0b2579;
    font-weight:normal;
    
}
.footertext a:hover
{
    font-size:7.5pt;
    text-align:center;
    color:#000000;
    font-weight:normal;
    text-decoration:underline;
}
.footertext p
{
    font-size:7.5pt;
    text-align:center;
    color:#0b2579;
    font-weight:normal;
    line-height:105%;
}

#SHAREbug
{
    position:relative;
	top:6px;
	align:center;
}
    #SHAREbug p
    {
        margin:0;
        padding:0;
    }


#Searchtop
{
    height:21px;
    text-align:left;
    width:180px;
    _width:180px;
    color: #58a6f8!important;
    font-weight: bold;
    text-transform: uppercase;
    z-index:99;
    margin-left:10px;
    margin-top:-2px;
    position:relative;
}
.Searchtop:link, .Searchtop:visited
{
    color: #58a6f8;
    font-weight: bold;
}
.Searchtop:hover
{
   color:#58a6f8;
   text-decoration:none;
   font-weight:bold;
}
/* DTSearch - SearchBox */
#Searchtop .eznc_SearchText{width:110px;} /* Width of Search Text Box */
#Searchtop .eznc_SearchButtton{color:#58a6f8;font-family:Arial;font-size:11px;font-weight:normal;text-transform: uppercase;font-weight: bold;}
.ie6 #Searchtop .eznc_SearchButtton{z-index:99;color:#58a6f8;font-family:Arial;font-size:11px;font-weight:normal;text-transform: uppercase;font-weight: bold;top:1px;}
.ie7 #Searchtop .eznc_SearchButtton{z-index:99;color:#58a6f8;font-family:Arial;font-size:11px;font-weight:normal;text-transform: uppercase;font-weight: bold;top:1px;}
.ie8 #Searchtop .eznc_SearchButtton{z-index:99;color:#58a6f8;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:#58a6f8;font-family:Arial;font-size:11px;font-weight:bold; text-transform: uppercase;}
#searchContainer a.eznc_SearchButtton:link{color:#58a6f8;}
#searchContainer a.eznc_SearchButtton:hover{color:#58a6f8; text-decoration:none;}
/*=======================================
END - Skin styles for Search Box feature
=======================================*/

. eznc_tblWidth
{
	position:relative;
	width:450px;
}

.eznc_SearchLabel
{
color:#FFFFFF;
font-family:Arial;
font-size:14px;
}

.eznc_dvResults {
padding-top:10px;
padding-left:0px;
padding:right:0px;
width:450px;
}

.eznc_tblWidth, .eznc_dvSearchButton
{
width:450px;
padding-left:0px;
}

.eznc_SearchResults 
{
color:#ffffff;
font-family:Arial;
font-size:12px;
}

.eznc_ResultsItemStyle {
color:#3d66c1;
font-family:Arial;
font-size:12px;
}

.eznc_ResultsItemStyle a:link, .eznc_ResultsItemStyle a:visited 
{
color:#1e3567;
font-family:arial;
font-size:12pt;
font-weight:normal;
text-decoration:underline;
}

.eznc_ResultsItemStyle a:hover
{
color:#000000;
font-family:arial;
font-size:12pt;
font-weight:normal;
text-decoration:underline;
}

.eznc_ResultsAltItemStyle {
color:#3d66c1;
font-family:Arial;
font-size:12px;
}

.eznc_ResultsAltItemStyle a:link, .eznc_ResultsAltItemStyle  a:visited
{
color:#1E3567;
font-family:Arial;
font-size:12px;
}
.eznc_ResultsAltItemStyle  a:hover
{
color:#000000;
font-family:Arial;
font-size:12px;
font-weight:normal;
text-decoration:underline;
}


.eznc_SearchText {
color:#1E3567;
font-family:Arial;
font-size:12px;
}

.eznc_ResultsFooter, .eznc_ResultsFooter a:link, .eznc_ResultsFooter a:visited
{
color:#2D2D2D;
font-family:Arial;
font-size:14px;
font-weight:bold;
text-align:center;
}

eznc_ResultsFooter a:hover
{
color:#000000;
font-family:Arial;
font-size:14px;
font-weight:bold;
text-align:center;
}
