﻿
body {
    font-family: Arial, Gadget, sans-serif;
    font-size: small;
}

a {
    color: #dc0202;
}

    a:visited {
        color: #d14a4a;
    }

    a:hover {
        color: #ff0000;
    }

.group {
    display: inline-block;
    vertical-align: top;
    margin: 4px;
    padding: 2px;
    background-color: #defbfa;
    -moz-box-shadow: 0px 0px 2px #bababa;
    -webkit-box-shadow: 0px 0px 2px #bababa;
    box-shadow: 0px 0px 2px #bababa;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid  #dcf1f0;
    border: 1px solid  #f7fefd;
}

.caption {
        margin: 4px;
        margin-bottom: 5px;
        padding: 4px;
        font-weight: bold;
        color: white;
        text-align: center;
        text-shadow: 0.8px 0.8px 0px #808080;
        /*text-shadow: 1.5px 1.5px 0.5px #80b0b0;*/
        background-color: #83cfcc;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #83cfcc;
        background: -moz-linear-gradient(top, rgba(158,209,206,1) 0%, rgba(128,194,193,1) 50%, rgba(31,171,173,1) 51%, rgba(126,207,211,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(158,209,206,1)), color-stop(50%, rgba(128,194,193,1)), color-stop(51%, rgba(31,171,173,1)), color-stop(100%, rgba(126,207,211,1)));
        background: -webkit-linear-gradient(top, rgba(158,209,206,1) 0%, rgba(128,194,193,1) 50%, rgba(31,171,173,1) 51%, rgba(126,207,211,1) 100%);
        background: -o-linear-gradient(top, rgba(158,209,206,1) 0%, rgba(128,194,193,1) 50%, rgba(31,171,173,1) 51%, rgba(126,207,211,1) 100%);
        background: -ms-linear-gradient(top, rgba(158,209,206,1) 0%, rgba(128,194,193,1) 50%, rgba(31,171,173,1) 51%, rgba(126,207,211,1) 100%);
        background: linear-gradient(to bottom, rgba(158,209,206,1) 0%, rgba(128,194,193,1) 50%, rgba(31,171,173,1) 51%, rgba(126,207,211,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ed1ce', endColorstr='#7ecfd3', GradientType=0 );
    }

.entry {
    margin: 2px;
    padding: 2px;
    padding-right: 4px;
    border: 1px solid #a9cecc;
    /*background-color: #f0fbfb;*/
    background-color: #f6fafc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.hidden {
    display: none;
}

.val-c > * {
    display: inline-block;
    vertical-align: middle;
}

.hal-l {
    text-align: left;
}

.hal-c > * {
    text-align: left;
}

.hal-c {
    text-align: center;
}

.float-r {
    float: right;
}

.float-l {
    float: left;
}

.disp-ibl {
    display: inline-block;
}

.disp-bl {
    display: block;
}

.indent {
    margin-left: 8px;
}

.indentx2 {
    margin-left: 16px;
}

.indentx4 {
    margin-left: 32px;
}

.expandButton {
    float: right;
    width: 12px;
    height: 12px;
    line-height: 13px;
    font-family: Courier New, Courier, monospace;
    margin-left: 4px;
    color: #c47339;
    border: 1px solid #c47339;
    background-color: #fed9bf;
    text-align: center;
    cursor: default;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%; 
}
    .expandButton > span {
        vertical-align: baseline;
    }

    .expandButton:hover {
        background-color: #feba8a;
    }

.group > .expandButton {
    margin-top: 6px;
    margin-right: 6px;
    -moz-box-shadow: 0.5px 1.5px 3px #b1e6e3 ;
    -webkit-box-shadow: 0.5px 1.5px 3px #b1e6e3 ;
    box-shadow: 0.5px 1.5px 3px #b1e6e3 ;
}
