﻿
.eventmonth h3
{
    padding-left: 20px;
    padding-right: 20px;
}

.eventlist label
{
    font-weight: bold;
    padding-right: 4px;
}


/* A full width block on the page */

.fullwidth, #loginbanner
{
    border: 1px solid #24537F;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    background: #EFF4FA;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
    font-size: 14px;
}

/* for the login block
    picks up most of its properties from .fullwidth */


/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #24537F;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    background: #EFF4FA;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    text-align: center;
    font-size: 12px;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #24537F;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #24537F;
    border-left: 1px solid #24537F;
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: #ACC8E3;
}
.calcurrentday
{
    background-color: #FDEAEC;
}
.calweekend
{
    background-color: #CFDFEF;
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 1px solid #24537F;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 2px;
     
}

/************************************************************************
* 
* Compact Event list
*
************************************************************************/


/* define event grid view columns */
/* todo: use or remove */

.eventlistdate
{
    padding-right: 4px;
}
.eventlisticon
{
    text-align: center;
}
.eventlisttime
{
    text-align: center;
    width: 95px;
}
.eventlistevent
{
    font-weight: bold;
}
.eventlistlocation
{
    /* no styles needed at this time */
}
.eventlist td
{
    padding-bottom: 4px;
}

/*
.eventlist, .eventlist td, .eventlist tr
{
    border-style:none;
}
*/


/************************************************************************
* 
* Page specific 
*
************************************************************************/

/* even dowload button */
.downloadevent img
{
    margin-right: 5px;
    vertical-align: middle;
    border: none;
}

/* Header on view details type pages */
.itemdetails
{
    font-size: 1.3em;
}




/************************************************************************
* 
* Forms
*
************************************************************************/

/* label column */
.formlabel
{
    width:120px; 
    vertical-align: top;
}

/* value column */
.formvalue
{
    vertical-align: top;
}

.txtfield
{
    width:300px;
}

.txtblock
{
    width:300px;
}


