/* 
    Document   : liste
    Created on : 29.06.2010, 17:51:42
    Author     : Denis
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#content {
    padding-bottom:0;
}
#content a {
    color:#545454;
}
#content a:hover {
    text-decoration: none;
}
#tableContainer {
    padding:0;
    margin:10px auto 0 auto;
    width:658px;
    border:0;
}
#topContainer {
    position:relative;
    background-image: url("../i/Funktionsuebersicht-Kopf-ohneText.png");
    height: 126px;
    text-align:center;
    background-repeat: no-repeat
}
#middleContainer {
    background-image: url("../i/Funktionsuebersicht-Seitenschatten.png");
    background-position: center;
    background-repeat: repeat-y;
    border: none;
}
#bottomContainer {
    border: none;
    height: 80px;
    text-align:center;
    background-position: bottom center;
    background-image: url("../i/Funktionsuebersicht-Schatten-unten-2.png");
    background-repeat: no-repeat;
}
#bottomContainerInner {
    background:none;
    border:1px solid #666;
    border-top:0;
    margin:0 39px;
    line-height: 55px;
    text-align: center;
    height:55px
}
#content table {
    padding:0;
    margin:0 39px;
    width:580px;
    border-spacing: 0;
    border: none;

}
#content td {
    border:1px solid #666;
    border-right: 0;
    border-bottom: 0;
}
#content td.hand {
    background-image: url(../i/hand.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: move;
    width:30px;
}
#content td.last {
    border-right:1px solid #666;
}
#content tr.last td {
    border-bottom:1px solid #666;
}
#content td.small {
    width:30px;
    text-align: center;
}
#content td.small input{
    width:20px;
}
#content td.long {
    padding-left:17px;
}
#content td.long textarea {
    width:95%;
    font-family: Arial;
    font-size:12px;
}
#content td.long input {
    width:95%;
    font-family: Arial;
    font-size:12px;
}
#content td.color_classic {
    background-color: #74b2e2;
    color:black;
}
#content td.color_pro {
    background-color: #000;
    color:#ccc;
}
#content td.color_o2x {
    background-color: #FFE862;
    color:black;
}
#content tr.listbold td {
    background-color: #EEEEEE;
    color:black;
}
.myDragClass {
    background-color: #55aa55;
}

#versionsVergergleich {
    position:absolute;
    top:0;
    left:0;
    padding:35px 0 0 58px;
    color: #aaa;
    font-size: 14px;
}

#versionsLabel {
    position:absolute;
    bottom:0;
    right:0;
    padding:0 84px 8px 0;
    color: #aaa;
    font-size: 14px;
    line-height: 23px;
    text-align: right;
}
