/* viewlegend css
----------------- */

/* Legend icons */
.global_read							{ background-repeat: no-repeat; background-position: 10px 90%; }
.global_read_mine						{ background-repeat: no-repeat; background-position: 10px 90%; }
.global_read_locked						{ background-repeat: no-repeat; background-position: 10px 90%; }
.global_read_locked_mine				{ background-repeat: no-repeat; background-position: 10px 90%; }
.global_unread							{ background-repeat: no-repeat; background-position: 10px 90%; }
.global_unread_mine						{ background-repeat: no-repeat; background-position: 10px 90%; }
.global_unread_locked					{ background-repeat: no-repeat; background-position: 10px 90%; }
.global_unread_locked_mine				{ background-repeat: no-repeat; background-position: 10px 90%; }

.announce_read							{ background-repeat: no-repeat; background-position: 10px 90%; }
.announce_read_mine						{ background-repeat: no-repeat; background-position: 10px 90%; }
.announce_read_locked					{ background-repeat: no-repeat; background-position: 10px 90%; }
.announce_read_locked_mine				{ background-repeat: no-repeat; background-position: 10px 90%; }
.announce_unread						{ background-repeat: no-repeat; background-position: 10px 90%; }
.announce_unread_mine					{ background-repeat: no-repeat; background-position: 10px 90%; }
.announce_unread_locked					{ background-repeat: no-repeat; background-position: 10px 90%; }
.announce_unread_locked_mine			{ background-repeat: no-repeat; background-position: 10px 90%; }

.forum_link								{ background-repeat: no-repeat; background-position: 10px 90%; }
.forum_read								{ background-repeat: no-repeat; background-position: 10px 90%; }
.forum_read_locked						{ background-repeat: no-repeat; background-position: 10px 90%; }
.forum_read_subforum					{ background-repeat: no-repeat; background-position: 10px 90%; }
.forum_unread							{ background-repeat: no-repeat; background-position: 10px 90%; }
.forum_unread_locked					{ background-repeat: no-repeat; background-position: 10px 90%; }
.forum_unread_subforum					{ background-repeat: no-repeat; background-position: 10px 90%; }

.sticky_read							{ background-repeat: no-repeat; background-position: 10px 90%; }
.sticky_read_mine						{ background-repeat: no-repeat; background-position: 10px 90%; }
.sticky_read_locked						{ background-repeat: no-repeat; background-position: 10px 90%; }
.sticky_read_locked_mine				{ background-repeat: no-repeat; background-position: 10px 90%; }
.sticky_unread							{ background-repeat: no-repeat; background-position: 10px 90%; }
.sticky_unread_mine						{ background-repeat: no-repeat; background-position: 10px 90%; }
.sticky_unread_locked					{ background-repeat: no-repeat; background-position: 10px 90%; }
.sticky_unread_locked_mine				{ background-repeat: no-repeat; background-position: 10px 90%; }

.topic_moved							{ background-repeat: no-repeat; background-position: 10px 90%; }
.topic_read								{ background-repeat: no-repeat; background-position: 10px 90%; }
.topic_read_mine						{ background-repeat: no-repeat; background-position: 10px 90%; }
.topic_read_hot							{ background-repeat: no-repeat; background-position: 10px 90%; }
.topic_read_hot_mine					{ background-repeat: no-repeat; background-position: 10px 90%; }
.topic_read_locked						{ background-repeat: no-repeat; background-position: 10px 90%; }
.topic_read_locked_mine					{ background-repeat: no-repeat; background-position: 10px 90%; }
.topic_unread							{ background-repeat: no-repeat; background-position: 10px 90%; }
.topic_unread_mine						{ background-repeat: no-repeat; background-position: 10px 90%; }
.topic_unread_hot						{ background-repeat: no-repeat; background-position: 10px 90%; }
.topic_unread_hot_mine					{ background-repeat: no-repeat; background-position: 10px 90%; }
.topic_unread_locked					{ background-repeat: no-repeat; background-position: 10px 90%; }
.topic_unread_locked_mine				{ background-repeat: no-repeat; background-position: 10px 90%; }

.icon-bookmark							{ background-repeat: no-repeat; }
.icon-bump								{ background-repeat: no-repeat; }
.icon-download							{ background-repeat: no-repeat; }
.icon-mark								{ background-repeat: no-repeat; }
.icon-pm								{ background-repeat: no-repeat; }
.icon-print								{ background-repeat: no-repeat; }
.icon-register							{ background-repeat: no-repeat; }
.icon-sendemail							{ background-repeat: no-repeat; }
.icon-subscribe							{ background-repeat: no-repeat; }
.icon-unsubscribe						{ background-repeat: no-repeat; }

.imageset.icon_topic_newest				{ background-repeat: no-repeat; }
.imageset.icon_topic_latest				{ background-repeat: no-repeat; }
.imageset.icon_post_delete 				{ background-repeat: no-repeat; }
.imageset.icon_post_info				{ background-repeat: no-repeat; }
.imageset.icon_post_report				{ background-repeat: no-repeat; }
.imageset.icon_post_target				{ background-repeat: no-repeat; }
.imageset.icon_post_target_unread		{ background-repeat: no-repeat; }
.imageset.icon_topic_attach				{ background-repeat: no-repeat; }

.imageset.icon_topic_reported			{ background-repeat: no-repeat; }
.imageset.icon_topic_deleted			{ background-repeat: no-repeat; }
.imageset.icon_topic_unapproved			{ background-repeat: no-repeat; }
.imageset.icon_topic_poll				{ background-repeat: no-repeat; }
.imageset.icon_user_warn				{ background-repeat: no-repeat; }
.imageset.icon_contact					{ background-repeat: no-repeat; }

.vl-adminmode-aktiv {
	font-size: 1.5em;
	text-align: center;
	margin: 14px;
	color: #BC2A4D;
}

.viewlegend {
	border-bottom-color: transparent;
}

ul.linklist-viewlegend > li {
	float: left;
	font-size: 1.1em;
	line-height: 1.7em;
	list-style-type: none;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 6px;
	padding-top: 1px;
	width: auto;
	cursor: default;
}

ul.linklist-viewlegend .icon {
	vertical-align: text-top;
}

#legendlist1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#legendlist1 li {
	float: left;
	border: 1px solid #FFF;
	width: 150px;
	height: 126px;
	margin: 3px;
	padding: 3px;
}

#legendlist2 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#legendlist2 li {
	float: left;
	border: 1px solid #FFF;
	width: 150px;
	height: 126px;
	margin: 3px;
	padding: 3px;
}

#minilegendlist span {
	background-position: left;
	padding-left: 20px;
}

#minilegendlist ul {
	list-style-type: none;
}

#minilegendlist li {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: normal;
	margin-right: 4px;
	padding: 11px;
	width: 228px;
}

#minilegendlist a{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: normal;
	margin-right: 4px;
	padding: 11px;
	width: 228px;
}

a.infolegendarea {
	position: relative;
	z-index: 0;
	text-decoration: none;
	cursor: help;
}

a.infolegendarea:hover {
	z-index: 1;
}

a.infolegendarea span {
	display: none;
}

a.infolegendarea:hover span {
	display: block;
	position: absolute;
	top: 2em;
	left: 1.6em;
	width: 15em;
	background-color: #FAFAFA;
	background-image: linear-gradient(to bottom, #FAFAFA, #E9E9E9);
	border-color: #C7C3BF;
	box-shadow: 0 0 0 1px #FFFFFF inset;
	color: #AA0000;
	text-align: center;
	padding: 5px;
	font-size: 1.2em;
}

.vldisplay-btnabbc3mixstyle {
	background-color: #BFBDBD;
	background-image: -webkit-linear-gradient(top, #FFFBFB, #E3E3E3, #A29F9F);
	background-image: linear-gradient(to bottom, #FFFBFB, #E3E3E3, #A29F9F);
	display: inline-block;
	padding: 3px 12.5px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 4px;
	color: black;
}

.vldisplay-btnabbc3mixstyle:focus,
.vldisplay-btnabbc3mixstyle:hover {
	text-decoration: none;
	outline: none;
}

.vl_abbc3_button {
	min-width: 18px;
	height: 18px;
}

.vlback2top {
	right: 18px;
	bottom: 16px;
	height: auto;
	margin-top: 10px;
	clear: both;
}
