/*
 * Version: $Revision: 49839 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2007 BeSite
 */

@import "/css/layout.css";

BODY
{
    background-image: url(/img/partycentrum/back.jpg);
}

DIV#Main
{
    border-top-color: #383838;
    background-image: url(/img/partycentrum/content_back.gif);
}

DIV.Head1
{
    background-image: url(/img/partycentrum/head1.jpg);
}

DIV.Head2
{
    background-image: url(/img/partycentrum/head2.jpg);
}

DIV.Head3
{
    background-image: url(/img/partycentrum/head3.jpg);
}

DIV#Menu
{
    background-color: #e5e5e5;
    border-color: #b3b3b3;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-color: #38373d;
}

DIV#Menu A
{
    color: black;
}

DIV#Menu TABLE.MenuContainer
{
    border-left-color: #b3b3b3;
}

DIV#Menu TABLE.MenuContainer TD
{
    border-right-color: #b3b3b3;
}

DIV#Menu TABLE.MenuContainer TD.Selected
{
    background-image: url(/img/partycentrum/menu_background_on.png);
    background-color: #43443e;
}

DIV#Menu TABLE.MenuContainer TD.Selected A
{
    color: white;
}

H1#PageTitle
{
    color: #c30174;
}

INPUT.Submit
{
    background-color: #ec008c;
    color: white;
}
