<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.categories, .categoryActivities {
    list-style: none;
    margin: 0;
    padding: 0;
}
.categories &gt; li { border: 1px solid #000; }
.categoryName { padding: 2px 6px; }
.categories .description { padding: 2px 6px; }
.categories .maxCategory,
.categories .minCategory {
     padding: 0px 6px;
     font-size: smaller;
     color: #666;
}

.categoryActivities { border-top: 1px solid #000; }
.activity {
    text-decoration: none;
    color: #000;
    position: relative;
    display: block;
    padding: 2px 6px;
    cursor: pointer;
}

.lt-ie8 .activity {
    display: inline-block;
    width: 94%;
}

.activity.scheduled {
    background-color: #ffc;
}

.activity:hover, .activity.selected {
    background-color: #EFEFEF;
    background: transparent url(../../cts/images/rightarrow.png) no-repeat left;
    font-weight: bold;
    padding-left: 15px;
}

.detail .maxMet { color: #fcc; }
.detail .classTimes {
    background-color: #ccc;
    font-weight: bold;
    text-align: center;
}

#activityClasses { width: 100%}
#activityClasses td {
    vertical-align: middle;
    padding: 1px; 
}

#activityClasses td.action { text-align: right; }

#activitySchedule table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    background-color: #ccc;
    border: 2px solid #000;  
}

#activitySchedule tr {
    height: 1px;    
    padding: 1px;
}

#activitySchedule tr.period td {
    border-top: 1px solid #AAA;
    padding: 1px;
    max-width: 5.7em;
    overflow-x: hidden;
    height: 100%;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
}

#activitySchedule th {
    background-color: #fff;
    border-top: 1px solid #000;
    font-weight: normal;
}

#activitySchedule td {
    border-left: 1px solid #AAA;
    border-right: 1px solid #AAA;
    padding: 1px;
    text-align: center;
}

#activitySchedule td.hl {
    background-color: #ffc; 
}

.unavailableTime {
    background-color: #ccc;
}
.selectedClass {
    background-color: #FFF;
    border: 1px solid #000; 
    cursor: pointer;
}

.availableClass {
    background-color: #99ff99;
    background-image: none; 
}

td.availableClass {
    border: 1px solid #000;
    cursor: pointer;
}

ul#tabs li[conflict]:not([selected]) {background-color: #ffc; background-image: none; }
.conflict {background-color: #ffc; background-image: none; }

ul#tabs li[reserved]:not([selected]) {background-color: #ffc; background-image: none; }
.reserved {background-color: #ffc; background-image: none;}

.processingRequestSmall {
    background-image: url('../../cts/images/Processing_16.gif');
    background-repeat: no-repeat;
    background-position: right;
}
.processingRequestSmall span { margin-left: .5em; }

.requested { border-top: 1px solid #000; }
.requested &gt; li {
    border-bottom: 1px solid #000; 
    border-right: 1px solid #000; 
    border-left: 1px solid #000; 
}

.requested .action {
    text-align: right;
    font-size: smaller;
}

.requestedReservation {
    text-decoration: none;
    position: relative;
    padding: 2px 15px;
    cursor: pointer;
}

.lt-ie8 .requestedReservation {
    display: inline-block;
    width: 94%;
}

.requestedReservation:hover { background-color: #ccc; }
.requestedReservation:hover:after {
    content: "\21D2";
    position: absolute;
    right: .2em;
}

#schedule .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 2px;
    background: none;
}

.week { background: none; }

/* Scheduling Details */
#schedule {
    padding: 4px;
    border: none;
    background: none;
}
#schedule h2 {
    padding: 5px; 
    text-align: right;  
}

/* Scheduling Tabs */
#scheduleTabs {
	padding: 0px;
	background: none;
	border-width: 0px;
}
#scheduleTabs .ui-tabs-nav {
    padding-left: 0px;
    background: transparent;
    border-width: 0px 0px 1px 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
#scheduleTabs .ui-tabs-panel { border-width: 0px 1px 1px 1px; }
#scheduleTabs .ui-tabs-nav li {
	margin-top: 0.6em;
	font-size: 80%;
}
#scheduleTabs .ui-tabs-nav li.ui-tabs-selected {
	margin-top: 0em;
	font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 12px;
    border-top: 0;
    position: relative;
    top: 1px;
    overflow: auto;  
    display: none;
    zoom: 0;
}

span.gettingStarted {
    float: right;
    font-size: smaller;
}

.activityDialogLink {
    float: left; 
    width: 210px;  
    padding: 4px; 
} 
div.action.activityDialogLink a { width: 140px; }

div.processing {
    background-image: url(../../cts/images/Processing_24.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 175px;
    text-align: center;
    padding-right: 5px;
    padding-top: 5px;
    min-height: 26px;
}

.activitydescription { padding: 10px; margin: 5px; }

.tabcomplete{color: Green; }
.tabincomplete {color: Red; }

.activitybuttondiv {
    float: left; 
    padding: 2px; 
    margin: 2px;
    color: Black; 
    min-height: 70px; 
    min-width: 130px; 
    text-align: center; 
    background-color: White;
    border: 1px solid #eeeeee;
}

#availableDialog .activitybuttondiv {
    height: 95px;
    width: 265px;
}
         
.activitybuttondiv input{ margin-top: 6px; }
.fullClass {font-weight: bold; color: maroon;font-style: italic; padding:5px;}

.wizardnav + #chooseAnActivity { padding-top: 20px; }

.weekLabel { display: inline;}</pre></body></html>