body {
    background-color: #444;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,"Myriad Pro",Myriad,Geneva,Arial,"Lucida Grande",sans-serif;
}

a, a:hover, a:link, a:visited {
    color:white;
    text-decoration: none;
    line-height: 20px;
}

label {
    width:150px;
    display:block;
    float:left;
    vertical-align: middle;
    line-height: 24px;
    font-size: small;
    padding-right:20px;
    text-align: right;
}

b {
    padding: 0px 2px;
    text-shadow: 0.1em 0.1em 1em black;
}

img {
    border: 0px;
    vertical-align: middle;
}

img.help {
    cursor:help;
}


a:hover {
    text-decoration: underline;
}

div.GDS {
    width: 800px;
    margin: 0 auto;
    padding: 5px;
}

div.box{
    -moz-box-shadow: 10px 4px 10px black;
    box-shadow: 10px 4px 10px black;
}

div.box > div.head {
    width: 100%;
    background-color: #666666;
    color: white;
    margin-top: 20px;
    border: 1px solid #9cbdde;
    padding:4px;
}

div.box > div.body {
    width:100%;
    border: 1px solid #9cbdde;
    background-color: #FAFAFB;
    padding:4px;
}

div.box > div.body input.text{
    width: 600px;
}

.CLR {
    clear:both;
}

div.resultBox {
    margin-top: 20px;
    min-height: 300px;
    border: 1px solid #9cbdde;
    background-color: #FAFAFB;
    color: #666;
    overflow:auto;
}

textarea {
    width: 100%;
    height: 400px;
}

.infoBox {
    border-top: 1px solid #9cbdde;
    margin-top: 20px;
    padding-top: 20px;
    color: #FAFAFB;
    font-size:0.9em;
}

ul, ul > li > a {
    color: #fed22f !important;
}

h3.toggleNext {
    color: #c77405;
    cursor: pointer;
}

table.xmlPreview, table.xmlPreview table {
    width: 100%;
}

table.xmlPreview h1, table.xmlPreview h2, table.xmlPreview h3 {
    color: #002b57;
    text-shadow: 0px 0px 0px;
    margin: 0.8em 0em 0.8em;
}

table.xmlPreview .lineColorA {
    background-color: #d8dee3;
}

table.xmlPreview .lineColorB {
    background-color: #e7e9ea;
}

table.xmlPreview label {
    display:inline;
    width:auto;
}
div.links {
    float:left;
    width:100px;
    border: 1px solid #b81900;
}

div.rechts {
    margin-left: 120px;
    border: #b81900;
}

.div-border {
    border:1px solid grey;
    padding:5px;
}

.td-key {
    width: 50%;
}

.td-value {
    font-weight: normal;
    font-size: small;
}