/* Styles for the main control panel */
.cpanel { padding: 6px; border-top: solid thin black; border-left: solid thin black; }
.cpanelEnd { font-size: 3; margin: 0; padding: 0; border-left: solid thin black; }
.cpanelClose { font-size: 3; line-height: 2; margin: 0; padding: 0; border-top: solid thin black; }

/* scheduleList classes used in text-based listings of the schedule */
.scheduleListTitle { font-weight: bold; font-size: 10pt; line-height: 12pt; }
.scheduleListText { font-size: 10pt; line-height: 12pt; }
.scheduleListDayName { font-size: 8pt; font-weight: bold; border-top: solid thin black; border-left: solid thin black; border-right: solid thin black; }

/* pocketList classes used for text in the pocket schedule view */
.pocketListText { font-family: arial; font-size: 10pt; line-height: 12pt; }

/* grid classes used for all schedule grid views */
.gridTable { }
.gridDayTitle { font-weight: bold; font-size: 12pt; line-height: 14pt; }
.gridTimeSlot { background-color: white; border-top: thin solid black; border-right: thin solid black; font: bold 8pt 'arial narrow'; line-height: 10pt; }
.gridEventSlot { border-top: thin solid black; border-right: thin solid black; font: normal 8pt 'arial narrow'; line-height: 9pt; margin: 5px; }
.gridLocationName { background-color: white; border-top: thin solid black; border-right: thin solid black; font: normal 8pt 'arial narrow'; }

/* evForm classes used for event form items */
.evFormItem { font: normal 10pt arial; line-height: 11pt; }

/* guide classes used for business guide tables */
.guideHeading { font-weight: bold; line-height: 12pt; }
.guideText { line-height: 12pt; }
.guideMain { border-bottom: thin solid black; border-left: thin solid black; }
.guideEnd { border-bottom: thin solid black; border-left: thin solid black; border-right: thin solid black; }

/* table classes for listings */
.tableCell { border-left: thin solid black; border-top: thin solid black; }
.tableEndCell { border-left: thin solid black; border-top: thin solid black; border-right: thin solid black; }
.tableEnd { border-top: thin solid black; line-height: 6px; font-size: 4px; }
