﻿.link { font-size: 11px; cursor: hand; color: #3366cc; font-family: Tahoma; text-decoration: none; }

.panel_header { position: relative; width: 100%; border: none 1px orange; margin-top: 5px; }
.panel_content { position: relative; width: 100%; border: none 1px green; }

.table_header { position: relative; width: 100%; table-layout: fixed; border: none 1px green; }
.panel_container { position: relative; width: 100%; overflow: hidden; border-right: solid 1px darkgray; }

.panel_label { font-size: 11px; font-family: Tahoma; }

.panel_row { position: relative; width: 100%; overflow: hidden; z-index: 11; }

.panel_hour { position: absolute; height: 100%; top: 0px; padding-left: 1px; margin-top: 0px; overflow: hidden; font-family: Tahoma; font-size: 7; color: gray; border-left: solid 1px darkgray; z-index: 10; }

/* default for the events which will be placed inside the panel_row (type = span) */
.panel_row span { position: absolute; overflow: hidden; font-size: 8; }

.panel_row .activity { background-color: #00CB19; color: Black; }
.panel_row .break { background-color: #A4BFD6; color: Black; }
.panel_row .abspaid { background-color: #A63894; color: Black; }
.panel_row .absnpaid { background-color: #FF4646; color: Black; }
.panel_row .work { background-color: #448CCB; color: Black; }
.panel_row .mov { background-color: Navy; color: Black; }
.panel_row .unknown { background-color: Orange; color: Black; }


.cell_bars { position: relative; border: none 1px green; }
.table_content { position: relative; width: 100%; table-layout: fixed; font-family: Tahoma; font-size: 11px; border: none 1px silver; }

/******************************/
/**Styling information specific to individual content pages**/

/* Accordion */
.accordionHeader { padding: 0px; margin-top: 5px; cursor: pointer; border: none 1px red; }

.accordionHeader a { color: #FFFFFF; background: none; text-decoration: none; }

.accordionHeader a:hover { background: none; text-decoration: underline; }

.accordionHeaderSelected { padding: 0px; margin-top: 5px; cursor: pointer; }

.accordionHeaderSelected a { color: #FFFFFF; background: none; text-decoration: none; }

.accordionHeaderSelected a:hover { background: none; text-decoration: underline; }

.accordionContent { margin: 0px 30px 5px 55px; padding: 5px; border: solid 1px darkgray; border-top: none; }
