/* The following are for quarc demo styles */
div.header
{
    top:0px;
    left:0px;
    background: #CC3033;
    color: white;
    border-bottom: 10px solid #F6E9E9;
    font-weight: bold;
    font-family: Times New Roman;
    font-size: 15px;
    width: 100%;
    margin-top: -12px;
    margin-left: -8px;
}

div.header a {
    color: white;
}

div.left {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
}

div.right {
    text-align: right;
    padding: 10px;
}

hr.footer 
{
    background-color:#CC3033;
    color: #CC3033;
}

SPAN.file-name
{
    font-family: Monospace;
}

/* == demo listing == */
.demothumb {
    text-align: center;
    width: 85;
    height: 64;
    padding-right: 8px;
}

.demodesc {
    padding-left: 10px ;
    background-color: #EEEEEE;
}

.demotype {
    text-align:left;
    background-color: #EEEEEE;
}

.demotype IMG {
    margin-right: 8px;
}

.dependency {
    font-size:small;
}
