@charset "utf-8";

/** 
 * Question View Styling
 */

.oneQuestionTitle {
	font-weight: bold;
	font-size: 150%;
	float:left;
}

.oneQuestionCategoryReturn {
	float:right;
	font-weight:bold;
}

.oneQuestionCATop {
	float:right;
	display:inline-block;
}

.oneQuestion {
	padding: 10px 10px 0;
}

/**
 * Answer Styling
 */

.oneAnswerList {
	margin-top: 15px;
	position: relative;
}

.oneAnswer_ajaxLoader {
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .75;
	top: 0;
	position: absolute;
	text-align: center;
}

.oneAnswer_ajaxLoader img {
	position: absolute;
	top: 45%;
	left: 45%;
}

.oneAnswerList .onePagination {
	float: right;
	margin-bottom: 15px;
}

.oneAnswerEmpty {
	text-align: center;
	padding: 15px;
}

.oneAnswerSingle {
	margin: 0px 0 15px 0;
}

.oneAnswerSingle_left {
	float: left;
	width: 60px;
}

.oneAnswerSingle_left img {
	border: 0;
}

.oneAnswerSingle_right {
	border: 0 none;
	margin-left: 65px;
	min-height: 110px;
}

.oneAnswerSingle_rightMiddle {
	background: #F0F0F0;
	margin: 0 0 0 9px;
	padding: 10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.oneAnswerSingle_report {
	background: url('/resources/images/icons/icn_flag.png') center center no-repeat;
	display: block;
	float: right;
	height: 16px;
	padding: 0 1px;
	margin-right: 1px;
	margin-left: 10px;
	padding: 5px;
	width: 16px;
}
.oneAnswerSingle_edit, .oneAnswerSingle_delete {
	float:right;
	margin-right:15px;
	padding:7px 12px;
	border:1px solid #bbbbbb;
}

.oneAnswerSingle_rating {
	float: right;
	background: #FFFFFF url(/resources/images/buttons/oneButton_bg.png) repeat-x scroll center bottom;
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: #2C3034;
	cursor: pointer;
	display: inline-block;
	font-family: "Helvetica Neue",helvetica,arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}

.oneAnswerSingle_rateUp .oneAnswerSingle_ratingText {
	background: url('/resources/images/icons/16-thumbUp.png') center left no-repeat;
}

.oneAnswerSingle_rateDown .oneAnswerSingle_ratingText {
	background: url('/resources/images/icons/16-thumbDown.png') center left no-repeat;
}

.oneAnswerSingle_rateUp {
	padding-left: 9px;
}

.oneAnswerSingle_rateDown {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.oneAnswerSingle_ratingBox {
	float: left;
	line-height: 16px;
	padding: 5px 7px;
}

.oneAnswerSingle_numRatings {
	float: left;
	padding-right: 5px;
}

.oneAnswerSingle_ratingText {
	float: left;
	width: 16px;
	height: 16px;
}

.oneAnswerSingle_rightGator {
	background: url(/resources/images/discussion/oneDisGator.png) no-repeat scroll 0 0;
	float: left;
	height: 15px;
	margin-top: 10px;
	width: 9px;
}

.oneAnswerSingle_rightBottom {
	margin-top: 15px;
}

.oneQuestionContentActionsEdit, .oneQuestionContentActionsDelete {
	float: right;
	margin: 5px;
}

.oneQuestionContentActionsState {
	float: left;
}

/**
 * Answer Tabs
 */
.oneAnswer_tabsList {
	background: transparent url(/resources/images/discussion/oneTab-bg.png) repeat-x scroll left bottom;
	font-size: 14px;
	height: 35px;
	left: 0;
	line-height: normal;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 12px;
}

.oneAnswer_tabsList li {
	display: inline;
}

.oneAnswer_tab {
	text-decoration: none;
}

.oneAnswer_tab:hover {
	text-decoration: none;
}

.oneAnswer_tabSelected {
	cursor: auto;
	z-index: 100;
}

a.oneAnswer_tab {
	background: transparent url(/resources/images/discussion/oneTab-left.png) no-repeat scroll left -35px;
	color: #8C8B8B;
	cursor: pointer;
	float: left;
	margin-right: 3px;
	padding-left: 6px;
	text-decoration: none;
}

a.oneAnswer_tab span {
	background:transparent url(/resources/images/discussion/oneTab-right.png) no-repeat scroll right -35px;
	display:block;
	float:left;
	font-size: 12px;
	height:35px;
	line-height: 35px;
	padding-left: 5px;
	padding-right: 10px;
}

.oneAnswer_tab:hover {
	background-position: 0 -70px;
}

.oneAnswer_tab:hover span {
	background-position: 100% -70px;
	color: #FFF;
}

.oneAnswer_tab:active {
	background-position: 0 100%;
}

.oneAnswer_tab:active span {
	background-position: 100% 100%;
	color: #FFF;
}

a.oneAnswer_tabFirst {
	margin-left: 0;
}

a.oneAnswer_tabSelected {
	background-position: 0 0;
	border: 0 none;
	color: #666;
}

a.oneAnswer_tabSelected span {
	background-position: 100% 0;
	border: 0;
	color: #0080FF;
	font-weight: bold;
}

a.oneAnswer_tabSelected:hover {
	background-position: 0 0;
}

a.oneAnswer_tabSelected:hover span {
	background-position: 100% 0;
	color: #0080FF;
}

/**
 * Answer Comment Box
 */
.oneAnswerCommentBox_text {
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-x-system-font: none;
	background: #FFFFFF url(/resources/images/discussion/oneDiscussion-bg.png) no-repeat scroll -713px -121px;
	border-color: #B0B0B0 #CCCCCC #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	float: left;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 100px;
	line-height: 1.3em;
	margin: 0 0 4px;
	padding: 3px;
	width: 99%;
}

.oneAnswerCommentBox_actionItems {
	float: right;
}

.oneAnswerCommentBox_header {
	color: black;
}

.oneAnswerCommentBox {
	padding-top: 15px;
	margin-top: 10px;
	position: relative;
	border-top: 1px solid #DDE0E5;
}

.oneAnswerCommentBox_loginRequiredHeader {
	padding-top: 50px;
}

.oneAnswerCommentBox_loginRequired {
	background-color: #FFF;
	opacity: .75;
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	font-weight: bold;
}