﻿.Verwendungsliste
{
	width: 100%;
	background: #000000;
	font-family: Verdana;
    position: relative;
    font-size: 12px;
}

.Verwendungsliste a
{
    font-size: 12px;
}

.Verwendungsliste td a
{
    font-size: inherit;
}

.Verwendungsliste img
{
    border: 0px;
}

.Verwendungsliste .SelectorsSelect
{
    padding: 14px;
    background: #222222;
}

.Verwendungsliste .SelectorsSelect span
{
    font-weight: bold;
    font-size: 1.2em;
    color: #f5ae0a;
}

.Verwendungsliste .SelectorsSelect .SelectOption
{
    display: inline-block;
    font-size: 1.2em;
}

.Verwendungsliste .SelectorsSelect input.VWL_Auswahl
{
    margin-left: 10px;
}

.Verwendungsliste .SelectorsSelect .Activated
{
    color: #f5ae0a;    
}

.Verwendungsliste .SelectorsSelect h1
{
    line-height: 12px;
    font-size: 14px;
    color: #fff;
}

.Verwendungsliste .SelectorsHeaderText
{
	font-size: 14px;
	color: #F5AE0A;
	padding: 5px;
	font-style: italic;
	cursor: pointer;
	display: none;
	width: 300px;
	margin: 5px 0px 5px 0px;
	background: #222222;
	
}

.Verwendungsliste .Selector
{
	display: inline-block;
	padding: 5px;
}
.Verwendungsliste .Selector .HeaderText
{
	color: #FFFFFF;
	margin: 5px;
}
.Verwendungsliste .DataContainer
{
	width: 100%;
	background: #222222;
	padding: 0px;
	color: #ffffff;
}
.Verwendungsliste .DataContainer table
{
	width: 100%;
	border-spacing: 0px;
	border: 0px;
	border-collapse:collapse;
	border-color: #000000;
}
.Verwendungsliste .DataContainer table tr.Basic
{
	background: #222222;
	vertical-align:top;
}
.Verwendungsliste .DataContainer table tr.Alternativ
{
	background: #333333;
	vertical-align:top;
}

.Verwendungsliste .DataContainer table tr.Basic:hover
{
	background: #665500;
}
.Verwendungsliste .DataContainer table tr.Alternativ:hover
{
	background: #665500;
}


.Verwendungsliste .DataContainer table tr.Basic td
{
	padding: 5px;
	margin: 0px;
	border: 1px solid #000000;
}
.Verwendungsliste .DataContainer table tr.Alternativ td
{
	padding: 5px;
	margin: 0px;
	border: 1px solid #000000;
}

.Verwendungsliste .ChildProtect
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: -1px;
	z-index: 10;
	background: url(/layout/opxt.png);
	cursor: pointer;
}

.Verwendungsliste .Sorter
{
    display: inline-block;
    float: right;
	width: 20px;
	height: 12px;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	background: url(/layout/vwl_sort.png);
	z-index: 5;
	vertical-align: text-top;
}

.Inaktiv
{

	background-position: 0px 0px;
}

.Hover
{
	background: url(/layout/vwl_sort.png);
	background-position: -20px 0px !important;
}

.ASC
{
	background: url(/layout/vwl_sort.png);
	background-position: -40px 0px !important;
}

.DESC
{
	background: url(/layout/vwl_sort.png);
	background-position: -60px 0px !important;
}

td.ColHover
{
	background: #665500;
}

.Verwendungsliste .Marker td
{
	background: #F00;
}

.Verwendungsliste .DataContainer tr.DataHeader td
{
	background: #F5AE0A;
	font-weight: bold;
	color: #000000;
	padding: 5px;
	border: 1px solid #000000;
	vertical-align: top;
}

.Verwendungsliste .DataContainer tr.DataHeader td div.Info
{
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 0px;
}

.Verwendungsliste .DataContainer tr.DataHeader td div.Info div.HeaderText
{
    display: inline-block;
    padding: 0px;
    margin: 0px;
}