div.feedback_post {
	border-bottom:1px solid #7ba0fd;
	font-family:arial, sans-serif;
	font-size:14px;
	margin-bottom:0.2em;
	padding:0.25em;
	text-align:left;
}
div.feedback_post_unread {
	border-bottom:1px solid #7ba0fd;
	font-family:arial, sans-serif;
	font-size:14px;
	margin-bottom:0.2em;
	padding:0.25em;
	text-align:left;
	background-color:#fff7dc;
}
.headers {
	padding:0.25em;
	border:1px solid #ffc000;
	background-color:#fff1c5;
	font-size:10px;
	font-family:Tahoma, sans-serif;
	color:#000;
}
.fld {
	color:#808080;
}
.col1 {
	float:left;
	width:300px;
	height:4em;
}
.content1 {
	padding:0.25em;
}
.content1 div {
	padding-left:1.5em;
}
.galka {
	float:right;
	height:20px;
	font-size: 14px;
	font-weight: bold;
	cursor: default;
}
.actions {
	border-top:1px solid #b4c8fd;
	padding:0.25em;
	font-size:10px;
	text-align:right;
}
.multi_actions {
	text-align:right;
	padding:0.5em;
}
.multi_actions input {
	border-style:groove;
	font-size:0.8em;
}
.ad {
	font-family:Tahoma,sans-serif;
	padding:0.25em;
}
.ad p {
	text-indent:1.5em;
	text-align:justify;
}
.ad a:link, .ad a:visited {
	color:blue;
	text-decoration:none;
}
.ad a:hover, .ad a:active {
	color:red;
	text-decoration:underline;
}
a.mark {
	margin-right:3em;
	font-family: Tahoma, sans-serif;
}
a.mark:link, a.mark:visited {
	color:blue;
	text-decoration:underline;
}
a.mark:hover, a.mark:active {
	color:green;
	text-decoration:none;
}
img.in_a {
	border-width:0;
	vertical-align:middle;
}
span.b {
	font-size:18px;
}
.info {
	color:#000;
	padding:0.5em;
	margin:0.2em 0;
	text-align:center;
	border:3px solid #ffba00;
	background-color:#fff9d0;
}
.pages {
	margin:0.5em;
	text-align:center;
}
.empty {
	color: #808080;
	font-style: italic;
}
.our-answer {
	margin-left: 3em;
	margin-bottom: 0.25em;
	border: 1px dashed orange;
	background-color: #fff7dc;
	padding: 0.25em;
	font-size: 14px;
	font-family: Arial, sans-serif;
}
.sent .our-answer, .drafts .our-answer {
	background-color: transparent;
	margin-left: 0;
}
.our-answer .headers {
	cursor: pointer;
	/*position: relative;*/
}
.our-answer .answer-id, .our-answer .answer-id {
	display: block;
	float: right;
	padding: 5px 5px 0 0;
	font-size: 14px;
	font-weight: bold;
}
.answer-content {
	display: none;
	padding: 0.5em;
}

#folders {
	width: 100%;
	border: 1px dotted #808080;
	margin-bottom: 0.5em;
}
#folders ul, #folders li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#folders li {
	font-size: 1em;
	line-height: 1em;
}
#folders li a {
	display: block;
	padding: 0.5em;
	color: #000;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	text-decoration: none;
}
#folders li a:hover, #folders li a:active {
	background-color: #FFF7DC;
}
#folders li.current a {
	background-color: #FFF1C5;
}
#folders .ui-icon {
	float: left;
}
#folders h3 {
	background-image: url(listheader_aqua.gif);
	background-repeat: repeat-x;
	background-position: 0 50%;
	padding: 0.2em 0.5em 0.3em 0.5em;
	margin: 0;
	text-align: left !important;
	font-size: 100%;
	color: #333333;
}

#tags {
	width: 100%;
	border: 1px dotted #808080;
}
#tags ul, #tags li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#tags li {
	font-size: 1em;
	line-height: 1em;
}
#tags li a {
	display: block;
	padding: 0.5em;
	color: #000;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	text-decoration: none;
}
#tags li a:hover, #tags li a:active {
	background-color: #FFF7DC;
}
#tags li.current a {
	background-color: #FFF1C5;
}
#tags .ui-icon {
	float: left;
}
#tags h3 {
	background-image: url(listheader_aqua.gif);
	background-repeat: repeat-x;
	background-position: 0 50%;
	padding: 0.2em 0.5em 0.3em 0.5em;
	margin: 0;
	text-align: left !important;
	font-size: 100%;
	color: #333333;
}

div.empty {
	text-align: center;
	color: #808080;
}
.center {
	text-align: center;
}
.folder-search {
	margin: 1em auto;
}
.folder-search .fs-border {
	border: 1px dotted navy;
	padding: 0.25em;
	position: relative;
}
.fs-folder {
	float: right;
	width: 120px;
	text-align: right;
	color: #808080;
	font-size: 16px;
	font-family: Tahoma, sans-serif;
	cursor: pointer;
	padding-right: 20px;
	background-image: url(darr.gif);
	background-position: 123px 4px;
	background-repeat: no-repeat;
}
.fs-field {
	float: left;
	width: 55px;
	text-align: right;
	color: #808080;
	font-weight: bold;
	font-size: 16px;
	font-family: Tahoma, sans-serif;
	cursor: pointer;
}
.fs-query-div {
	margin: 0 145px 0 60px;
}
.fs-query-div input.fs-query {
	outline: none;
	border-width: 0;
	width: 99%;
}


#answer_form_id .ajax-draft-field {
	padding: 0.5em;
}
.draft-actions {
	font-size: 80%;
	padding: 0.5em;
	text-align: right;
}
.draft-actions a {
	padding: 0 0.5em 0.25em 0.5em;
	margin: 0 0.5em 0.25em 0.5em;
}
.draft-actions a.delete:link, .draft-actions a.delete:visited {
	color: red;
	border: 1px dotted red;
	background-color: transparent;
	text-decoration: none;
}
.draft-actions a.delete:hover, .draft-actions a.delete:active {
	color: #fff;
	border: 1px solid #fff;
	background-color: red;
	text-decoration: underline;
}

a.delete {
	padding: 0 0.5em 0.25em 0.5em;
	margin: 0 0.5em 0.25em 0.5em;
}
a.delete:link, a.delete:visited {
	color: red;
	border: 1px dotted red;
	background-color: transparent;
	text-decoration: none;
}
a.delete:hover, a.delete:active {
	color: #fff;
	border: 1px solid #fff;
	background-color: red;
	text-decoration: underline;
}

#answer_form_id {
	display:none;
	position:absolute;
	width:980px;
	background-color:#f1f0ea;
	text-align:left;
}
#answer_form_id .msg_input {
	width:100%;
	padding: 0 5px;
}
input.text, textarea {
	border: 1px solid #8E846B;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
}

.fs-row {
	border-bottom: 1px solid #7ba0fd;
}
.fs-headers {
	border: 1px solid #ffc000;
	padding: 2px;
	margin: 2px;
	font-size: 10px;
	position: relative;
	background-color: #fff1c5;
	color: #000;
}
.fld {
	color: #808080;
}
.fs-row-id {
	float: right;
	font-size: 14px;
	font-weight: bold;
}
.fs-content {
	padding: 5px;
}

#fldrs_list {
	border: 1px dotted navy;
	border-top-color: transparent;
	background-color: #fff;
}
#fldrs_list .item {
	cursor: pointer;
	padding-right: 20px;
	padding-bottom: 3px;
}
#fldrs_list .item.item-over {
	background-color: #fff7dc;
}
#fldrs_list .item.current {
	background-color: #fff1c5;
	font-weight: bold;
}

.headers .anketa-id {
	font-weight: bold;
	font-size: 14px;
	float: right;
	padding: 5px 5px 0 0;
}

.tags-list {
	margin: 5px 5px 5px 5px;
	padding: 5px;
	background-color: #fff1c5;
	border: 1px solid #ffc000;
}
.tags-switcher {
	padding: 0 0.5em 3px 0.5em;
	margin: 0 0.5em 3px 0.5em;
	border: 1px solid transparent;
	border-bottom-width: 0;
	outline: none;
}
.selected-switcher {
	background-color: #fff1c5;
	padding-bottom: 9px;
	margin-bottom: 9px;
	border-color: #ffc000;
}

.tags-list .tag {
	margin: 0.25em;
	padding: 0.25em;
	display: inline-block;
	border: 1px solid #575348;
	color: #575348;
	cursor: pointer;
}
.tags-list .tag-selected {
	background-color: #9F9884;
	color: #fff;
	border-color: #fff1c5;
}
.tags-list .mouse-over {
	background-color: #575348;
	color: #fff;
	border-color: #fff1c5;
}
