/* Minification failed. Returning unminified contents.
(169,57): run-time error CSS1019: Unexpected token, found '#'
(169,57): run-time error CSS1042: Expected function, found '#'
(169,57): run-time error CSS1062: Expected semicolon or closing curly-brace, found '#'
 */
/*-----------------------+
 | Site: Any             |
 | Part: Extranet styles |
 +-----------------------*/


/* Imports
=====================================================================*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(/content/styles/reset.css);
@import url(/content/styles/extranet/ie.css);
@import url(/content/styles/extranet/forms.css);


/* Fonts
======================================================================*/
body, input, select, textarea { font-family: "Open Sans", Arial, sans-serif; }


/* Basics
======================================================================*/
a { color: #0c6ac8; 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: #f2f2f2; font-size: 14px; line-height: 1.4; }
dd, dl, p, table, ul { line-height: 1.45; margin-bottom: 1.25em; }
dt { font-weight: bold; margin-bottom: 0.3em; }
em { font-style: italic; }
fieldset { border: 1px solid #ddd; margin-bottom: 2em; padding: 1em 1.5em; }
h1, h2, h3, h4, h5, h6, strong { font-weight: bold; }
h1 { font-size: 30px; font-weight: 300; margin-bottom: 0.5em; }
h2 { color: #ff5600; font-size: 20px; font-weight: 300; 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 { font-size: 1.7em; margin: 0 0 0 -0.5em; padding: 0.1em 0.25em 0.5em; }
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; }
td { border: 1px solid #ddd; border-width: 1px 0; vertical-align: top; }
td, th { padding: 0.5em 0.7em 0.5em 0; }
th img { vertical-align: middle; }
th { color: #555; font-weight: bold; vertical-align: bottom; }
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; }
#content-wrapper, #footer, #header-content, #nav { margin: 0 auto; max-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 { clear: both; padding: 30px; }
#content-wrapper { background: #fff; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); clear: both; margin-bottom: 1em; }

/* Sign in */
#signin { padding-top: 50px; }
#signin .action { display: block; margin-bottom: 10px; padding: 0.5em 0; width: 100%; }
#signin #content { padding-bottom: 40px; text-align: center; }
#signin #content-wrapper, #signin #footer, #signin #header-content { max-width: 430px; }
#signin #header { border: 0; }
#signin #header-nav { display: none; }
#signin #logo { float: none; margin: 0 auto; }
#signin #nav { display: none; }
#signin #search { display: none; }
#signin .form dd.field { float: none; margin-bottom: 15px; width: auto; }
#signin .form dt .label { display: none; }
#signin .form .txt-med { font-size: 18px; width: 98%; }


/* Content
======================================================================*/
.alert, .alert a { color: #ff5600; }
.inactive, .inactive a { color: #999; }

/* Avatars */
#avatar-full img { width: 100%; }

/* Action buttons */
.action {
    background: #fbfbfb;
    border: 1px solid #ccc;
	border-radius: 4px;
	color: #0c6ac8;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 0.4em 0.7em 0.5em;
	text-decoration: none;
	white-space: nowrap;
}

.action:hover { text-decoration: underline; }
.action.disabled { color: #acacac; }
.action.disabled:hover { text-decoration: none; }
.action.req { color: #f00; }
.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; }

/* Applications */
#app dt { font-weight: bold; }
#app .form > dt { border-top: 1px solid #ddd; font-size: 14px; margin-bottom: 0.5em; }
#app .form > dt a { font-weight: normal; margin-left: 0.5em; }
#app .form > 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 > li { display: inline-block; margin-right: -1px; position: relative; }
.btn-group > li:first-child .btn { border-bottom-left-radius: 4px; border-top-left-radius: 4px; }
.btn-group > li:last-child { margin-right: 0; }
.btn-group > li:last-child .btn { border-bottom-right-radius: 4px; border-top-right-radius: 4px; }
.btn-group > li:first-child .action, .btn-group > li:first-child .wdropdown .selected { border-radius: 4px 0 0 4px; }
.btn-group > li:last-child .action, .btn-group > li:last-child .wdropdown .selected { border-radius: 0 4px 4px 0; }
.btns { font-size: 0; margin: 10px 0; }

/* Calendar */
.ui-datepicker th { background: none; color: #000; }

/* Cart */
.cart { width: 100%; }
.cart .num { text-align: right; }
.cart .price { background: #f0f0f0; font-weight: bold; text-align: right; }
.cart .total { font-weight: bold; text-align: right; }
.cart .transaction-item { padding-left: 0.75em; }
.cart .transaction-type { color: #999; font-size: 90%; font-weight: bold; }
.cart p, .cart ul { margin: 0; }
.cart tbody td { border-top: 1px solid #ddd;}
.cart td, .cart th { padding: 0.5em 1em 0.5em 0; vertical-align: top; }
.cart tfoot td { border-top: 3px double #ccc; }
.cart tfoot td { padding-top: 0.2em; }
.cart thead th { border-bottom: double 3px #ccc; font-size: 11px; font-weight: bold; }
.cart-options { float: right; text-align: right; }

/* Charts */
.chart-list > 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 {
        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;
    }

/* Columns */
.column { list-style: none; margin: 0; }
.column.col-2 { float: left; margin: 0 2% 10px 0; width: 48%; }
.column.col-3 { float: left; margin: 0 2% 10px 0; width: 31%; }

/* Contact list */
.contact-list { list-style: none; margin: 0; padding: 0 }
.contact-list > li { border: 1px solid #ddd; border-radius: 4px; margin-bottom: 16px; padding: 0.75em; }
.contact-list .flags { color: #777; list-style: none; font-size: 11px; font-variant: small-caps; margin: 0; padding: 0; text-transform: uppercase; }
.contact-list .flags li { float: left; margin-right: 10px; }
.contact-list .tools { float: right; list-style: none; margin: 0; padding: 0; }
.contact-list .tools li { float: left; font-size: 18px; margin-left: 8px; }
.contact-list .type { color: #777; }

/* Dashboard */
#dashboard .panels > li { float: none; height: auto; width: auto; }

/* DataTables */
.dataTables_wrapper .dataTables_filter input { padding: 0.2em; width: 15em; }
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length { float: right; }
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_paginate { font-size: 13px; }
.dataTables_wrapper .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_wrapper .sorting, .dataTables_wrapper .sorting_asc, .dataTables_wrapper .sorting_desc { cursor: pointer; }
.dataTables_wrapper .sorting_disabled { cursor: default; }
.dataTables_paginate span { margin-right: 0.5em; }
.dataTables_wrapper table { clear: both; }

.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.png); }
.dataTables_wrapper th.sorting_desc span { background-image: url(/content/images/shared/sort-down.png); }
.dataTables_wrapper .dataTables_filter { float: right; margin-bottom: 10px; text-align: right; width: 31.29%; }

    /* Filters */
    .table-filters { float: left; }
    .table-filters .current { color: #000; }
    .table-filters .hierarchy { border-right: 1px solid #bbb; padding-right: 1em; }
    .table-filters .hierarchy i { margin-right: 4px; }
    
/* Double head table */
thead .double-row > th { border-left: 1px solid #999; }
thead .double-row:first-child { border-bottom: 1px solid #999; }
thead .double-row:first-child > th { font-weight: bold; text-align: center; }

    /* Annual meeting activities */
    .activities-table .date {  }
    .activities-table .fees { text-align: right; width: 60px; }
    .activities-table .label { width: 35%; }
    .activities-table .type { width: 30%; }

/* Dues cycle */
#dues-container { margin: 6px 0; height: 20px; }
#dues-info { float: right; height: 20px; line-height: 20px; }
#dues-progress-wrapper {
    background: #ebebeb;
    background: -moz-linear-gradient(top, #ebebeb 0%, #fbfbfb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#fbfbfb));
    background: -webkit-linear-gradient(top, #ebebeb 0%,#fbfbfb 100%);
    background: -o-linear-gradient(top, #ebebeb 0%,#fbfbfb 100%);
    background: -ms-linear-gradient(top, #ebebeb 0%,#fbfbfb 100%);
    background: linear-gradient(to bottom, #ebebeb 0%,#fbfbfb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#fbfbfb',GradientType=0 );
	border: 1px solid #c0c0c0;
	border-radius: 4px;
    float: left;
	font-weight: bold;
    height: 12px;
	padding: 4px;
	text-decoration: none;
	white-space: nowrap;
    width: 1000px;
}
#dues-progress { background: #039; float: left; height: 12px; margin: 0px; }

/* membership cycle */
#membership-container { margin: 6px 0; height: 20px; }

#membership-info { float: right; height: 20px; line-height: 20px; }

#membership-progress-wrapper {
    background: #ebebeb;
    background: -moz-linear-gradient(top, #ebebeb 0%, #fbfbfb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#fbfbfb));
    background: -webkit-linear-gradient(top, #ebebeb 0%,#fbfbfb 100%);
    background: -o-linear-gradient(top, #ebebeb 0%,#fbfbfb 100%);
    background: -ms-linear-gradient(top, #ebebeb 0%,#fbfbfb 100%);
    background: linear-gradient(to bottom, #ebebeb 0%,#fbfbfb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#fbfbfb',GradientType=0 );
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    float: left;
    font-weight: bold;
    height: 12px;
    padding: 4px;
    text-decoration: none;
    white-space: nowrap;
    width: 1000px;
}

#membership-progress { background: #039; float: left; height: 12px; margin: 0px; }

/* Extranet edit */
.extranet-edit .details { background: #f0f0f0; margin-top: 0; padding: 12px; }
.extranet-edit .tabbed { list-style: none; margin: 0; padding: 0; }
.extranet-edit .tabbed > li { float: left; font-size: 14px; margin: 0; }
.extranet-edit .tabbed > li a { display: block; margin: 0; padding: 0.5em 0.65em; }
.extranet-edit .tabbed > li a:hover { background: #f0f0f0; text-decoration: none; }
.extranet-edit .tabbed > li i { margin-right: 4px; }
.extranet-edit .tabbed .current { background: #f0f0f0; font-weight: bold; }

/* Extranet tags */
.extranet-tags { list-style: none; margin: 0; padding: 0; }
.extranet-tags li { float: left; margin: 0 10px 12px 0; }
.extranet-tags li a:after {
    background: #fff;
    border-bottom: 1px solid rgba(225,225,225,0.4);
    border-radius: 20px;
    content: ''; 
    height: 8px; 
    left: 10px;
    position: absolute;
    top: 12px;
    width: 8px;
    z-index: 9999;
    -webkit-box-shadow: inset -1px 2px 2px -1px rgba(30, 30, 30, 1);
    -moz-box-shadow:    inset -1px 2px 2px -1px rgba(30, 30, 30, 1);
    box-shadow:         inset -1px 2px 2px -1px rgba(30, 30, 30, 1);
}
.extranet-tags li a { 
    background-color: rgba(86,96,103,0.9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(186,96,103,0.7)), to(rgba(64,72,80,0.7)));
    background-image: -webkit-linear-gradient(rgba(86,96,103,0.7), rgba(64,72,80,0.7));
    background-image: -moz-linear-gradient(rgba(86,96,103,0.7), rgba(64,72,80,0.7));
    background-image: -o-linear-gradient(rgba(86,96,103,0.7), rgba(64,72,80,0.7));
    background-image: linear-gradient(rgba(86,96,103,0.7), rgba(64,72,80,0.7));
    border-radius: 4px;
    border-top: 1px solid rgba(255,255,255, 0.2);    
    color: #fff;
    display: inline-block;
    padding: 8px 10px 8px 25px;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(30, 30, 30, 0.2);
    z-index: 10;
    -webkit-box-shadow: 1px 2px 1px -1px rgba(30, 30, 30, 0.7);
    -moz-box-shadow:    1px 2px 1px -1px rgba(30, 30, 30, 0.7);
    box-shadow:         1px 2px 1px -1px rgba(30, 30, 30, 0.7);
}
.extranet-tags li a:hover {    
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(118,123,127,0.7)), to(rgba(64,72,80,0.7)));
   background-image: -webkit-linear-gradient(rgba(118,123,127,0.7), rgba(64,72,80,0.7));
   background-image: -moz-linear-gradient(rgba(118,123,127,0.7), rgba(64,72,80,0.7));
   background-image: -o-linear-gradient(rgba(118,123,127,0.7), rgba(64,72,80,0.7));
   background-image: linear-gradient(rgba(118,123,127,0.7), rgba(64,72,80,0.7));   
}

/* 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 { color: #777; font-size: 12px; text-align: center; padding: 20px 20px 30px; }
#footer p { margin-bottom: 0; }

/* Header */
#header { border-bottom: 1px solid #ddd; padding: 40px 20px 20px 18px; }

    /* Header nav */
    #header-nav { list-style: none; margin: 0; padding-top: 5px; text-align: right; }
    #header-nav li { display: inline; margin-left: 1em; }
    
    /* Logo */
    #logo { float: left; max-width: 250px; }
    #logo img { display: block; width: 100%; }

/* Items */
.items { list-style: none; margin: 8px 0; padding: 0; }
.items li { border-bottom: 1px solid #eee; padding: 6px 0; }
.items .def { float: right; text-align: right; width: 32%; }
.items .desc { float: left; width: 67%; padding: 0; text-align: initial; }
.items .desc .inner { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;  }

    /* Date items */
    .items.date-items .def { width: 100px; }
    .items.date-items .desc { width: 80%; }

    /* Datetime items */
    .items.datetime-items .def { width: 175px; }
    .items.datetime-items .desc { width: 65%; }

/* 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-delete { background-image: url(/content/images/shared/icon-delete-16.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-history { background-image: url(/content/images/shared/icon-history.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-settings { background-image: url(/content/images/shared/icon-settings.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; }

/* Model summary */
.model-summary { margin: 15px 0px; }
.model-summary .property-info { border-bottom: 1px solid #eee; display: block; margin: 5px 2px; padding: 0.5em 0; }

/* Muted text */
.info, .mute { color: #777; font-size: 11px; }
.mute.req { color: #f00; }
.ui-dialog .mute { font-size: 9px; }

/* Navigation */
#nav { font-size: 18px; overflow: hidden; list-style: none; }
#nav a { color: #555; display: block; padding: 0.8em 0; text-decoration: none; white-space: nowrap; }
#nav .current a { color: #333; font-weight: bold; }
#nav li { background: none; float: left; margin: 0 1.5em 0 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; }

/* Page table */
#page-table { }
#page-table .section td { font-weight: bold; }
#page-table .tools { width: 80px; }

/* Panels */
.panel { margin-bottom: 2em; }
.panel h2 { margin-bottom: 0.25em; }
.panels { list-style: none; margin: 0; }
.panels > 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: 80px; }
    .payment-history .date { width: 100px; }
    .payment-history .glcode { width: 80px; }
    .payment-history .tools { padding-left: 0.5em; width: 80px; }
    
    /* Transaction detail */
    .transaction-detail { border: 2px solid #888; }
    .transaction-detail > 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-wrapper {
        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;
    }
  
    #profile-summary-wrapper h1 { margin: 0; }
    #profile-summary-wrapper #profile-summary-content { margin: 0 0 0 110px; }
    #profile-summary-wrapper .avatar { float: left; margin-left: 0px; width: 100px; }
    #profile-summary-wrapper .extranet-tags { margin: 0.5em 0 0 0; }
    #profile-summary { padding: 15px 15px 0 15px; }

    /* Tools */
    .profile-tools { border: 1px solid #e1e1e1; border-bottom-left-radius: 6px; border-right: none; border-top: none; float: right; list-style: none; margin: 0; padding: 0; }
    .profile-tools li { border-left: 1px solid #e1e1e1; float: left; font-size: 22px; }
    .profile-tools li:first-child { border-left: none; float: left; font-size: 22px; }
    .profile-tools li a {
        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%);
        color: #888; 
        display: block; 
        padding: 6px 12px; 
        text-shadow: 1px 1px 0px rgba(30, 30, 30, 0.2); 
    }
    .profile-tools li a:hover { background: #fff; }
    .profile-tools li.delete a { color: #ff5600; }

/* Profile merging */
.profile-merge { }
.profile-merge-section { margin-bottom: 1em; }
.profile-merge-fields { list-style: none; margin: 0; }
.profile-merge-fields li { border-bottom: 1px solid #eee; padding: 0.35em; }

/* 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; }

/* Sections */
.section { clear: both; }
.section-content { margin-bottom: 30px; overflow: hidden; }
.section-content p:last-child { margin: 0; }
.section-head { color: #ff5600; font-size: 20px; font-weight: 300; margin-bottom: 0.3em; }
.section-list { list-style: none; margin: 0 0 14px 0; padding: 0; }
.section-list > li a { border-bottom: 1px solid #eee; display: block; padding: 0.35em 0; }
.section-list .desc { display: block; float: left; width: 75%; }
.section-list .info { display: block; float: right; text-align: right; width: 24%; }

/* 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 { cursor: move; 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 */
.list .num { text-align: right; }
.date, .nb, .opts { white-space: nowrap; }
table .edit-delete { width: 120px; }
	
	/* 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; }
  
/* Table filters */
.table-filters { list-style: none; margin: 10px 0; padding: 0; }
.table-filters > li { float: left; margin-right: 15px; }
.table-filters > li .current { font-weight: bold; }
  
/* 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; }*/

/* Tabs */
.tabs { list-style: none; margin: 0; padding: 0; }
.tabs > li { float: left; }
.tabs > li a { 
    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%);
    border: 1px solid #e1e1e1;
    border-bottom: none;
    border-right: none;
    color: #888; 
    display: block; 
    padding: 6px 12px; 
    text-shadow: 1px 1px 0px rgba(30, 30, 30, 0.2); 
}
.tabs > li:first-child a { border-top-left-radius: 6px; }
.tabs > li:last-child a { border-right: 1px solid #e1e1e1; border-top-right-radius: 6px; }
.tabs > li a:hover { background: #fff; text-decoration: none; }
.tabs > li.current a { color: #eee; background: #ff5600; border-color: #ff5600; font-weight: bold; }

/* Tab panel */
.tab-panel { border: 1px solid #ddd; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); padding: 2em; }

  /* 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 > li { border-bottom: 1px dotted #ddd; margin-bottom: 10px; overflow: hidden; padding-bottom: 8px; position: relative; }
.transaction-items > li [class *= "remove"] { position: absolute; right: 2px; top: 4px; z-index: 1000; }
/* Need Nick to look this over (putting at top as a reminder)
======================================================================*/
#collagePreview { width: 100% !important; outline: 0; padding: 0; margin: 0; border: 0; border-collapse: separate; line-height: 0; }
#collagePreview tr { outline: 0; padding: 0; margin: 0; height: 50%; }
#collagePreview td { outline: 0; padding: 0; margin: 0; }
#collagePreview .highlight img { filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; }
#collagePreview .highlight:hover img { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); -moz-opacity: 1; opacity: 1; }

/* Basics
======================================================================*/
#admin img { border: 0; margin-right: 1em; padding: 0; vertical-align: middle; }
#admin p { margin: 0; }
#admin ul { list-style: none; margin-bottom: 0; margin-left: 0; margin-top: 0; }

/* Fonts
======================================================================*/
#admin, .drag, .tools-mini { font-family: Calibri, Tahoma, Geneva, Arial, Verdana, sans-serif; }
.notice, .status, .status-title, .status-tools { font-family: Verdana, sans-serif; }

	
/* Core layout
======================================================================*/
#admin { background: #f7f7f7; border: 1px solid #999; border-width: 1px 0; font-size: 12px; text-align: left; width: 100%; }
#admin .content-sub li { float: right; }
#admin .content-main { float: left; width: 49%; }
#admin .content-sub { float: right; width: 49%; }


/* Toolbar
======================================================================*/
#page-info {
	background: #f7f7f7;
	border: 1px solid #999;
	border-width: 1px 0;
	float: left;
}

html > /**/ body .ribbon #page-info { float: left; }
* + html .ribbon, * + html #page-info { float: none; } /* Fix IE7 jump-on-hover */

/* Content
======================================================================*/
.draft { background: url(/content/images/admin/draft.gif) 50% 50%; }
.inactive, .inactive a { color: #888; }
.highlighted { background-color:#ffe; }
#logo-admin { left: 2em; position: absolute; top: 5px; }

/* Chooser */
.chooser { margin-bottom: 1em; }
.chooser .c3l, .chooser .c3r { width: 40%; }
.chooser .c3m { padding-top: 10em; text-align: center; width: 15%; }
.chooser p { margin-bottom: 0.5em; }
.chooser select { width: 100%; }

/*--- History ---*/
#history { list-style: none; margin: 0; }
.history { list-style: none; margin-left: 0; }
.history li { border-bottom: 1px solid #ddd; margin-bottom: 0.4em; padding-bottom: 0.6em; }
.history p { margin: 0; }

	/*--- Flags ---*/
	.flag { background: #e0e3ff; color: #000; font-size: 0.8em; font-weight: normal; margin-right: 0.5em; padding: 0.4em 0.7em; text-decoration: none; }
	.flag:hover { text-decoration: underline; }
	.flag-sent { background: #fff6d2; }
	.flag-declined { background: #ffd3d3; }
	.flag-approved { background: #d7ffd3; }

/*--- Icons ---*/
.icon-add { background-image: url(/content/images/admin/icon-mini-add.gif); }
.icon-approve { background-image: url(/content/images/admin/icon-mini-approve.gif); }
.icon-control { background-image: url(/content/images/admin/icon-mini-control.gif); }
.icon-delete { background-image: url(/content/images/admin/icon-mini-delete.gif); }
.icon-draft { background-image: url(/content/images/admin/icon-mini-draft.gif); }
.icon-edit { background-image: url(/content/images/admin/icon-mini-edit.gif); }
.icon-exit { background-image: url(/content/images/admin/icon-mini-exit.gif); }
.icon-feature { background-image: url(/content/images/admin/icon-mini-feature.gif); }
.icon-files { background-image: url(/content/images/admin/icon-mini-files.gif); }
.icon-help { background-image: url(/content/images/admin/icon-mini-help.gif); }
.icon-users { background-image: url(/content/images/admin/icon-mini-users.gif); }
.icon-info { background-image: url(/content/images/admin/icon-mini-info.gif); }
.icon-live { background-image: url(/content/images/admin/icon-mini-live.gif); }
.icon-messages { background-image: url(/content/images/admin/icon-mini-messages.gif); }
.icon-move { background-image: url(/content/images/admin/icon-mini-move.gif); }
.icon-move-here { background-image: url(/content/images/admin/icon-mini-move-here.gif); }
.icon-properties { background-image: url(/content/images/admin/icon-mini-properties.gif); }
.icon-publish { background-image: url(/content/images/admin/icon-mini-publish.gif); }
.icon-reject { background-image: url(/content/images/admin/icon-mini-reject.gif); }
.icon-reorder { background-image: url(/content/images/admin/icon-mini-reorder.gif); }
.icon-save-draft { background-image: url(/content/images/admin/icon-mini-save-draft.gif); }
.icon-security { background-image: url(/content/images/admin/icon-mini-security.gif); }
.icon-show { background-image: url(/content/images/admin/icon-mini-temp.gif); }
.icon-view-draft { background-image: url(/content/images/admin/icon-mini-view-draft.gif); }
.icon-view-live { background-image: url(/content/images/admin/icon-mini-view-live.gif); }

/*--- Login ---*/
#admin .c2l, #admin .c2r { padding: 0.8em 0; }
#admin .c2r { text-align: right; }
#admin input { margin-left: 0.5em; }

/*--- Messages ---*/
#messages dl { background: #ffe; border: 1px solid #ccc; padding: 0 1em; }
#messages dt { font-weight: normal; }

/*--- Page information ---*/
#page-info {
	border-width: 1px;
	padding: 0.3em 0.7em 0.5em;
	position: absolute;
	width: 25em;
	z-index: 1000;
}

#page-info a {
	cursor: pointer;
	display: inline;
	padding: 0;
	text-align: left;
	text-decoration: underline;
	width: auto;
}

#page-info a:hover { background: none; text-decoration: none; }

#page-info dt {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin: 0.3em 0 0.1em;
	padding-bottom: 0.3em;
}

#page-info dd, #page-info li, #page-info ul { float: none; margin: 0; padding: 0; }

/*--- Pages ---*/
.pages { float: right; list-style: none; margin-left: 0; }
.pages li { display: inline; margin: 0 0 0 0.7em; }

/*--- Sorting ---*/
.sort a, .sort li, .sort p, .sort select, .sort strong, .sort ul {
	background: none;
	border: 0;
	display: inline;
	font-size: 1em;
	margin: 0 0.9em 0 0;
	padding: 0;
}

.sort { padding-bottom: 15px; }

/*--- Task lists ---*/
.tasks img { background: none; border: 0; padding: 0; }
.tasks span { float: right; width: 80%; }
.tasks strong { display: block; }
.tasks p { margin: 0; }

/*--- Toggle ---*/
.closed { display: none; }
.expand, .hide { padding-right: 1em; }
.expand { background: url(/content/images/admin/arrow-secondary-down.gif) no-repeat 100% 0.55em; }
.hide { background: url(/content/images/admin/arrow-secondary-up.gif) no-repeat 100% 0.55em; }

/*--- Tools ---*/
.handle { cursor: move; }
.mini-tools { font-size: 11px; display: none; position: relative; }
.mini-tools ul { background: #ffc; border: 1px solid #b0b0b0; border-right: 0; list-style: none; padding: 0.5em 0.7em 0.6em; }
.mini-tools li { background: none; display: inline; margin-right: 0.7em; padding: 0; }
.mini-tools li.last { margin: 0; }
.mini-tools img { vertical-align: middle; }
.mini-tools .wrapper { background: url(/content/images/admin/indicator.gif) no-repeat 100% 50%; left: -8.25em; padding-right: 11px; position: absolute; top: -0.5em; }



/* Global */
.datePicker { font-size: 1.2em; position: absolute; text-align: center; width: 15em; z-index: 9999; }
.datePicker * { font-family: Verdana, Arial, sans-serif; }
.datePicker button:active, .datePicker button:focus, .date-picker-control:active, .date-picker-control:focus { outline: none; }

.datePicker button {
	background: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline;
	height: 100%;
	line-height: 0.8em;
	margin: 0;
	text-align: center;
	width: 100%;
}

.datePicker table {
	background: #fff;
	border-collapse: collapse;
	border: 1px solid #d9d1e1;
	empty-cells: show;
	font-size: 0.8em;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

.datePicker td { border: 1px solid #d9d1e1; text-align: center; }
.datePicker td { background: #fff; cursor: default; line-height: 1.2em; padding: 0.6em 0.5em 0.5em 0.5em; }
.datePicker th { border: 0; color: #fff; font-size: 0.9em; padding: 0; text-align: center; text-transform: uppercase; vertical-align: middle; }

/* Iframe hack to cover selectlists in Internet Explorer <= v6 */
.iehack { border: 0; padding: 0; position: absolute; background: #fff; z-index: 9998; display: none; }

/* Calendar icon */
.date-picker-control {
	background: transparent url(/content/images/admin/icon-mini-calendar.gif) no-repeat 0 0;
	border: 0;
	cursor: pointer;
	height: 16px;
	margin-left: 0.5em;
	vertical-align: top;
	width: 16px;
}

/* Month row */
.date-picker-month { background: #316ac5; }
.date-picker-month button { font-weight: bold; padding: 0.2em 0; }

/* Weekday row */
.date-picker-weekday { background: #f1f6fc; }
.date-picker-weekday button { font-size: 0.95em; }
.date-picker-weekday button, .date-picker-weekday th { color: #000; cursor: help; font-weight: normal; }
.date-picker-weekday th { border-bottom: 1px solid #aacbef; }
.date-picker-weekday th { padding: 0.2em 0; }
* html .date-picker-weekday button { padding-top: 0.4em; }
* + html .date-picker-weekday button { padding-top: 0.4em; }
	
/* The "todays date" style */
.datePicker table td.date-picker-today {  }

/* The "selected date" style */
.datePicker table td.date-picker-selected-date { color: #333 !important; border-color: #333 !important; }

/* the "highlight days" style */
td.date-picker-highlight {  }

/* The date "out of range" style */
.datePicker table td.out-of-range {
	background: transparent !important;
	color: #ccc !important;
	cursor: default !important;
	font-style: oblique;
}

/* The "disabled days" style */
.datePicker table td.day-disabled {
	background: transparent !important;
	color: #aaa !important;
	cursor: default !important;
}

/* The "active cursor" style */
.datePicker table td#date-picker-hover {
	background: #316ac5;
	color: #fff;
	cursor: pointer;
}

/* Remove the images for Internet Explorer <= v6 using the "* html" hack */
* html .datePicker table td.date-picker-selected,
* html .datePicker table td.date-picker-hover,
* html .datePicker table td {
	background-image: none;
}
