/* CSS Document */
body { text-align: left; }
#header {margin-bottom: 10px;}
#header .title {
	font-size: 22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 10px 0px; }
#header .diseases {
	color:#9F2C1E; }
#header .standfirst {
	font-size: 16px;
	font-family:'trebuchet ms', arial, helvetica;
	color: #666666;}
#bodyTable p {
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 21px;
	text-align: justify;}
.breakheadDiseases, .breakheadTreatments, .breakheadCauses {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: -10px;
	display: block;}
.breakheadDiseases {
	color: #B4191E;}
.breakheadTreatments {
	color: #D48F3F;}
.breakheadCauses {
	color: #8A9339;}
.callout_causes, .callout_diseases, .callout_treatments {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 6px;
}
.callout_causes {
	border-bottom: 5px solid #8A9339;
	width: 250px;
	margin: 0px 10px 0px 10px;}
.callout_diseases {
	border-bottom: 5px solid #B4191E;
	width: 250px;
	margin: 0px 10px 0px 10px;}
.callout_treatments {
	border-bottom: 5px solid #D48F3F;
	width: 250px;
	margin: 0px 15px 0px 15px;}
#header .author {
	font-family: 'trebuchet ms', arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color:#333333;
	margin: 0px;
	padding: 0px;
	height:20px;}
#bodyTable td.body {
	border-top: #aaaaaa 1px dashed;
	padding-top: 10px; }

.footnotesmall {
	font-family: 'trebuchet ms', arial, helvetica;
	font-size: 11px;
	margin-top: 8px;
}
	
.imageRight {
	border: 1px solid #333333; 
	margin: 0px 0px 10px 10px;}

.imagecredit, .pullquote_left {
	display: block;
	padding: 5px;
	border: none;
	text-align: center;}

.pullquote_left {
	font-size: 11px;
	font-family:Georgia, "Times New Roman", Times, serif;}
.imagecredit {
	font-size: 10px;
	font-family: 'trebuchet ms', arial, helvetica;	}

.tableRight {
	border: 1px solid #333333;
		background-color: #FAEAB4;
		margin-left: 10px;
		margin-top: 13px;}

#bodyTable .sidebar {
	float: right; 
	background-color: #ECEDF9;
	padding: 10px;
	width: 250px;
	font-size: 12px;
	border-left: 10px solid #3A5078;
	margin: 0px 0px 0px 10px;}
#bodyTable .sidebar a {
	font-size: 12px;}
#bodyTable .sidebar .title a {
	padding: 0px;
	margin: 0px;
	line-height: normal;}


/************* TABLE OF CONTENTS ******************/
	
#tocWrapper {
	background-image: url(http://images.the-scientist.com/supplements/20070501/toc/images/tocBg.gif);
	background-repeat: repeat-y;
	background-position: top right;}
#tocWrapper td {
	padding-right: 30px;
}
#tocContentsWrapper {
	background-image:url(http://images.the-scientist.com/supplements/20070501/toc/images/tocLeftCol.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 0px 205px 0px 140px;	
	margin-top: 20px;
	xborder: 5px solid #00CC00;}
.tocArticle {
	display: block;
	margin-bottom: 5px; }
.tocArticle .tocTitle {
	margin: 0; 
	width: 100%;}
.tocArticle .tocTitle a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #0088D8; 
	text-decoration: none;}

.tocArticle .tocTitle a:hover {
	background-color: #E3F27D;}	
	
.tocArticle .tocCaption {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#000000;
	line-height:19px;
	letter-spacing: .05em;
	text-decoration: none;}
.tocArticle .author {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666; } 

/*CSS PERTAINING to TOP AUTOIMMUNE DISEASES TABLE*/

#diseases_table table {
  table-layout: fixed;
  border-collapse: collapse;
  margin: 15px 0;

}

#diseases_table td {
    border-color: black;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    padding: 10px;/*whatever you see fit*/
    vertical-align: top; /*Or whatever you prefer*/
}

#diseases_table ul {
    margin: 3px;
    padding: 0 10px 10px 10px; 
}

#diseases_table li {
    font-family: verdana;
    font-size: 11px;