
/* Page background and font */
.chPage { background-color: #000000; color: #ffffff; }

/* Hyperlinks */
.chPage a { color: #ddccff; }
.chPage a:hover { color: #c61e1d; }
.chPage a:visited { color: #ddccff; }


/* Channel title */
.chPage h1 { color: #ffffff; }

/* Channel contents section - includes player and list of greetings */
.chPage .playerAndListing { border-top: 1px solid #ddccff; }


/* The box where previewed greetings appears */
.chPreview
{
    color: #e0e0e0;
    background-color: #202020;
    border: solid 1px #f2dfce;
}

.chPreview .hdr
{
    background-color: #f2dfce;
    color: #000000;
}

.chPreview .bod
{
}

.chPreview .ftr
{
    background-color: #000000;
    color: #ffffff;
}


/* Attention text */
.chAttn
{
    color: #c61e1d;
}

