<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Imports
=====================================================================*/
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import "/content/styles/reset.css";
@import "/content/styles/extranet/ie.css";
@import "/content/styles/extranet/forms.css";


/* Fonts
======================================================================*/
body, h2 span, h3 span, input, select, textarea { font-family: Verdana, Arial, Helvetica, sans-serif; }
.action, h1, h2, h3, h4, h5, h6, .section-head { font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; }


/* Basics
======================================================================*/
a { color: #039; text-decoration: none; }
a:hover { text-decoration: underline; }
a img, :link img,:visited img, fieldset { border: none; }
abbr, acronym { border-bottom: 1px dotted #ccc; cursor: help; }
address { font-style: normal; }
body { background: #f6f6f6; color: #222; font-size: 12px; line-height: 1.2; margin: 1em; }
dd, dl, p, table, ul { line-height: 1.45; margin-bottom: 1.25em; }
dt { font-weight: bold; margin-bottom: 0.3em; }
dt a { color: #ff5600; }
em { font-style: italic; }
fieldset { border: 1px solid #ddd; margin-bottom: 2em; padding: 1em 1.5em; }
h1, h2, h3, h4, h5, h6 { color: #ff5600; }
h1, h2, h3, h4, h5, h6, strong { font-weight: bold; }
h1 { font-size: 1.5em; margin-bottom: 2em; }
h2 { font-size: 1.3em; margin-bottom: 0.5em; }
h2 span { font-size: 13px; font-weight: normal; margin-left: 0.5em; }
h3 { font-size: 13px; margin-bottom: 7px; }
hr { background: #e0e0e0; border: 0; clear: both; color: #e0e0e0; height: 1px; margin: 20px 0; }
legend { background: #fff; font-size: 1.7em; margin: 0 0 0 -0.5em; padding: 0.1em 0.75em 0.1em; }
legend em { color: #777; font-size: 0.7em; font-style: normal; font-weight: normal; margin-left: 0.3em; }
ol { list-style: decimal; margin-left: 1.5em; }
ol ol { list-style: lower-alpha; }
table { border-collapse: collapse; width: 100%; }
table p, table ul { margin-bottom: 0; }
textarea { line-height: 17px; height: 6em; }
tbody th, td { border: 1px solid #ddd; padding: 0.4em 0.7em; }
td, th { vertical-align: top; }
th img { vertical-align: middle; }
thead th { background: #ff5600; color: #fff; padding: 3px 7px; text-align: left; white-space: nowrap; }
thead a { color: #fff; text-decoration: none; }
thead a:hover { color: #fff; text-decoration: underline; }
ul { list-style: disc; margin-left: 1.5em; }

/* Stock classes */
.closed { color: #ff5600; }
.l { float: left; }
.r { float: right; }
.open { color: #098008; }
ul.flat { list-style: none; margin-left: 0; }
ul.flat li { background: none; margin: 0; padding: 0; }


/* Core layout
======================================================================*/
.clear { clear: both; }
#page { margin: 0 auto; text-align: left; width: 1200px; }

/* Columns */
.c2l, .c2r { width: 48%; }
.c2l, .c3l, .c3m { float: left; }
.c2r, .c3r { float: right; }
.c3l { margin-right: 3%; }
.c3l, .c3m, .c3r { width: 31%; }
.c2l h1, .c2r h1 { margin: 0; }

/* Content */
#content { border: 1px solid #acacac; background: #fff; clear: both; height: 1%; margin-bottom: 1em; }
#content-bin { clear: both; padding: 2em 1.75em 1.75em; }
#content-login { margin: 1.75em auto; width: 60%; }


/* Content
======================================================================*/
.alert, .alert a { color: #ff5600; }
.inactive, .inactive a { color: #999; }

/* Avatars */
#avatar-full img { width: 100%; }

/* Action buttons */
.action {
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #ebebeb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#ebebeb));
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#ebebeb 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%,#ebebeb 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%,#ebebeb 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%,#ebebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#ebebeb',GradientType=0 );
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	color: #039;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 0.4em 0.7em 0.5em;
	text-decoration: none;
	white-space: nowrap;
}

.action:hover { text-decoration: underline; }
.action .icon { background-position: 0 50%; float: none; }

/* Annual meeting */
.meeting-summary { border-bottom: 1px solid #ddd; margin-bottom: 20px; padding-bottom: 20px; }
.meeting-summary h2 { color: #000; margin: 0; }

    /* Registrant activities */
    .registrant-activity { border-bottom: 1px solid #e1e1e1; }
    .registrant-activity span { display: inline-block; }
    .registrant-activity .name { margin-left: 28px; width: 32.5%; }
    .registrant-activity .fee { width: 75px; }
    .registrant-activity .override {  }

/* Applications */
#app dt { font-weight: bold; }
#app .form &gt; dt { border-top: 1px solid #ddd; font-size: 14px; margin-bottom: 0.5em; }
#app .form &gt; dt a { font-weight: normal; margin-left: 0.5em; }
#app .form &gt; dt:first-child { border: 0; padding: 0; }
#app .form dt .label { float: none; margin: 0; width: auto; }
#app .form .field { float: none; margin-bottom: 1.5em; width: auto; }
#app h1 { font-size: 20px; margin-bottom: 0.2em; }
#app-primary { float: right; width: 64%; }
#app-secondary { float: left; width: 31%; }
#app-status { border: 1px solid #ddd; padding: 15px; }

  /* Recommendations */
  #app .recs { list-style: none; margin-left: 0; }
  #app .recs li { margin-bottom: 0.5em; }
  #app .recs .missing { background: #f5f5f5; padding: 10px; }
  #app .recs p { margin: 0; }

/* Buttons */
.btn {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    padding: 0.6em 0.9em;
    vertical-align: middle;
}

.btn:hover { text-decoration: none; }
.btn:active { box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.4); }

.btn.on {
    background: #ffffff;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #f1f1f1 0%,##ffffff 100%);
    background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );
    color: #000;
}

.btn-group { display: inline-block; list-style: none; margin: 0; }
.btn-group .btn { border-radius: 0; margin: 0; }
.btn-group [class *= "icon"] { margin-left: 0.2em; }
.btn-group &gt; li { display: inline-block; margin-right: -1px; position: relative; }
.btn-group &gt; li:first-child .btn { border-bottom-left-radius: 4px; border-top-left-radius: 4px; }
.btn-group &gt; li:last-child { margin-right: 0; }
.btn-group &gt; li:last-child .btn { border-bottom-right-radius: 4px; border-top-right-radius: 4px; }
.btns { font-size: 0; margin: 10px 0; }

/* Calendar */
.ui-datepicker th { background: none; color: #000; }

/* Charts */
.chart-list &gt; li { clear: both; margin-bottom: 1em; }
.chart-list p { margin-bottom: 0.25em; }

  /* Bar charts */
  .bar-chart { border-top: 1px solid #eee; float: left; margin-left: 0; width: 100%; }
  
  .bar-chart .count { 
    display: block;
    font-weight: bold;
    line-height: 2em;
    margin: 0 0.3em;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    z-index: 3;
  }
  
  .bar-chart .label {
    color: #039;
    display: block;
    overflow: hidden;
    padding: 0.4em 0 0.4em 2%;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: 88%;
    z-index: 2; 
  }
  
  .bar-chart li { border-bottom: 1px solid #eee; display: block; margin: 0; position: relative; _zoom: 1; }
  .bar-chart li:hover .count { color: #000; }
  .bar-chart li:hover .index { background: #aec3ec; }
  
  .bar-chart .index { 
    background: #e0e0e0;
    display: block;
    height: 100%;
    left: 0;
    line-height: 2em;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 0;
  }

/* Dashboard */
#dashboard .panels &gt; li { float: none; height: auto; width: auto; }
.section { clear: both; }
.section-content { border: 1px solid #ddd; margin-bottom: 30px; overflow: hidden; padding: 15px 20px; }
.section-content p:last-child { margin: 0; }

.section-head {
  background: #7f7f7f;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 0.5em;
}

/* DataTables */
.dataTables_wrapper th.sorting span, .dataTables_wrapper th.sorting_asc span, .dataTables_wrapper th.sorting_desc span {
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding-right: 15px;
}

.dataTables_wrapper th.sorting_asc span { background-image: url(/content/images/shared/sort-up-extranet.png); }
.dataTables_wrapper th.sorting_desc span { background-image: url(/content/images/shared/sort-down-extranet.png); }
.dataTables_filter { font-size: 1.2em; margin-bottom: 10px; }
.dataTables_filter input { padding: 0.2em; width: 15em; }
.dataTables_info, .dataTables_length { float: right; }
.dataTables_info, .dataTables_length, .dataTables_paginate { font-size: 12px; }
.dataTables_paginate .paginate_active { font-weight: bold; }
.dataTables_wrapper .dataTables_paginate .paginate_button { cursor: pointer; margin: 0 0.5em 0 0; text-decoration: underline; }
.dataTables_wrapper .dataTables_paginate .paginate_button.current { font-weight: bold; text-decoration: none; }
.dataTables_wrapper .dataTables_paginate .paginate_button:hover { text-decoration: none; }
.dataTables_wrapper .dataTables_paginate .paginate_button_disabled { color: #777; cursor: default; text-decoration: none; }
.dataTables_paginate span { margin-right: 0.5em; }
.dataTables_wrapper th.sorting_disabled { cursor: default; }
    
/* Double head table */
thead .double-row &gt; th { border-left: 1px solid #999; }
thead .double-row:first-child { border-bottom: 1px solid #999; }
thead .double-row:first-child &gt; th { font-weight: bold; text-align: center; }

/* Features */
.features { clear: both; }
.features .btns { clear: none; float: none; margin: 0; text-align: left; }
.features li { background: none; padding: 0; white-space: nowrap; }
.features .txt { width: 71%; }
.features .imgBrowse { width: 71%; margin-left: .5em; }
.features .disabled { opacity: 0.25; }

/* Footer */
#footer { font-size: 0.9em; text-align: center; }
#footer p { margin-bottom: 0.5em; }

/* Header */
#clientHeader { float: right; text-align: right; }
#header h1 { margin-bottom: 0.2em; }
#header p { font-size: 0.9em; }
#header { margin-bottom: 0.5em; }
#logo { float: left; }

/* Icons */
.icon { background-repeat: no-repeat; background-position: 0 0.25em; line-height: 1; margin-right: 0.25em; padding: 3px 0 3px 23px; }
.icon-add { background-image: url(/content/images/shared/add.png); }
.icon-design { background-image: url(/content/images/shared/icon-design.png); }
.icon-doc, .icon-docx { background-image: url(/content/images/shared/doc.png); }
.icon-jpg, .icon-png, .icon-bmp, .icon-gif { background-image: url(/content/images/shared/icon-jpg.gif); }
.icon-list { background-image: url(/content/images/shared/icon-list.png); }
.icon-money { background-image: url(/content/images/shared/icon-money.png); }
.icon-no { background-image: url(/content/images/shared/icon-no.gif); }
.icon-page-draft {background-image: url(/content/images/shared/icon-page-draft.png); }
.icon-pdf { background-image: url(/content/images/shared/pdf.png); }
.icon-preview-form { background-image: url(/content/images/shared/icon-preview-form.png); }
.icon-sort { background-image: url(/content/images/shared/icon-sort.png); }
.icon-txt { background-image: url(/content/images/shared/txt.png); }
.icon-upload { background-image: url(/content/images/shared/icon-upload.png); }
.icon-xls, .icon-xlsx { background-image: url(/content/images/shared/xls.png); }

.fa-ban { color: #777; }
.fa-check { color: #3f9f1f; }

/* Muted text */
.info, .mute { color: #777; font-size: 11px; }
.mute.req { color: #f00; }

/* Navigation */
#nav {
  background-color: #ececec;
  border-bottom: 1px solid #acacac;
  float: left;
  font-size: 1.1em;
  list-style: none;
  margin: 0;
  width: 100%;
}

#nav a { color: #000; display: block; padding: 0.7em 1em 0.8em; text-decoration: none; white-space: nowrap; }
#nav a:hover { text-decoration: underline; }
#nav a:hover, #nav .current a { background-color: #ff5600; color: #fff; }
#nav li { background: none; float: left; margin: 0; padding: 0; }

/* Notes */
.notes dt .mute { font-weight: normal; margin-left: 5px; }

/* Pages */
#pages { float: right; }
#pages a, #pages .current { padding: 0 0.5em; }
#pages .current { font-weight: bold; }
#pages .last { border: 0; }
#pages li, #pages ul { background: none; display: inline; padding: 0; }

/* Panels */
.panel { margin-bottom: 2em; }
.panel h2 { margin-bottom: 0.25em; }
.panels { list-style: none; margin: 0; }
.panels &gt; li { float: left; height: 55px; margin: 0 2% 2em 0; width: 48%; }

/* Payment history */
.payment-history .n { color: red; }
.payment-history .num { text-align: right; }
.payment-history .p { color: green; }
.payment-history td { font-size: 13px; }
.payment-history .total td { border-top: 3px double #ccc; font-weight: bold; }
.payment-history tr.transaction-row:hover td { background: #f0f0f0; cursor: pointer; }
.payment-history tr.transaction-row:hover td .transaction-details { cursor: default; }
.payment-history tr.transaction-row:hover td .transaction-details tr td { background: #ffc; cursor: default; }
.payment-history tr.current td { background: #fff; font-weight: bold; }

    /* Columns */
    .payment-history .amount { width: 72px; }
    .payment-history .date { width: 110px; }
    .payment-history .tools { padding-left: 0.5em; width: 80px; }
    
    /* Transaction detail */
    .transaction-detail { border: 2px solid #888; }
    .transaction-detail &gt; td { background: #fff; padding: 8px; }
    
        /* Transaction item */
        .transaction-details tr th { background: #eec; font-weight: bold; }
        .transaction-details tr td { background: #ffc; }
        .transaction-details tfoot td { border-top: 3px double #888; font-weight: bold; }

/* Profiles */
#profile-primary { float: left; width: 68%; }
#profile-secondary { float: right; width: 29%; }

  /* Summary */
  #profile-summary {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
    background: linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 15px 15px 15px 85px;
  }
  
  #profile-summary h1 { margin: 0 0 0 2.25em; }
  #profile-summary p { margin: 0 0 0 3.25em; }
  #profile-summary .avatar { float: left; margin-left: -70px; width: 100px; }

/* Progress chart */
.progress-chart {
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: right;
  height: 20px;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

.progress-chart .count { display: block; padding: 0.1em 0 0 0.7em; position: relative; }

.progress-chart .idx {
  background: #eee;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  left: 0;
  height: 100%;
  padding: 0 2%;
  position: absolute;
  top: 0;
}

.progress-chart .level-0 { background-color: #f5b1b6; }
.progress-chart .level-1 { background-color: #f5b1b6; }
.progress-chart .level-2 { background-color: #f7c4b9; }
.progress-chart .level-3 { background-color: #f7d6ba; }
.progress-chart .level-4 { background-color: #f7e9bc; }
.progress-chart .level-5 { background-color: #f7f5bd; }
.progress-chart .level-6 { background-color: #eff6bc; }
.progress-chart .level-7 { background-color: #e2f4b9; }
.progress-chart .level-8 { background-color: #d2eeb4; }
.progress-chart .level-9 { background-color: #c2e8af; }
.progress-chart .level-10 { background-color: #b2e3ab; }

td .progress-chart { margin: 0; }

/* Sortables */
.swap li { background-image: none; border: 1px solid #ccc; padding: 0.4em; }
.swap img { vertical-align: middle; }
.handle { cursor: move; }
.handle:hover, .over { background: #ececec; }
.ui-sortable div { border-radius: 5px; }
.ui-sortable .item { margin:0 0 6px 0; padding:6px; }
.ui-sortable .item .r img { padding:0px 0px 3px 3px; }

/* Stats */
.stat, .stats { font-size: 1.2em; list-style: none; margin: 0; }
.stats li { margin-bottom: 0.25em; }
.stat strong, .stats strong { font-size: 1.5em; }

  /* Total registrations */
  #total-registrations .stat { margin-right: 1em; }

/* Tables */
table { font-size: 12px; }
#legend { text-align: right; }
.icon { line-height: 1; }
.list .num { text-align: right; }
.date, .nb, .opts { white-space: nowrap; }
tr.alt { background-color: #f8f8f8; }
	
	/* Member search results */
  .member-results { border: 0; }
  .member-results .avatar { width: 42px; }
  .member-results td { border-width: 1px 0; padding: 11px 10px 11px 0; }
  .member-results h2 { font-size: 15px; font-weight: normal; margin: 0; }
  
  /* Modal table */
  .ui-dialog table { font-size: 65%; }
  .ui-dialog table td, th { padding: 0.2em; }
  .ui-dialog table th { background: #666; color: #fff; font-weight: bold; text-align: left; }
  .ui-dialog table td { border: 1px solid #ddd; }
  
  
/* Tabs */
.tabs { list-style: none; margin: 0; }

.tabs a {
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-width: 1px 1px 1px 0;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}

.tabs a:hover { background: #f5f5f5; }
.tabs li { float: left; }
.tabs li:first-child a { border-left: 1px solid #ddd; }
.tabs li.current a { background: #fff; border-bottom: 1px solid #fff; color: #000; font-weight: bold; }

  /* Applications */
  #app-nav { margin-bottom: 20px; }
  #app-nav .tabs { font-size: 15px; margin: 0 -21px; }
  #app-nav .tabs li { text-align: center; width: 33.33%; }
  #app-nav .tabs li:first-child a { border-left: 0; }
  #app-nav .tabs li:last-child a { border-right: 0; }

/* Tasks */
.tasks { margin: 0 0 5px; }
.tasks img { vertical-align: middle; }
.tasks .last { border: 0; margin: 0; padding: 0; }
.tasks li { background: none; display: inline; margin: 0 1.25em 0 0; }

/* Toggle */
.toggle-content { height: 165px; overflow: hidden; position: relative; }

.toggle-overlay {
  background: url(/content/images/shared/toggle-overlay.png) repeat-x 0 0;
  bottom: 0;
  height: 25px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10000;
}

.toggle-trigger { border-top: 1px solid #ddd; border-radius: 0 0 10px 10px; display: block; padding: 0.3em 0; text-align: center; }
.toggle-trigger:hover { background: #f5f5f5; text-decoration: none; }

/* Transaction items */
.transaction-items { list-style: none; margin: 0; padding: 0; }
.transaction-items &gt; li { border-bottom: 1px dotted #ddd; margin-bottom: 10px; overflow: hidden; padding-bottom: 8px; position: relative; }
.transaction-items &gt; li [class *= "remove"] { position: absolute; right: 2px; top: 4px; z-index: 1000; }

.qb-constant-settings, .qb-variable-settings{
    margin-bottom: 1em;
    padding: 2em 0 1em 0;
}</pre></body></html>