.communitySearchContent { 
  padding-top: 15px;
}

/* Top level search result content */
.searchContent { 
  padding-top: 15px;
  padding-left: 15px;
  width: 550px;    
}

/* Header text on top level search results */
.communitySearchHeaderCenter { 
  font-size: 1.6em;
  font-weight: bold;    
  padding-top: 10px;
  padding-bottom: 5px;
  color: black;
  text-align: center;  
}

.communitySearchHeaderLeft { 
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 9px;
  font-size: 2.4em;
  text-align: left;
  color: #292b6a;
  border-bottom: 2px solid lightGrey;
}

/* Header text on topic search results */
.topicSearchHeader { 
  padding-top: 10px;
  font-size: 1.8em;
  font-weight: bold;  
  color: black;
}

.topicSearchContent {  
  margin-left: 10px;
}

/* Search results table for top level searches */
.searchResultsTable { 
  padding-top: 5px;  
}

/* One of the primary title labels on the topic search results for topics and articles */
.communitySearchTitle { 
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding-left: 10px;
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 2px solid black;
}

/* The list of indexes returned for a top level search */
.communitySearchIndexList { 
  padding-left: 20px;
}

.communitySearchIndexArticles { 
  padding-bottom: 10px;
}

/* The title describing the list of indexes on the top level search page */
.communitySearchIndexListTitle { 
  font-size: 1.4em;
  padding: 2px 0;
  padding-left: 5px;
  background: url(/media/img/new/lightBg.gif) repeat;
  border-top: 1px solid #8a0;
  border-bottom: 1px solid #8a0;
}

/* The community name in top level search results */
.communitySearchNameGroup { 
  font-size: 1.4em;
  padding-top: 10px;
}

/* The percentage match score on a community search result */
.communitySearchScore { 
  font-weight: bold;
}

.communitySearchName { 
  font-weight: bold;
  margin-left: -5px;
}

/* Topic names in top level search results */
.communitySearchIndexTopics { 
  padding-top: 2px;
  padding-left: 10px;
  font-size: 1.1em;
  font-weight: bold;
}

/* Article text for top level search results */
.communitySearchIndexArticles { 
  padding-top: 2px;
}

/* The title of the article shown for the index */
.communitySearchIndexArticleTitle { 
  font-weight: bold;
}

/* The label that says "search for foo in bar" */
.communitySearchToTopicSearch { 
  padding-top: 8px;
  font-weight: bold;
}

/* The top level box containing community article search results */
.communitySearchArticleBox { 
  border-left: 1px solid lightGrey;
  padding-left: 15px;
}

/* The actual list of article search results on the top level search */
.communitySearchArticlesList { 
}

.communitySearchArticlesList .articlePadding { 
  padding-bottom: 10px;
}

/* The title describing the list of articles on the top level search page */
.communitySearchArticleListTitle { 
  margin-bottom: 10px;
  padding: 2px 0;
  padding-left: 5px;
  font-size: 1.4em;
  background: url(/media/img/new/lightBg.gif) repeat;
  border-top: 1px solid #8a0;
  border-bottom: 1px solid #8a0;
}

/* The title of articles on the top level search page */
.communitySearchArticleTitle { 
  font-weight: bold;
}

/* The link to more community search articles */
.moreCommunitySearchArticles { 
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
  padding-bottom: 10px;
}

.communitySearchActions { 
  padding-top: 10px;
  float: right;
  width: 150px;
}

/* The count of articles on the community search page */
.communitySearchCounter { 
  font-size: 1.3em;  
  font-weight: bold;
  text-align: right;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 5px;
  background-color: #e4f4a9;
  border-top: 2px solid #8a0;
}

.communitySearchMoreResults { 
  margin-top: 5px;
  margin-bottom: 25px;
  margin-left: 10px;
  font-weight: bold;
  font-size: 1.2em;
}

.communitySearchQuickStart { 
  background-color: #8a0;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  border: 1px solid black;
}

.communitySearchQuickStart:hover { 
  color: #e4f4a9;
  border: 1px solid #e4f4a9;
}

.qsBox { 
  width: 100%;
  font-size: 1.2em;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}

.qsSuggestion {
  background: url(/media/img/new/qsChannelBanner.png) no-repeat;
  width: 600px;
  height: 66px;
  cursor: pointer;
  padding-bottom: 5px;
}

.qsBoxIntro, .qsBoxIntroNoResults { 
  font-size: 1em;
  padding: 0 10px;
  width: 330px;
}

.qsBoxIntroNoResults { 
  padding: 0 30px;
}

.qsTopicTracker { 
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}

#qsSubmit { 
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
  font-weight: bold;
  position: absolute;
  top: 7px;
  right: 10px;
}

.quickStartDisabled { 
  background-color: #ddd;
}


