#HtmlContentWrapper img
{
	margin: 10px 10px 10px 0;
	max-width: 483px!important;
}
#HtmlContentWrapper a img
{
	margin: 0px 3px 0px 0px;
	padding: 0px;	
}	
#HtmlContentWrapper a.popupLink img 
{
	margin-right: 0px;	
}

body.DecisionPoint table {
	width: 90%;
}

/* Lists */
div.Section ul{
	margin: 2px 0px 2px 10px;
	padding: 2px 0px 2px 10px;
	/* list-style-type: disc; */
}
div.Section ol, div.Text ol
{
	margin: 2px 0px 2px 10px;
	padding: 2px 0px 2px 10px;
	list-style-type: decimal;
}
div.Text ol
{
	margin-left: 26px;
}

/*  Text Properties  */
h1.DocTitle {
	color:#000000;
	font-size:20px;
	font-weight:normal;
	margin-bottom:10px;
	text-align:left;
}
h1.DocTitle img {
	display: inline;
}

h2.SectionTitle {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
} 


h3.SubTitle {
	font-size: 105%;
	font-weight: bold;
}

#HtmlContentWrapper table td
{
	padding: 5px;
}


/*  Division Properties  */
div.HealthwiseHeader {
	top: .4em;
	left: 10px;
}

divHealthwise.Content {
	text-align: left;
	margin-left: 25px;
	margin-right: 25px;
	border-top: 1px solid #990000;
}

body.MultiMedia div.HealthwiseContent {
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	border-top: 1px solid #990000;
}

div.Section td ul {
	margin-top: 0px;
	padding-top: 0px;
}

div.Section td p {
	margin: 0px;
	padding-top: 0px;
}

div.Section p
{
	margin-bottom: 10px;
}

#MedicalTestSynonyms {
	padding-left: 15px;
	font-size: smaller;
	font-weight: bold;
	color: #990000;
}

/*  OrgTitle - used to display NORD name  */
div.OrgTitle {
	color: #990000;
	font-size: smaller;
	top: .6em;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px; 
	font-weight: bold;
}

/* Hack for firefox */
html>body .OrgTitle {
	position: relative;
	top: -.05em;
}


/*  NavStack div - "Topic Contents" list  */
div.Sidebar {
	float: right;
	clear: both;
}

div.NavStack {
	border: 1px solid #990000;
	margin: 0px 10px 5px 15px;
	padding: 5px 5px 5px 20px;
    text-indent: -10px;
  	width: 210px;
	background-image: url(../media/interface/navbg.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
  	text-align: left;
	/* clear: both; */
}

div.NavStackTitle {
	text-align: left;
	font-weight: bold;
	color: #990000;
	padding-bottom: 12px;
}

hr.NavStackRule {
	display: none;
	color: #FFFFFF;
	height: 1px;
}

.NavStackItem {
	color: #990000;
}

.NavStackItemCurrent {
	margin-left: -8px;
	padding-left: 0px;
	text-indent: 8px;
	background: url(../media/interface/arrow_r_gray.gif) no-repeat;
	font-weight: normal;
	color: #666666;
}


/*  NavStack link states  */
div.NavStack a:link {
	color: #990000;
	text-decoration: none;
}

div.NavStack a:visited {
	color: #990000;
	text-decoration: none;
}

div.NavStack a:hover {
	color: #0000FF;
	text-decoration: underline;
}
/*  end NavStack div - "Topic Contents"  */




/*  Related Topics div - "See Also"  */
div.RelatedTopics {
	border: 1px solid #C4A97B;
	margin: 10px 10px 15px 15px;
	padding: 5px 5px 5px 20px;
  	width: 210px;
  	text-indent: -10px;
	background-image:url(../media/interface/seealsobg.gif);
	background-repeat: no-repeat;
	background-color: #F4ECB6;
}

div.RelatedTopicsTitle {
	text-align: left;
	font-weight: normal;
	color: #990000;
	padding-bottom: 10px;
}

hr.RelatedTopicsRule {
	color: #C4A97B;
	height: 1px;
	display: none;
}

div.RelatedTopicsItem {
	font-size: 80%;
}

div.RelatedTopicsItem a:link {
	text-decoration: none;
	color: #990000;
}

div.RelatedTopicsItem a:visited {
	text-decoration: none;
	color: #666666;
}

div.RelatedTopicsItem a:hover {
	text-decoration: underline;
	color:#0000FF;
}
/*  end RelatedTopics div - "See Also"  */

div.Section img.TopicImage
{
	margin: 0px 10px 10px 0px;
	padding: 0px;
	display: block;
	float: left;
	/*width: 440px;*/
}

.EmergencyNumber
{
	color: #FF0000;
	font-weight:bold;
}

.Red
{
	color:red;
}

.Grey
{
	color:gray
}

div.Center
{	
	padding: 5px 0px 15px;
	text-align:center;
	width: 100%;
	float: left;
}

.Underline
{
	text-decoration: underline;
}

.Size1
{
	font-size:xx-small;
}

.Size2
{
	font-size:x-small;
}

.Size3
{
	font-size:small;
}

.Size4
{
	font-size:medium;
}

.Sizeminus
{
	font-size:smaller;
}

.Sizeplus
{
	font-size:larger;
}

.Small
{
	font-size:small;
}

.Citation {
	margin: 0;
	padding: 0;
	display: none;
}


/*  DrugNames tables - Found in Drug Detail topics  */
table.DrugNames {
	border-collapse: collapse;
}

table.DrugNames th{
	padding-right: 15px;
	padding-left: 5px;
	text-align: left;
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
}

table.DrugNames tr, table.DrugNames td {
	border: 1px solid #C4A97B;
}

table.DrugNames td {
	padding: 2px 10px 2px 5px;
}
/*  End DrugNames table  */


/*  Start: Slideshow Control  */
div.Slideshow {
	margin: 0;
	padding: 0;
}

div.Slide {
	margin: 0;
	padding: 0;
}

h2.SlideTitle {
	font-size: 120%;
	font-weight: bold;
	color: #990000;
}

table.SlideImage {
	width: 460px;
	border: 1px solid #C9B17C;
	border-collapse: collapse;
	padding: 0;
}

table.DrugSlideImage {
	width: 300px;
	border: 1px solid #C9B17C;
	border-collapse: collapse;
	padding: 0;
}

table.SlideImage td {
	border: 1px solid #C9B17C;
}

tr.SlideButtonFrame {
	margin: 4px;
	background-color: #E5DCB6;
}

input.SlideButton {
	  font-weight: bold;
}
/*  End:   Slideshow Control  */


/* Start: Condition Center elements  */
#ConditionCenterMenu {
	margin-top: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../media/interface/seealsobg.gif);
	background-repeat: repeat-x;
	clear: both;
}

#ConditionCenterMenu li {
	display: inline;
	padding-right: 20px;
}

#ConditionCenterMenu a:link {
	text-decoration: none;
	color: #990000;
}

#ConditionCenterMenu a:visited {
	text-decoration: none;
	color: #990000;
}

#ConditionCenterMenu a:hover {
	text-decoration: underline;
	color:#0000FF;
}


#ConditionCenterCollections {
	margin: 0 0 0 0;
}

#ConditionCenterColumn1 {
	margin-bottom: 10px;
	padding: 0;
	float: left;
	clear: left;
	width: 45%;
}

#ConditionCenterColumn2 {
	margin-left: 2%;
	padding: 0;
	float: right;
	clear: right;
	width: 45%;
}

#ConditionCenterColumn1 a:link {
	text-decoration: none;
	color: #990000;
}

#ConditionCenterColumn1 a:visited {
	text-decoration: none;
	color: #990000;
}

#ConditionCenterColumn1 a:hover {
	text-decoration: underline;
	color:#0000FF;
}


.ConditionCenterTitle {
	padding-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
}

.ConditionCenterItem {
	font-size: 90%;
	margin-left: 5px;
	padding-left: 10px;
	text-indent: -15px;
	padding-top: 2px;
	padding-bottom: 3px;
}


/*  Condition Center - Take Action list  */
#TakeAction {
	padding: 2px 10px 5px 10px;
	border: 1px solid #C4A97B;
	background-color: #F4ECB6;
	background-image: url(../media/interface/seealsobg.gif);
	background-repeat: repeat-x;
}

#TakeAction div.ConditionCenterTitle + div.ConditionCenterItem {
	padding-top: 5px;
}

div#TakeAction a:link {
	text-decoration: none;
	color: #990000;
}

div#TakeAction a:visited {
	text-decoration: none;
	color: #990000;
}

div#TakeAction a:hover {
	text-decoration: underline;
	color:#0000FF;
}
/*  End - Take Action list  */


#HealthTopics {
	margin: 0px;
	margin-bottom: -1px;
	padding: 2px 10px 15px 10px;
	border:  1px dashed #C9B17C;
}

#HealthTopics div.ConditionCenterTitle + div.ConditionCenterItem {
	border-top:  1px dashed #F4ECB6;
	padding-top: 5px;
}

#MedicalTests {
	margin: 0px;
	margin-bottom: -1px;
	padding: 5px 10px 15px 10px;
	border:  1px dashed #C9B17C;
}

#MedicalTests div.ConditionCenterTitle + div.ConditionCenterItem {
	border-top:  1px dashed #F4ECB6;
	padding-top: 5px;
}

#Medications {
	margin: 0px;
	margin-bottom: -1px;
	padding: 5px 10px 15px 10px;
	border:  1px dashed #C9B17C;
}

#Medications div.ConditionCenterTitle + div.ConditionCenterItem {
	border-top:  1px dashed #F4ECB6;
	padding-top: 5px;
}

#MakeWiseDecision {
	margin: 0px;
	padding: 2px 10px 10px 10px;
	background-color: #F4ECB6;
	background-image: url(../media/interface/seealsobg.gif);
	background-repeat: repeat-x;
	border: 1px solid #C4A97B;
}

#MakeWiseDecision div.ConditionCenterTitle + div.ConditionCenterItem {
	padding-top: 5px;
}
/* End: Condition Center elements  */



.QuizAnswer {
	margin: 10px 0 10px 0;
	padding: 0 10px 0 10px;
	border: 1px solid #C4A97B;
	background-color: #FFFFFF;
}

/*  Symptom Topic specific items      */

table.CysQuestions tr td.SymptomQuestion p {
	display:inline;
}

td.SymptomImage {
	margin: 0;
	padding: 0;
	text-align:center;
	width: 25px;
	height: 25px;
}

td.SymptomAnswer {
	margin: 0;
	padding: 0;
	text-align:center;
	width: 50px;
	height: 25px;
}

td.SymptomQuestion {
	margin: 0;
	padding: 0;
	height: 25px;
	text-align: left;
}

div.WhenToSee {
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #C4A97B;
	background-color: #F4ECB6;
}

div.WhenToSee h3{
	margin-top: 5px;
	margin-bottom: 5px;

}

/*  END: Symptom Topic specific items */

/* Old? *?
td.WTS {
	margin: 10px 0 10px 0;
	padding: 0 10px 0 10px;
	border: 1px solid #C4A97B;
	background-color: #F4ECB6;
} */

td.EmergencyAnswer {
	margin-right: 10px;
	padding-right: 10px;
	text-align:center;
	width: 25px;
	height: 25px;
}

div.WTSText {
	margin-top: 0px;
	margin-left: 25px;
}

table.Severitys1 {
	border-width: 1px;
	border-style: solid;
	border-color: #990000;
	background: #FFFFFF;
	width: 80%;
	margin-top: 10px;
	margin-bottom: 20px;
}

table.Severitys2 {
	border-width: 1px;
	border-style: solid;
	border-color: #FFCC00;
	background: #FFFFFF;
	width: 80%;
	margin-bottom: 20px;
}

table.Severitys3 {
	border-width: 1px;
	border-style: solid;
	border-color: #009900;
	background: #FFFFFF;
	width: 80%;
	margin-bottom: 20px;
}

table.Severitys4 {
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	background: #FFFFFF;
	width: 80%;
	margin-bottom: 20px;
}

td.SeverityAnswer{
	padding: 5px 2px 15px 15px;
	vertical-align: top;
}

table.Severitys1 td.SeverityQuestion {
	background: inherit;
	padding: 5px;
}

table.Severitys2 td.SeverityQuestion {
	background: inherit;
	padding: 5px;
}

table.Severitys3 td.SeverityQuestion {
	background: inherit;
	padding: 5px;
}

table.Severitys4 td.SeverityQuestion {
	background: inherit;
	padding: 5px;
}
/*  end Symptom Topic specific items  */


/*  Begin Support Document Specific Items  */
body.Support table {
	width: auto;
}
/*  end support document specific items    */

/*  Begin Decision Point Specific Items  */
body.DecisionPoint th {
	text-align: center;
}
/*  end Decision Point specific items    */



.HealthwiseFooter {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 20px;
	clear: both;
	border-top: 1px solid #990000;
}


/*  SecNav - Navigation Arrows for bottom of topics  */
#SecNav {
	margin: 5px 25px 5px 25px;
	text-align: center;
	font-size: 80%;
	width: 80%;
}

#SecNavPrev {
	text-align: left;
	width: 33%;
}

#SecNavTop {
	text-align: center;
}

#SecNavNext {
	text-align: right;
	width: 33%;
}

/*  SecNav - link attributes  */
td#SecNavPrev a:link {
	color: #990000;
	text-decoration: none;
}

td#SecNavPrev a:visited {
	color: #990000;
	text-decoration: none;
}

td#SecNavPrev a:hover {
	color: #0000FF;
	text-decoration: underline;
}

td#SecNavTop a:link {
	color: #990000;
	text-decoration: none;
}

td#SecNavTop a:visited {
	color: #990000;
	text-decoration: none;
}

td#SecNavTop a:hover {
	color: #0000FF;
	text-decoration: underline;
}

td#SecNavNext a:link {
	color: #990000;
	text-decoration: none;
}

td#SecNavNext a:visited {
	color: #990000;
	text-decoration: none;
}

td#SecNavNext a:hover {
	color: #0000FF;
	text-decoration: underline;
}
/*  end SecNav - link attributes  */



/*  table Urac - contains author and review information  */
.UracTable {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	float: left;
}
.UracTable td {
	padding: 0px 7px 5px 0px;
}
.UracTable td.tdLastUpdated {
	padding-top: 15px;
}
.TermPopup .UracTable
{
	margin-bottom: 10px;	
}

/*  Copyright div - contains Healthwise copyright and date info  */
#Copyright {
	padding: 5px 10% 5px 10%;
	font-size: xx-small;
	text-align: center;
}


/*  Disclaimer div - contains Healthwise disclaimer text  */
#Disclaimer {
	padding: 5px 0px 5px 0px;
	font-size: 10px;
	margin-top: 20px;
	position: relative;
}


/*  Healthwise logo div  */
#HwLogo {
	padding: 10px 50px 0 50px;
	text-align: center;
}

hr {
	color: #990000;
	display: none;
}

table td {
	vertical-align: top;
}

#fixedtipdiv {
	position:absolute;
	color: #990000;
	border: 1px solid #990000;
	padding: 15px;
	background-color: #F4ECB6;
	font:normal 12px Verdana;
	z-index:100;
}

a:hover.PopoffLink {

}

div.Section ol {
	margin: 0;
	padding: 0;
}
div.Section ol ol {
	margin-bottom: 17px;
}
div.Section ol li {
	margin: 0 0 0 25px;
	padding: 0;
}

/*  ActionsetSection - Found in Healthwise "Actionset" topics  */
.ActionsetSection {
	margin: 10px 0 10px 25px;
	padding: 0 10px 0 10px;
	background-color: #F4ECB6;
	border: 1px solid #C4A97B;
}



table.TopTable {
	margin-top: 15px;
}


/*  Begin - Third Party Content  */
/*  Healthnotes - CAM content  */
body.Cam table.TopTable {
	width:auto;
}

body.Cam th {
	text-align: center;
}
/*  End   - Third Party Content  */


/* Start A to Z List Pages */
.ColumnTitle {
	color: #990000;
	font-weight: bold;
	font-size: 120%;
	padding-bottom: 5px;
}

#ListTitle {
	font-size: 150%;
	font-weight: bold;
	color: #990000;
	margin: -30px 0px 10px 0px;
	padding: 0px 0px 10px 20px;
	border-bottom: 1px solid #990000;
}

#ListInstructions {
	padding-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
}

#ListLetterPairs {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFF;
	background-image:url(../media/interface/seealsobg.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #C9B17C;
	border-bottom: 1px solid #C9B17C;
	letter-spacing: normal;
}

.ListLetterPair {
	padding-top: 10px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 80%;
	font-weight:bold;
	word-spacing: .5em;
	display: inline;
}

.ListLetterPair a:link {
	color: #0000FF;
	text-decoration: none;
}

.ListLetterPair a:visited {
	color: #0000FF;
	text-decoration: none;
}

.ListLetterPair a:hover {
	color: #0000FF;
	text-decoration: underline;
}


#ListLetterLinks {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	/* background-color: #F4ECB6;
	border-top: 1px solid #990000;*/
	letter-spacing: .1em;
}


#ListLetterLinks a:link {
	color: #0000FF;
	text-decoration: none;
}

#ListLetterLinks a:visited {
	color: #0000FF;
	text-decoration: none;
}

#ListLetterLinks a:hover {
	color: #0000FF;
	text-decoration: underline;
}


.ListLetterLink {
	font-weight:bold;
	padding-left: .2em;
	padding-right: .2em;
	letter-spacing: .1em;
	display: inline;
}

.ListLetterLinkCurrent {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-left: .2em;
	padding-right: .2em;
	padding-bottom: 6px;
	font-weight: bold;
	background: #F4ECB6;
	border-top: 1px solid #C9B17C;
	border-left: 1px solid #C9B17C;
	border-right: 1px solid #C9B17C;
	display: inline;
}

.ListLetters {
	font-size: 105%;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	clear: both;
}

.ListItem {
	margin-left: 10px;
	margin-right: 10px;
}

.ListTop {
	margin-left: 20px;
	margin-right: 10px;
	font-size: 9px;
}

.ListTop a:link {
	color: #990000;
	text-decoration: none;
}

.ListTop a:visited {
	color: #990000;
	text-decoration: none;
}

.ListTop a:hover {
	color: #0000FF;
	text-decoration: underline;
}

/* End A to Z List Pages  */


/* Start Category Pages  */
#CategoryTitle {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	background: #F4ECB6;
	width: 730px;
	margin: 0px 0px 0px 20px;
	padding: 10px 10px 12px 20px;
	border-top: 1px solid #C9B17C;
	border-left: 1px solid #C9B17C;
	border-right: 1px solid #C9B17C;
}

html>body #CategoryTitle {
	width: 698px;
}

#CategoryTable {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #C9B17C;
	background: #FFF;
	width: 730px;
}

#CategoryTable td {
	padding: 10px 0px 20px 10px;
}

.CategoryItem {
	margin-left: 10px;
	margin-right: 10px;
	padding: 3px 0px 0px 10px;
	text-indent: -10px;
}

.CategoryItem a:link {
	color: #0000FF;
	text-decoration: none;
}

.CategoryItem a:visited {
	color: #0000FF;
	text-decoration: none;
}

.CategoryItem a:hover {
	color: #0000FF;
	text-decoration: underline;
}
/* End   Category Pages  */

/* Default Page */

#DefaultTitle {
	color: #990000;
	text-align: center;
	padding-bottom: 0;
	margin: 0;
	padding: 0;
}

#DefaultTagLine {
	margin: 0;
	padding: 0;
	text-align: center;
}

#DefaultLeftColumn {
	float: left;
	padding: 10px 10px 0 20px;
	width: 47%;
	text-align: center;
}

#DefaultRightColumn {
	float: right;
	padding: 10px 20px 0 10px;
	width: 47%;
}

.CategoryName {
	font-weight: bold;
}

.CategoryLink {
	padding-top: 10px;
}

#DefaultBottomLinks {
	font-weight: bold;
	font-size: 90%;
	text-align: left;
}

.DefaultRule {
	height: 3px;
}

div.HwTopicNavigation {
	background-image: url(../../../media/interface/navbg.gif);
}

.HwTopicNavigationItemCurrent
{
	padding-left: 0px;
	text-indent: 8px;
	background: url(../../../media/interface/arrow_r_gray.gif) no-repeat;
	font-weight: normal;
	color: #666666;
}

/*  End: NavStack div - "Topic Contents" list  */

/*  Start: Related Topics div - "See Also"  */
div.RelatedTopics {
	background-image:url(../../../media/interface/seealsobg.gif);
}
/* End: Related Topics div - "See Also"  */

/* Start: Condition Center elements  */
#ConditionCenterMenu {
	background-image: url(../../../media/interface/seealsobg.gif);
}
/* End: Condition Center elements  */

/* Start: Condition Center - Take Action list  */
#TakeAction {
	background-image: url(../../../media/interface/seealsobg.gif);
}
/* End: Condition Center - Take Action list  */

/* Start: Condition Center elements  */
#MakeWiseDecision {
	background-image: url(../../../media/interface/seealsobg.gif);
}
/* End: Condition Center elements  */

/* Start: A to Z List Pages */
#ListLetterPairs {
	background-image:url(../../../media/interface/seealsobg.gif);
}
/* End: A to Z List Pages */

div.Section ul.cys_questions_list
{
	margin-top: 15px;	
}
.cys_questions_list li
{
	padding-bottom: 5px;	
}
.cys_questions_list a span.Blue
{
	margin-right: 5px;	
}
.cys_questions_list li p 
{
	display: inline;	
}
.HealthwiseContent ul
{
	list-style-type: square;
}
.HealthwiseContent ul li 
{
	list-style-position: outside;
}
.Notify p 
{
	clear: both;
}

.HealthwiseContent h1,
.HealthwiseContent h2,
.HealthwiseContent h3,
.HealthwiseContent h4,
.HealthwiseContent h5,
.HealthwiseContent h6
{
	font-weight: bold;	
}

#HtmlContentWrapper span.NoWebPrint a img
{
	margin: 0px 5px;	
}
