/* GLOBAL SEARCH CSS */

ul#navigation
{
	list-style-type: none;
	margin: 0;
	padding: .5em 0;
}

ul#navigation li a
{
	background-color: #003366;
	color: #FFFFFF;
	display: block;
	padding: 0.2em 1em;
	text-align: center;
	text-decoration: none;
	width: auto;
}

ul#navigation li a:hover
{
	color: #FFF;
	background-color: #69C;
}

ul#navigation .tab {
	float: right;
}

ul#navigation li.selected-tab a {
	background-color:#9F9F9F;
}

ul#navigation .oneTab-searchAll {
	padding-left: 1.8em;
	padding-right:1.8em;
}

.catHeaderTitle {
	font-weight:bold;
	font-size:150%;
}

.catResult {
	clear:both;
	margin-bottom:10px;
	overflow:hidden;
}

.catSearchButtonWrapper {
	overflow:hidden;
	margin-top: 10px;
	clear:both;
}

.catAllContentType {
	margin-top: 15px;
	clear:both;
}

.catAllContentTitle {
	font-size:125%;
	font-weight:bold;
}

.catArticleAuthorAvatar, .catBlogPostAuthorAvatar, 
.catForumThreadAuthorAvatar, .catGroupAvatar, 
.userAvatar {
	float:left;
	padding-right:5px;
	text-align:center;
}

.catMessage, .catMenuWrapper {
	margin-top:10px;
}

.catResultsWrapper {
	margin-bottom:10px;
}

.catMenuContainer {
	float:left;
}

.catSearchButton {
	margin-left:5px;
}

.catMoreResults {
	clear:both;
}

/* Articles */
.arArticleLink {
	font-weight:bold;
}


/* General Media */
.catMediaInfoSpan {
	font-weight:bold;
}
.catPhotoCaption, .catVideoTitle, .catGroupName, .catBlogPostTitle,
.catForumThreadTitle, .catPodcastTitle {
	font-size:110%;
	font-weight:bold;
}


/* Photos */
.catResultMedia {
	float:left;
	border:0px solid #555555;
	width:120px;
	margin:0 13px 13px 0;
	overflow:hidden;
	line-height:1.5em;
}
.catPhotoThumb {
	width:110px;
	height:90px;
	border:1px solid black;
	display:block !important;
	background:no-repeat;
	background-position:50% 50%;
	float:left;
	margin:5px;
}
.catPhotoThumb:hover {
	width:110px;
	height:90px;
	border:1px solid #999999;
}


/* Videos */
.catVideoThumbWrapper {
	height: 90px;
	margin-bottom: 5px;
	border: 1px solid #000;
	background-color: #000;
}
.catVideoThumbWrapper:hover {
	border:1px solid #999999;
}
.catVideoThumbLink {
	width:110px;
	margin:5px;
	line-height: 90px;
}
.catVideoThumbLink img{
	width: 100%;
	vertical-align: middle;
}


/* Podcasts */
.catPodcastThumbWrapper {
	height: 100px;
	margin-bottom: 5px;
}

.catPodcastThumbLink {
	width:110px;
	margin:5px;
	line-height: 90px;
}
.catPodcastThumbLink img{
	width: 100px;
	vertical-align: middle;
}
