/*
 * $Id: calendar.css,v 1.7 2006/08/15 18:23:28 espergreen Exp $
 * Derived from a style sheet Copyright Isaac McGowan, used under GPL.
 * This file is licensed under the GPL version 2 and is provided without warranty.
 * See http://www.gnu.org/copyleft/gpl.html for license details.
 */ /**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/
	/**** month and year header at top of calendar ****/

body {
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  background-color: #cccccc; /* #f0e0b6 */
  background-image: none;
  margin: 0;
  padding: 0;
  border-spacing: 0px;
  display: block;
  border-collapse: collapse;
}

.calendar_table {
  background-color: #cc0000;
  border:  1px solid #000000;
  padding: 0px;
  margin:  0px;
}

.date_header {
	font-size: 16px;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  color: #ffffff;
	font-weight: bold;
}

/**** color and size of calendar cells.  ****/
.day_cell {
	background-color: #EDECD8;
	height: 80px;
	width: 90px
}

.populated_day_cell {
	background-color: #fe9a98;
	height: 80px;
	width: 90px
}

.empty_day_cell {
	background-color: #EEEEEE;
	height: 80px;
	width: 90px
}

.today_cell {
	background-color: #F5F4ED;
	height: 80px;
	width: 90px
}

/**** day number in upper left corner of each cell ****/
.day_number {
	font-size: 10px;
	font-family: verdana, arial, helvetica;
	color: #000
}

.day_number A:link {
	color: #00F;
	text-decoration: underline
}

.day_number A:active {
	color: #00F;
	text-decoration: underline
}

.day_number A:visited {
	color: #00F;
	text-decoration: underline
}

.day_number A:hover {
	color: #00F;
	text-decoration: underline
}

/**** title_txt is the text for each post on main page ****/
.title_txt {
	font-size: 10px;
	line-height: 16px;
	font-family: verdana, arial, helvetica;
	color: #000
}

.title_txt A:link {
	color: #00F;
	text-decoration: underline
}

.title_txt A:active {
	color: #00F;
	text-decoration: underline
}

.title_txt A:visited {
	color: #00F;
	text-decoration: underline
}

.title_txt A:hover {
	color: #00F;
	text-decoration: underline
}

/**** time line under title text when event time given ****/
.time_str {
	font-size: 9px;
	font-family: arial, helvetica;
	color: #000
}

/**** column headers or days of the week ****/
.column_header {
	background-color: #72747A;
	font-size: 12px;
	font-family: arial, helvetica;
	color: #FFFFFF;
	font-weight: bold
}

/**** footprint text ****/
.footprint {
	font-size: 10px;
	font-family: verdana, arial, helvetica;
	color: #000;
	font-weight: bold;
	margin-top: 5px
}

.footprint A {
	font-size: 10px;
	font-family: verdana, arial, helvetica;
	color: #00F;
	font-weight: bold;
	margin-top: 5px
}

div.printerFriendly {
  width: 40%;
  padding-right: 0.5em;
  display: block;
  width: auto;
  float: right;
  text-align: right;
  vertical-align: top;
  line-height: 19px;
}

img.pdfIcon {
  width: 14px;
  height: 16px;
  float: left;
  margin-left: 0.0em;
  border-width: 0px;
  border-style: solid;
  display: block;
}


/* from calendar/theme/default/esstyle.css */
.mainTableTOC {
	background-color: #cccccc;
	border: 2px solid #999999;
	width: 811px;
  padding: 0px;
  border-collapse: collapse;
 }

.mainTableTOC td {
  margin:0;
  border: 1px solid #cccccc;
}
.navTableTextTOC {
  font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 9px; 
	font-weight: Normal;
	text-decoration: none;
	color: #003366;
  border: 0px;
}

/* Month and Year Row Setup */
.monthYearRowTOC {
  width:  620px;
  height: 32px;
	background-color: #FEFFFE;
	text-align: left;
	vertical-align: middle;
  margin: 0px;
  padding: 6px;
	border: 0px solid #455678;
  border-collapse: collapse;
}

.monthYearRowTOC td {
  margin:0;
  border: 0px;
}

/* Month and Year Text Setup */
.monthYearTextTOC {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: Bold;
	color: #cc0000;
  border: 0px;
}

/* Day Names Row Setup */
.dayNamesRowTOC {
  height: 20px;
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
}

/* Day Name Setup */
.dayNamesTextTOC {
  font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-weight: Bold; 
	color: #000000;
}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rowsTOC {
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 10px;
	color: #433D27;
	text-align: left;
	vertical-align: top;
	height: 88px;
	}

/* Color of Today's Date */
.todayTOC {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: Bold; 
	color: #ffffff;
	background-color: #999999;
	text-align: left;
	vertical-align: top;
   padding: 2px;
    margin: 0px;
	}

.titleTOC {
  padding: 1px;
  margin: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
  line-height: 12pt;
  color: #000000;
  width: 85px;
}

.daynumTOC {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: Bold; 
	color: #cc0000;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
  padding: 2px;
  margin: 0px;
  width: 85px;
	}

.formElements {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.formButtons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.sOtherTOC {
    background-color: #EEEEEE;
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #BBBBBB;
	vertical-align: top;
	}
.s20TOC {
	background-color: #ffffff;
	height: 88px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
  color: #ffffff;
}
.s20TOC0 {
	background-color: #ffffff;
	height: 88px;
	vertical-align: top;
	}



/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
	background-color: #FFFFFF;
	border: 1px solid #003366;
	width: 175px;
 }

.navTable {
	background-color: #cccccc;
	border: 0px solid #FFFFFF;
	width: 175px;
 }

.navTableText {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 9px; 
	font-weight: Normal;
	text-decoration: none;
	color: #003366;
	}

/* Month and Year Row Setup */
.monthYearRow {
	background-image:   url("monthBg.gif");
    line-height: 17pt;
	background-color: #D8E2EC;
	text-align: center;
	vertical-align: middle;
	}

/* Month and Year Text Setup */
.monthYearText {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: Bold;
	color: #252216;
	}

/* Day Names Row Setup */
.dayNamesRow {
    line-height: 11pt;
	background-color: #F5F4D3;
	text-align: center;
	vertical-align: middle;
	}

/* Day Name Setup */
.dayNamesText {
	background-image:   url("dayBg.gif");
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-weight: Bold; 
	color: #433D27;
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
	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 {
	color: #CF0000;
    }

/* Pop-up Events Setup */
.popupDate {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-color: #336699;
	}

.popupEventTitle {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding: 2px;
	vertical-align: middle;
}

.popupEventTime {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #000000;
	font-weight: normal;
	background-color: #F4F4F4;
	border: 1px dotted #EFEFEF;
	padding: 1px;
}

.popupEventDescription {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #EAEAEA;
	padding: 2px;
}


.popupEventDate {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #446B93;
	text-align: center;
	vertical-align: middle;
	background-color: #F7F8F9;
	border: 1px solid #FFFFFF;
	padding: 1px;
	}

.popupEnd {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #A4A4A4;
	}

.popupClose {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	background-color: #336699;
	}

.popupCloseBrackets {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #000000;
	text-align: right;
	background-color: #336699;
	}
/*
---------------------------------------------------------------------------
The classes below determine how the calendar background markings will look.
---------------------------------------------------------------------------

/* Normal Cell Background (date number with no event markings) */
.s2 {
	background-color: #E0E0E0;
	}
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
	background-color: #EBEBEB;
	}

/* Show dates from other months */
.sOther {
    background-color: #EEEEEE;
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #BBBBBB;
	}
/* Weekend Cell Background (date number with no event markings) */
.s200 {
	background-color: #D0D0D0;
	}


.categoryName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}
.categorySelection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #777777;
}
.categoryDiv {
	background-color: #FCF5EF;
}



/* From calendar/templates/modern.php */
.tableListings {
	width: 233px;
  height:  20px;
  background-color: #cccccc;
  background-image: none;
  margin:  0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
  border-width: 0px;
  color: #000000;
}
.tableDate {
	color: #000000;
	width: 180px;
	text-align: left;
	vertical-align: middle;
	padding: 0px;
}
.tableTitle {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff; /* #004262; */
	text-align: left;
	font-weight: bold;
	padding: 0px;
}
.tableCategory {
	width: 1px;
}
.tableDescr {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #383838;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
  margin: 0px 0px 15px 0px;
}
.tableTime {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #295569;
	font-weight: normal;
}
.newDate {
  color: ##000000; 
  font-weight: bold; 
  font-size: 11px;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
}
.newTime {
  color: #c0c0c0; 
  font-weight: bold; 
  font-size: 11px;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
}

span.floatRight {
  float: right;
  color: #c0c0c0; 
  font-weight: bold; 
  font-size: 11px;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
}

table.calendarLegend2 {
  padding: 0;
  margin:  0px 0px 0px 5px;
  height: 118px
  width:   164px;
  background-image: none;
  border-width: 0;
  line-height: 12px;
  text-align: left;
}

td.elementary2 {
  padding: 0px;
  margin:  0px;
  width: 15px;
  height: 10px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #ffffff;
	background-image: none;
  background-color: #cc6600;
  vertical-align: middle;
}

td.juniorHigh2 {
  padding: 0px;
  margin:  0px;
  width: 15px;
  height: 10px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #ffffff;
	background-image: none;
  background-color: #A4CAE6;
  vertical-align: middle;
}

td.StMark2 {
  padding: 0px;
  margin:  0px;
  width: 15px;
  height: 10px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #ffffff;
	background-image: none;
  background-color: #00CC00;
  vertical-align: middle;
}

td.holiday2 {
  padding: 0px;
  margin:  0px;
  width: 15px;
  height: 10px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #ffffff;
	background-image: none;
  background-color: #FFFF00;
  vertical-align: middle;
}

td.specialEvent2 {
  padding: 0px;
  margin:  0px;
  width: 15px;
  height: 10px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #ffffff;
	background-image: none;
  background-color: #999966;
  vertical-align: middle;
}

td.sports2 {
  padding: 0px;
  margin:  0px;
  width: 15px;
  height: 10px;
  border: 0px;
  border-style: solid;
  border-color: #ffffff;
	background-image: none;
  background-color: #0033cc;
  vertical-align: middle;
}

td.legendLable2 {
  padding: 0px 0px 0px 5px;
  margin:  0px 0px 0px 0px;
	background-image: none;
  background-color: #ffffff;
  vertical-align: middle;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 14px;
  height: 10px;
}

td.calLegendTitle {
  padding: 0px 0px 1px 0px;
  margin: 0px;
  font-size: 10px;
  font-weight: bold;
  text-decoration: underline; 
  color: #000000;
  text-align: left;
  height: 12px;
}

tr.calendarTop {
  height: 118px;
}
