/* --- 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{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:normal;
    color:#000;
    text-align:left;
    padding:0px;
    background-color:#e4eaf1;
}

a:visited{ color:#195182; text-decoration:none;}
a:active{ color:#7dbbe9; text-decoration:none;}
a:link{ color:#195182; text-decoration:none;}
a:hover{color:#7dbbe9; text-decoration:underline;}




H1{font-size:20pt; color:#003768; text-align:left;}
H2{font-size:18pt;  color:#7dbbe9;}
H3{font-size:14pt;  color:#003768; text-align:left;}
H4{font-size:10pt;  color:#003768; text-align:left;}


.eznpBreadCrumbs
{
	color: #000066;
	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;
	text-align:left; 
}

/***** 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: 18pt;
	font-weight: bold;
	color:#003768;
	text-align:left;
}

                   

/*
.HeaderText H1
{
	color: #000066;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	line-height: 9pt;
	margin: 3px;
	text-align:left;
}
*/
/***** Miscellanous Items - End *****/


/***** Main Menu - Start *****/
.NavMenuBar
{
background-color: transparent;
}

.NavMenuItem
{
	color: #023C6A;
	text-align: Left;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	height: 30px;
}

.NavMenuItemSelected
{
	color: #ffffff;
	text-align: left;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	height: 30px;
}



.MainMenuBar
{
	background-color: #7dbbe9;
	color: #7dbbe9; /*this was white*/
}

.MainMenuItem
{	background-color: #7dbbe9;
	color: #0065A4;
	text-align: left;
	font-family: Arial;
	font-size: 7.5pt;
	font-weight: bold;
	padding:0px;
}

.MainMenuItemSelected
{
	color: #ffffff;
	background-color: #7dbbe9;
	text-align: left;
	font-family: Arial;
	font-size: 7.5pt;
	font-weight: bold;
	/* text-transform: uppercase; */
	text-decoration: none;
	cursor: pointer;
	padding:0px;
}


.MainMenu_MenuBreak
{
	border: 0px;
	color: #7dbbe9;
	background-color: #7dbbe9;
	height: .5px;
	width: 0px;
}

/* 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: #7dbbe9;
	background-color: #7dbbe9;
	height: 5px;
	font-family: Arial;
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
	/* text-transform: uppercase; */
}



.AdmNavMenuBar
{
background-color: transparent;
}

.AdmNavMenuItem
{
	color: #023C6A;
	text-align: Left;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	height: 30px;
}

.AdmNavMenuItemSelected
{
	color: #ffffff;
	text-align: left;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	height: 30px;
}


/***** Main Menu - End *****/



.SubMenu 
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	font-weight:bold;
	border-right: 1px solid #0065A4;
}

.SubMenu a
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: none;
}

.SubMenu a:visited
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: none;
}

.SubMenu a:hover
{
	color: #0065A4;
	font-family: Arial;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: none;
}
/***** Left Pane Navigation - End *****/


/***** Teaser Content - Start *****/
.TeaserText
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	padding-top: 15px;
	text-align:left;
}

* html .TeaserText
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	padding-top: 10px;
	text-align:left;
}

.DrsDesk_LearnMore
{
	color: #7dbbe9;
	font-family: Verdana;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

.DrsDesk_LearnMore a
{
	color: #7dbbe9;
	font-family: Verdana;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

.DrsDesk_LearnMore a:visited
{
	color: #7dbbe9;
	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
{
	color: #000066;
	font-family: Arial;
	font-size: 10pt;
	font-weight:normal;
	line-height: 10pt;
	text-align:left;	
}

#dnn_ContentPane H2
{
	color: #224E90;
	font-family: Arial;
	font-size: 11pt;
	font-weight:bold;
	line-height: 11pt;
	margin-bottom: 5px;
}

#dnn_ContentPane H3
{
	color: #000066;
	font-family: Arial;
	font-size: 11pt;
	font-weight:bold;
	line-height: 11pt;
	margin-bottom: 3px;
}

#dnn_ContentPane a
{
	color: #000066;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}

#dnn_ContentPane a:visited
{
	color: #000066;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}

#dnn_ContentPane a:hover
{
	color: #224E90;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
}
/***** Content Pane - End *****/


/***** Footer Pane - Start *****/
.Copyright
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	text-align: center;
}

.Copyright a
{
	color: #000066;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
}

.Copyright a:visited
{
	color: #000066;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
}

.Copyright a:hover
{
	color: #224E90;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: underline;
}

#dnn_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: #7dbbe9;
	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: #000066;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	line-height: 13pt;
	margin-bottom: 3px;
	margin-top: 3px;
}

.eznc_ListViewArticleLink
{
	color: #000066;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}

.eznc_ListViewArticleLink:visited
{
	color: #000066;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}

.eznc_ListViewArticleLink:hover
{
	color: #224E90;
	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: #000066; 
	width: 500px;
	padding: 6px;
	text-align:left;
}

.eznc_navAllConditions 
{
	text-align: right;
	FONT-FAMILY: arial;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #000066; 
}

a:link.eznc_navAllConditions {color : #000066; text-decoration : none;}
a:visited.eznc_navAllConditions {color : #000066; text-decoration : none;}
a:active.eznc_navAllConditions {color : #000066; text-decoration : none;}
a:hover.eznc_navAllConditions {color : #224E90; text-decoration : underline;}

.eznc_ContentTitle 
{
	color : #023C6A;
	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 : #023C6A;
	font-family :arial;
	font-size : 11px;
	font-weight : normal;
}

a:link.eznc_navContentSection { color : #023C6A; text-decoration : none; }
a:.eznc_navContentSection { color : #023C6A; text-decoration : none; }
a:active.eznc_navContentSection { color : #023C6A; text-decoration : none; }
a:hover.eznc_navContentSection { color : #023C6A; text-decoration : underline; }

.eznc_ContentSection 
{
	margin-top:5px; 
	align:left;
}

.eznc_SectionTitle 
{
	font-family: arial;
	font-size: 12px;
	color : #023C6A;
	margin-top:5px; 
	font-weight: bold;
}

.eznc_SectionBody 
{
	font-size: 11px;
	margin-top:5px; 
	margin-left:0px 
	text-align:left;
	align:left;
}

table.eznc_SectionBody 
{
	width:500px;
}

.eznc_SectionBody_Col1 
{
	color: #000066;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	width: 500px;
	vertical-align: top;
	text-align:left;
	align:left;
}

.eznc_ContentCopyright 
{
	width:500px; 
	margin-top: 20px;
	border-style: solid; 
	border-width: 1px; 
	color : #023C6A;	
	font-family : arial; 
	font-size : 11px; 
	font-weight : normal;
	text-align: center; 
}

a:link.eznc_FTContentCopyright { color : #023C6A; text-decoration : none; }
a:visited.eznc_FTContentCopyright { color : #023C6A; text-decoration : none; }
a:active.eznc_FTContentCopyright { color : #023C6A; text-decoration : none; }
a:hover.eznc_FTContentCopyright { color : #023C6A; text-decoration : underline; }

/* END - Classes for the Patient Education Content */ 

/* 
=====================================
Skin styles for Medical Content - END
=====================================
*/

/*--------Call INformation DIV to run at the server level --------------*/
#CallInformation
{
background-color:Transparent;
color:#7dbbe9;
font-weight:bold;
text-align:center;
/*padding-left:20px;*/
top:5px;
font-size:24pt;
}
#dnn_CallInformation
{
background-color:Transparent;
color:#7dbbe9;
font-weight:bold;
text-align:center;
/*padding-left:20px;*/
top:5px;
font-size:24pt;
}
#dnn_CallInformationAppointment{
background-color:Transparent;
color:#7dbbe9;
font-weight:bold;
text-align:center;
padding-left:20px;
font-size:8pt;
}
#dnn_CallInformationAddress{
background-color:Transparent;
color:#ffffff;
font-weight:bold;
text-align:center;
padding-left:20px;
font-size:10pt;
}
/*--------end --------------*/

/*---------------FOOTER LINKS AREA ---------------*/

.footerLink
{
    background-image:url('images/FooterLinks.gif');
    background-repeat:no-repeat;
    height:28px;
    align:center;
}


.subMenuLinks A:visited{ color:#ffffff; font-size:9pt; font-weight:bold; text-decoration:none; line-height:22px;}
.subMenuLinks A:active{ color:#ffffff; font-size:9pt; font-weight:bold;  text-decoration:none; line-height:22px;}
.subMenuLinks a:link{ color:#ffffff; font-size:9pt; font-weight:bold; text-decoration:none; line-height:22px;}
.subMenuLinks a:hover{color:#7dbbe9; font-size:9pt; font-weight:bold; text-decoration:underline; line-height:22px;}



.footerLinkList{
background-color:Transparent;  
height:20px; 
top:0px; 
text-align:center;
}/*this class works only for firefox.. --*/
* html 

.footerLinkList{
background-color:Transparent; 
text-align:center; 
top:0px; 
} 

.footer1 { color:#ffffff; font-size:9pt; font-weight:bold;text-align:center;text-decoration:none;}
.footer1 A:visited{ color:#ffffff; font-size:9pt; font-weight:bold;text-align:center;text-decoration:none;}
.footer1 A:active{ color:#ffffff; font-size:9pt; font-weight:bold;text-align:center;text-decoration:none;}
.footer1 A:link{ color:#ffffff; font-size:9pt; font-weight:bold; text-align:center; text-decoration:none;}
.footer1 A:hover{color:#7dbbe9; font-size:9pt; font-weight:bold;text-align:center;text-decoration:underline;}

.copyrightPane
{
text-align:center; 
font-size:8pt; 
color:#000066;
margin:0px;
}   

.tableTopAlign
{
    vertical-align:top;}
    
/* this is for top nav area (OK)------------------------------------*/
.topNavSection{
height:30px;
padding-right:37px;
padding-left:37px;
top:0px; 
text-align:right;
font-family:Arial;
font-size:9pt;
font-weight:bold;
color:#003768;
}

/*--This is for the logo image area -----------------------------*/
.logoTop
{
width:154px; 
background-image:url('images/TopImageFiller.gif');
}
.logoImageA
{
height:231px;
background-repeat:no-repeat;
top:0px;
left:0px;
margin:0px;
border:0px;
vertical-align:top;
table-layout:fixed;
padding:0px;
float:left;
vertical-align:top; 
table-layout:fixed;
padding:0px; 
float:left;
}

#footertextwrapper
{
    font-size:7pt;
    text-align:center;
    position:relative;
    margin-top:10px;
    width:550px;
    color:#000;
    font-weight:normal;
    margin:0 auto;
    padding:10px 0px 10px 0px;
    

}
.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:18px;
    text-align:left;
    width:240px;
    z-index:999;
    margin-bottom:0px;
    margin-top:0px;
    position:relative;
    text-transform: uppercase!important;
    float:left;
    
}
.ie6 #Searchtop
{
    height:18px;
    text-align:left;
    width:240px;
    z-index:999;
    margin-bottom:0px;
    margin-top:0px;
    position:relative;
    text-transform: uppercase!important;
      float:left;
}
 .ie7 #Searchtop 
{
    height:18px;
    text-align:left;
    width:240px;
    z-index:999;
    margin-bottom:0px;
    margin-top:0px;
    margin-left:0px;
    position:relative;
    text-transform: uppercase!important;
      float:left;
}

.Searchtop:link, .Searchtop:visited
{
    color: #000;
    font-weight: bold;
    text-transform: uppercase!important;
}
.Searchtop:hover
{
   color:#000;
   text-decoration:none;
   font-weight:bold;
}
/* DTSearch - SearchBox */
#Searchtop .eznc_SearchText{width:160px;} /* Width of Search Text Box */
.ie6 #Searchtop .eznc_SearchText{width:160px; float:left; text-transform: uppercase!important;}
.ie7 #Searchtop .eznc_SearchText{width:160px; float:left; text-transform: uppercase!important;}
#Searchtop .eznc_SearchButtton{ text-transform: uppercase!important;}
.ie8 #Searchtop .eznc_SearchButtton{z-index:999; text-transform: uppercase!important;}

#searchContainer .eznc_SearchText{width:145px; text-transform: uppercase!important;} /* Width of Search Text Box */
#searchContainer .eznc_SearchButtton{ text-transform: uppercase!important;}
#searchContainer a.eznc_SearchButtton:link{ text-transform: uppercase!important;}
#searchContainer a.eznc_SearchButtton:hover{ text-decoration:none;}
.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:-2px 0px 0px -5px;text-align:left;}

/*=======================================
END - Skin styles for Search Box feature
=======================================*/
