h1,h2,h3,h4,h5,h6,p,ol,ul,dd,dt,pre,input,label,textarea,select{font-size:1em;margin:0;padding:0;line-height:1;font-style:normal;font-weight:normal;list-style: none inside;}

.seethrough {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.fading {
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5;
}

/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: rgba(59,29,51,.7); color: #fff; text-shadow: none; }
::selection { background: rgba(59,29,51,.7); color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
















/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
a {
color: #007299;
}

html {
background-color: #69BAD5;
background-image: -moz-linear-gradient(top, #69BAD5, #5D9EB4); 
background-image: -ms-linear-gradient(top, #69BAD5, #5D9EB4); 
background-image: -o-linear-gradient(top, #69BAD5, #5D9EB4); 
background-image: -webkit-gradient(linear, left top, left bottom, from(#69BAD5), to(#5D9EB4)); 
background-image: -webkit-linear-gradient(top, #69BAD5, #5D9EB4); 
background-image: linear-gradient(top, #69BAD5, #5D9EB4);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#69BAD5', EndColorStr='#5D9EB4'); 
min-height: 100%;
}

body {
font-family: sans-serif;
color: rgba(0,0,0,.5);
text-shadow: 1px 1px 0 rgba(255,255,255,.2);
margin: .5em;
}

h1 {
font-family: sans-serif;
margin-bottom: .5em;
line-height: 1.6;
}

table {
border-collapse: separate;
overflow: hidden;
border-spacing: .25em;
margin: -.25em;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

table thead th, table thead td {
text-align: left;
background-color: #444;
color: #fff;
font-weight: normal;
}

td, th {
line-height: 1.5;
text-align: left;
}

th { white-space: nowrap; }

col:first-of-type {
width: 1em;
}

/* Header */

header[role="banner"] {
margin-bottom: .25em;
padding: 0 .5em;
}

header[role="banner"] h1 {
margin-bottom: 0;
line-height: 1;
}

section[role="search"] {
line-height: 1;
padding: .5em;
text-shadow: 1px 1px 0 rgba(255,255,255,.2);
}
section[role="search"] label {
margin-right: .5em;
display: inline;
}
[role="search"] input[type="search"] {
width: 20em;
}

/* Navigation */

nav#menu > ul {
line-height: 3;
margin-bottom: 0;
padding: 0;
text-shadow: 1px 1px 0 rgba(255,255,255,.2);
}

nav#menu > ul > li {
display: inline-block;
}

nav#menu a {
background-color: transparent;
color: rgba(0,0,0,.5);
display: inline-block;
line-height: 3;
padding: 0 .5em;
text-decoration: none;
text-shadow: 1px 1px 0 rgba(255,255,255,.2);
-webkit-transition: background-color .1s ease-in;
-moz-transition: background-color .1s ease-in;
-o-transition: background-color .1s ease-in;
}

nav#menu a:hover {
background-color: rgba(255,255,255,0.3);
}

[role="main"] {
color: #444;
text-shadow: none;
padding: .5em;
background-color: #fff9f6;
-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.8); 
-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.8); 
box-shadow: 0px 0px 4px rgba(0,0,0,.8); 
}

[role="main"] h1 .referrer {
float: right;
}

#user_details {
padding: 0 .5em;
margin-bottom: .5em;
}

#user_details, #user_details a {
color: rgba(0,0,0,.5);
text-decoration: none;
}
.fwrap.p { margin: 0 -.5em; }
.fwrap.p > div, .fwrap.p > section, .fwrap.p > article, .fwrap.p > aside {
padding: 0 .5em;
margin-bottom: .5em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.c2.fwrap > :nth-child(2n) { clear: right; }
.c2.fwrap > :nth-child(2n+1) { clear: left; }
.c3.fwrap > :nth-child(3n) { clear: right; }
.c3.fwrap > :nth-child(3n+1) { clear: left; }
.c4.fwrap > :nth-child(4n) { clear: right; }
.c4.fwrap > :nth-child(4n+1) { clear: left; }

@media screen and (min-width:40em) {
	.c2.fwrap { overflow: hidden; zoom: 1; }
	.c2.fwrap > article, .c2.fwrap > section, .c2.fwrap > div { float: left; width: 50%; }
	.c3.fwrap { overflow: hidden; zoom: 1; }
	.c3.fwrap > div, .c3.fwrap > section, .c3.fwrap > article { float: left; width: 33.333%; }
	.c3.fwrap > div.f32, .c3.fwrap > section.f32, .c3.fwrap > article.f32 { width: 66.667%; }
	.c4.fwrap { overflow: hidden; zoom: 1; }
	.c4.fwrap > div, .c4.fwrap > section, .c4.fwrap > article { float: left; width: 25%; }
	.c4.fwrap > div.f42, .c4.fwrap > section.f42, .c4.fwrap > article.f42 { width: 50%; }
	.c4.fwrap > div.f43, .c4.fwrap > section.f43, .c4.fwrap > article.f43 { width: 75%; }
	.c3.fwrap.pp > :nth-child(2n), .c4.fwrap.pp > :nth-child(2n), .c4.fwrap.pp > :nth-child(3n) { padding-left: .5em; padding-right: .5em; }
	.c2.fwrap.pp > :nth-child(2n-1), .c3.fwrap.pp > :nth-child(3n-2), .c4.fwrap.pp > :nth-child(4n-3) { padding-left: 0; padding-right: .5em; }
	.c2.fwrap.pp > :nth-child(2n), .c3.fwrap.pp > :nth-child(3n), .c4.fwrap.pp > :nth-child(4n) { padding-left: .5em; padding-right: 0; }
	.ie7 .c2.fwrap > article, .ie7 .c2.fwrap > section, .ie7 .c2.fwrap > div { width: 47.5% !important; }
	.ie7 .c3.fwrap > article, .ie7 .c3.fwrap > section, .ie7 .c3.fwrap > div { width: 31.5% !important; }
}

.c3.lwrap > div, .c3.lwrap > section, .c3.lwrap > article, .c3.lwrap > aside {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
@media screen and (min-width: 64em) {
	.c3.lwrap { margin: 0 -.5em; overflow: hidden; zoom: 1; }
	.c3.lwrap > div, .c3.lwrap > section, .c3.lwrap > article, .c3.lwrap > aside {
	float: left;
	width: 33.333%;
	overflow: hidden;
	padding: 0 .5em;
	}
	.c3.lwrap > div.l32, .c3.lwrap > section.l32, .c3.lwrap > article.l32, .c3.lwrap > aside.l32 { width: 66.667%; }
	.ie7 .c3.lwrap > div, .ie7 .c3.lwrap > section, .ie7 .c3.lwrap > article, .ie7 .c3.lwrap > aside { width: 31.5%; }
	.ie7 .c3.lwrap > div.l32, .ie7 .c3.lwrap > section.l32, .ie7 .c3.lwrap > article.l32, .ie7 .c3.lwrap > aside.l32 { width: 66.667%; }
}

.fwrap > * p:last-child,
.fwrap > * ul:last-child,
.fwrap > * ol:last-child,
.fwrap > * ul:last-child,
.fwrap > * li:last-child,
.fwrap > * dd:last-child { margin-bottom: 0; }
/* Legend:
 * hwr = Handy Wrapper
 * hc2 = Wrapper has 2 columns
 * hc3 = Wrapper has 3 columns
 * hc4 = Wrapper has 4 columns
 * hs2 = Column spans for 2 column widths
 * hs3 = Column spans for 3 column widths
 */

.hwr {
    list-style-type: none;
    margin: 0 -.5em;
    overflow: hidden;
    zoom: 1;
}

.hwr.no-pad {
    margin-left: 0;
    margin-right: 0;
}

.hwr.l {
    margin: 0;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}

.hwr.l > div,
.hwr.l > section,
.hwr.l > article,
.hwr.l > li {
    display: table-cell;
}

.hwr > article,
.hwr > aside,
.hwr > div,
.hwr > li,
.hwr > section {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: .5em;
    overflow: auto;
    padding: 0 .5em;
}

.hwr.no-pad > article,
.hwr.no-pad > aside,
.hwr.no-pad > div,
.hwr.no-pad > li,
.hwr.no-pad > section {
    padding-left: 0;
    padding-right: 0;
}

.hc2.hwr > :nth-child(2n),
.hc3.hwr > :nth-child(3n),
.hc4.hwr > :nth-child(4n) {
    clear: right;
}

.hc2.hwr > :nth-child(2n+1),
.hc3.hwr > :nth-child(3n+1),
.hc4.hwr > :nth-child(4n+1) {
    clear: left;
}

.hwr > * p:last-child,
.hwr > * ul:last-child,
.hwr > * ol:last-child,
.hwr > * ul:last-child,
.hwr > * li:last-child,
.hwr > * dd:last-child {
    margin-bottom: 0;
}

@media screen and (min-width:40em) {
    .hwr > article,
    .hwr > aside,
    .hwr > div,
    .hwr > li,
    .hwr > section {
        float: left;
    }

    .hwr.l > div,
    .hwr.l > section,
    .hwr.l > article,
    .hwr.l > li {
        float: none;
    }

    .hc3.hwr > article,
    .hc3.hwr > aside,
    .hc3.hwr > div,
    .hc3.hwr > li,
    .hc3.hwr > section {
        width: 50%;
    }


    .hc2.hwr > article,
    .hc2.hwr > aside,
    .hc2.hwr > div,
    .hc2.hwr > li,
    .hc2.hwr > section,
    .hc4.hwr > article,
    .hc4.hwr > aside,
    .hc4.hwr > div,
    .hc4.hwr > li,
    .hc4.hwr > section {
        width: 50%;
    }

    .hc4.hwr > .hs2,
    .hc3.hwr > :nth-child(3n+1) {
        width: 100%;
    }

    .ie7 .hc2.hwr > article, .ie7 .hc2.hwr > section, .ie7 .hc2.hwr > div, .ie7 .hc2.hwr > li { width: 47.5% !important; }
    .ie7 .hc3.hwr > article, .ie7 .hc3.hwr > section, .ie7 .hc3.hwr > div, .ie7 .hc3.hwr > li { width: 31.5% !important; }
}

@media screen and (min-width: 64em) {
    .hc4.hwr > article,
    .hc4.hwr > aside,
    .hc4.hwr > div,
    .hc4.hwr > li,
    .hc4.hwr > section {
        width: 25%;
    }

    .hc3.hwr > :nth-child(3n+1),
    .hc3.hwr > :nth-child(3n) {
        width: 33.33%
    }

    .hc4.hwr > .hs2 {
        width: 50%;
    }

    .hc3.hwr > .hs2 {
        width: 66.67%;
    }

    .hc4.hwr > .hs3 {
        width: 75%;
    }

}
@media screen and (min-width:40em) {
section[role="search"] {
position: absolute;
top: 1.75em;
right: .5em;
line-height: 2;
padding: .5em 0;
vertical-align: middle;
}

#user_details {
padding: 0;
margin-bottom: 0
}

#user_details ul {
position: absolute;
top: .5em;
right: 1em;
line-height: 1;
}

#user_details li {
display: inline;
}

#user_details li:before {
content: ' | ';
}

#user_details li:first-child:before {
content: normal;
}
}
@media screen and (min-width:64em) {

}
@media print {
a, a:link, a:visited {
text-decoration: none;
color: #444;
}

html {
padding: 0;
margin: 0;
background-color: transparent !important;
background-image: none !important;
background: none !important;
}

body {
padding: 10mm;
margin: 0;
background-color: transparent;
background-image: none;
}

section[role=main] {
-moz-box-shadow: 0 0 0 transparent;
-webkit-box-shadow: 0 0 0 transparent;
box-shadow: 0 0 0 transparent;
}

#menu, header[role=banner], section[role=search], #user_details, .list form, .list .p_form, .list [role=button], .customer.mini.list, .empty.list {
display: none;
}

.list { page-break-inside: avoid; }

.invoice.list, .detail.list.note, .customer.detail.list {
page-break-before: always;
}

thead {display: table-header-group;}
tr {page-break-inside: avoid;}
}
.filter_hooks {
background-color: #999999;
background-image: -moz-linear-gradient(top, #999999, #666666);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #999999),color-stop(1, #666666));
background-image: linear-gradient(top, #999999, #666666);
border: 1px solid #666;
line-height: 1.8;
}

.filter_hooks ul {
line-height: 1.8;
display: inline-block;
}

.filter_hooks ul + ul {
margin-left: 1em;
}

.filter_hooks li {
display: inline-block;
}

.filter_hooks a {
display: inline-block;
color: #fff;
text-decoration: none;
padding: 0 .25em;
white-space: nowrap;
}

.js .tab_hooks a:hover, .filter_hooks a:hover {
background-color: #fff;
color: #333;
}

.js .tab_hooks .current a, .filter_hooks .current a {
background-color: #eee;
color: #333;
}

@media screen {
	.js .tab_page > h1 {
		display: none;
	}
}
.list {
border: 1px solid #ddd;
margin-bottom: .5em;
}

.list .list {
border: none;
padding-bottom: 0;
}

.list p, ul.list {
line-height: 1.6;
margin-bottom: .25em;
list-style: none inside;
}

.list > h1 {
line-height: 2;
padding: 0 .25em;
margin-bottom: 0;
color: #333;
text-shadow: -1px -1px 0 rgba(255,255,255,.2);
background-color: #ddd;
background-image: -moz-linear-gradient(top, #eee, #e1e1e1); 
background-image: -ms-linear-gradient(top, #eee, #e1e1e1); 
background-image: -o-linear-gradient(top, #eee, #e1e1e1); 
background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#e1e1e1)); 
background-image: -webkit-linear-gradient(top, #eee, #e1e1e1); 
background-image: linear-gradient(top, #eee, #e1e1e1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eee', EndColorStr='#e1e1e1'); 
border-bottom: 1px solid #ddd;
}

.list > div {
padding: .25em;
}

.list > article {
border-bottom: 1px solid #ddd;
padding: .25em;
}

.list > article:last-child, .list > article:last-of-type {
border-bottom: none;
}

.list form, .list .p_form {
padding: .25em;
border-bottom: none;
}

/* Mini List */

.list.mini article, .list.mini > li {
padding: 0 .25em;
line-height: 1.8;
}

.list.mini article:nth-child(2n), .list.mini > li:nth-child(2n) {
background-color: #ddd;
}

.list.mini article h1, .list.mini article ul, .list.mini article li {
display: inline;
}

.list.mini article h1 a:hover {
color: #1f7999;
text-decoration: underline;
}

.list.mini article h1:after {
content: ': ';
margin-left: .125em;
}

.list.mini article ul li:after {
content: ', ';
margin-left: .125em;
}

.list.mini article ul li:last-child:after {
content: '';
}

@media screen and (min-width: 64em) {
	.list.mini article ul, .list.mini article li {
	display: block;
	}

	.list.mini article ul li:after {
	line-height: 1.6;
	content: '';
	}
}

/* Summary List */

.summary.list {
background-color: hsl(195,50%,90%);
color: hsl(195,60%,40%);
border: 1px solid hsl(195,70%,70%);
margin-bottom: .5em;
padding-bottom: 0;
}

.summary.list h1 {
border-bottom: 1px solid hsla(0,0%,100%,0.5);
background-color: #d8eaf0;
background-image: -moz-linear-gradient(top, #d8eaf0, #b7d8e2); 
background-image: -ms-linear-gradient(top, #d8eaf0, #b7d8e2); 
background-image: -o-linear-gradient(top, #d8eaf0, #b7d8e2); 
background-image: -webkit-gradient(linear, left top, left bottom, from(#d8eaf0), to(#b7d8e2)); 
background-image: -webkit-linear-gradient(top, #d8eaf0, #b7d8e2); 
background-image: linear-gradient(top, #d8eaf0, #b7d8e2);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d8eaf0', EndColorStr='#b7d8e2'); 
border-bottom: 1px solid hsla(195,70%,70%,0.5);
}

.summary.list li {
display: block;
}

.summary.list a {
padding: 0 .25em;
color: hsl(195,60%,40%);
text-decoration: none;
line-height: 1.8125;
display: block;
}

.summary.list a:hover {
background-color: hsla(0,0%,100%,0.5);
}

.summary.list .count {
float: right;
color: hsl(195,60%,20%);
}

.full_list {
background-color: hsl(195,100%,90%);
color: hsl(195,60%,40%);
border: 1px solid hsl(195,70%,70%);
border-radius: .25em;
-webkit-border-radius: .25em;
-moz-border-radius: .25em;
-o-border-radius: .25em;
-ms-border-radius: .25em;
margin-bottom: .5em;
}

.detail.list > article > h1, .detail.list > section > h1, .detail.list > div > h1 {
}

.detail.list > article ul, .detail.list > article p, .detail.list > article h3 {
margin-bottom: .5em;
}

.detail.list > article ul {
list-style: inside square;
padding-left: .25em;
}

.card.list > article .info {
color: rgb(68,68,68);
padding-left: 1em;
}

.box.detail {
margin-bottom: .5em;
}

.box.detail p {
margin-bottom: .5em;
}

.box.detail *:last-child {
margin-bottom: 0;
}

ul[data-field="filter"] li { display: inline; }

ul[data-field="filter"] li span {
display: inline-block;
padding: .5em;
cursor: pointer;
}

ul[data-field="filter"] li span:hover {
background-color: rgba(0,0,0,.2);
}

.empty.search.list {
display: none;
}

.search.list {
background-color: #fff;
z-index: 10;
-webkit-box-shadow: 0 0 3px #000;
-moz-box-shadow: 0 0 3px #000;
box-shadow: 0 0 3px #000;
}

@media print {
.p_form { display: none; }
}
.js #modalDarkOverlay {
position: fixed;
display: none;
height: 100%;
width: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: hsla(0,0%,0%,0.5);
}

.js #modalDarkOverlay.visible {
display: table;
}

.js #modalDarkOverlay div {
display: table-cell;
height: 100%;
text-align: center;
vertical-align: middle;
}

.js #modalDarkOverlay img {
}
.js ul.hook_menu {
font-size: 75%;
width: 16em;
margin: 0;
border: 1px solid rgb(104,104,104);
list-style: none inside;
background-color: rgb(255,255,255);
color: rgb(102,102,102);
border: solid 1px rgb(204,204,204);
background-color: rgb(238,238,238);
-o-border-radius: 0.125em;
-moz-border-radius: 0.125em;
-webkit-border-radius: 0.125em;
border-radius: 0.125em;
z-index: 9;
}

.js ul.hook_menu li {
line-height: 1.6;
display: block;
}

.js ul.hook_menu a {
padding: 3px 6px;
display: block;
text-decoration: none;
text-shadow: none;
color: rgb(102,102,102);
}

.js ul.hook_menu li a:hover, .js ul.hook_menu li a:focus {
background-color: rgb(51,130,245);
background: -moz-linear-gradient(top,rgb(136,136,136),rgb(102,102,102));
background: linear-gradient(top,rgb(136,136,136),rgb(102,102,102));
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(136,136,136)), to(rgb(102,102,102)));
color: rgb(255,255,255);
}

.hook_menu_x:focus {outline: none;}

.hook_menu_x {
display: inline-block;
cursor: pointer;
text-indent: -10000px;
background: url('/img/hook-menu.svg') no-repeat center center;
background-size: 2em 1em;
margin-left: .375em;
height: 100%;
width: 2em;
}

html.no-svg .hook_menu_x {
background-image: url('/img/hook-menu.svg.png');
}

@media print {
.hook_menu_x {display: none !important}
}
form div {
margin-bottom: .5em;
}

form p {
margin-bottom: .5em;
}

label {
display: block;
margin-bottom: .25em;
}

a[role=button] {
display: inline-block;
}

a[role=button], input[type=submit] {
background-color: #d0d0d0;
background-image: -moz-linear-gradient(top, #d0d0d0, #bbb); 
background-image: -ms-linear-gradient(top, #d0d0d0, #bbb); 
background-image: -o-linear-gradient(top, #d0d0d0, #bbb); 
background-image: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#bbb)); 
background-image: -webkit-linear-gradient(top, #d0d0d0, #bbb); 
background-image: linear-gradient(top, #d0d0d0, #bbb);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d0d0d0', EndColorStr='#bbb'); 
border: 1px solid #aaa;
-moz-border-radius: .25em;
-webkit-border-radius: .25em;
border-radius: .25em;
color: #444;
font-size: .75em;
padding: .25em;
text-decoration: none;
text-shadow: 1px 1px 0 rgba(255,255,255,.2);
}

a[role=button]:hover, input[type=submit]:hover {
background-color: #dedede;
background-image: -moz-linear-gradient(top, #dedede, #b2b2b2); 
background-image: -ms-linear-gradient(top, #dedede, #b2b2b2); 
background-image: -o-linear-gradient(top, #dedede, #b2b2b2); 
background-image: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#b2b2b2)); 
background-image: -webkit-linear-gradient(top, #dedede, #b2b2b2); 
background-image: linear-gradient(top, #dedede, #b2b2b2);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#dedede', EndColorStr='#b2b2b2'); 
}

a[role=button]:active, input[type=submit]:active {
border-color: #bfbfbf;
}

input[type=checkbox] {
float: left;
margin-right: .5em;
}

textarea {
width: 100%;
}

fieldset {
border: 1px solid #ddd;
padding: .5em;
margin-bottom: .25em;
}

input[type=password], input[type=tel], input[type=number], input[type=url], input[type=email], input[type=text], textarea {
background-color: #efefef;
border: 1px solid #ddd;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #444;
padding: .125em;
text-shadow: 1px 1px 0 rgba(255,255,255,.2);
width: 100%;
}

.wizard > div {
padding: .5em;
background-color: #47b1d5;
}

.wizard > div:nth-child(2n+2) {
background-color: #9ad4e8;
}

form.simple {
margin-bottom: .25em;
}

form.simple div {
margin-bottom: .0625em;
}

form.simple label {
position: absolute;
direction: ltr;
text-indent: -9999em;
border: none;
}

@media print {
	.wizard {display: none;}
}
span.flag {
	white-space: nowrap;
	border-bottom: 1px dotted #444;
}

span.flag.inactive, span.flag.cancelled, span.flag.overdue,
span.flag.pending, span.flag.flagged, span.flag.due,
span.flag.active, span.flag.paid, span.flag.complete {
	-moz-border-radius: .25em;
	-o-border-radius: .25em;
	-webkit-border-radius: .25em;
	border-radius: .25em;
	margin-right: .125em;
	padding: .125em .25em;
	border-bottom: none;
}

span.flag.inactive, span.flag.cancelled, span.flag.overdue {
background-color: #d92b57;
color: #fff;
}

span.flag.pending, span.flag.flagged, span.flag.due {
background-color: #cc7a29;
color: #fff;
}

span.flag.paid, span.flag.complete {
background-color: #47b224;
color: #fff;
}

span.flag.active {
background-color: #248fb2;
color: #fff;
}
.ui-widget-overlay {
background-color: rgba(255,255,255,0.8);
top: 0;
position: fixed;
}
.loading {
background-image: url('/img/widgets/loading.svg');
background-repeat: no-repeat;
background-position: center center;
background-size: 50% 3px;
-moz-background-size: 50% 3px;
text-indent: -9999em;
}
.paginated { position: relative; }

.paginated .pagelinks {
position: absolute;
right: 0;
top: 0;
color: rgba(0,0,0,.1);
margin-right: .25em;
}

.paginated .pagelinks li {
display: inline-block;
line-height: 2;
}

.paginated .pagelinks li:before {
content: '-';
margin: 0 .25em;
}

.paginated .pagelinks li:first-child:before {
content: '<';
}

.paginated .pagelinks li:last-child:after {
content: '>';
margin-left: .25em;
}

.paginated .pagelinks a {
color: #333;
text-shadow: rgba(255,255,255,.1);
text-decoration: none;
}

@media print {
	.paginated .pagelinks { display: none; }
}
[contenteditable] + .ce-widget { display: none; }

.ce-widget > * {
border-radius: .25em;
background-color: #e3e3e3;
background-image: -moz-linear-gradient(top, #e3e3e3, #b9b9b9);
background-image: -o-linear-gradient(top, #e3e3e3, #b9b9b9);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e3e3e3),color-stop(1, #b9b9b9));
background-image: -webkit-linear-gradient(#e3e3e3, #b9b9b9);
background-image: linear-gradient(top, #e3e3e3, #b9b9b9);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e3e3e3', EndColorStr='#b9b9b9');
padding: 0.0625em 0.25em;
margin-left: .375em;
font-size: .75em;
color: #444;
border: 1px solid #b3b3b3;
vertical-align: 0.125em;
cursor: pointer;
}

.ce-widget .save {

}

.ce-widget .cancel {
}
.cs-widget-wrapper {
	position: relative;
}

.cs-widget {
	position: absolute;
}

.cs-widget select {
	cursor: pointer;
}
@media screen {
.collapse_tree > div > div {
display: none;
}

.collapse_tree > .expanded  > div {
display: block;
}

.collapse_tree > div > div {
padding-left: 1.25em;
}

.collapse_tree .cc-widget {
display: inline-block;
width: 16px;
height: 1em;
margin-right: 4px;
vertical-align: -2px;
background-position: center center;
background-repeat: no-repeat;
-moz-background-size: 12px 12px;
background-size: 12px 12px;
opacity: .5;
}

.collapse_tree [role=treeitem] { overflow: hidden; }

.collapse_tree > div .cc-widget {
background-image: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iSVNPLTg4NTktMSIgc3RhbmRhbG9uZT0ibm8iPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMjAwMTA5MDQvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvVFIvMjAwMS9SRUMtU1ZHLTIwMDEwOTA0L0RURC9zdmcxMC5kdGQiPg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQoJPGRlZnM+DQoJCTxsaW5lYXJHcmFkaWVudCBpZD0iZ3JleSIgeDE9IjAlIiB4Mj0iMCUiIHkxPSIwJSIgeTI9IjEwMCUiPg0KCQkJPHN0b3Agb2Zmc2V0PSIwJSIgc3R5bGU9InN0b3AtY29sb3I6cmdiKDIwNCwyMDQsMjA0KTsgc3RvcC1vcGFjaXR5OjEiLz4NCgkJCTxzdG9wIG9mZnNldD0iMTAwJSIgc3R5bGU9InN0b3AtY29sb3I6cmdiKDE3MCwxNzAsMTcwKTsgc3RvcC1vcGFjaXR5OjEiLz4NCgkJPC9saW5lYXJHcmFkaWVudD4NCgk8L2RlZnM+DQoNCgk8cmVjdCB4PSIwLjUiIHk9IjAuNSIgcng9IjRweCIgcnk9IjRweCIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDp1cmwoI2dyZXkpO3N0cm9rZTpyZ2IoMTUzLDE1MywxNTMpO3N0cm9rZS13aWR0aDoxcHgiIC8+DQoJPGxpbmUgeDE9IjgiIHgyPSI4IiB5MT0iMiIgeTI9IjE0IiBzdHlsZT0ic3Ryb2tlOnJnYmEoMCwwLDAsMC43KTtzdHJva2Utd2lkdGg6MXB4O2ZpbGw6dHJhbnNwYXJlbnQiIC8+DQoJPGxpbmUgeDE9IjIiIHgyPSI3IiB5MT0iOCIgeTI9IjgiIHN0eWxlPSJzdHJva2U6cmdiYSgwLDAsMCwwLjcpO3N0cm9rZS13aWR0aDoxcHg7ZmlsbDp0cmFuc3BhcmVudCIgLz4NCgk8bGluZSB4MT0iOSIgeDI9IjE0IiB5MT0iOCIgeTI9IjgiIHN0eWxlPSJzdHJva2U6cmdiYSgwLDAsMCwwLjcpO3N0cm9rZS13aWR0aDoxcHg7ZmlsbDp0cmFuc3BhcmVudCIgLz4NCjwvc3ZnPg==);
}

.collapse_tree > div.expanded .cc-widget {
background-image: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iSVNPLTg4NTktMSIgc3RhbmRhbG9uZT0ibm8iPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMjAwMTA5MDQvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvVFIvMjAwMS9SRUMtU1ZHLTIwMDEwOTA0L0RURC9zdmcxMC5kdGQiPg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQoJPGRlZnM+DQoJCTxsaW5lYXJHcmFkaWVudCBpZD0iZ3JleSIgeDE9IjAlIiB4Mj0iMCUiIHkxPSIwJSIgeTI9IjEwMCUiPg0KCQkJPHN0b3Agb2Zmc2V0PSIwJSIgc3R5bGU9InN0b3AtY29sb3I6cmdiKDIwNCwyMDQsMjA0KTsgc3RvcC1vcGFjaXR5OjEiLz4NCgkJCTxzdG9wIG9mZnNldD0iMTAwJSIgc3R5bGU9InN0b3AtY29sb3I6cmdiKDE3MCwxNzAsMTcwKTsgc3RvcC1vcGFjaXR5OjEiLz4NCgkJPC9saW5lYXJHcmFkaWVudD4NCgk8L2RlZnM+DQoNCgk8cmVjdCB4PSIwLjUiIHk9IjAuNSIgcng9IjRweCIgcnk9IjRweCIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDp1cmwoI2dyZXkpO3N0cm9rZTpyZ2IoMTUzLDE1MywxNTMpO3N0cm9rZS13aWR0aDoxcHgiIC8+DQoJPGxpbmUgeDE9IjIiIHgyPSIxNCIgeTE9IjgiIHkyPSI4IiBzdHlsZT0ic3Ryb2tlOnJnYmEoMCwwLDAsMC43KTtzdHJva2Utd2lkdGg6MXB4O2ZpbGw6dHJhbnNwYXJlbnQiIC8+DQo8L3N2Zz4=);
}
}
/*
 * jQuery UI CSS Framework 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=sans-serif&fwDefault=normal&fsDefault=1em&cornerRadius=0&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=444444&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=03_highlight_soft.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=eefbf9&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=2e83ff&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=000000&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=2px&offsetTopShadow=-2px&offsetLeftShadow=-2px&cornerRadiusShadow=2px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: sans-serif; font-size: 1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/img/ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(/img/ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(/img/ui/ui-bg_highlight-soft_75_e6e6e6_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #444444; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #444444; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(/img/ui/ui-bg_highlight-soft_75_dadada_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(/img/ui/ui-bg_highlight-soft_65_ffffff_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #2e83ff; background: #eefbf9 url(/img/ui/ui-bg_glass_55_eefbf9_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/img/ui/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/img/ui/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/img/ui/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/img/ui/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/img/ui/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/img/ui/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/img/ui/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/img/ui/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/img/ui/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; }
.ui-corner-tr { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; }
.ui-corner-bl { -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; }
.ui-corner-br { -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }
.ui-corner-top { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }
.ui-corner-right {  -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }
.ui-corner-left { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; }
.ui-corner-all { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }

/* Overlays */
.ui-widget-overlay { background: #000000 url(/img/ui/ui-bg_flat_0_000000_40x100.png) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -2px 0 0 -2px; padding: 2px; background: #000000 url(/img/ui/ui-bg_flat_0_000000_40x100.png) 50% 50% repeat-x; opacity: .10;filter:Alpha(Opacity=10); -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }/*
 * jQuery UI Resizable 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.11
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
@media print {
body {
	padding: 0;
	font-family: Helvetica, Arial, sans-serif
}

body:before {
	display: block;
	content: ' ';
	width: 100%;
	height: 2em;
	background: url("http://searchfirst.co.uk/images/sf-email-logo.png") no-repeat .5em 50%;
	background-size: contain;
}
}