/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================

See Themes Subdirectory for Creating Themes that will be loaded by the Module Instance Settings

*/

#Layouthead
{
    width:190px;
    height:44px;
    background-image: url(Head4.gif);
}

#HeadL
{
    width:6px;
    background-image: url(HeadL.gif);
}

#HeadR
{
    width:4px;
    background-image: url(HeadR.gif);
}

#wrapper
{
}

#ConL
{
    width:6px;
    background-image: url(ConLeft.gif);
}

#ConR
{
    width:4px;
    background-image: url(ConRight.gif);
}

#LayoutTitel
{
    background-image: url(Titel2.gif);
}

#lstEvents
{
    background-color:White;
}

#LayoutFooter
{
    background-image: url(Foot2.gif);
    height:50px;
}

#FootL
{
    width:6px;
    background-image: url(FootL.gif);
}

#FootR
{
    width:4px;
    background-image: url(FootR.gif);
}

/* Month view */

#EventOtherMonthDay
{
    background-image: url(stripe.png);
    background-repeat:repeat;
}
