.td
{
    vertical-align:top;
}

.eznc_ListViewArticleLink,
a:visited.eznc_ListViewArticleLink,
a:link.eznc_navAllConditions,
a:visited.eznc_navAllConditions,
a:active.eznc_navAllConditions,
a:link.eznc_navContentSection,
a:visited.eznc_navContentSection,
a:active.eznc_navContentSection,
a:link.eznc_FTContentCopyright,
a:visited.eznc_FTContentCopyright,
a:active.eznc_FTContentCopyright
{
	text-decoration : none;
}
a:hover.eznc_ListViewArticleLink,
a:hover.eznc_navAllConditions,
a:hover.eznc_navContentSection ,
a:hover.eznc_FTContentCopyright
{
	text-decoration : underline;
}

/*================================
Skin styles for Medical Content
================================*/

/* START - Classes for the Patient Education Table Of Contents */ 
.eznpBreadCrumbs
{
}

.eznc_ListViewGroupHeading
{
	font-size:14px;
	font-weight: bold;
	line-height: 11pt;
	margin: 20px 0px 4px 0px;
}
/* END - Classes for the Patient Education Table Of Contents */ 

/* START - Classes for the Patient Education Content */ 
.eznc_Content 
{
	width: 100%;
	padding: 6px;
}

.eznc_navAllConditions 
{
	text-align: right;
}

.eznc_ContentTitle 
{
	font-weight: normal;
	margin-top:5px; 
	text-align: center;
}

h1.eznc_ContentTitle {
	font-size: 20px;
	font-weight: normal;
	margin-top:5px; 
	text-align: left; 
}

.eznc_ContentSectionList 
{
	margin-top:5px; 
	margin-bottom:10px;
	text-align: center;
}

.eznc_navContentSection 
{
	text-decoration: none;
}

.eznc_ContentSection 
{
	margin-top:5px; 
}

.eznc_SectionTitle 
{
	font-size: 14px;
	font-weight: bold;
	margin-top:5px; 
	text-align: left;
}

.eznc_SectionBody 
{
	margin-top:5px; 
	margin-left:0px;
}

table.eznc_SectionBody 
{
	width:100%;
}

.eznc_SectionBody_Col1 
{
	text-align: left;
	vertical-align: top;
	width: 100%;
}

.eznc_ContentCopyright 
{
	border-style: solid; 
	border-width: 1px; 
	margin-top: 20px;
	padding: 3px;
	text-align: center; 
}
/* END - Classes for the Patient Education Content */ 

/*=====================================
Skin styles for Medical Content - END
=====================================*/
.eznc_SectionBody_Col2 
{
    display: inline;
	float: right;
	text-align: right;	
	vertical-align:top;
    width: 220px;
}

.eznc_SectionBody_Col2  img
{
	margin: 0px 0px 6px 6px;
}

/* ------------- v2.0 styles ------------- */
.eznc_ContentV2
{
	text-align: center;
	vertical-align:top;
}
.eznc_AContentV2
{
	border: solid 1px #99C3CF;
	padding: 10px;
	vertical-align:top;
}
.eznc_ContentTitleV2
{
	font-size: 20px;
}
.eznc_ContentSectionListV2, 
.eznc_ContentSectionListV2 a:visited, 
.eznc_ContentSectionListV2 a:link
{
	text-align: center;
	margin-bottom: 15px;
}
.eznc_ContentSectionV2
{
	text-align:left;
}
.eznc_ContentSectionV2 p
{
	margin-top: 3px;
	margin-bottom: 3px;
	text-align:left;
}

.eznc_ContentSectionV2 p a.eznc_navContentSection
{
	display: block;
	text-align: center;
}

.eznc_SectionTitleV2
{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 15px;
}
.eznc_SectionBodyV2
{
	text-align:justify;
}

.eznc_SectionBodyV2 img
{
	padding-left: 7px;
}

.eznc_VideoContainer
{
	padding: 5px;
	margin-top: 15px;
	text-align: center;
}
.eznc_navAllConditionsV2
{
	float: right;
}
.eznc_ContentCopyrightV2
{
	text-align: center;
}

/*==================================================
Skin styles for Article Viewer with Video Player
==================================================*/
/* Controls the text color used on the title bar for the selected tab */
.eznc_ActiveTab
{
	color: White;
}

/* Controls the left border of the title bar */
.eznc_Tab_Left
{
	width: 0px;
	height: 35px;
/*	background-image: url(images/Tab_Left.jpg);*/
}

/* Controls the background of the title bar */
.eznc_Tab_Fill
{
	background-image: url(images/ArticleVideoHeaderBg.jpg);
}

/* Controls the right border of the title bar */
.eznc_Tab_Right
{
	width: 0px;
	height: 35px;
/*	background-image: url(images/Tab_Right.jpg);*/
}

/* Controls the tab separator used on the title bar */
.eznc_Tab_Separator
{
	width: 2px;
	height: 35px;
	background-image: url(images/tab_separator.jpg);
}

/* Controls the bottom border color of the first tab title */
.eznc_TabRed
{
	padding-bottom: 5px;
	border-bottom: 3px solid white;
}

/* Controls the bottom border color of the second tab title */
.eznc_TabBlue
{
	padding-bottom: 5px;
	border-bottom: 3px solid #D9D7D6;
}

.eznc_TabText
{
	padding-left: 5px;
}
/* Controls the text color used on the title bar */
.eznc_TabText,
.eznc_TabText a:link,
.eznc_TabText a:visited
{
	color: White;
	font-size: 14px;
	font-weight: bold;
}
.eznc_TabText a:hover
{
	color: #D9D7D6;
}

.eznc_FilterInfo
{
	background-color: #FFFFCC;
	border: 1px solid black;
	display: block;
	padding: 5px;
	margin: 5px;
	margin-right: 15px;
}

/* Controls the text color of the article list in the right column */
.eznc_FilterList,
.eznc_FilterList a:link,
.eznc_FilterList a:visited
{
	vertical-align: top;
	text-align: left;
}
.eznc_FilterList
{
	height:414px;
	overflow:  auto;
}
.eznc_FilterList ul
{
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	list-style:none;
}
.eznc_FilterList ul li
{	
	list-style:none !important;	
	list-style-type:none  !important;	
	list-style-image:none !important;
}
.eznc_spacer
{
	background-image: url(images/spacer.gif);
}

/* Controls the logo above the article list in the right column */
.eznc_Filter_Top_Logo
{
	background-image: url(images/ArticleListHeader.jpg);
	width: 210px;
	height: 81px;
}

.eznc_Filter_Line1
{
	width: 2px;
	height: 500px;
}

/* Controls the spacer background color of the article list in the right column */
.eznc_Filter_Line2
{
	width: 10px;
	height: 350px;
	background-color: #D9D7D6;
}

/* Controls the background color of the article list in the right column */
.eznc_Filter_Line3
{
	width: 350px;
	background-color: #D9D7D6;
}

.eznc_Filter_Bottom_Logo
{
	background-image: url(images/iHealthSpot-Logo.jpg);
	width: 210px;
	height: 61px;
}

.eznc_dvFilteredArticleTitle
{
	padding-bottom:7px;
}

/* Background color around search box */
.eznc_FilterText
{
	background-color: #D9D7D6;
	height: 30px;
}

.eznc_Filter_Search
{
	width: 100%;
	height: 19px;
}

.eznc_Filter_Search	div
{
	background-color: White;
}

.eznc_Filter_Search	input
{
	border-width: 0px;
	width: 100%;
	height: 19px;
	margin: 0px;	
}

.eznc_Filter_Image
{
	height: 19px;
	background-color: White;
}

.eznc_Filter_Image img
{
	padding: 0px;
	vertical-align: middle;
}

/*==============================================
Skin styles for Drs Desk Display page - BEGIN
==============================================*/
.eznc_ArticleScheduleDisplay .eznc_AContentV2
{
	border: none;
}
.eznc_ArticleScheduleDisplay h1.eznc_ContentTitleV2
{
	font-size: 18px;
}
.eznc_ArticleScheduleDisplay .eznc_ArticleHeaderAndNav
{
	display: none;
	visibility: hidden;
}
/*==============================================
Skin styles for Drs Desk Display page - END
==============================================*/