
/************************************************************************
* 
* List type pages
*
************************************************************************/

/* represents each item in a vertical list */
#contentCell .listitem
{
    margin:0px 0px 0px 0px;
    width:444px;
}

/* surrounds the buttons for list items */
#contentCell .editbuttons
{
    padding-top: 6px;
}

/* floats the thumbnail off to the right */
#contentCell .thumbnail
{
    float: right;
    margin: 0 0 0 5px;
}

/*used to clear the float for the thumbnail */
#contentCell .clearlist
{
    clear:right;
    margin:0;
    padding:0;
    height: 0px;
    font-size:0px;
    line-height:0px;
}

/* Used by the page number control */
#contentCell .PageNumbers
{
    display:inline;
}

#contentCell .PageNumbers span
{
    padding-left: 3px;
}

#contentCell .newscrumbs a
{
    font-weight: bold;
    padding-right: 2px;
}

/* Used in the two column lists */

#contentCell .membercard
{
    background-color: #cac795;
    border: 1px solid #E8DCA3;
    padding: 10px;
    margin-bottom: 10px;
    width: 198px;
}

#contentCell .clearcard
{
    clear:left;
    height:0;
    margin:0;
    padding:0;
}

#contentCell #membercardcolumnleft
{
    float: left;
    position: relative;
}
#contentCell #membercardcolumnright
{
    margin-left: 226px;
}
#contentCell .membercard p
{
    margin: 5px;
}

/************************************************************************
* 
* Compact Event list
*
************************************************************************/


/* define event grid view columns */
/* todo: use or remove */

#contentCell .eventlistdate
{
    padding-right: 4px;
}
#contentCell .eventlisticon
{
    text-align: center;
}
#contentCell .eventlisttime
{
    text-align: center;
    width: 95px;
}
#contentCell .eventlistevent
{
    font-weight: bold;
}
#contentCell .eventlistlocation
{
    /* no styles needed at this time */
}
#contentCell .eventlist td
{
    padding-bottom: 4px;
}

/*
.eventlist, .eventlist td, .eventlist tr
{
    border-style:none;
}
*/
