BODY
{
	background-color: #fff;
	background-image: url(images/bg_pallay_dds.gif);
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	margin: 20px;
}

img a {
	border:0px!important;
}

.Normal	/* This class is used by DNN when modules are added. */
{
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}

*/
/***** Miscellanous Items - End *****/


/***** Nav Menu - Start *****/
.NavMenuBar
{
   BACKGROUND-COLOR: transparent; 
   CURSOR: none;
}

.NavMenuItem
{
	background-color: transparent;
	color: #ffffff;
	font-family: arial;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

.NavMenuItemSelected
{
	color: #B1005C;
	background-color: transparent;
	font-family: arial;
    font-size: 12px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}

.SeparatorCSS
{
    color: #ffffff;
	font-family: arial;
    font-size: 8pt;
	text-align: center;
	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: #91D5F5;
	text-align: center;
	font-family: arial;
	font-weight: normal;
	font-weight: bold;
    font-size: 9pt;
}

.AdmNavMenuItemSelected
{
	color: #B1005C;
	background-color: transparent;
	font-family: arial;
	font-weight: bold;
    font-size: 9pt;
    text-align: center;
	cursor: pointer;
}
/***** ADM Nav Menu - End *****/

/***** Left Pane Navigation - Start *****/

#SubMenu
{
	color: #455560;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

.SubMenu
{
	color: #455560;
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	line-height: 180%;
}

.SubMenu a
{
	color: #455560;
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
	line-height: 180%;
}

.SubMenu a:visited
{
	color: #455560;
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
	line-height: 180%;
}

.SubMenu a:hover
{
	color: #003E7E;
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
	line-height: 180%;
}

#SubMenu2 
{
	color: #B1005C;
	font-family: verdana;
	font-size: 8pt;
	font-weight:bold;

}
.SubMenu2 
{
	color: #B1005C;
	font-family: verdana;
	font-size: 8pt;
	font-weight:bold;
}

.SubMenu2 a
{
	color: #B1005C;
	font-family: verdana;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
}

.SubMenu2 a:visited
{
	color: #B1005C;
	font-family: verdana;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
}

.SubMenu2 a:hover
{
	color: #000000;
	font-family: verdana;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
}
/***** Left Pane Navigation - End *****/


/***** Teaser Content - Start *****/
.TeaserText
{
	color: #333333;
	font-family: Tahoma;
	font-size: 12pt;
	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: #333333;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight:normal;
	line-height: 12pt;
}
#dnn_ContentPane H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #336666;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
}

#dnn_ContentPane H2
{
	color: #B1005C;
	font-family: Arial;
	font-size: 13pt;
	font-weight:bold;
	line-height: 15pt;
	margin-bottom: 15px;
}


#dnn_ContentPane H3
{
	color: #000000;
	font-family: Georgia;
	font-size: 12pt;
	font-weight:bold;
	line-height: 12pt;
	margin-bottom: 15px;
}

#dnn_ContentPane a
{
	color: #33f;
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration: none;
}

#dnn_ContentPane a:visited
{
	color: #33f;
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration: none;
}

#dnn_ContentPane a:hover
{
	color: #000000;
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration: none;
}
/***** Content Pane - End *****/


/***** Footer Pane - Start *****/
.Copyright
{
	color: #464f57;
	font-family: Verdana;
	font-size: 8pt;
	text-align: center;
}

.Copyright a
{
	color: #B1005C;
	font-family: Verdana;
	font-size: 7pt;
	text-decoration: none;
}

.Copyright a:visited
{
	color: #B1005C;
	font-family: Verdana;
	font-size: 7pt;
	text-decoration: none;
}

.Copyright a:hover
{
	color: #000000;
	font-family: Verdana;
	font-size: 7pt;
	text-decoration: underline;
}

#FooterLinks
{
	color: #464f57;
	font-family: Arial;
	font-size: 7pt;
	font-weight: normal;
}

.FooterLinks
{
	color: #464f57;
	font-family: Arial;
	font-size: 7pt;
	font-weight: normal;
}

.FooterLinks a
{
	color: #B1005C;
	font-family: verdana;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
}

.FooterLinks a:visited
{
	color: #B1005C;
	font-family: verdana;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
}

.FooterLinks a:hover
{
	color: #000000;
	font-family: verdana;
	font-size: 7pt;
	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: #4D86C0;
	font-family: Georgia;
	font-size: 14pt;
	font-weight: bold;
	line-height: 11pt;
	margin-bottom: 10px;
	margin-top: 15px;
}

.eznc_ListViewArticleLink
{
	color: #B1005C;
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration: none;
}

.eznc_ListViewArticleLink:visited
{
	color: #B1005C;
	font-family: Tahoma;
	font-size: 9pt;
	text-decoration: none;
}

.eznc_ListViewArticleLink:hover
{
	color: #000000;
	font-family: Tahoma;
	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: Tahoma;
	FONT-WEIGHT: normal; 
	font-size: 10pt; 
	COLOR: #333333; 
	width: 5500px;
	padding: 6px;
}

.eznc_navAllConditions 
{
	text-align: right;
	FONT-FAMILY: verdana;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #333333; 
}

a:link.eznc_navAllConditions {color : #B1005C; text-decoration : none;}
a:visited.eznc_navAllConditions {color : #B1005C; text-decoration : none;}
a:active.eznc_navAllConditions {color : #B1005C; text-decoration : none;}
a:hover.eznc_navAllConditions {color : #000000; text-decoration : underline;}

.eznc_ContentTitle 
{
	color : #1FBECA;
	font-weight: bold;
	font-size: 14pt;
	margin-top:5px; 
}

.eznc_ContentSectionList 
{
	text-align: center;
	font-size: 11px; 
	margin-top:5px; 
	margin-bottom:10px;
}

.eznc_navContentSection 
{
	color : #000000;
	font-family :Tahoma;
	font-size: 9pt;
	font-weight : normal;
}

a:link.eznc_navContentSection { color : #B1005C; text-decoration : none; }
a:visited.eznc_navContentSection { color : #B1005C; text-decoration : none; }
a:active.eznc_navContentSection { color : #B1005C; text-decoration : none; }
a:hover.eznc_navContentSection { color : #000000; text-decoration : underline; }

.eznc_ContentSection 
{
	margin-top:5px; 
	align:left;
	text-align:left;
}

.eznc_SectionTitle 
{
	font-family: Georgia;
	font-size: 14px;
	color : #4D86C0;
	margin-top:5px; 
	font-weight: bold;
}

.eznc_SectionBody 
{
	font-size: 10pt;
	margin-top:5px; 
	margin-left:0px 
	align:left;
	text-align:left;
}

table.eznc_SectionBody 
{
	width:550px;
	align:left;
	text-align:left;
}

.eznc_SectionBody_Col1 
{
	color: #000000;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
	width: 550px;
	vertical-align: top;
	align:left;
	text-align:left;
}

.eznc_ContentCopyright 
{
	width:550px; 
	margin-top: 20px;
	border-style: solid; 
	border-width: 1px; 
	color : #000000;	
	font-family : Tahoma; 
	font-size : 8pt; 
	font-weight : normal;
	text-align: center; 
}

a:link.eznc_FTContentCopyright { color : #B1005C; text-decoration : none; }
a:visited.eznc_FTContentCopyright { color : #B1005C; text-decoration : none; }
a:active.eznc_FTContentCopyright { color : #B1005C; 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
=====================================



/* 
=====================================
PB-PAL - start
=====================================
*/


#dnn_Top_phone
{
	color: #033;
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
}

.Top_phone
{
	color: #033;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding:5px 20px 0 0;
}

body {
	background-image: url(images/bg_pallay_dds.gif);
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	margin: 20px;
}
.creds {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #336666;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	color: #333333;
}
.nav a
{
	color: #33f;
	font-size: 11px;
	text-decoration: none;
}

.nav a:visited
{
	color: #33f;
	font-size: 11px;
	text-decoration: none;
}

.nav a:hover
{
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
.copyCAP {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #333333;
	line-height: 20px;
	font-style: italic;
	font-weight: normal;
}
.sub2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003300;
	font-style: italic;
	line-height: 15px;
}

#navcontainer
{
width: 140px;
margin: 0 auto;
padding: 1em 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
}

ul#navlist
{
text-align: center;
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
list-style: none;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #003333;
	text-decoration: none;
	background-color: #99CCCC;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #003300;
	border-color: #aaab9c #fff #fff #ccc;
	font-weight: bold;
	background-color: #999966;
	line-height: bold;
}
/* 
=====================================
PB-PAL - FINISH
=====================================
*/
