/* Health Advisor Search */
#healthAdvisor { background: url("../images/background_search.jpg") right top no-repeat; }
#results {
	display: none;
	width: 515px;
	float: left;
	padding: 2px 0 0 5px;
}
#results #supportResults {
	height: 20px;
	font-size: 12px;
}
#results a {
	font-weight: bold;
}
#results div {
	clear: left;
}
#results div img {
	position: relative;
	top: 30px;
	left: 150px;
}
#results .pagi-elements {
	padding-top: 15px;
}
#results .title {
	text-decoration: underline;
	color: black;
}
#community #selection {
	padding-top: 10px;
	font-size: 12px;
}
#community .title {
	text-decoration: none;
	font-weight: bold;
}
#community .tbContact td {
	padding: 0 5px;
}
#community #provinceContainer {
	margin-right: 5px;
}
#results div a:hover {
	text-decoration: underline;
}
#results div {
	padding-left: 5px;
}
#results #copyright {
	
    color: #666666;
    font-size: 10px;
    padding: 20px 0px 10px 5px;	
}


/* Search Discussions */
#tbSearchDiscussions {
	margin: 5px 0 0 5px;
}
#tbSearchDiscussions .tdDiscussions {
	width: 440px;
	color: #666666;
	padding-top: 5px;
}
#tbSearchDiscussions .tdDiscussions span { font-size: 90%; }
#tbSearchDiscussions .tdDiscussions a {
	font-weight: bold;
	font-size: 100%;
	color: black;
	text-decoration: none;
}

.tdDiscussionComments {
	font-size: 90%;
	color: #999999;
	background: url('../images/iconComment.png') right 52% no-repeat;
	text-align: right;
	padding-right: 20px;
	width: 28px;
}


/* Search Podcasts / Videos */

#results div .tbSearchMedia {
	width: 100%;
	margin-top: 20px;
}
#results div .tbSearchMedia td {
	padding-bottom: 10px;
}

#results div .tbSearchMedia td.thumbnail {
	width: 70px;
}
#results div .tbSearchMedia td.thumbnail img {
	width: 70px;
	height: 70px;
	position: static;
	float: left;

}

#results div .tbSearchMedia td.info {
	width: 150px;
	padding-right: 20px;
}

#results div .tbSearchMedia td.info .title {
	font-weight: bold;
	color: #014D89;
	text-decoration: none;
}

#results div .tbSearchMedia td .title span {
	display: block;
	color: #666666;
	font-size: 10px;
	padding: 2px 0 10px 0;
}
#results div .tbSearchMedia td .playmedia {
	background: url('../images/iconMedia.gif') 5px top no-repeat;
	color: #014D89;
	font-size: 11px;
	height: 15px;
	font-weight: bold;
	padding: 0 0 1px 25px;
	cursor: pointer;
	text-decoration: none;
}



/* Tag Cloud */
.subSection ul.tagcloud a {
	background: none;
	padding: 0;
}
ul.tagcloud {
	width: 200px;
	padding-top: 5px;
	font-weight: normal;
}
ul.tagcloud li {
	display: inline;
	line-height: 20px;
}
#rightNav ul.tagcloud a {
	text-decoration: none;
	color: #3F7AB8;
}


