﻿.container
{
    margin: 5px;
    overflow: hidden;
    font-family: Verdana;
    font-size: 12px;
    color: #606060;
}
.panel
{
    height: 25px;
    background-color: #a1a1a1;
    padding-left: 3px;
    color: #f1f1f1;
    border: solid 1px #606060;
    line-height: 25px;
    font-weight: bold;
    cursor: pointer;
}
.content, .contentBase
{
    padding: 0px 3px;
    border-left: solid 1px #606060;
    border-right: solid 1px #606060;
    border-bottom: solid 1px #606060;
    background-color: #C1DCFF;
    overflow: hidden;
}
.contentBase
{
    background-color: #FFD7BA;
}
.text
{
    color: rgb(102, 102, 102);
    margin: 5px 0px;
    padding: 0px 5px;
    line-height: normal;
    font-family: Verdana, Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: normal;
    text-transform: none;
    text-decoration: none;
    text-align: justify;
}
.w370
{
    width: 370px;
}
/*updatePanelDemo*/
#updatePanelDemo
{
    display: none;
}
#updatePanelDemo span
{
    font-size: 0.9em !important;
}
#updatePanelDemo label
{
    margin-bottom: 5px;
    display: inline-block;
    height: 20px;
}
#updatePanelDemo label span
{
    width: 120px;
    display: inline-block;
    margin-right: 3px;
    text-align: right;
    line-height: 15px;
}
#updatePanelDemo label input
{
    width: 170px;
}
#updatePanelDemo #tabs
{
    clear: both;
    position: relative;
    z-index: 99;
    height: 26px;
}
#updatePanelDemo #tabs ul
{
    list-style: none;
    margin-left: -35px;
}
#updatePanelDemo #tabs li
{
    float: left;
    margin-right: 3px;
    border: solid 1px #c9c9c9;
    width: 120px;
    height: 20px;
    cursor: pointer;
    padding-left: 5px;
    padding-top: 3px;
}
#updatePanelDemo #tabsContent
{
    border: solid 1px #c9c9c9;
    min-height: 250px;
    overflow: hidden;
    clear: both;
    padding: 10px;
    position: relative;
    top: -1px;
    z-index: 98;
    width: 690px;
    height: 250px;
}
#updatePanelDemo #ServerResult input, #updatePanelDemo #ServerResult select, #updatePanelDemo #ServerResult textarea
{
    border: solid 1px #c9c9c9;
}
#updatePanelDemo #ServerResult div
{
    overflow: hidden;
}
#updatePanelDemo #lbAnmerkungen
{
    height: 100px;
}
#updatePanelDemo .CustomerListe
{
    width: 100%;
}
#updatePanelDemo .trfirst
{
    background-color: #d9d9d9;
}
#updatePanelDemo .th1
{
    width: 150px;
}
#updatePanelDemo .th2
{
    width: 300px;
}
#updatePanelDemo .th3
{
    width: 200px;
}
#updatePanelDemo .CustomerListe a
{
    cursor: pointer;
    text-decoration: underline;
}
#updatePanelDemo .evenTR
{
    background-color: #f1f1f1;
}
#updatePanelDemo .oddTR
{
    background-color: #fff;
}
#updatePanelDemo .oddTR:hover,#updatePanelDemo .evenTR:hover
{
    background-color: #C4E3FF;
}
#updatePanelDemo #updateProgress
{
    display: none;
}
