/* 
 * Sports FAQ CSS
 */ 
#faqContentContainer {
	margin-bottom: 2em;
}

a.iconLink.movie {
	display: block;
	margin-top: 0;
	margin-bottom: 16px;
}

dl dt {
	font-size: 110%;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 4px;
}

	dl dt a, dl dt a:visited, dl dt a:hover, dl a.title {
	    color: #c24322;
		text-decoration: none;
	}

	dl a.title {
		color: #444444;
	}
	
	dl dd {
		margin-bottom: 12px;	
	}
	
ul {
	margin-left: 1em;
}

ul, ul li {
	list-style: disc outside;
}

	ul li {
		padding-bottom: 1em;
	}

ol {

}

	ol li {
		list-style-type: decimal;
		margin: 0 0 10px 32px;
	}

ul.faq {
	margin-left: 0;
}

	ul.faq li {
		list-style-type: none;
		margin-bottom: 0px;
		margin-left: 0;
		padding-bottom: 0;
	}
	
	ul.faq ul {
		margin-left: 16px;
	}
	
ul.topicList {
	border-bottom: 0px solid #cccccc;
	padding-top: .3em;
	padding-bottom: .3em;
	margin: 0;
}
	ul.topicList ul {
		padding-left: 0;
	}

	ul.topicList li {
		padding: 0;
		margin: 0;
		font-size: 100%;
		list-style: none outside;
		line-height: 1.4em;
	}
	
	ul.topicList li a {
		display: block;
		color: #444444;
		margin: 0;
		padding: 2px;
		padding-left: 6px;
		padding-right: 10px;
		text-decoration: none;
		height: 16px;
	}
		ul.topicList li a.topicSection {
			background: transparent url(/images/closed-carat.gif ) no-repeat 1% 50%;
			padding-left: 16px;
		}
				
		ul.topicList li a.topicSection.open {
			background-image: url(/images/open-carat.gif );
			background-position: 1% 50%;
			background-repeat: no-repeat;
		}

		ul.topicList li a:hover {
			background-color: #e8f3bb;		
			text-decoration: none;
		}

		ul.topicList li a.selected {
			color: #ffffff;
			background-color: #b0c16a;
		}

iframe#salesforceSolutions {
	border: none;
	width: 100%;
	height: 1400px;
}

#salesforceSolutions body {
	color: #000000; 
	background-color: #ffffff; 
	text-decoration: none;
}

#salesforceSolutions a {
	text-decoration: none !important;
}
