﻿.systemFeedbackItemSuccess, .systemFeedbackItemFailure, .systemFeedbackAlternatingItemSuccess, .systemFeedbackAlternatingItemFailure {
	height:100%;
	font-size:12px;
	padding-left:8px;
}
.systemFeedbackItemFailure {

}

.systemFeedbackAlternatingItemSuccess {

}

.systemFeedbackAlternatingItemFailure {

}

.feedbackPager
{
	position:absolute;
	text-align:right;
	top:4px;
	width:100%;
	height:100%
}
.feedbackPager input
{
	padding:0px;
	height:16px;
}

.feedbackTime
{
	color:#AAA;
}

.feedbackText
{
	color:#D57D00;
	padding-left:10px;
}

.feedbackDescription
{
	color:#777;
	padding-left:10px;
}

.feedbackHistory .pager
{
	text-align:center;
	padding:5px;
	font-weight:bold;
	background: lightgrey none repeat scroll 0 0;
}

.feedbackHistory .success, .feedbackHistory .failure
{
	margin:1px 0px;
	padding:4px;
}

.feedbackHistory .success
{
	background-color: #BBFFBF;
}
.feedbackHistory .failure
{
	background-color: #FFBBBF;
}
.feedbackHistory .date
{
	font-weight:bold;
}

.feedbackHistory .dsc
{
	font-style:italic;
}

.feedbackbox {
	padding:6px 0;
	margin:5px 0;
	background: #FFFEDB;
	border-top: 1px solid #FAEBB1;
	border-bottom: 1px solid #FAEBB1;
	position:relative;
}

.feedbackbox .ajax__dropdown_arrow {
	right:12px !important;
	top:0px !important;
	height:20px !important;
}