/* CUSTOMIZATION */

.mdescLeft, .mdescRight,
.memItemLeft, .memItemRight,
.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
        background-color: #ffffff;
}
div.header
{
        background-color: #ffffff;
}
div.ah, span.ah {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000),color-stop(0.3, #000));
        background-image: -moz-linear-gradient(center top, #000 0%, #000 40%, #000 110%);
}

table.doxtable tr{
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    border-collapse: collapse;
}

table.doxtable td, table.doxtable th {
        vertical-align: top;
}

table.doxtable th {
        text-align: left;
        font-weight:bold;
}


dl.note
{
        margin-left:0px;
        border-left:0px solid;

        background-image: url('tip.png');
        background-repeat: no-repeat;
        padding-left: 28px;
        padding-bottom: 5px;
}
dl.note dt
{
        display: none;
}
dl.note dd
{
        margin: 0px;
}

#projectlogo img
{
        width: 48px;
        height: 48px;
}

#projectname
{
        font: 200% Roboto, Tahoma, Arial,sans-serif;
        color: #707070;
}

#projectnumber
{
        font: 66% Roboto, Tahoma, Arial,sans-serif;
        color: #f0f0f0;
}

#projectbrief
{
        font: 80% Roboto, Tahoma, Arial,sans-serif;
}

#projectnumber
{
        font: 66% Roboto, Tahoma, Arial,sans-serif;
        color: #f0f0f0;
}

#titlearea
{
        background-color: #f3f3f3;
}

.image
{
        text-align: left;
}

table.markdownTable td, table.markdownTable th {
    vertical-align: top;
}

table.markdownTable tr {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    border-collapse: collapse;
}

th.markdownTableHeadLeft, th.markdownTableHeadRight, th.markdownTableHeadCenter, th.markdownTableHeadNone {
    text-align: left;
    font-weight:bold;
}
