@charset "utf-8";
/* CSS Document */

BODY { background-color:#ebe6e0; margin:10px; padding:0px; }
INPUT { background-color:#B7C7EF; font-family:Verdana,Tahoma,Arial; font-size:12pt; color:#000000; }
SELECT { background-color:#B7C7EF; font-family:Verdana,Tahoma,Arial; font-size:12pt; color:#000000; }

#menu { font-family:Verdana,Tahoma,Arial; font-size:9pt; font-weight: bold; color:#000000; }
#menu a { font-family:Verdana,Tahoma,Arial; font-size:9pt; font-weight: bold; color:#000000; text-decoration:none; }
#menu a:hover { font-family:Verdana,Tahoma,Arial; font-size:9pt; font-weight: bold; color:#FFB31A; text-decoration:none; }

/* small print at the bottom  */
#small { font-family:Verdana,Tahoma,Arial; font-size:9pt; color:#000000; }
#small input { font-family:Verdana,Tahoma,Arial; font-size:9pt; color:#000000; background-color:#FFFFFF; }
#small select { font-family:Verdana,Tahoma,Arial; font-size:9pt; color:#000000; background-color:#FFFFFF; }
#small a { font-family:Verdana,Tahoma,Arial; font-size:9pt; color:#000000; text-decoration:none; }
#small a:hover { font-family:Verdana,Tahoma,Arial; font-size:9pt; color:#FFB31A; text-decoration:none; }

/* calendar title: AIA Kentucky Calendar  */
#title { font-family: Verdana, Tahoma, Arial; font-size:12pt; color:#000000; font-weight: bold; }
#title a { font-family: Verdana, Tahoma, Arial; font-size:9pt; color:#888a8d; font-weight: bold; text-decoration:underline; }
#title a:hover { font-family: Verdana, Tahoma, Arial; font-size:9pt; color:#c2c2c2; font-weight: bold; text-decoration:underline; }
#calnav { background-color:#ebe6e0; }

/* very uppermost section with drop down menus and "menu:"  */
#nav { background-color:#ebe6e0;  }
#nav td { font-family:Verdana,Tahoma,Arial; font-size:8pt; font-weight:bold; color:#000000; }
#nav input { font-family:Verdana,Tahoma,Arial; font-size:8pt; font-weight:bold; color:#ffffff; background-color:#888a8d; }
#nav select { font-family:Verdana,Tahoma,Arial; font-size:8pt; font-weight:normal; color:#222222; background-color:#FFFFFF; }

/*  dont know what this is  */
#date { font-family: Verdana, Tahoma, Arial; font-size:11pt; color:#000000; font-weight: bold; text-decoration:none;}
#date a { font-family: Verdana, Tahoma, Arial; font-size:11pt; color:#000000; font-weight: bold; text-decoration:none; }
#date a:hover { font-family: Verdana, Tahoma, Arial; font-size:11pt; color:#666666; font-weight: bold; text-decoration:underline; }
#date .month { font-size:11pt; }

/*weekday date cells or background of list view date cells*/
#dateCells td.active { background-color:#fffaf5; border:1px solid #bcb3ab; }

#dateCells td.empty { background-color:#FFFFFF; border:1px solid #666666; }
#dateCells td.today { background-color:#dbe8f4; border:2px solid #6699cc; }
#dateCells td.weekend { background-color:#DDDDDD; border:1px solid #999999; }
#dateCells td.calendar_header { background-color:#888a8d; font-family: Verdana,Tahoma,Arial; font-size:8pt; color:#FFFFFF; font-weight: bold; border:1px solid #999999; }

/*dont know exactly what these are controlling*/
#dateCells .weeknum { font-family: Verdana, Tahoma, Arial; font-size:8pt; color:#000000; }
#dateCells .daynum { font-family: Verdana, Tahoma, Arial; font-size:8pt; color:#000000; }
#dateCells a { text-decoration:none; }
#dateCells a:hover { text-decoration:underline; }

/*time indications in header of specific event*/
#dateCells .dayhead { font-family: Verdana, Tahoma, Arial; font-size:8pt; font-weight:normal; color:#000000; background-color:#888a8d; height:100%; }

/*background and time bar for specific event*/
#dateCells .daycell { font-family: Verdana, Tahoma, Arial; font-size:9pt; color:#000000; background-color:#FFFFFF; }
#dateCells .daytime { font-family: Verdana, Tahoma, Arial; font-size:9pt; color:#000000; background-color:#999999; }

/*small calendars at top left and right*/
/* entire background color, barely shows*/
#miniDateCells table { border:1px solid #999999; }

/* these are actually the cells of the month that have dates, not necessarily events*/
#miniDateCells td.active { background-color:#FFFFFF; border:1px solid #d5c9bf; }

/* the squares at the beginning and ending of the month with no dates*/
#miniDateCells td.empty { background-color:#FFFFFF; border:0px; }

/* cells with events*/
#miniDateCells td.full { font-family: Verdana, Tahoma, Arial; font-size:8pt; color:#000000; background-color:#ebe6e0; border:1px solid #d5c9bf;  }

/* letters that represent days of the week*/
#miniDateCells td.header { background-color:#dddddd; font-family: Verdana, Tahoma, Arial; font-size:8pt; color:#000000; font-weight: normal; }

/* month in top area */
#miniDateCells td.monthHeader { background-color:#b7b5b5; }
#miniDateCells .month { font-family: Verdana, Tahoma, Arial; font-size:8pt; color:#333333; font-weight: bold; text-decoration:none; }
#miniDateCells .month:hover { font-family: Verdana, Tahoma, Arial; font-size:8pt; color:#333333; font-weight: bold; text-decoration:none; }

/* text of days with events */
#miniDateCells a { font-family: Verdana, Tahoma, Arial; font-size:8pt; color:#000000; text-decoration:underline; }
#miniDateCells a:hover { font-family: Verdana, Tahoma, Arial; font-size:8pt; color:#666666; text-decoration:underline; }

/* text of all days, seems to supercede the above*/
#miniDateCells .day { font-family: Verdana, Tahoma, Arial; font-size:8pt; color:#0000000; text-decoration:none; }
#miniDateCells .day:hover { font-family: Verdana, Tahoma, Arial; font-size:8pt; color:#666666; text-decoration:underline; }

/*possibly doesn't exist*/
#midDateCells table { border:1px solid #666666; margin-bottom:10px;}

/* these are actually the cells of the month that have dates, not necessarily events*/
#midDateCells td.active { background-color:#FFFFFF; border:1px solid #d5c9bf; }

/* the squares at the beginning and ending of the month with no dates*/
#midDateCells td.empty { background-color:#fffaf5; border:0px; }

/* cells with events*/
#midDateCells td.full { background-color:#ebe6e0; border:1px solid #d5c9bf; }

/* letters that represent days of the week*/
#midDateCells td.header { background-color:#dddddd; font-family: Verdana, Tahoma, Arial; font-size:10pt; color:#000000; font-weight: normal; }

/* month in top area */
#midDateCells td.monthHeader { background-color:#696c71; margin-top:10px;}
#midDateCells .month { font-family: Verdana, Tahoma, Arial; font-size:12pt; color:#FFFFFF; font-weight: bold; text-decoration:none; }
#midDateCells .month:hover { font-family: Verdana, Tahoma, Arial; font-size:12pt; color:#FFFFFF; font-weight: bold; text-decoration:none; }

/*days in middle sized calendar*/
#midDateCells a { font-family: Verdana, Tahoma, Arial; font-size:10pt; color:#000000; font-weight:bold; text-decoration:underline; }
#midDateCells a:hover { font-family: Verdana, Tahoma, Arial; font-size:10pt; color:#999999; font-weight:bold; text-decoration:underline; }
#midDateCells .day { font-family: Verdana, Tahoma, Arial; font-size:10pt; color:#000000; font-weight:bold; text-decoration:none; }

/*the pop up window when you hover over an event*/
#eventDetails{ position:absolute; top:0px; left:0px; width:300px; border:1px solid #000000; padding:4px; background-color:#fffaf5; visibility:hidden; z-index:1000; font-family:Verdana,Tahoma; font-size:9pt; color:#000000; }

/*admin area*/
#generalBox table { font-family:Verdana,Tahoma,Arial; font-size:10pt; color:#000000; background-color:#FFFFFF; border:1px solid #000000; }
#generalBox td { font-family:Verdana,Tahoma,Arial; font-size:10pt; color:#000000; background-color:#FFFFFF; }
#generalBox .alttd { font-family:Verdana,Tahoma,Arial; font-size:10pt; color:#000000; background-color:#CFCFCF; }
#generalBox .headtd { font-family:Verdana,Tahoma,Arial; font-size:10pt; font-weight:bold; color:#FFFFFF; background-color:#003399; }
#generalBox INPUT { font-family:Verdana,Tahoma,Arial; font-size:10pt; color:#000000; background-color:#DDDDDD; }
#generalBox SELECT { background-color:#DDDDDD; font-family:Verdana,Tahoma,Arial; font-size:8pt; color:#000000; }
#generalBox a { font-family:Verdana,Tahoma,Arial; font-size:10pt; color:#000000; text-decoration:none; }
#generalBox a:hover { font-family:Verdana,Tahoma,Arial; font-size:10pt; color:#FFB31A; text-decoration:underline; }
#generalBox .error { color:#F00000; font-weight:bold; }
#generalBox .menuLink { font-family:Verdana,Tahoma,Arial; font-size:10pt; color:#FFFFFF; text-decoration:none; }
#generalBox .menuLink:hover { font-family:Verdana,Tahoma,Arial; font-size:10pt; color:#FFB31A; text-decoration:underline; }
#generalBox .small { font-family:Verdana,Tahoma,Arial; font-size:8pt; color:#000000; }

/*pop up event details*/
#events .calendar { background-color:#6699cc; font-family:Verdana,Tahoma,Arial; font-size:11pt; color:#000000; font-weight:normal; }
#events .title { background-color:#dbe8f4; font-family:Verdana,Tahoma,Arial; font-size:12pt; color:#000000; font-weight:bold; padding:5px;}
#events .heading { text-align:right; background-color:#CCCCCC; font-family:Verdana,Tahoma,Arial; font-size:10pt; color:#000000; font-weight:bold; vertical-align:top;}
#events .data { background-color:#FFFFFF; font-family:Verdana,Tahoma,Arial; font-size:10pt; color:#000000; }
#events a { font-family: Verdana, Tahoma, Arial; font-size:10pt; color:#000000; text-decoration:underline; }
#events a:hover { font-family: Verdana, Tahoma, Arial; font-size:10pt; color:#FFB31A; text-decoration:underline; }

#editorBox table { font-family:Verdana,Tahoma,Arial; font-size:10pt; color:#000000; background-color:#FFFFFF; border:none; }
#editorBox .button { font-family:Verdana,Tahoma,Arial; font-size:10pt; color:#000000; background-color:#CCCCCC; border-right:1px solid #BBBBBB; border-bottom:1px solid #BBBBBB; cursor:pointer; }
#editorBox TEXTAREA { font-family:Verdana,Tahoma,Arial; font-size:10pt; color:#000000; background-color:#DDDDDD; }

#copyright { font-family:Verdana,Tahoma,Arial; font-size:7pt; color:#666666; }
#copyright a { font-family:Verdana,Tahoma,Arial; font-size:7pt; color:#666666; text-decoration:none; }
#copyright a:hover { font-family:Verdana,Tahoma,Arial; font-size:7pt; color:#333333; text-decoration:underline; }

#holiday { font-family: Verdana, Tahoma, Arial; font-size:11pt; color:#ee2439; font-weight: bold; text-decoration:none; }

