/*********************/
/* Quick Start styles */

.searchQuickStartHeader, .searchQuickStartSelectionHeader {
  font-size: 1.4em;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid lightGrey;
}

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

.searchQuickStartSelectionHeader { 
  margin-left: 10px;
  margin-bottom: 10px;
}

.quickStartCheckbox { 
  margin-right: 5px;
}

.quickStartSelectionSubmitWrapper { 
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.quickStartSelectionSubmit {
  background-color: #654500;
  color: white;
  font-size: 1.3em;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  border: 1px solid black;
}

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

.qsResultsSection { 
  font-size: 1.1em;
  border-top: 1px solid black;
  padding-top: 10px;
}

.qsEntry { 
  border-bottom: 1px solid black;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* The title describing the list of articles on the top level search page */
.qsArticleListTitle { 
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  margin-right: 5px;
  margin-bottom: 10px;
  border-top: 1px solid grey;
  border-bottom: 1px solid black;
}

.qsArticleURL { 
  color: #555;
  font-weight: bold;
}

/* The title of articles on the top level search page */
.qsArticleTitle { 
  text-decoration: underline;
}

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

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

.quickStartNoResults { 
  margin-top: 20px;
  margin-left: 20px;
  font-size: 1.2em;
}

.quickStartDisabled {  
  background-color: #ddd;
  cursor: wait;
}

.quickStartDisabled:hover { 
  border: 1px solid black;
  color: white;
}

.topButtons { 
  border-top: 1px solid black;
  padding-top: 10px;
  margin-bottom: 10px;
}

.bottomButtons { 
  border-bottom: 1px solid black;
  padding-bottom: 10px;
}

/*********************/

/*********************/
/* Index Wizard Quick Start styles */

.wizardContent { 
  border-top: 1px solid lightGrey;
  padding-top: 30px;
}

.wizardIntroText { 
  font-size: 1.6em;
  width: 500px;
  margin: auto;
}

.wizardIntroSubText { 
  font-size: 0.6em;
  text-decoration: italics;
  color: grey;
  width: 375px;
}

.wizardIntroOrText { 
  font-size: 1.4em;
  width: 100%;
  margin: 40px 0px;
  text-align: center;
}

#wizardStartForm input, #blankIndexStartForm input { 
  font-size: 1em;
}

#wizardAdvancedText { 
  font-size: 1.2em;
  width: 500px;
  margin: auto;
  margin-top: 50px;
}

.wizardVideoDiv { 
  width: 600px;
  margin-top: 100px; 
  padding-left: 100px;
  border-top: 2px dotted grey;
}

.wizardVideoList { 
  margin-top: 5px;
}

.wizardVideoList li { 
  padding: 10px 5px;
}

