/* --- Code Snippets ***
------------------------
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
{
    background-color:#FFFFFF;
    background-image:url('images/bgfade.jpg');
    background-repeat:repeat-x;
	font-family: Arial;
	font-size: 12.5pt;
	font-weight: normal;
	color: #000000;
}
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: #FFFFFF;
    padding:0px 0px 0px 0px;
    text-align:right;
    text-transform:uppercase;
}
#dnnMENUNormal
{
    text-align:right;
    }
.MainMenuItem
{
	background-color:Transparent;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial;
	font-size: 13pt;
	font-weight:bold;
    margin-left:20px;
}

.MainMenuItemSelected
{
	color: #FFFFFF;
	background-color:Transparent;
	text-align: center;
	font-family: Arial;
	font-size: 13pt;
    font-weight:bold;
	text-decoration: none;
	cursor: pointer;

}

.MainMenu_SubMenu
{
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	font-family: Arial;
	font-size: 13pt;
    font-weight:bold;
	text-decoration: none;
	cursor: pointer;

}

.MainMenu_MenuBreak
{
	border: 0px;
	color: #FFFFFF;
	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: #FFFFFF;
	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:15px 10px 10px 15px;
    font-family:Arial;
    font-size:12.5px;
    color:#000000;
    width:600px;
}
#dnn_ContentPane img
{
    padding:10px 10px 10px 10px;
}
#dnn_ContentPane H1
{
    font-family:Arial;
    font-size:19px;
    font-weight:bold;
    color:#335f9b;
    text-transform:uppercase;
    
}
#dnn_ContentPane H2
{
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
     color:#335f9b;

}

#dnn_ContentPane H3
{
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    color:#335f9b;
    
    }
#dnn_ContentPane H4
{
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    color:#335f9b;
    
    }

#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 *****/


/***** Footer Pane - Start *****/
#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
{
	text-decoration: none;
}
.FooterLinks a:visited
{
	text-decoration: none;
}
.FooterLinks a:hover
{
	color: #ed1b2d;
	text-decoration: underline;
}

#FooterPane,
#dnn_FooterPane
{
    color:#000000;
    font-size: 11px;
}
#FooterPane p,
#dnn_FooterPane p
{
    margin: 0px;
    padding: 5px 0px 5px 0px;
}
#FooterPane a,
#dnn_FooterPane a
{
    color: #335F9B;
    font-weight:bold;
    text-decoration:none;
}
#FooterPane a:hover,
#dnn_FooterPane a:hover
{
    font-weight:bold;
    text-decoration:underline;
}

#footerLogos p
{
    margin: 0px;
    padding: 2px;
}

.Copyright
{
    font-size:10px;
	text-align: center;
}

/***** 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;
}

.eznc_ListViewArticleLink:visited
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}

.eznc_ListViewArticleLink:hover
{
	color: #000000;
	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: #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
=====================================
*/
#container
{
    position:relative;
    }
#vertmenu
{
    height:190px;
    _height:20px;
    margin-top:10px;
    }
#lpvertmenu
{
    height:20px;
    top:10px;
    left:10px;
    padding:10px 0px 0px 0px;
    }
#footerlinks
{
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
    color:#FFFFFF;
    padding-top:5px;
    }
#footerlinks a
{
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
    color:#FFFFFF;      
    }
#dd
{
    background-image:url('images/ddbg.jpg');
    background-repeat:no-repeat;
    width:257px;
    height:67px;
    text-align:center;
    padding:8px 0px 0px 0px;
    _padding:25px 0px 0px 0px;
    position:relative;
    z-index:100;
    }
#dnn_ddtext
{
    width:250px;
    font-family:Arial;
    font-size:10.5px;
    color:#FFFFFF;
    text-align:center;
    font-weight:bold;
    }
#dnn_ddtext a
{
    font-family:Arial;
    font-weight:bold;
    font-size:10.5px;
    color:#FFFFFF;
    }
#lm a
{
    font-family:Arial;
    font-size:10px;
    color:#FFFFFF;
    position:absolute;
    top:54px;
    _top:54px;
    left:95px;
    }
#learnmore
{
    font-family:Arial;
    font-weight:bold;
    font-size:10.5px;
    text-transform:uppercase;
    }
#tilebg
{
    background-image:url('images/tilebg.jpg');
    background-repeat:no-repeat;
    }
#neg25
{
    position:absolute;
    top:-8px;
    _top:-25px;
    height:420px;
    }
    
    
    
    

.eznc_SectionBody_Col2 
{
    width: 45%;
    display: inline;
    float: right;
    text-align: right;
    vertical-align: top;
}
#footertextwrapper
{
    font-size:7pt;
    text-align:center;
    position:relative;
    margin-top:10px;
    color:#000;
    font-weight:normal;
    margin:0 auto;
    padding:10px 15px 10px 15px;
    

}
.footertext, .footertext a:link, .footertext a:visited
{
    font-size:7pt;
    text-align:center;
    color:#000!important;
    font-weight:normal;
    line-height:105%;
    
}
.footertext a:hover
{
    font-size:7pt;
    text-align:center;
    color:#000;
    font-weight:normal;
    text-decoration:underline;
}
.footertext p
{
    font-size:7pt;
    text-align:center;
    color:#000;
    font-weight:normal;
   margin:0;
   padding:0;
    line-height:105%!important;
}

/****SEARCH ****/
#Searchtop
{
    height:21px;
    text-align:left;
    width:180px;
    z-index:999;
    margin-bottom:5px;
    margin-top:5px;
    margin-left:5px;
    position:relative;
    color: #fff!important
    font-weight: bold;
    
}
.ie8 #Searchtop
{
    height:21px;
    text-align:left;
    width:170px;
    z-index:999;
    margin-bottom:5px;
    margin-top:-10px;
    margin-left:10px;
    position:relative;
    color: #fff!important
    font-weight: bold;
    
}

.ie6 #Searchtop
{
    height:21px;
    text-align:left;
    width:170px;
    z-index:999;
    margin-bottom:5px;
    margin-top:-10px;
    position:relative;
    color: #fff!important
    margin-left:10px;
    font-weight: bold;
}
 .ie7 #Searchtop 
{
    height:21px;
    text-align:left;
    width:150px;
    z-index:999;
    margin-bottom:5px;
    margin-top:-185px;
    margin-left:10px;
    position:relative;
    color: #fff!important
    font-weight: bold;
}

.Searchtop:link, .Searchtop:visited
{
    color: #fff!important
    font-weight: bold;
    
}
.Searchtop:hover
{
   color: #fff!important
   text-decoration:none;
   font-weight:bold;
}
/* DTSearch - SearchBox */
#Searchtop .eznc_SearchText{width:100px;} /* Width of Search Text Box */
.ie6 #Searchtop .eznc_SearchText{width:100px; float:left; color: #fff!important;font-weight: bold;}
.ie7 #Searchtop .eznc_SearchText{width:100px; float:left; color: #fff!important;font-weight: bold;}
#Searchtop .eznc_SearchButtton{ color: #fff!important;font-weight: bold;}
.ie8 #Searchtop .eznc_SearchButtton{z-index:999; color: #fff!important;font-weight: bold;}

#searchContainer .eznc_SearchText{width:70px; color: #fff!important;font-weight: bold;} /* Width of Search Text Box */
#searchContainer .eznc_SearchButtton{ color: #fff!important;font-weight: bold;}
#searchContainer a.eznc_SearchButtton:link{ color: #fff!important;font-weight: bold;}
#searchContainer a.eznc_SearchButtton:hover{ color: #fff!important;font-weight: bold;}
.ie6 #Searchtop .eznc_SearchButtton{float:right;width:30px;margin:-2px 0px 0px 0px;text-align:left;}
.ie7 #Searchtop .eznc_SearchButtton{float:right;width:30px;margin:1px 0px 0px -10px;text-align:left;;}

/*=======================================
END - Skin styles for Search Box feature
=======================================*/
