/* General page attributes ----------------------------------------- */
body {
        scrollbar-face-color: #9DACAA;
        scrollbar-shadow-color: #F4F4F4;
        scrollbar-highlight-color: #F4F4F4;
        scrollbar-3dlight-color: #E2E2E2;
        scrollbar-darkshadow-color: #E2E2E2;
        scrollbar-track-color: #FFFFFF;
        scrollbar-arrow-color: #F4F4F4;
        background-image : url(../resources/...);
        background-repeat : no-repeat;
        background-color: black;
        font-family: Arial;
        font-size: 11px;
        color: white;
}

td {
        font-family: Arial;
        font-size: 11px;
        color: white;
}

a {
        color: #silver;
        text-decoration: none;
}

a:hover {
        color: white;
        text-decoration: underline;
}

input {
        font-family: Arial;
        font-size: 11px;
        color: black;
        background-color: #FFFFFF;
        font-size: 8pt;
        border : 1px groove #666666;
        border-style : groove groove groove groove;
}

select {
        font-family: Arial;
        font-size: 11px;
        color: #FFFFFF;
        background-color: #FFFFFF;
        font-size: 8pt;
        border : 1px groove #666666;
        border-style : groove groove groove groove;
}

textarea {
        font-family: Arial;
        font-size: 11px;
        color: black;
        background-color: #FFFFFF;
        font-size: 8pt;
        border : 1px groove #666666;
        border-style : groove groove groove groove;
}

/* Specific ID's ----------------------------------------- */
#newsTitle {
        font-weight: bold;
        color: #779591;
        font-size: 11px;
}

#gigsTitle {
        font-weight: bold;
        color: #779591;
        font-size: 12px;
}

#gigsText {
        font-family: Arial;
        font-size: 11px;
        color: Black;
}

#submit {
        background-color: #FFFFFF;
        color: #black;
}

#checkbox {
        border: 0;
        background-color: #FFFFFF;
}

#gigscell {
        background-color: #C9D1D0;
}

#sectiontitle {
        font-weight: bold;
        color: #FFFFFF;
        font-size: 18px;
}

#newscell {
        background-color: #212421;
}

#outnowcell {
        background-color: #9DACAA;
}

#guestbookcell {
        background-color: #212421;
}

#footercell {
        background-color: #212421;
}

#menuTitle {
        font-weight: bold;
        color: #FFFFFF;
        font-size: 12px;
}
#releaseTitle {
        font-weight: bold;
        color: #212421;
        font-size: 11px;
}
#checkbox {
        background-color: #9DACAA;
}
