.action-page > .header {
    background-color: #DDD;
    padding: 10px;
    margin: 20px 20px 10px 10px;
    border-radius: 5px;
}
.action-page > .header > span{
    margin: 0px 8px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.action-page > .header .action-path {
    font-weight: bold;
    padding-left: 20px;
    background: url(../images/silk/icons/asterisk_orange.png) left top -1px no-repeat;
}
.action-page > .header .version {
    font-weight: bold;
    background: url(../images/silk/icons/text_list_numbers.png) left top -1px no-repeat;
    padding-left: 20px;
}
.action-page .header .flags {
    padding-left: 18px;
    font-weight: bold;
    background: url(../images/silk/icons/flag_blue.png) left top -1px no-repeat;
}

.service-description .block-head1 > .heading{
    display: none;
}
.service-description .block-jschema > .heading {
    display: none;
}

.service-description .method {
    margin-bottom: 30px;
    padding: 10px;
}

.service-description A:visited { text-decoration: none; color: black; }

.service-description .heading{
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.2em;
    color: #555;
}
.service-description .block-head1 .heading{
    font-size: 1.8em;
}
.service-description .block-head2 .heading{
    font-size: 1.1em;
}

.service-description .block-jschema div.schema{
    margin-top: 10px;
}

.service-description .block-jschema .schema .heading {
    font-size: 1.4em;
    color: #555;
    display: block;
    padding-bottom: 3px;
}

.service-description .block-jschema div.schema > ul{
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFF;
    width: 100%;
    border: 1px solid #CCC;
    border-radius: 2px;
    padding: 5px;
}

.service-description div.description {
    display: inline-block;
    background-color: #E8E8E8;
    margin-left: 5px;
    padding: 3px;
    -moz-border-radius: 5px;
    border-radius: 3px;
}

.service-description li.parameter > ul.object {
    margin-left: 20px;
    margin-top: 10px;
}
.service-description div.array {
    display: inline-block;
}

.service-description ul.object {
    margin-left: 10px;
    margin-right: 4px;
    /* background-color: rgba(0,0,0,.1); */
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 8px;
    border-left: 4px solid #CCC;
    display: inline-block;
    overflow: auto;
    min-width: 200px;
}
.service-description .schema ul li.parameter {
    min-height: 24px;
    white-space: nowrap;
}
.service-description .schema ul li > * {
    vertical-align: top;
}
.service-description .schema ul:last-of-type(li){
    border-bottom: 0px;
}

.service-description span.key {
    color: #37C;
    font-weight: bold;
}