/* 
===========================
CSS for Event Calendar
===========================
*/
/* Event display */
.cssECEvent
{
    font-family: Verdana;
    font-size: 8pt;
}

.cssECEventDaySeparator
{
	font-family: Verdana;
	font-size: 12pt;
	background-color: #A3A3A3;
	color: White;	
	font-weight: bold;
}

/* Event popup */
.cssECPopupTable
{
	font-family: Verdana;
}

.cssECPopupHeader
{
	font-family: Verdana;
	font-size: 12pt;
}

.cssECPopupRow
{
	font-family: Verdana;
	font-size: 10pt;   
}

.cssECPopupHeading
{
    font-weight: bold;
    font-family: Verdana;
    font-size: 10pt;
}


/* Editing */
.cssECEditTable
{
	font-family: Verdana;
}

.cssECEditText
{
	font-family: Verdana;
	font-size: 10pt;
}

.cssECEditHeading
{
    font-weight: bold;
    font-family: Verdana;
    font-size: 10pt;
}

.cssECEditSubHeading
{
	font-family: Verdana;
	font-size: 10pt;
}



/* The calendar */
.cssECSmall
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;	
}
.cssECCalendar
{
     background-color: White;
     border-left: solid 2px Gray;
     border-right: solid 2px Gray;
     border-bottom: solid 2px Gray;
     font-family: Verdana;
}

.cssECDayHeader
{
    color: White;
    background-color: Gray;
    border: solid 1px #D3D3D3;
    font-family: Verdana;
    vertical-align: middle;
    font-size: 8pt;
}

.cssECDay
{
     background-color: White;
     border: solid 1px #D3D3D3;
     font-family: Verdana;
     font-size: 8pt;
     height: 55px;
}

.cssECNextPrev
{
     font-size: 8pt;
     font-family: Verdana;
     color: Black;
}

.cssECOtherMonthDay
{
    font-size: 8pt;
    color: #C3C3C3;
    background-color: #F3F3F3;
    border-left: solid 1px White;
    border-top: solid 1px #D3D3D3;
    border-bottom: solid 1px #D3D3D3;
    font-family: Verdana;
}

.cssECSelectedDay
{
	font-family: Verdana;
}

.cssECTitle
{
    font-size: 16;
    font-weight: bold;
    font-family: Verdana;
}

.cssECTodayDay
{
    border: solid 1px #D3D3D3;
    background-color: #E3E3E3;
    font-family: Verdana;
}

.cssECWeekendDay
{
    border: solid 1px #D3D3D3;
    font-family: Verdana;
    height: 55px;
}

.cssECOnDay
{
    background-color: #DDECDA;
    font-family: Verdana;
}


/* Navigation */
.cssECNavTitle
{
	font-family: Verdana;
	font-size: 10pt;
}

.cssECNavTable
{
	font-family: Verdana;
}

.cssTabOn
{
	background-image: url(TabOn.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 26px;
	width: 110px;
	font-family: Verdana;
	font-size: 10pt;
	color: White;
}

.cssTabOff
{
	background-image: url(TabOff.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 26px;
	width: 110px;
	font-family: Verdana;
	font-size: 10pt;
	color: White;
}

A.cssECNavLink:link {
    text-decoration:    none;
    color: #FFEDA6;
}

A.cssECNavLink:visited  {
    text-decoration:    none;
    color: #FFEDA6;
}

A.cssECNavLink:active   {
    text-decoration:    none;
    color: #FFEDA6;
}

A.cssECNavLink:hover    {
    text-decoration:    none;
    color: Red;
}

/* Category filter */
.cssECShowAll
{
	font-family: Verdana;
	font-size: 10pt;
}

.cssECShowCategory
{
	font-family: Verdana;
	font-size: 10pt;
}

/* Skins */
.cssECSkin
{
	font-family: Verdana;
	font-Size: 10pt;
}

.cssECCopyright
{
	background-image: url(watermark.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
