/*mention.css*/

div.mentionme_popup {
	position: absolute;
	overflow: hidden;
	z-index: 999;
	min-width: 120px;
	background: #c0bbb28c;
	border: 1px solid #deb45c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#818181')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#818181');
}

div.mentionme_popup_body {
	font-size: 12pt;
	overflow-y: scroll;
	font-weight: normal !important;
	min-width: 150px;
}

div.mentionme_popup_input_container {
	border-bottom: 1px solid #c0bbb2;
}

input.mentionme_popup_input {
	background-color: #c9c5bd;
	border: none;
	width: 100%;
	height: 25px;
	font-size: 15px;
	padding-left: 3px;
}

div.mentionme_popup_item {
	padding: 2px 3px 2px 3px !important;
	border-bottom: 1px solid #c9c5bd;
}

div.mentionme_popup_item_on {
	background: #c9c5bd;
}

span.mentionme_popup_instructions {
	font-style: italic;
}

span.mentionme_typed_text {
	padding-left: 3px;
}

span.mention_name_highlight {
	font-weight: bolder;
}

span.mention_name_highlight_on {
	font-weight: bolder;
}

img.mention_user_avatar {
	background: #453753;
	vertical-align: middle;
	height: 30px;
	width: 30px;
	margin: 2px 10px 2px 5px;
	border: 1px solid #bf5867;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

div.mentionme_spinner {
	font-weight: bold;
	font-style: italic;
	padding-left: 5px;
}

div.mentionme_spinner img {
	float: right;
	padding-right: 5px;
}

.postbit_buttons a.postbit_multimention span {
	background-image: url(../../../images/MentionMe/postbit_multimention.png);
}

.postbit_buttons a.postbit_multimention_on span {
	background-image: url(../../../images/MentionMe/postbit_multimention_on.png);
}

a.mentionme_mention {
	/* style mention links here */
}

