/* APPLICATION */
.application {}
.applicationSearch {}
.applicationHeader {}
.applicationMain {}
.applicationFooter {} 

/* ALPHA NAVIGATION */
.alphaNavigation {
	font-weight:bold;
}

.alphaNavigation A {
	padding:0 6px 0 0;
	font-size:.9em;
	color:#CCCCCC;
}

.alphaNavigation A:link,
.alphaNavigation A:visited,
.alphaNavigation A:active{
	color:#FFFFFF;
	text-decoration:underline;
}

/* ALPHA HEADER (LETTER & BACK TO TOP) */
.alphaHeader {
	margin:1em 0;
	padding:0 0 2px 0;
	border-bottom:1px solid #DDDDDD;
}

.alphaHeader .letter {
	font-family:Arial, Helvetica, sans-serif;
	color:#B7A54E;
	font-weight:bold;
	font-size:1.1em;
}

.alphaHeader .letter A:hover{
	text-decoration:none;
}

.alphaHeader .backToTop {
	float:right;
	margin:0;
}

/* INFO */
.info {
	font-size:.8em;
	font-weight:bold;
	margin:0 0 10px 0;
}

.info A:link,
.info A:visited {
	color:#718DBB;
	text-transform:uppercase;
}

/* RESULTS */
.results {}

.results HR {
	background-color:#DDDDDD;
	color:#DDDDDD;
}

.results UL {
	list-style:none;
	margin:0;
	padding:0;
	border:none;
}

.results LI {
	list-style-type: none;
	padding:0 0 1em 20px;
	border:none;
}

.results A {
	font-weight:bold;
}


.results UL.topic LI {
	background:url(/mskcc_resources/images/application/results/general.gif) no-repeat top left;
}

.results UL.section LI {
	background:url(/mskcc_resources/images/application/results/section.gif) no-repeat top left;
}

.results UL.general LI {
	background:url(/mskcc_resources/images/application/results/general.gif) no-repeat top left;
}

.results UL.doctors LI {
	background:url(/mskcc_resources/images/application/results/doctor.gif) no-repeat top left;
}

.results UL.trials LI {
	background:url(/mskcc_resources/images/application/results/trial.gif) no-repeat top left;
}

.results UL.research LI {
	background:url(/mskcc_resources/images/application/results/research.gif) no-repeat top left;
}

.results UL.education LI {
	background:url(/mskcc_resources/images/application/results/education.gif) no-repeat top left;
}

.results UL.events LI {
	background:url(/mskcc_resources/images/application/results/event.gif) no-repeat top left;
}

.results UL.herbs LI {
	background:url(/mskcc_resources/images/application/results/herb.gif) no-repeat top left;
}

.results UL.wwwlinks LI {
	background:url(/mskcc_resources/images/application/results/wwwlinks.gif) no-repeat top left;
}

.results UL.wwwlinks UL {
	margin:1em;
}

.results UL.wwwlinks LI LI{
	display: list-item;
	list-style-type: disc;
	background:none;
	padding:0 0 .5em 0;
}

/* UL.horizontal */
.results UL.horizontal {
	list-style:none;
	margin:.5em 0 0 0;
	padding:0;
	border:none;
}

.results UL.horizontal LI {
	margin-left:.5em;
	display:inline;
	background:url(/mskcc_resources/images/navigation/list/horizontal.gif) no-repeat top left;
	padding:0 0 0 10px;
}

.results UL.horizontal A,
.results UL.horizontal A:link,
.results UL.horizontal A:active,
.results UL.horizontal A:visited {
	font-size:.8em;
	font-weight:normal;
	text-decoration:none
}

.results UL.horizontal A:hover {
	text-decoration:underline;
}

.resultSummary {clear:both;}

.resultMore {}

.resultPageMore {display:none;}

/* NO RESULTS */
.noResults {
	margin:1em 0px 2em 0;
	border:1px solid #CC6666;
	padding:10px;
}

.noResults H3 {
	color:#CC6666;
}

.wwwlink A, 
.wwwlink A:link, 
.wwwlink A:active, 
.wwwlink A:visited {
	font-size:.8em;
	font-weight:normal
}

