@charset "utf-8";

/** 
 * Question List Styling
 */

.questionsListWrapper li {
	list-style: none;
}

.questionPreview {
	border-top: 1px solid #DDE0E5;
	padding: 15px;
}

div.QuestionList-Questions {
	padding-top: 0px;
}

.questionFirst {
	border-top: none;
}

.questionsListWrapper {
	margin: 0;
	padding: 0;
}

.questionPreviewLink {
	float: right;
}

.questionPreviewOwner, .questionPreviewInfo {
	float: left;
}

.questionPreviewInfo {
	margin-left: 15px;
}

.questionPreviewInfoLabel {
	font-weight: bold;
	width: 50px;
	display: inline-block;
}

.questionsEmpty {
	text-align:center;
	padding:20px;
}

.questionsEmptySearch, .questionsEmptyCategory {
	padding:20px;
}

.QuestionList-StatusLinks {
	float:right;
}
.sectionFilterQuestionContainer {
	list-style:none;
}
.sectionFilterQuestionContainer .sectionFilter {
	display:inline-block;
	padding:2px 15px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.sectionFilterQuestionContainer .sectionFilterSelected {
	background:#bbbbbb;
}

.QuestionList-HeaderTitleClearlink {
	position:relative;
	left:10px;
	font-weight:normal;
}

/* ActionHelper structure */
.oneQuestionListActionhelper {
	margin-bottom:20px;
}
.oneQuestionListActionhelperList {
	overflow:hidden;
}
.oneQuestionListActionhelperItem {
	float:left;
	height:auto;
	min-height:80px;
}
.oneQuestionListActionhelperItem:last-child {
	margin-right:0;
}
.oneQuestionListActionhelperContent {
	margin:0 0 10px;
}
.oneQuestionListActionhelperItem h2 {
	margin:0 0 5px;
}
#oneQuestionListActionhelperItem-AskInput { 
	margin:7px 0 3px;
	padding:2px;
	position:relative;
	width:90%;
	z-index:1;
}

/* ActionHelper style */
.oneQuestionListActionhelperList {
	overflow:hidden;
	background-color:#263139;
	margin:0 -5px;
	padding:0 5px;
	-webkit-box-shadow:inset 0 0 5px #000;
	-moz-box-shadow:inset 0 0 5px #000;
}
.oneQuestionListActionhelperItem-Ask {
	background:url('/resources/images/qa/qa-dialog.png') no-repeat 15px 15px;
}
.oneQuestionListActionhelperItem-Answer {
	background:url('/resources/images/qa/qa-check.png') no-repeat 15px 15px;
}
.oneQuestionListActionhelperItem-Discover {
	background:url('/resources/images/qa/qa-mag.png') no-repeat 15px 15px;
}
.oneQuestionListActionhelperList .oneQuestionListActionhelperItem {
	border-left:1px solid #3B444A;
	border-right:1px solid #181F25;
	color:#9DA2A6;
	float:left;
	padding:20px 20px 20px 50px;
	width:25%;
}
.oneQuestionListActionhelperList .oneQuestionListActionhelperItemFirst {
	border-left:0 none;
}
.oneQuestionListActionhelperList .oneQuestionListActionhelperItemLast {
	border-right:0 none;
	padding-right:0;
}
.oneQuestionListActionhelperItem h2 {
	color:#FFF;
	font:bold 20px Arial, Helvetica, sans-serif;
}
.oneQuestionListActionhelperItem p {
	color:#9DA2A6;
	font:normal 13px Arial, Helvetica, sans-serif;
	margin:5px 0;
}
#oneQuestionListActionhelperItem-AskInput {
	border:1px solid #CCCCCC;
}
