/*  This is the default css for Healthwise HTML  */
/*  Created by Healthwise, Incorporated          */
/*  Last Update: January 18, 2007                */


/*  General Properties  */
body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 80%;
	/* background-color: #E5DCB6; */
	/* margin: 30px 0 10px 0; */
	color: black;
}

body.Actionset, body.BrowseList, body.Cam, body.ConditionCenter, body.DecisionPoint, body.Definition, body.DrugDetail, body.Frame, body.Major, body.MedicalTest, body.Mini, body.Multum, body.MultiMedia, body.Nci, body.Nord, body.OtherDetail, body.Profile, body.Shc, body.Special, body.Support, body.SurgicalDetail, body.Symptom, body.TestDetail {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 80%;
	background-color: #ffffff;
	/* margin: 65px 0 10px 0; */
	margin: 0 0 10px 0;
	color: black;
}

body.DecisionPoint table {
	width: 90%;
}

/* Lists */
div.Section ul{
	margin: 2px 0px 2px 10px;
	padding: 2px 0px 2px 10px;
	/* list-style-type: disc; */
}

/*  Text Properties  */
h1.DocTitle {
	font-size: 150%;
	font-weight: bold;
	/* color: #990000; */
	color: #1f2267;	
	margin: 15px 10px 5px 15px;
}

h1.DocTitle img {
	display: none;
}

h2.SectionTitle {
	font-size: 120%;
	font-weight: bold; 
	/* color: #990000; */
	color: #1f2267;		
} 

h2.SectionTitle img {
	display: none;
}



h3.SubTitle {
	font-size: 105%;
	font-weight: bold;
}

table, td {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 100%;
}


/*  Division Properties  */
div.Header {
  
	top: .4em;
	left: 10px;
}



div.Content {
	text-align: left;
	margin-left: 25px;
	margin-right: 25px;
	/* border-top: 1px solid #990000; */
	border-top: 1px solid #7f8ea7;
}

/*
div.Section td {
	vertical-align: middle;
}
*/

div.Section td ul {
	margin-top: 0px;
	padding-top: 0px;
}

div.Section td p {
	margin-top: 0px;
	padding-top: 0px;
	/* text-align: right; */
}


#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;
	position: relative;
	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 lightgrey;
	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; */
	color: #1f2267;
	padding-bottom: 12px;
}

hr.NavStackRule {
	display: none;
	color: #FFFFFF;
	height: 1px;
}

.NavStackItem {
	/* color: #990000; */
	color: #7f8ea7;
}

.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; */
	color: #990000;
}


/*  NavStack link states  */
div.NavStack a:link {
	/* color: #990000; */
	color: #7f8ea7;
	text-decoration: none;
}

div.NavStack a:visited {
	/* color: #990000; */
	color: #7f8ea7;	
	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 0px 0px 0px;
}

.EmergencyNumber
{
	color: #FF0000;
	font-weight:bold;
}

.Red
{
	color:red;
}

.Grey
{
	color:gray
}

.Center
{	
	padding-top:5px;
	text-align:center;
}

.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;
}

/*  Begin: Alternating row shading code */
table.DrugNames tbody tr {
	background-color:expression(rowIndex%2?(parentNode.parentNode.rowHighlightColor||"#F4ECB6"):"");
}  
/*  End:   Alternating row shading code  */

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;
}

td.DrugBrandName {
	padding: 2px;
	padding-right: 10px;
	padding-left: 5px;
}

td.DrugChemicalName {
	padding: 2px;
	padding-right: 10px;
	padding-left: 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.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;
	verticle-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    */



.Footer {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 20px;
	clear: both;
	border-top: 1px solid #7f8ea7;
}


/*  SecNav - Navigation Arrows for bottom of topics  */
#SecNav {
	display: none;
	margin: 0 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 {
	width: 75%;
	font-size: x-small;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}


/*  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 10% 5px 10%;
	font-size: xx-small;
	text-align: center;
}


/*  Healthwise logo div  */
#HwLogo {
	padding: 10px 50px 0 50px;
	text-align: center;
}

hr {
	color: #990000;
	display: none;
}

img {
	border-style: 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 {

}

.QuizAnswers {
	list-style-type: lower-alpha;
}

/*  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;
}
/* End Default Page  */
