/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 * 








 */
/* --------------------------------------------------------------

   bibapp.css
   * Style specific to BibApp (http://bibapp.googlecode.com/)

   See the Readme file in this folder for additional instructions.

-------------------------------------------------------------- */

/* ============================================= */
/* ==== BibApp Header / Footer / Navigation ==== */
/* ============================================= */
/* Primary container for all content */

@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400);
/*@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700,800); */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600,700,800);


body {
	font: 97.5% 'Open Sans', sans-serif;
  background-color: #E9E9E4;
}

a, li, p, div {
  font: 300 97.5% 'Open Sans', sans-serif;
}

.container {
  background-color: #FFF;
}

#header {
  margin-bottom: 0;
  padding-top: 2em;
}

#footer {
  margin-top: 2em;
  padding-top: 0.5em;
}

#header a {
  text-decoration: none;
}

#tagline {
  color: #000;
}

/* Global Search Styles */
.header-search-form {
  display: inline;
}

#search-box {
  float: right;
}

/* Global Navigation (e.g. FAQ, Login, etc.) */
ul.header-nav {
  padding: 0;
  margin: 0;
  float: right;
  text-align: right;
}

ul.header-nav li {
  display: inline;
  padding: 0.2em;
}

ul.header-nav a {
  text-decoration: none;
  color: #FFFFFF;
}

ul.header-nav a:hover {
  /*background-color: #E6E6E6;*/
  text-decoration: underline;
}

/* Primary Navigation (e.g. Works | Groups | People | etc.) */
#navigation {
  margin: 0;
  padding: 0;
  float: left;
  line-height: normal;
}

#navigation li {
  float: left;
  margin-right: 2px;
  padding: 0;
  list-style: none;
}

#navigation a {
  display: block;
  padding: 5px 5px 7px 5px;
  text-decoration: none;
  font-weight: 500;
  color: #FFFFFF;
}

#navigation a:hover {
  /*background-color: #E6E6E6;*/
  text-decoration: underline;
}

#navigation li#current {
  /*background-color: #CCC;*/
}

#navigation #current a {
  /*color: #990000;*/
  font-weight: bold;
}

#local-nav, #admin-nav {
  margin: 0.5em 0em;
  padding-bottom: 1em;
  background-color: #EEEEEE;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC
}

#local-nav li, #admin-nav li {
  list-style: none;
  float: left;
  padding: 0;
  text-decoration: none;
}

#local-nav li.current, #admin-nav li.current {
  background-color: #000000;
}

#local-nav li.current a, #admin-nav li.current a {
  color: #FFF;
  font-weight: bold;
}

#local-nav a, #admin-nav a {
  font-size: 110%;
  color: #000000;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

#local-nav a:hover, #admin-nav a:hover {
  color: #000000;
  background: #CCC;
}

#local-nav a.current, #admin-nav a.current {
  background: #000;
  color: #990000;
}

/* ======================================= */
/* =========== Flash Messages ============ */
/* ======================================= */
#flash-messages {
  margin-bottom: 1em;
}

.error, .notice, .warning {
  padding: .8em;
  border: 2px solid #ddd;
  margin: 1em 0;
}

.error {
  background: #FBE3E4;
  color: #8a1f11;
  border-color: #FBC2C4;
}

.warning {
  background: #FFF6BF;
  color: #514721;
  border-color: #FFD324;
}

.notice {
  background: #E6EFC2;
  color: #264409;
  border-color: #C6D880;
}

.error a {
  text-decoration: underline;
}

.warning a {
  color: #514721;
}

.notice a {
  color: #264409;
}

/* ============================================= */
/* ============ Left/Right Side Menus ========== */
/* ============================================= */
/* (e.g. filters, related works, authors, etc.) */

/*Box to right of main content (e.g. related works)*/
div.right_box {
  clear: both;
  width: 100%;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  margin: 0.5em;
}

div.right_box_no_border {
  clear: both;
  width: 100%;
  margin: 0.5em 0 1em;
}

/*Box to left of main content (e.g. facet filters) */
div.left_box {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  margin: 0 0.5em 0.5em 0;
}

div.left_box_no_border {
  margin: 0.5em;
}

/* Heading for the box of content */
div.box_heading {
  text-align: center;
  background-color: #EEEEEE;
  padding: 0.5em;
  margin-top: 0;
  margin-bottom: 1em;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  height: 1.25em;
  line-height: 1.25;
  color: #111111;
  font-size: 1.2em;
  font-weight: normal;
}

div.right_box_no_border h3 {
  text-align: center;
  background-color: #EEEEEE;
  padding: 0.5em;
  margin-top: 0;
  margin-bottom: 1em;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  height: 1.25em;
  line-height: 1.25;
  color: #111111;
  font-size: 1.2em;
  font-weight: normal;
}

/* ===================================================== */
/* ========== Facet / Refine Results Styles ============ */
/* ===================================================== */
/*Division around entire "Refine Results" box*/
#results {
  clear: both;
  padding-top: 0.5em;
}

/*Division for individual facet*/
div.facet {
  padding: 0em 1em;
}

/*heading for individual facet*/
div.facet_heading {
  padding-top: 0.5em;
  margin-bottom: 0em;
  color: #000;
  border-bottom: 1px dotted black;
  font-size: 1.2em;
  height: 1.25em;
  line-height: 1.25em;
}

/* Filter value listing*/
ol.facet_filters {
  list-style: none;
  padding: 1em 0em;
  margin: 0em;
}

ol.facet_filters li {
  /*font-size: 0.9em;*/
  line-height: 1.5em;
}

/* Active filter (which can be removed) */
li.active-filter {
  list-style: none; 
  background: url(/synapse/assets/cross-button.png) left center no-repeat;
  padding-left: 1.5em;
}

/* Link to display more filters */
.fewer_filters,
.more_filters {
  font-size: 0.9em;
}

/* =============================== */
/* ========= Form Styles ========= */
/* =============================== */
form.edit_person label, form.new_person label {
  width: 120px;
  float: left;
  text-align: right;
  margin-right: 5px;
}

form.edit_person label.lar, form.new_person label.lar {
  width: 120px;
  margin-right: 5px;
  float: none;
}

form.edit_person div, form.new_person div {
  margin: 0 0 1.5em;
}

textarea.smallbox {
  width: 195px;
  height: 100px;
  padding: 5px;
}

form.work_form fieldset {
  margin-bottom: 10px;
}

form.work_form legend {
  padding: 0 2px;
  font-weight: bold;
  font-size: 1.6em;
}

form.work_form fieldset ul {
  padding: 0;
  margin: 0;
}

form.work_form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}

form.work_form fieldset ol li {
  list-style: decimal;
  padding: 5px;
  margin: 0;
}

form.work_form label {
  font-weight: bold;
  display: block;
  width: 300px;
}

/* style for a label appearing inline, rather than floating left */
form.work_form label.inline_label {
  float: none;
  display: inline;
  font-weight: bold;
  text-align: right;
}

form.work_form .author_block {
  margin-bottom: 1em;
}

/* styles for Form field Errors*/
div.fieldWithErrors {
  display: inline;
  color: red;
}

/* style for input field with error */
div.fieldWithErrors input {
  border: 1px solid red;
}

/* style for actual error message */
p.fieldWithErrors {
  color: red;
  margin-left: 10em;
  font-weight: bold;
}

.submit {
  margin-top: 2em;
}

.inline-form {
  display: inline;
}

.inline-form div {
  display: inline;
}

/* hint before a list of items */
p#list_hint {
  margin: 0 0 1em 16em;
  font-size: 80%;
  color: #666;
  width: 25em;
}

/*Unordered list of field values - used for tags/keywords */
form.work_form fieldset ul.form_item_list {
  list-style-type: none;
  margin-left: 13em;
}

/*Ordered list of field values - used for Authors/Editors */
ol.form_item_list {
  margin-left: 13em;
}

ol.form_item_list li.list_item {
  list-style-position: inside;
  list-style-type: decimal;
}

li.list_item {
  margin: 0 0 0.75em 0;
  color: #666;
}

/* list item value (within an <li>) */
li.list_item div.list_item_value {
  display: inline;
  padding: 0.25em;
  border: 1px dotted #CCC;
  width: 20em;
  margin-right: 0.5em;
}

/* Style of an item which can be moved using 'sortable_element' */
.movable {
  cursor: move;
  position: relative;
}

/* Small input box */
input.smallbox {
  width: 40px;
}

/* Medium input box */
input.mediumbox {
  width: 100px;
}

/* Submit buttons */
.buttons {
}

#work_volume, #work_issue, #work_start_page, #work_end_page { 
	width: 40px; 
}


/* =============================== */
/* ==== Auto-Complete Styles ===== */
/* =============================== */
div.auto_complete {
  width: 350px;
  background: #fff;
}

div.auto_complete ul {
  border: 1px solid #888;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}

div.auto_complete ul li {
  margin: 0;
  padding: 3px;
}

div.auto_complete ul li.selected {
  background-color: #ffb;
  cursor: default;
}

div.auto_complete ul strong.highlight {
  color: #800;
  margin: 0;
  padding: 0;
}

/* ================================ */
/* ====== Pagination Styles ======= */
/* ================================ */
.pagination {
  padding: 1em 0em;
  border-top: 1px dotted black;
  border-bottom: 1px dotted black;
  text-align: center;
}
.pagination.no-border { border: none; }
.pagination a {
  padding: 2px 5px 2px 5px;
  border: 1px solid #aaaadd;
  text-decoration: none;
  color: #2875B4; /*#000099*/
}

.pagination a.none {
  border: none;
}

.pagination li.current a {
  background: #c3d9ff;
}

#sort-by {
  text-align: right;
}

ol#alpha-nav.pagination {
  font-size: 85.5%;
}

/* ========================================= */
/* ====== Styles for bulk activities  ====== */
/* ========================================= */
/* (e.g. bulk selectboxes) */

.select_multiple {
  float: left;
}

#bulk_links {
  float: left;
  padding: 2px;
}

/* ======================================= */
/* =========== Work View Styles ========== */
/* ======================================= */
/* Used by shared/works.html.haml and shared/work.html.haml */

ol.works {
  margin: 0;
  padding: 0;
}

.work {
  list-style: none;
  padding: 0 0 0.75em 0;
  margin-bottom: 0.5em;
}

div.screen-format {
  padding: 0 2em;
}

div.screen-format-dupes {
  padding: 0 2em;
  width: 45%;
}

a.name_string {
  text-decoration: none;
}

a.name_string:hover {
  text-decoration: underline;
}

a.source {
  font-style: italic;
  margin-top: 2em;
}

td.duplicate {
  vertical-align: top;
  border-left: 1px dotted #aaa;
  background-color: #eee;
  color: inherit;
}

td.duplicate * {
  background-color: transparent;
  border-color: transparent;
}

/* ================================================ */
/* ==== Shared Styles (i.e. partial templates) ==== */
/* ================================================ */

/* Basic floaters */
.left {
  float: left;
}

.right {
  float: right;
}

/* Basic text-aligns */
.text-center {
  text-align: center;
}

.text-cap-count {
	text-align: left;
	font-size: 96%;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/* Basic padding and margin */
.no-padding-or-margin {
  padding: 0;
  margin: 0;
}

/* Basic list */
.list-style-none {
  list-style: none;
}

/*Work metadata*/
p.metadata {
  color: #737373;
  font-size: 0.95em;
  padding: 0;
  margin: 0.5em 0 0 0;
}

span.gbs-link {
  float: right;
  padding: 3px;
  margin: 0.5em
}

/*Links under a listed work*/
.links {
  font-size: 0.95em;
  margin-top: 0.5em;
}

.even {
  background-color: #FFFFFFF;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.odd {
  /*background-color: #DFDFD8;*/
}

/*lists of people */
#people {
  padding: 0em;
  margin: 0em;
}

.people {
  padding: 0em;
  margin: 0em;
}

div.person {
  padding: 0em;
  margin: 0em;
  height: 157px;
}

.person-image {
  padding: 3px;
}

.person-image-metadata {
  width: 3em;
  padding: 0.25em;
  margin: 0em;
  position: relative;
  right: 0em;
  bottom: 2em;
  text-align: center;
  min-height: 19px;
  background-color: transparent;
}

.person-image-wrapper {
  position: relative;
}

.person-coauthor-link {
  position: absolute;
  text-align: center;
  right: 16px;
  bottom: 0.25em;
}

.person-coauthor-link-tiny {
  position: absolute;
  text-align: center;
  right: 2px;
  bottom: 0em;
}

.person-last-name {
  width: 75px;
  padding-left: 0.5em;
  position: relative;
  bottom: 2em;
}

.person-coauthor-tiny {
  float: left;
  padding: 0em;
  margin: 0em;
  height: 96px;
}

.person-image-metadata-tiny {
  font-size: x-small;
  width: 3em;
  padding: 0.25em;
  margin: 0em;
  background-color: #fff;
  position: relative;
  right: 0em;
  bottom: 2em;
  text-align: center
}

.person-last-name-tiny {
  font-size: x-small;
  width: 42px;
  padding-left: 0.25em;
  position: relative;
  bottom: 2em;
}

/* lists of groups/publications/publishers*/
#groups {
  padding: 0.5em 0;
  margin: 0;
}

#publications {
  padding: 0.5em 0;
  margin: 0;
}

#publishers {
  padding: 0.5em 0;
  margin: 0;
}

.heading a {
  text-decoration: none;
  color: #000;
}

/*list of actions on a specific page*/
ul.actions li {
  display: inline;
}

ul#tasks {
  list-style: square;
  line-height: 2.0em;
}

ul#groups {
  list-style: none;
}

/* extra-bolding on titles on home page */
div#works strong a,
ol#work-list strong a,
ol#works strong a {
  font-weight: 700;
}

ol#groups {
  list-style: none;
  line-height: 1.75em;
}

ol#groups li,
ol#publications li,
ol#publishers li {
	padding-bottom:0.2em;
	font-size: 84.5%;
	line-height: 1.75em;
}

ol#groups a, 
ol#publications a, 
ol#publishers a {
  font-size: 105%;
}

ol#publications {
  list-style: none;
  line-height: 1.75em;
}

ol#publishers {
  list-style: none;
  line-height: 1.75em;
}

ol#people {
  list-style: none;
}

li input#work_title_primary,
li input#work_title_secondary,
li input#work_title_tertiary {
  width: 800px;
}


/* =============================== */
/* ==== BibApp General Styles ==== */
/* =============================== */
a {
  color: #1C75CD; /* msk blue was #2875B4; */
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  /* color: #5A2B1E; added for siena color above */
}
a:active {
  /* color: #FF9C2E !important; added for msk siena */
  /*font-weight: 600;*/
}
h2 {
  border-bottom: 1px dotted #000;
  font-size: 1.55em;
}

h3 {
  color: #000;
  margin-top: .5em;
  margin-bottom: 0.2em;
  font-size: 1.4em;
}
h4 {
  font-size: 1.1em;
}

thead td {
  font-weight: bold;
}

tbody tr.even td {
	background: #FFFFFF;
}
tbody tr.odd td {
	background: #DFDFD8;
}

.clear-both {
  clear: both;
}

/* Authorities for Publications/Publishers */
#authority {
  padding: 2em 1em 1em 1em
}

table#publications,
table#publishers {
	font-size:90.5%;
}

/* Selected candidates */
#publishers .selected td {
  background-color: #FFFF99;
}

/* Selected candidates */
#publications .selected td {
  background-color: #FFFF99;
}

/* Any editing actions for views */
#admin-actions {
  width: 100%;
  margin-bottom: 1em;
  border-bottom: 1px solid #900;
  background-color: #fee;
  height: 30px;
}

ul#edit-actions {
  margin-left: 10px;
  padding-left: 2em;
  list-style: none;
  line-height: 30px;
}

#edit-actions li {
  display: inline;
  padding-right: 1em;
  padding-left: 1em;
  color: #900;
}

#edit-actions li a {
  color: #900;
}

/* display a list inline */
.inline {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tag1 a {
  font-size: 1em;
  color: #acc1f3;
}

.tag2 a {
  font-size: 1.25em;
  color: #86a0dc;
}

.tag3 a {
  font-size: 1.5em;
  color: #607ec5;
}

.tag4 a {
  font-size: 1.75em;
  color: #264ca2;
}

.tag5 a {
  font-size: 2em;
  color: #133b97;
}

.hidden {
  display: none;
}
.container {
 border-left:1px dotted #000;
 border-right:1px dotted #000;
}

#header {
	/* color: #660000; Red */
	/*border-bottom: 3px double #FDB913; */
	margin-top: -18px;
	background-color: #1C75CD;
}
#header #nav_row {
  background-color: #03AEDF;
  padding: 4px 0 4px;
  margin-left: -40px;
  width: 950px;
  border: 0;
}

.feed-icon {
	padding-left: 6px;
}

#orphan-title { padding-left: 16px;}
.orphan_workpath { font-weight: bold;}

#header a{color:#FFFFFF;} 
#filter {color:#FDB913;} 

#header p#slogo {margin-top: 12px;}
#header p#msk-tag { 
  padding-top: 12px;
  margin-right: 30px;
 }

#msk-tag a:hover, #msk-tag a:active {
	background-color: transparent;
}

/* because of gradient background */
#navigation .ipress-h:hover {
	/*background-color: #DDD;*/
  text-decoration: underline;
}

#footer {
  color: #FFFFFF;
	background-color: #707070;
}

#footer a {
	color:#FFFFFF;
}

/* Style for displaying Deposit License Agreement, etc. in nice scrollable div */
.scrollarea {
    width: 550px;
    height: 250px;
    overflow: scroll;
}

.mbatch {
	background-color: #E6E6FA;
	padding:3px 0 6px 0;
	font-weight:600;
	border: 1px dotted;
}

/* forms.css */
div.field.sky { position:relative; left: -2000px;}
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
.work_form .author_block input[type='text'] {width:300px;padding:5px;}
input.text {width:300px;padding:5px;}
.work_form input[type='text'] {width:500px;padding:5px;}

input.title {font-size:1.5em;}
.work_form textarea {width:500px;height:250px;padding:5px;}

#new_group input[type=text],
#edit_group input[type=text] { 
  width: 390px; 
}

/* contact */
#new_contact_us label {
	display: inline;
	font-weight: 600;
	padding-top: 8px;	
}
#new_contact_us .fwrapper {
	display:block;
	width: 85%;
}
#new_contact_us textarea,
#new_contact_us input[type='text'] {
	width: 450px;
	margin-bottom: 12px;
}
#contact_container { margin-left: 36px;}
#contact_container .header span.form-required,
#new_contact_us span.form-required {
	color: red;
}
#contact_container .header {
	padding: 12px 0 14px 2px;
}
#contact_container .title{
	font-weight: 600;
}
#contact_container .actions {
	margin-top: -44px;
}
#contact_container fieldset.fields {
	width: 480px;
}
.notice #confirm-msg a {
	color: #900;
	font-weight: 600;
}

a.tricat_link {
  vertical-align: top;
}

#export-ris-btn {
	font-size: 1.05em;
	line-height: 1;
	margin-top: 1.1em;
	width: 178px;
  margin-left: -13px;
}

#export-ris-saved-btn {
	font-size: 1.15em;
	margin-top: -3.1em;
	line-height: 1;
	margin-right: 16px;
	padding-left: 0;
	float: right;
}

.export-submit {
	margin-bottom: 6px;
	width: 135px;
	cursor: pointer;
}

/* biblio style pagination */
.span-17.pagination.exports {
  width: 90%;
  border-top: 1px dotted black;
  border-bottom: 1px dotted black;
}
.span-17.pagination.exports #display_style div.pagination{
  border: 0;
  float:left;
  padding-right: 8px;
  padding-left:2px;
}
  
.span-17.pagination.exports #display_style form.export_inline {
  display: inline;
  float:left;
  width: 84px;
  padding-top: 7px;
}

#display_style form.export_inline input[type="submit"] {
  color: #2875B4;
  vertical-align: baseline;
  background: none;
  text-decoration: none;
  cursor: pointer;
  font: 300 97.5% 'Open Sans', sans-serif;
  border: 1px solid #AAAADD;
  margin-top: -1px;
  height: 24px;
  width: 80px;
}
.styles-header .pagination {
  padding: 0.7em 0em 0.2em;
  border-top: 1px dotted black;
  border-bottom: 1px dotted black;
  text-align: center;
}
.styles-header h2.hdr {
  margin-bottom: 3px;
  border-bottom: none;
}

/* group memberships shows hyphen */
#memberships ul li span { display: none; }

/* advanced search form */
#adv_search fieldset.span-17 { width: 676px; }
#adv_search fieldset .span-8 { width: 320px; }
#adv_search .span-17.prepend-2 { padding-left: 70px; }
#adv_search label.span-4 { width: 184px; }

h2#solr_results {font-size: 1.44em;}

/* Data Catalog link */
#dcatbttn {
	background-color: #1C75CD;
  color: white;
  padding: 0.65px 4px 2px 4px;
  border: 0.45px solid darkgray;
  border-radius: 4px;
  margin-left: -8px;
  text-decoration: none;
  font: 300 92.5% 'Open Sans', sans-serif;
}
#dcatbttn:hover { text-decoration: none; }

/* open access button colors: 235, 85, 68 || border: 136, 73, 63
   full-text-buttom: 50, 105, 128 || border: 62,81,87 
*/

/* msk footer */
#footer .container_12 { margin: 0 1% 0 1%; }
#msk-social-footer { text-align: center; }
#msk-social-footer a {
  display: inline-block;
  height: 34px;
  line-height: 42px;
  vertical-align: bottom;
  padding-top: 5px;
}
#msk-social-footer a.twitter span { background-position:0 -32px; }
#msk-social-footer span {
  display: inline-block;
  height: 32px;
  margin-left: 10px;
  vertical-align: top;
  width: 32px;
  background: url("https://library.mskcc.org/sites/library.mskcc.org/media/graphics/social-media.png?v=3") no-repeat scroll 0px 0px transparent;
  background-position:0 -32px;
}
#footer-sites {
  font-size: 98%;
  text-align: center;
  color: #929292;
  margin-top: 8px;
  margin-bottom: 6px;
}
#footer-sites .altrow { padding-top: 4px;}
#footer-sites span, #footer-notices span { margin:0 5px; color: #929292;}
hr.hr-footer {
  color: #929292;
  background-color: #929292;
  height: 1px;
  margin: 8px 82px 8px 82px;
  width: 768px;
}
#msk-social-footer, #footer-message, #footer-notices { text-align: center; }
#footer-message {
 padding-bottom: 14px;
 padding-top:5px
}

#libchat_3076b2dec6dcb63e8f19fa62ee5d1115 {
  margin-top: 3px;
  margin-left: 8px;
}

#libchat_3076b2dec6dcb63e8f19fa62ee5d1115 button.libchat_online {
  padding: 4px 8px;
  margin-left: 5px;
  padding-left: 6px;
  transition-duration: 0.4s;
}

#libchat_3076b2dec6dcb63e8f19fa62ee5d1115 button.libchat_offline {
  padding: 4px 8px;
  margin-left: 5px;
  padding-left: 6px;
}

#libchat_3076b2dec6dcb63e8f19fa62ee5d1115 button.libchat_online:hover {
  transition-duration: 0.4s;
  background-color:#03AEDF;
  color: white;
}

#libchat_3076b2dec6dcb63e8f19fa62ee5d1115 button.libchat_offline:hover {
  transition-duration: 0.4s;
  background-color:#03aedf;
  color: white;
}
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400);

div.span-15 div.uihtml {
        line-height:1.5em;
        font-size: 97.5%;
        font-family: 'Open Sans', sans-serif;
        padding-bottom: 8px;
}
div.uihtml a {
        color: #017AAC;
}

div ul {
  /*margin-bottom: 0px;*/
}

div.span-15 div.strong {
        font-size:110%;
        padding-top: 14px;
        padding-bottom: 3px;
        font-weight:600;
}
div.span-15 div.answer {
        line-height:1.5em;
        font-size:97.5%;
        padding-top: 2px;
        padding-left: 12px;
        font-weight: normal
}
div.span-15 div.answer a {
        color: #017AAC;
}
/* general table stuff */
.dataTables_wrapper table {
  clear: both;
}

/* This is a kludge to make sure that the icon for sorting appears beside the column name.
  It's be slightly less kludgy to do this on a view by view basis, or in some cases to supress
  sorting on certain columns */
.dataTables_wrapper th {
  min-width: 75px;
}

/* sorting icons */
.dataTables_wrapper .sorting:after {
  content: url(/synapse/assets/sort.png);
  padding-left: 10px;
  display: none; /* hiding as it weirds the display */
}

.dataTables_wrapper .sorting_asc:after {
  content: url(/synapse/assets/sort--plus.png);
  padding-left: 10px;
  display: none;
}

.dataTables_wrapper .sorting_desc:after {
  content: url(/synapse/assets/sort--minus.png);
  padding-left: 10px;
  display: none;
}

/* number of records box */
.dataTables_wrapper .dataTables_length {
  float: left;
}

/* search (filter) box */
.dataTables_wrapper .dataTables_filter {
  float:right
}

/* info */
.dataTables_info {
  float: left;
}

/* pagination */
.dataTables_paginate {
  float: right;
}

.dataTables_paginate span {
  padding: 0px 5px;
}

.dataTables_paginate .paginate_button {
  text-decoration: underline;
}

.dataTables_paginate .paginate_button:hover {
  cursor: pointer;
}

.dataTables_paginate .paginate_button_disabled {
  text-decoration: none;
}

.dataTables_paginate .paginate_button_disabled:hover {
  cursor: default;
}

.dataTables_paginate .paginate_active {
  text-decoration: none;
}

.dataTables_paginate .paginate_active:hover {
  cursor: default;
}
.sherpa-icon {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  vertical-align: middle;
  border: 1px solid black;
}

.romeo-green {
  background-color: #9acd32;
}

.romeo-blue {
  background-color: #4682b4;
}

.romeo-yellow {
  background-color: #ffd700;
}

.romeo-white {
  background-color: #fffafa;
}

.romeo-gray {
  background-color: #cccccc;
}

.romeo-unknown {
  background-color: black;
}

.sherpa-status {
  border-style: solid;
  border-width: 1px;
  text-align: center;
  padding: 3px;
}

.romeo-green-border {
  border-color: #9acd32;
}

.romeo-blue-border {
  border-color: #4682b4;
}

.romeo-yellow-border {
  border-color: #ffd700;
}

.romeo-white-border {
  border-color: #d3d3d3;
}

.romeo-gray-border {
  border-color:  #aaaaaa;
}

.romeo-unknown-border {
  border-color: black;
}

#sherpa-explanation {
  padding-left: 20px;
}
#sort-by {
  float: right;
}
.contributorship-claim {
  border-top: 1px dotted #CCC;
  margin-top: 1em;
  padding-top: 2em
}

.contributorship-claim img {
  border: 2px dashed rgb(204, 204, 204);
  margin: 1em 0pt;
  padding: 0.5em;
}
.contributorship {
  border-top: 1px dotted #CCC;
  margin-top: 1em;
  padding-top: 2em;
}
#varticles th.impsrc {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;  	
	text-align: right;
}
#varticles tr { height: 34px; }
#varticles td.ycreated { padding-right: 0px; }
#varticles td.title { width: 80%; }
#varticles td.impsrc {
	text-align:right;
	font-size: 82%;
	color: #177F75;
	padding: 4px 1px 4px 2px;
}
#varticles td.artsrc {
	text-align:right;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;  	
}
.archival-analysis-header {
  padding-bottom: 3em;
}

/* SHERPA Colors - note in view the class is dynamically generated */
.green {
  background-color: #80FF00;
}

.blue {
  background-color: #0080FF;
}

.yellow {
  background-color: #FFFF00;
}

.white {
  background-color: #FFFFFF;
}

.unknown {
  background-color: #E6E6E6;
}

.gray {
  background-color: #EEEEEE;
}
div.group-dashboard { 
	width: 860px;
	clear: both;
	margin-top: 28px;
}
.tblheader {
	width: 100%;
}

.tblheader:after {clear: both;}
.pcontainer:after {clear: both;}
#grpnavigation:after {clear: both;}

.tblheader .header {
	display:inline;
}
.name.header {
	width: 30%;
	float: left;
}
.pc.header {
	width: 11%;	
	float: left;
}
.fa.header {
	width: 10%;	
	float: left;
}
.la.header {
	width: 10%;	
	float: left;
}
.sc.header {
	width: 12%;	
	float: left;
}
.hi.header {
	width: 4%;	
	float: left;
}

.pcontainer {
	display:block;
	width: 100%;
	clear: both;
}
a.alink.name {
	display: inline;
	width: 30%;
	float: left;
}
.pubcount {
	display:inline;
	width: 11%;
	float: left;
}
.fauthor {
	display:inline;
	width: 10%;
	float: left;
}
.lauthor {
	display:inline;
	width: 10%;
	float: left;
}
.scopus_id {
	display:inline;
	width: 20%;
	float: left;
}
.scopus {
	display:inline;
	width:1%;
	float: left;
}
a.scopus_id {
	display: inline;
	width: 12%;
}
ul#grpnavigation {
	margin:0;
	padding:0;
	float: left;
	line-height: normal;
}
ul#grpnavigation li {
  float: left;
  margin-right: 16px;
	margin-top: -10px;
  padding: 0;
  list-style: none;
}
#grpnavigation li#current a span {
  font-weight: 700;
}
@media print {
	
	@page {
	  margin: .45cm;
		font: 300 95.5% 'Open Sans', sans-serif;
	}
	
	a[href]:after {
			display: none;
	}
	
	.tblheader:after {clear: both;}
	.pcontainer:after {clear: both;}
	#grpnavigation:after {clear: both;}
	#footer {clear: both;}
	
	.span-15.prepend-1 { width: 100%; }
	.group-dashboard { width: 100%; }
	.coverage { margin-top: 8px !important;}
	
	.feed-icon { display: none; }
	.dashboard-container { display: none; }
	
	#footer .container_12 .grid_12{ display: none; }
	#footer .container_12 #footer-notices { display: none; }
	
	#synapse_profile_link { 
		visibility: visible;
		margin-top: -14px;
	}
	
	#pubtotals_attr {
		padding-top: 8px;
	}
	
	#footer .container_12 #footer-message {
		padding-top: 12px;
	}
	
	ul#grpnavigation {
		display: none;
	}
	
	.tblheader .header {
		display:inline;
	}
	.name.header {
		width: 30%;
		float: left;
	}
	.pc.header {
		width: 11%;	
		float: left;
	}
	.fa.header {
		width: 10%;	
		float: left;
	}
	.la.header {
		width: 10%;	
		float: left;
	}
	.sc.header {
		width: 12%;	
		float: left;
	}
	.hi.header {
		width: 4%;	
		float: left;
	}
	
	.pcontainer {
		display:block;
		width: 100%;
		clear: both;
	}
	a.alink.name {
		display: inline;
		width: 30%;
		float: left;
	}
	.pubcount {
		display:inline;
		width: 11%;
		float: left;
	}
	.fauthor {
		display:inline;
		width: 10%;
		float: left;
	}
	.lauthor {
		display:inline;
		width: 10%;
		float: left;
	}
	.scopus_id {
		display:inline;
		width: 20%;
		float: left;
	}
	.scopus {
		display:inline;
		width:1%;
		float: left;
	}
	a.scopus_id {
		display: inline;
		width: 12%;
	}
	
}
.group-index-person-image {
  border: 2px dashed #CCC;
  padding: 0.5em;
  margin: 1em 0;
}
.group-show-chart-image {
  margin-left: -50px;
  margin-bottom: 20px;
}
#sort-by {
  float: right;
}
.import-review-batch-header {
  font-size: 0.75em;
}

.import-admin-div {
  padding-bottom: 2em;
}

.import-review-table th {
  border-bottom: 1px solid #000;
}

.import-review-table td {
  border-top: 1px dotted #CCC;
}
#track1 {
  width: 300px;
  height: 4px;
  border-bottom: 5px solid #aaa;
}

html {
  overflow-y: scroll;
}

#timeline-tagcloud li {
  margin: .25em .25em .25em 0;
  list-style: none;
  line-height: 1.1em;
  display: inline;
  font-size: 82.5%;
}
#timeline-tagcloud li.tag5 {
	font-size: 80.5%;
}

/* '#87412D', '#9B6150', '#AF8073', '#C3A096', '#D7C0B9', '#EBDFDC' */
#timeline-tagcloud li.tag5 a { color: #87412D; }
#timeline-tagcloud li.tag4 a { color: #9B6150; }
#timeline-tagcloud li.tag3 a { color: #AF8073; }
#timeline-tagcloud li.tag2 a { color: #C3A096; }
#timeline-tagcloud li.tag1 a { color: #D7C0B9; }

#timeline-tagcloud li a {
  margin: .25em .25em .25em 0;
  line-height: 1.1em;
}

#timeline-tagcloud ul {
  display: none;
  margin-left: 0;
  height: 250px;
}

#yearnav {
  margin-bottom: 2em;
  position: relative;
}

#timeline-chart div#chart-img {
  text-align: center;
  margin-left: -20px;
}
.membership-group-form {
  margin-bottom: 10px;
}
.membership-group {
  border-top: 1px dotted #CCC;
}
#edit_membership_active {
  float: left;
  overflow: hidden;
  margin: 5px;
  padding: 5px;
}
.person-photo {
  border: 2px dashed #CCC;
  padding:3px;
}

.person-info {
  width: 3em;
  padding: 0.25em;
  margin: 0em;
  background-color: #fff;
  position: relative;
  right: 0em;
  bottom: 2em;
  text-align: center;
}
.column_container {
	width: 96%;
}
.column_container:after {clear: both;}

#columnchart {
	float: left;
	width: 100%;
}
#columnledger {
	float: left;
	width: 0%;
}

#columnledger li {
	list-style: none;
	/*display: inline; 
	padding-right: 10px; */
	font-weight: 700;
}

#synapse_profile_link { display: none; }

.orcid-cont {
	padding-bottom: 14px !important;
}
@media print {
	
	@page {
	  margin: 2cm;
	}
	
	a[href]:after {
			display: none;
	}
	
	.feed-icon { display: none; }
	.dashboard-container { display: none; }
	
	#footer .container_12 .grid_12{ display: none; }
	#footer .container_12 #footer-notices { display: none; }
	
	#synapse_profile_link { 
		visibility: visible;
		margin-top: -14px;
	}
	
	#pubtotals_attr {
		padding-top: 8px;
	}
	
	#footer .container_12 #footer-message {
		padding-top: 12px;
	}
}
.ldap-result {
  list-style:none;
  line-height:2.5em;
}
.ldap-results {
  max-height: 10em;
  overflow-x: hidden;
  overflow-y: auto;
}

.ldap-fail {
  color: red;
}
.chart-image {
 margin-left: -50px;
  margin-bottom: 20px;
}

.orcid-id-icon {
  /*background: url(/synapse/orcid/assets/orcid-mini-icon-20.png) transparent no-repeat;*/
  background: url(/synapse/assets/orcid-mini-icon-20-68e654489ae367752cded4c666411a7c0e6146c17735c02346529bb3c8d4bdd1.png) transparent no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: inline;
  padding-right: 3px;  
}
.orcid-cont {
  margin: -8px 0 0 0;
  padding-bottom: 30px;
  font-size: 18px;  /* line height of orcid icon */
}
.orcid-num {
  padding-left: 22px;
  display: inline;
  font-size: 87%;
}
.elsevier-cont {
	margin: -15px 0 0 0;
	padding-bottom: 8px;
	font-size: 100%;
	font-weight: 600;
	color: green;
}

#results .left_box {
  padding-bottom: 1.25em
}

#results form {
  padding-left: 0.5em;
}
#results .left_box {
  padding-bottom: 1.25em
}

#results form {
  padding-left: 0.5em;
}
#alpha-nav li {
  display: inline;
}

#alpha-nav.pagination {
  margin-bottom: 3em;
}
.header-white {
  margin-top:4em;
}

.main {
  margin-top:2em;
}

.ol {
  font-size: 1.25em;
  line-height:2em;
}
#coauthors {
  padding: 0;
  margin: 0;
  width: 100%;
}

#coauthors li {
  padding: 0;
  margin: 0;
}

.person-coauthor {
  float: left;
  padding: 0em;
  margin: 0em;
  height: 128px;
}
div.duplicate_box {
  padding: 0 2em 0 0;
  width: 40%;
  float: right;
}


.duplicate_box h5 {
  font-size: 0.75em;
  padding: 0;
  margin: 0;
  color: #999;
}

.duplicate_box .padded {
  padding: 3px;
}
#memberships ul {
  margin-left: 0;
}
li.parent {
  list-style: none;
}
#header .advanced-search-link {
  font-size:x-small;
  /*clear:both;
  float:right;*/
}
#timeline-form {
  margin-top: 10px;
}

#tagcloud li {
  margin: .25em .25em .25em 0;
  list-style: none;
  line-height: 1.1em;
  display: inline;
  font-size: 82.5%;
}
/* '#87412D', '#9B6150', '#AF8073', '#C3A096', '#D7C0B9', '#EBDFDC' */
#tagcloud li.tag5 a { color: #87412D; }
#tagcloud li.tag4 a { color: #9B6150; }
#tagcloud li.tag3 a { color: #AF8073; }
#tagcloud li.tag2 a { color: #C3A096; }
#tagcloud li.tag1 a { color: #D7C0B9; }

#tagcloud li a {
  margin: .25em .25em .25em 0;
  line-height: 1.1em;
}

#tagcloud ul {
  margin: 0;
}

.darkenBackground {
  background-color: rgb(0, 0, 1);
  opacity: 0.2; /* Safari, Opera */
  -moz-opacity: 0.20; /* FireFox */
  filter: alpha(opacity = 20); /* IE */
  z-index: 20;
  height: 100%;
  width: 100%;
  background-repeat: repeat;
  position: fixed;
  top: 0px;
  left: 0px;
}

.highZ {
  z-index: 50;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -16px;
  margin-left: -16px;
  width: 32px;
  height: 32px;
}
#facets {
  margin-top: 2em;
}
img.person-image {
  padding: 3px;
}
span.work-preview {
  float: right;
  padding: 3px;
}

h5.work-type {
  font-size: 0.75em;
  padding: 0;
  margin: 0;
  color: #999;
}
.pagination {
  margin-bottom: 1em;
}
.h7 {
  padding-right: 0.5em;
}

span.person-image img {
 border: 2px dashed #CCC;
 padding: 3px;
}

span.person-image div {
  width: 3em;
  padding: 0.25em;
  margin: 0em;
  background-color: #fff;
  position: relative;
  right: 0em;
  bottom: 2em;
}
ul.recommendations {
  list-style: none;
}

ul.recommendations li {
  padding: 0.5em;
}
table#contributorships {
  /*font-size: 1.1em;*/
  border-collapse: collapse;
  border: 1px solid #ccc;
}

table#contributorships td.label {
  vertical-align: top;
  text-align: right;
  font-weight: bold;
  background-color: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 10em;
}

table#contributorships td {
  vertical-align: top;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

div.work-link {
  overflow: auto;
}

/* work details left column */
table#metadata {
  /*font-size: 1.1em;*/
  border-collapse: collapse;
  border: 1px solid #ccc;
}
table#metadata td.label {
  vertical-align: top;
  text-align: right;
  font-weight: bold;
  background-color: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 10em;
}
table#metadata td {
  vertical-align: top;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
span.instructions {
  color: gray;
}
div.search-within {
  padding-bottom: 1.25em;
}

div.search-within form {
  padding-left: 0.5em;
}

span.hearts {
  color: #990000;
}

div#exp_pmid {
  display: inline;
  float: right;
  margin-top: 4px;
}
div#exp_pmid a.aexp-pmid {
	font-size: 14px;
}
.work-type {
  font-size: small;
  color: gray;
  display: block;
}

#work-details {
  min-height: 600px;
}
/*
 * jQuery UI CSS Framework 1.8.16
 *
 * 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.16
 *
 * 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=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(/synapse/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(/synapse/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(/synapse/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; 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 #fbcb09; background: #fdf5ce url(/synapse/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(/synapse/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; 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 #fed22f; background: #ffe45c url(/synapse/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top 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: #b81900 url(/synapse/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.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(/synapse/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/synapse/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/synapse/images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/synapse/images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/synapse/images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/synapse/images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/synapse/images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/synapse/images/ui-icons_ffd27a_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-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(/synapse/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(/synapse/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*
 * jQuery UI Selectable 1.8.16
 *
 * 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.16
 *
 * 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.16
 *
 * 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.16
 *
 * 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.16
 *
 * 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.16
 *
 * 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.16
 *
 * 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.16
 *
 * 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.16
 *
 * 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%; font-size:0em; }

/* 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.16
 *
 * 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%; }
