body
{
    background-color:#bedfe3;
	font-family: Arial;
	font-size: 13pt;
	font-weight: normal;
	color: #000000;
}
*:lang(en) #body{
    background:green !important;
}

#body:empty {
    background: red !important
}

a:link{	
	text-decoration:none;
	color: #000000;
}
a:visited {
	text-decoration:none;
	color: #000000;
}
a:active {
	text-decoration:none;
	color: #000000;
}
a:hover {
	text-decoration:underline;
	color: #000000;
}
.eznpBreadCrumbs
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}

.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: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	line-height: 9pt;
	margin: 3px;
}
*/
*/
/***** Miscellanous Items - End *****/


/***** Main Menu - Start *****/
.MainMenuBar
{
	background-color:Transparent;
	color: #6475b9;
    padding:0px 0px 0px 50px;
    text-align:left;
    margin-left:10px;
    margin-top:15px;
}
#dnnMENUNormal
{
    text-align:right;
    }
.MainMenuItem
{
	background-color:Transparent;
	color: #6475b9;
	text-align: center;
	font-family: Arial;
	font-size: 11pt;
	font-weight:bold;

}

.MainMenuItemSelected
{
	color: #6475b9;
	background-color:Transparent;
	text-align: center;
	font-family: Arial;
	font-size: 11pt;
    font-weight:bold;
	text-decoration: none;
	cursor: pointer;

}

.MainMenu_SubMenu
{
	color: #6475b9;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial;
	font-size: 11pt;
    font-weight:bold;
	text-decoration: none;
	cursor: pointer;

}

.MainMenu_MenuBreak
{
	border: 0px;
	color: #000000;
	background-color:Transparent;
}

/* 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: #6475b9;
	background-color:Transparent;
	font-family: Arial;
	font-size: 11pt;
	text-align: center;
	text-decoration: none;
	/* text-transform: uppercase; */
}
/***** Main Menu - End *****/


/***** Left Pane Navigation - Start *****/
.LeftMenu
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	padding-top: 13px;
	padding-left: 5px;
}

.LeftMenu a
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

.LeftMenu a:visited
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

.LeftMenu a:hover
{
	color: #000000;
	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 *****/
#dnn_ContentPane
{
    margin:0px 10px 0px 10px;
    font-family:Arial;
    font-size:13px;
    color:#000000;
    width:800px;
}
#dnn_ContentPane img
{
    padding:10px 10px 10px 10px;
}
#dnn_ContentPane H1
{
    font-family:Arial;
    font-size:19px;
    font-weight:bold;
    color:#3c397a;
    text-transform:uppercase;
    
}
#dnn_ContentPane H2
{
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
     color:#3c397a;

}

#dnn_ContentPane H3
{
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    color:#3c397a;
    
    }
#dnn_ContentPane H4
{
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    color:#3c397a;
    
    }

#dnn_ContentPane a
{
	color: #000000;
	font-family: Arial;
    font-weight:bold;	
	text-decoration: none;
}

#dnn_ContentPane a:visited
{
	color:#000000;
	font-family: Arial;
    font-weight:bold;
	text-decoration: none;
}
#dnn_ContentPane a:active
{
    color:#000000;
	font-family: Arial;
    font-weight:bold;
	text-decoration: none;
}
#dnn_ContentPane a:hover
{
    color:#000000;
	font-family: Arial;
    font-weight:bold;
	text-decoration: underline;
}
/***** Content Pane - End *****/

/***** PE Landing page Start *****/
#dnn_peContentPane
{
    margin:0px 10px 0px 10px;
    font-family:Arial;
    font-size:13px;
    color:#000000;
    width:800px;
}
#dnn_peContentPane img
{
    padding:10px 10px 10px 10px;
}
#dnn_peContentPane H1
{
    font-family:Arial;
    font-size:19px;
    font-weight:bold;
    color:#3c397a;
    text-transform:uppercase;
    
}
#dnn_peContentPane H2
{
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
     color:#3c397a;

}

#dnn_peContentPane H3
{
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    color:#3c397a;
    
    }
#dnn_peContentPane H4
{
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    color:#3c397a;
    
    }

#dnn_peContentPane a
{
	color: #000000;
	font-family: Arial;
    font-weight:normal;	
	text-decoration: none;
}

#dnn_peContentPane a:visited
{
	color:#000000;
	font-family: Arial;
    font-weight:normal;
	text-decoration: none;
}
#dnn_peContentPane a:active
{
    color:#000000;
	font-family: Arial;
    font-weight:normal;
	text-decoration: none;
}
#dnn_peContentPane a:hover
{
    color:#000000;
	font-family: Arial;
    font-weight:normal;
	text-decoration: underline;
}
/***** PE Landing page end *****/


/***** Footer Pane - Start *****/
.Copyright
{
    font-family:Arial;
    font-size:10px;
    color:#542989;
	text-align: center;
}

.Copyright a
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
}

.Copyright a:visited
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
}

.Copyright a:hover
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: underline;
}

#FooterLinks
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
}

.FooterLinks
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
}

.FooterLinks a
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}

.FooterLinks a:visited
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}

.FooterLinks a:hover
{
	color: #ed1b2d;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
}
/***** Footer Pane - End *****/


/* 
================================
Skin styles for Medical Content
================================
*/
/* START - Classes for the Patient Education Table Of Contents */ 
.eznc_ListViewGroupHeading
{
	color: #000000;
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 3px;
}

.eznc_ListViewArticleLink
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	font-weight:normal;
}

.eznc_ListViewArticleLink:visited
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	font-weight:normal;
}

.eznc_ListViewArticleLink:hover
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
	font-weight:normal;
}
.eznc_ListViewArticleLink:a
{
	font-weight:normal;
}
/* 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: #000000; 
	width: 500px;
	padding: 6px;
}

.eznc_navAllConditions 
{
	text-align: right;
	FONT-FAMILY: arial;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #000000; 
}

a:link.eznc_navAllConditions {color : #000000; text-decoration : none;}
a:visited.eznc_navAllConditions {color : #000000; text-decoration : none;}
a:active.eznc_navAllConditions {color : #000000; text-decoration : none;}
a:hover.eznc_navAllConditions {color : #000000; text-decoration : underline;}

.eznc_ContentTitle 
{
	color : #000000;
	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 : #000000;
	font-family :arial;
	font-size : 11px;
	font-weight : normal;
}

a:link.eznc_navContentSection { color : #000000; text-decoration : none; }
a:visited.eznc_navContentSection { color : #000000; text-decoration : none; }
a:active.eznc_navContentSection { color : #000000; text-decoration : none; }
a:hover.eznc_navContentSection { color : #000000; text-decoration : underline; }

.eznc_ContentSection 
{
	margin-top:5px; 
}

.eznc_SectionTitle 
{
	font-family: arial;
	font-size: 12px;
	color : #000000;
	margin-top:5px; 
	font-weight: bold;
}

.eznc_SectionBody 
{
	font-size: 11px;
	margin-top:5px; 
	margin-left:0px 
}

table.eznc_SectionBody 
{
	width:500px;
}

.eznc_SectionBody_Col1 
{
	color: #000000;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	width: 500px;
	vertical-align: top;
	text-align:left;
}

.eznc_ContentCopyright 
{
	width:500px; 
	margin-top: 20px;
	border-style: solid; 
	border-width: 1px; 
	color : #000000;	
	font-family : arial; 
	font-size : 11px; 
	font-weight : normal;
	text-align: center; 
}

a:link.eznc_FTContentCopyright { color : #000000; text-decoration : none; }
a:visited.eznc_FTContentCopyright { color : #000000; text-decoration : none; }
a:active.eznc_FTContentCopyright { color : #000000; text-decoration : none; }
a:hover.eznc_FTContentCopyright { color : #000000; text-decoration : underline; }

/* END - Classes for the Patient Education Content */ 

/* 
=====================================
Skin styles for Medical Content - END
=====================================
*/

#top
{
    margin-top:20px;
    font-family:Arial;
    font-size:14px;
    color:#000000;
    margin-left:10px;
    }
#top h2
{
    margin-top:0px;
    font-size:18px;
    color:#000000;
    }
#menu
{
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    color:#FFFFFF;
    }
#menu a
{
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    color:#FFFFFF;
    }
#container{position:relative;
}
#pe
{
    position:absolute;
    left:12px;
    top:134px;
    font-weight:bold;
    font-family:Arial;
    font-size:10px;
    width:230px;
}
#pe a
{
    color:#448590;
    text-transform:uppercase;
}

#dnn_dd
{
    position:absolute;
    left:275px;
    top:124px;
    _top:134px;
    font-family:Arial;
    font-size:10px;
    font-weight:bold;
    width:200px;
}
#dnn_dd .Normal
{
    font-family:Arial;
    font-size:10px;
    font-weight:bold;
}
#dnn_dd a
{
    color:#448590;
    text-transform:uppercase;
    font-weight:bold;
    font-family:Arial;
    font-size:10px;
}
#footerlinks
{
	color: #3c397a;
	font-family: Arial;
	font-size: 11pt;
	font-weight:bold;
    }
#footerlinks a
{
	color: #3c397a;
}
#cr
{
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
    }
#lp_menu
{
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    color:#448590;
    margin-left:10px;
    }
#lp_menu a
{
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    color:#448590;
    }
