﻿.glossary_index { line-height: 2em; margin: 1em 0pt; }

/** The Breaking News header is too wide for the layout **/
.base p.breaking_news_header {
	overflow: hidden;
}

/** Inline menu? **/
.base .cancer_navigation {
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 13em;
}

.base .cancer_navigation li {
	background-color: #EEE08C;
	border-top: 2px solid white;
	line-height: 2em;
	list-style: none;
	padding-left: 7px;
	width: 12em;
}

.base .cancer_navigation li.active {
	background-color: #D6AC87;
}

.base .cancer_navigation a {
	color: #630;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.base .cancer_navigation a:hover {
	text-decoration: underline;
}

#DIWHUB th,
#DIWHUB td {
	border: none;
}

.base .healthlib_quizlist ul {
	padding: 5px; 
}

.base .healthlib_quizlist li {
	padding: 5px 5px 5px 15px;
	background-color: #F0EFDA;
	border-bottom: 2px solid #fff; 
	list-style: none;
	width: 175px; 
}

.base .healthlib_quizlist li:first-child {
	background-color: #D6AC87;
	padding: 5px 5px 5px 15px;
	margin: 0;
	font-size: 115%;
	font-family: Georgia; 
	color: #663300;
	width: 175px; 
}

.base .healthlib_table td {
	padding: 5px 10px 5px 10px;
	background-color: #EBF9FF;
}

.base .healthlib_table thead th{
	background-color: #006B6E;
	padding: 5px 10px 5px 10px;
	font-size: 110%;
	font-family: Georgia; 
	color: #ffffff;
}
.base .healthlib_table th {
	background-color: #CBE0E3;
	padding: 5px 10px 5px 10px;
	font-size: 100%;
	font-family: Georgia; 
	color: #006B6E;
}
.base .healthlib_table caption {
	padding: 5px 10px 5px 10px;
	font-size: 125%;
	font-family: Georgia; 
	font-weight:bold;
	color: #006B6E;
	width: auto; 
}

.base .healthlib_table caption img{
	padding: 0px 10px 0px 0px;
	margin: 0px 0px -4px 0px;
}

