/****************************************************************************
 *  /themes/default/css/event.css
 *  -------------------------------------------------------------------------
 *  application   : QuestCMS
 *  begin         : September 27, 2004
 *  copyright     : (C) 2005 Questwork Consulting Limited
 *  email         : support@questwork.com           
 *  
 *  $_id: v 0.1 2005/11/13 01:28:00 don Exp $
 *  
****************************************************************************/

/******************************************************/
/* Box position                 */
/******************************************************/

#event-listing-title {
  height: 2em;
  padding-top: 0.5em;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: #ffff00;
  border: 1px solid #666666;
}
#event-listing-content {
  padding: 10px;
  text-align: left;
  border: 1px solid #666666;
}
.event-name {
  font-size: 16px;
  color: #ff0000;
  background-color: transparent;
  font-weight: bold;
  text-decoration: none;
}
.event-subheader {
text-decoration: underline;
}
.upcoming-event-name {
  font-size: 14px;
  font-weight: bold;
  color: #415B02;
  background-color: transparent;
  text-decoration: underline;
}

/******************************************************/
/* begin of the CSS for the calednar */
/******************************************************/
/* Calendar Setup */
.calendarTable {
  border-collapse: collapse;
  background-color: #FFFFFF;
 }
/* Month and Year Row & text Setup */
.monthYearRow {
  line-height: 17pt;
  background-color: #D8E2EC;
  text-align: center;
  vertical-align: middle;
}
.monthYearText {
  font-family: Geneva, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: Bold;
  color: #252216;
}
/* Day Names Row & text Setup */
.dayNamesRow {
  line-height: 12pt;
  background-color: #F5F4D3;
  text-align: center;
  vertical-align: middle;
}
.dayNamesText {
  font-family: Geneva, Verdana, Arial, sans-serif; 
  font-size: 10px; 
  font-weight: normal; 
  color: #433D27;
}
/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.calendarRows {
  font-family: Geneva, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #433D27;
  line-height: 15pt;
  text-align: center;
  vertical-align: middle;
}
/* Color of Today's Date */
.today {
  background-color: transparent;
  color: #CF0000;
}
/*The classes below determine how the calendar background markings will look.*/
/* Normal Cell Background (date number with no event markings) */
.s2 {
  background-color: #E0E0E0;
  color: #CF0000;
}
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
  background-color: #EBEBEB;
  color: #000000;
}
/* Weekend Cell Background (date number with no event markings) */
.s200 {
  background-color: #e9c7f6;
  color: #433D27;
}
/* Show dates from other months */
.sOther {
  background-color: #EEEEEE;
  font-family: Geneva, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}
/* Show dates with marked event*/
.sMark {
  cursor: pointer;
  background: #EEEEEE;
  color: #433D27;
}
.sMarkPinkStar {
  background: #EEEEEE url("../../images/common/pink_star.gif") center center no-repeat;
}
.sMarkPinkCircle {
  background: #EEEEEE url("../../images/common/pink_circle.gif") center center no-repeat;
}
.sMarkYellowStar {
  background: #EEEEEE url("../../images/common/yellow_star.gif") center center no-repeat;
}
.sMarkYellowCircle {
  background: #EEEEEE url("../../images/common/yellow_circle.gif") center center no-repeat;
}

/******************************************************/
/* end of the CSS for the calednar */
/******************************************************/

