@media screen and (min-width: 0\0) {
  /* IE9 and IE10 rule sets go here */
  /* below can actually be applied to all browsers */
  /* line 4, app/assets/stylesheets/general.css.scss */
  table {
    border-collapse: separate;
  }
  /* line 5, app/assets/stylesheets/general.css.scss */
  hr {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}

/* line 8, app/assets/stylesheets/general.css.scss */
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: 1px;
  line-height: 1px;
}

/* line 13, app/assets/stylesheets/general.css.scss */
.hidden {
  display: none;
}

/* line 15, app/assets/stylesheets/general.css.scss */
td.sequence_number {
  color: #0077A7;
  font-size: 14pt;
  font-weight: bold;
}

/* From fonts.css */
/* line 24, app/assets/stylesheets/general.css.scss */
div#content_main a, div#loginbox a, div#reallocate_panel a, div#attach_panel a, #allocateTaskPanel a, .standard_tickit_panel a {
  font-family: arial;
  font-size: 11px;
  color: #7da1bc;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}

/* line 34, app/assets/stylesheets/general.css.scss */
div#content_main td, div#content_main, div.standard_tickit_panel table {
  color: #696762;
  font: arial;
  font-size: 11px;
  empty-cells: show;
}

/* Panel */
/* line 42, app/assets/stylesheets/general.css.scss */
span.panel_header {
  font-family: verdana;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

/* From common.css */
/* line 50, app/assets/stylesheets/general.css.scss */
a, a:link, a:visited, a:hover {
  cursor: pointer;
}

/* line 52, app/assets/stylesheets/general.css.scss */
a.more_results_link {
  text-decoration: underline;
}

/* line 56, app/assets/stylesheets/general.css.scss */
div.go_back_wrapper {
  position: relative;
}

/* line 60, app/assets/stylesheets/general.css.scss */
div.go_back {
  position: absolute;
  left: 124px;
  top: -26px;
}

/* line 66, app/assets/stylesheets/general.css.scss */
div.go_main {
  float: right;
  position: relative;
  top: -26px;
}

/* line 72, app/assets/stylesheets/general.css.scss */
div.widget_links {
  position: relative;
}

/* line 76, app/assets/stylesheets/general.css.scss */
tr.light {
  background-color: #f9f9f8;
}

/* line 80, app/assets/stylesheets/general.css.scss */
tr.dark {
  background-color: #dededd;
}

/* line 84, app/assets/stylesheets/general.css.scss */
th {
  color: #696762;
  text-align: left;
  padding: 4px;
}

/* line 90, app/assets/stylesheets/general.css.scss */
tr.light td, tr.dark td {
  padding: 4px;
}

/* line 94, app/assets/stylesheets/general.css.scss */
div.org_unit_title {
  font-size: 13px;
  padding-bottom: 5px;
  padding-left: 2px;
  font-family: arial;
  font-weight: bold;
  color: #555555;
}

/* line 102, app/assets/stylesheets/general.css.scss */
div.accreditor_heading {
  font-size: 25px;
  padding-bottom: 5px;
  padding-left: 120px;
  font-family: arial;
  font-weight: bold;
  color: #319BF7;
}

/* line 110, app/assets/stylesheets/general.css.scss */
div#cover_div {
  position: absolute;
  left: 10px;
  width: 97%;
  background: LightGrey;
  padding: 5px;
  border: 1px solid LightGrey;
  filter: alpha(opacity=80);
  opacity: .8;
  z-index: 9999;
}

/* IE sometimes puts in form margins for no reason so this fixes */
/* line 123, app/assets/stylesheets/general.css.scss */
form {
  margin: 0;
}

/* line 127, app/assets/stylesheets/general.css.scss */
table {
  position: relative;
}

/* line 131, app/assets/stylesheets/general.css.scss */
div.yui_tooltip {
  background-color: white;
  border: 1px solid #00648d;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: arial;
  font-size: 11px;
  color: #444444;
}

/* line 140, app/assets/stylesheets/general.css.scss */
div.yui_tooltip .bd {
  display: block;
  float: none;
  max-width: 340px;
}

/* GLOBAL SEARCHING */
/* line 149, app/assets/stylesheets/general.css.scss */
input.search_string {
  width: 400px;
  font-size: 14px;
  vertical-align: middle;
}

/* line 155, app/assets/stylesheets/general.css.scss */
div#global_search_panel span.container-close {
  top: 8px;
}

/* line 159, app/assets/stylesheets/general.css.scss */
div.popup_result {
  padding-left: 5px;
}

/* line 164, app/assets/stylesheets/general.css.scss */
table.global_search td.global_search_label {
  color: #7AA5D6;
  font-weight: bold;
  width: 150px;
  border-right: 1px solid #ddd;
}

/* line 170, app/assets/stylesheets/general.css.scss */
table.global_search td.no_search_results {
  color: #7AA5D6;
  font-weight: bold;
}

/* line 174, app/assets/stylesheets/general.css.scss */
table.global_search td.search_result {
  width: 400px;
  font-size: 11px;
  font-family: verdana;
  color: #585858;
}

/* line 182, app/assets/stylesheets/general.css.scss */
span#show_results_text a {
  cursor: pointer;
  text-decoration: underline;
}

/* line 187, app/assets/stylesheets/general.css.scss */
table.global_search td.search_result a {
  font-size: 11px;
  font-family: verdana;
  color: #7192aa;
  font-weight: bold;
}

/* line 194, app/assets/stylesheets/general.css.scss */
div#global_search_panel_mask {
  background: transparent;
}

/* From login.css */
/* line 200, app/assets/stylesheets/general.css.scss */
div#loginbox {
  width: 270px;
  text-align: left;
}

/* line 205, app/assets/stylesheets/general.css.scss */
input#hidden_login_button {
  display: none;
  border: 0 solid white;
  background-color: #dcdddc;
}

/* line 211, app/assets/stylesheets/general.css.scss */
table.login {
  margin-left: 8px;
}

/* line 215, app/assets/stylesheets/general.css.scss */
table.forgot_password {
  margin-left: 2px;
}

/* From sidebar.css */
/* line 220, app/assets/stylesheets/general.css.scss */
div#main_content_sidebar_container {
  width: 271px;
}

/* line 224, app/assets/stylesheets/general.css.scss */
div#main_content_sidebar_logo {
  text-align: center;
}

/* line 228, app/assets/stylesheets/general.css.scss */
td#main_content_sidebar {
  height: 100%;
  vertical-align: top;
  padding: 0;
  width: 271px;
  background-color: #b9b9b8;
}

/* line 236, app/assets/stylesheets/general.css.scss */
div#main_content_sidebar_top {
  background-image: url(/assets/main_content_sidebar_top-d13bb5e6aae9e6ce7071e7a813eb3080d784b1fe9115d14c0089f4a32b39a1ac.gif);
  background-repeat: no-repeat;
  padding-top: 10px;
}

/* task_results.css */
/* line 245, app/assets/stylesheets/general.css.scss */
a#addNewEvidenceDocument.addNewEvidenceDocument {
  padding: 3px 0;
  line-height: 20px;
}

/* line 249, app/assets/stylesheets/general.css.scss */
#evidenceDocumentList img {
  border: none;
}

/* line 250, app/assets/stylesheets/general.css.scss */
#evidenceDocumentList {
  margin-bottom: 8px;
}

/* line 252, app/assets/stylesheets/general.css.scss */
#linkedEvidenceDocuments {
  width: 100%;
}

/* line 254, app/assets/stylesheets/general.css.scss */
#evidenceDocumentsContainer {
  list-style-type: none;
  margin: 5px 0 0 0;
  padding: 0;
  clear: left;
}

/* line 259, app/assets/stylesheets/general.css.scss */
#evidenceDocumentsContainer li {
  clear: both;
}

/* line 261, app/assets/stylesheets/general.css.scss */
#evidenceDocumentsContainer li img {
  padding: 2px 0 0 5px;
}

/* line 263, app/assets/stylesheets/general.css.scss */
#evidenceDocumentsContainer li input {
  display: inline;
  font-size: 11px;
  color: #696762;
  width: 220px;
}

/* line 268, app/assets/stylesheets/general.css.scss */
.auditResultEvidenceDiv #evidenceDocumentsContainer li input {
  width: 320px;
}

/* line 269, app/assets/stylesheets/general.css.scss */
#evidenceDocumentsContainer li label {
  display: inline;
  line-height: 21px;
  padding: 0 5px;
  width: 60px;
}

/* line 274, app/assets/stylesheets/general.css.scss */
#evidenceDocumentsContainer li label.description {
  margin-left: 10px;
}

/* line 276, app/assets/stylesheets/general.css.scss */
#evidenceDocumentsContainer li label.document_category {
  margin-left: 10px;
}

/* line 278, app/assets/stylesheets/general.css.scss */
#evidenceDocumentsContainer li input.description {
  width: 187px;
}

/* line 281, app/assets/stylesheets/general.css.scss */
.auditResultEvidenceDiv #evidenceDocumentsContainer li input.description {
  width: 320px;
}

/* line 283, app/assets/stylesheets/general.css.scss */
#evidenceDocumentInfos {
  border-collapse: collapse;
  width: 300px;
}

/* line 285, app/assets/stylesheets/general.css.scss */
#evidenceDocumentInfos td, #evidenceDocumentInfos tr {
  border: none;
}

/* line 287, app/assets/stylesheets/general.css.scss */
#evidenceDocumentInfos td.descript {
  padding-left: 0;
}

/* line 289, app/assets/stylesheets/general.css.scss */
#evidenceDocumentInfos td.link {
  white-space: nowrap;
  text-align: right;
}

/* type_search.css */
/* line 293, app/assets/stylesheets/general.css.scss */
table.type_search_outer {
  width: 100%;
  height: 100%;
}

/* line 298, app/assets/stylesheets/general.css.scss */
td.type_search_outer {
  vertical-align: top;
}

/* line 302, app/assets/stylesheets/general.css.scss */
td.type_search_outer table.widget_header {
  z-index: 1000;
}

/* line 303, app/assets/stylesheets/general.css.scss */
td.type_search_outer .tkac_main {
  width: 180px;
}

/* line 305, app/assets/stylesheets/general.css.scss */
table.results_per_page {
  left: 10px;
  position: absolute;
  top: -1px;
  height: 30px;
}

/* line 312, app/assets/stylesheets/general.css.scss */
table.type_search_results {
  width: 100%;
  text-align: left;
  border-spacing: 0;
  border-width: 0;
}

/* line 319, app/assets/stylesheets/general.css.scss */
table.fields_table {
  width: 60% !important;
}

/* line 323, app/assets/stylesheets/general.css.scss */
table.new_field_table {
  font-weight: bold;
  width: 60%;
  background-color: #eae9e7;
  padding: 5px 25px;
}

/* line 330, app/assets/stylesheets/general.css.scss */
table.type_search_results tr.header th, table.type_search_results tr.header td, table.type_search_results tr.light_row td, table.type_search_results tr.dark_row td {
  border-bottom: 1px solid #dcdddc;
}

/* line 334, app/assets/stylesheets/general.css.scss */
table.type_search_results td {
  font-family: arial;
  font-size: 11px;
  color: #696762;
  padding-right: 5px;
}

/* line 341, app/assets/stylesheets/general.css.scss */
table.type_search_results input, table.type_search_results select {
  font: normal 11px Arial, Helvetica, sans-serif;
  color: #696762;
}

/* line 346, app/assets/stylesheets/general.css.scss */
td.no_results {
  text-align: center;
  color: #696762;
}

/* line 351, app/assets/stylesheets/general.css.scss */
tr.type_search_row td {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  height: 25px;
}

/* line 359, app/assets/stylesheets/general.css.scss */
table.type_search_results tr.light_row {
  background-color: #f9f9f8;
}

/* line 364, app/assets/stylesheets/general.css.scss */
table.type_search_results tr.dark_row {
  background-color: #f6f6f6;
}

/* line 368, app/assets/stylesheets/general.css.scss */
table.type_search_results tr.has_error {
  background-color: #FFBBBB;
}

/* line 372, app/assets/stylesheets/general.css.scss */
table.type_search_results td a {
  color: #7192aa;
  font-weight: bold;
}

/* line 377, app/assets/stylesheets/general.css.scss */
table.type_search_results tr.header th, table.type_search_results tr.header td {
  color: #696762;
  font-size: 11px;
  font-weight: bold;
  height: 27px;
  background-color: #eae9e7;
  padding: 5px;
}

/* Tasks reallocate panel */
/* line 388, app/assets/stylesheets/general.css.scss */
div#reallocate_panel img.bu_people_list_top_right {
  position: absolute;
  top: 0;
  left: 545px;
  display: block;
}

/* line 396, app/assets/stylesheets/general.css.scss */
div#reallocate_panel img.bu_people_list_bottom_right {
  position: absolute;
  top: -5px;
  left: 545px;
  display: block;
}

/* history_entries.css */
/* line 404, app/assets/stylesheets/general.css.scss */
#historyEntries {
  padding: 10px;
  background-color: #D3D4D3;
  border: 1px solid #B9B9B8;
  margin-top: 9px;
  zoom: 1;
  /* for IE6 peek-a-boo bug */
}

/* line 412, app/assets/stylesheets/general.css.scss */
#historyEntries h2 {
  color: #3d5d88;
  font-size: 14px;
  line-height: 21px;
  padding: 0;
  margin: 0 0 9px 0;
}

/* line 420, app/assets/stylesheets/general.css.scss */
#historyEntries h2 img {
  vertical-align: middle;
}

/* line 424, app/assets/stylesheets/general.css.scss */
#historyEntries .dayTitle {
  display: block;
  font-weight: bold;
  padding: 6px 10px;
  background-color: #dcdddc;
  color: #505050;
  margin-top: 20px;
  border: 1px solid #B9B9B8;
  border-bottom: 0;
}

/* line 435, app/assets/stylesheets/general.css.scss */
#historyEntries .dayEvents {
  display: block;
  font-size: 11px;
  font-weight: normal;
  color: #505050;
  border-bottom: 1px solid #B9B9B8;
}

/* line 444, app/assets/stylesheets/general.css.scss */
.dayEvents .event {
  background-color: #eee;
  font: normal 11px/14px arial, helvetica, sans-serif;
  display: block;
  padding: 10px 10px;
  border: 1px solid #B9B9B8;
  border-bottom: 0;
  word-wrap: break-word;
  width: 231px;
}

/* line 455, app/assets/stylesheets/general.css.scss */
.dayEvents .eventName {
  font-weight: bold;
  color: #000;
}

/* line 460, app/assets/stylesheets/general.css.scss */
.dayEvents .comment {
  background-color: #eee;
  padding: 10px 0;
  border: 1px solid #B9B9B8;
  border-bottom: 0;
  width: 251px;
}

/* line 467, app/assets/stylesheets/general.css.scss */
.dayEvents .comment .commentAttribution {
  display: block;
  padding: 0 10px;
  word-wrap: break-word;
}

/* line 473, app/assets/stylesheets/general.css.scss */
.dayEvents .comment .commentBody {
  position: relative;
  padding: 6px 10px;
  margin-top: 10px;
  font-weight: normal;
  background-color: #f6f6f6;
  border-top: 1px solid #42759b;
  border-bottom: 1px solid #42759b;
}

/* line 483, app/assets/stylesheets/general.css.scss */
.dayEvents .comment .commentChevron {
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url(/assets/comment_chevron-f45106e52af3049a8a9c1fb983a06f3ad53e4f4a6a235b2eaf1e2a98c664aa1e.png);
  margin-top: -16px;
  left: 26px;
  overflow: hidden;
  /* For IE6 */
}

/* line 494, app/assets/stylesheets/general.css.scss */
.dayEvents .comment span.commenterName {
  font-weight: bold;
}

/* incident_type_owner.css */
/* line 501, app/assets/stylesheets/general.css.scss */
.component form.ownerForm p {
  margin-top: 10px;
}

/* line 503, app/assets/stylesheets/general.css.scss */
.component form.ownerForm select {
  width: 175px;
  margin-left: 10px;
}

/* line 505, app/assets/stylesheets/general.css.scss */
.component form.ownerForm {
  padding: 3px;
}

/* line 507, app/assets/stylesheets/general.css.scss */
form.edit_incident_type img.delete {
  margin-left: 10px;
  cursor: pointer;
}

/* line 509, app/assets/stylesheets/general.css.scss */
.component form.ownerForm p.submit {
  margin: 30px 0 0 110px;
  float: left;
  display: inline;
  clear: left;
}

/* line 513, app/assets/stylesheets/general.css.scss */
#ownerForm p.owner {
  margin-top: 33px;
}

/* line 515, app/assets/stylesheets/general.css.scss */
.ownerForm p.addRow {
  font-weight: bold;
  margin-top: 5px;
  margin-left: 18px;
  display: block;
}

/* line 516, app/assets/stylesheets/general.css.scss */
.ownerForm p.addRow img {
  margin-right: 5px;
}

/* line 518, app/assets/stylesheets/general.css.scss */
.ownerForm ul {
  margin-top: 10px;
  width: 100%;
  list-style: none;
}

/* line 520, app/assets/stylesheets/general.css.scss */
.ownerForm .ownerSelectionRows li {
  clear: both;
  margin-top: 10px;
  width: 100%;
}

/* line 522, app/assets/stylesheets/general.css.scss */
.ownerForm div.errors {
  margin: 9px 9px;
  padding: 6px;
  background-color: #fefefe;
  border: 1px solid #e9e9e9;
  color: #696762;
}

/* line 524, app/assets/stylesheets/general.css.scss */
.ownerForm select {
  color: #696762;
  font-size: 11px;
}

/*.ownerForm ul.ownerSelectionRows, .ownerForm .ownerSelectionRows li,
.ownerForm p.owner, .ownerForm label,
.ownerForm select { float: left; display: inline; }*/
/* line 530, app/assets/stylesheets/general.css.scss */
.ownerForm h3 {
  margin-left: 18px;
  color: #595752;
  font-size: 13px;
}

/* line 532, app/assets/stylesheets/general.css.scss */
.ownerForm li label, .ownerForm p.owner label {
  width: 70px;
  line-height: 18px;
}

/* line 536, app/assets/stylesheets/general.css.scss */
.ownerForm .ownerSelectionRows li .delete {
  margin-top: 3px;
}

/* Errors */
/*.component .ownerForm #errorExplanation { float: left; display: inline; }*/
/* line 541, app/assets/stylesheets/general.css.scss */
.component .ownerForm #errorExplanation ul {
  margin-left: 15px;
}

/* line 543, app/assets/stylesheets/general.css.scss */
.component .ownerForm #errorExplanation p {
  margin: 5px 0;
}

/* line 545, app/assets/stylesheets/general.css.scss */
.ownerForm .missing select, .ownerForm select.missing {
  background-color: #fdd;
}

/* for Tickit Paged Autocomplete */
/* line 549, app/assets/stylesheets/general.css.scss */
.tkac_main {
  z-index: 1000;
  height: 19px;
}

/* line 553, app/assets/stylesheets/general.css.scss */
input.tkac_input {
  top: 0;
  width: 183px;
  height: 19px;
}

/* line 558, app/assets/stylesheets/general.css.scss */
button.tkac_toggle {
  padding: 0;
  position: absolute;
  border: 1px solid #808080;
  cursor: pointer;
  width: 17px;
  height: 19px;
  right: 0;
  top: 0;
  background: url(/assets/down_arrow_s-dc223c4078958f418c355034a2fc7b7b2f9d91f24108b6d1955efed90f54d483.png) no-repeat center center;
  font-size: 10px;
  text-indent: -9999px;
  overflow: hidden;
}

/* line 572, app/assets/stylesheets/general.css.scss */
.tkac_disabled button.tkac_toggle {
  cursor: default;
}

/* line 573, app/assets/stylesheets/general.css.scss */
button.tkac_clear {
  padding: 0;
  position: absolute;
  border: none;
  cursor: pointer;
  width: 19px;
  height: 19px;
  right: 19px;
  background: transparent url(/assets/trash-d7d5e69f2dadfac15ac94a98a28e82f7a83f6c2c52347ecab4c68b227cd9d01e.gif) no-repeat center center;
}

/* line 585, app/assets/stylesheets/general.css.scss */
.tkac_container li {
  height: 13px;
}

/* line 586, app/assets/stylesheets/general.css.scss */
div.tkac_has_pages div.yui-ac-bd {
  height: 170px;
}

/* line 590, app/assets/stylesheets/general.css.scss */
input.tkac_no_select, table.form td.styled input.tkac_no_select, div.styled input.tkac_no_select {
  color: #AAAAAA;
}

/* line 594, app/assets/stylesheets/general.css.scss */
.tkac_cnt_open {
  z-index: 2000;
}

/* line 596, app/assets/stylesheets/general.css.scss */
.tkac_selections {
  border-left: 1px solid #ecf0f4;
  border-right: 1px solid #ecf0f4;
  border-bottom: 1px solid #ecf0f4;
  border-top: 1px solid #c7c8cc;
  color: #696762;
  font-size: 11px;
  padding: 2px;
  display: inline;
  font-family: arial;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #ffffff;
  position: absolute;
  top: 35px;
  width: 194px;
  height: 105px;
  z-index: -1;
  word-wrap: normal;
}

/* line 616, app/assets/stylesheets/general.css.scss */
.tkac_disabled_list .tkac_selections {
  background-color: #eeeeee;
}

/* line 618, app/assets/stylesheets/general.css.scss */
.tkac_disabled .tkac_selections {
  background-color: #eeeeee;
}

/* line 619, app/assets/stylesheets/general.css.scss */
.tkac_selections ul {
  margin: 0;
  padding: 0;
}

/* line 623, app/assets/stylesheets/general.css.scss */
.tkac_selections ul li {
  list-style: none none outside;
  height: 15px;
  /*  text-indent: 18px;*/
  white-space: nowrap;
}

/* line 629, app/assets/stylesheets/general.css.scss */
.tkac_disabled .tkac_selections ul li {
  text-indent: 0;
}

/* line 630, app/assets/stylesheets/general.css.scss */
.tkac_disabled .tkac_selections {
  top: 0;
}

/* line 631, app/assets/stylesheets/general.css.scss */
.multi_select .disabled, .tkac_disabled .tkac_selection_heading {
  display: none;
}

/* line 633, app/assets/stylesheets/general.css.scss */
.tkac_selections ul li button {
  border: 0;
  /*background: transparent url(/assets/trash.gif) no-repeat scroll center center;*/
  background: transparent url(/assets/trash-d7d5e69f2dadfac15ac94a98a28e82f7a83f6c2c52347ecab4c68b227cd9d01e.gif) no-repeat center center;
  height: 15px;
  width: 18px;
  cursor: pointer;
  position: relative;
  /*  position: absolute;*/
  /*  margin-left: -18px;*/
}

/* line 645, app/assets/stylesheets/general.css.scss */
.tkac_selections ul li span {
  line-height: 15px;
  white-space: nowrap;
}

/* line 649, app/assets/stylesheets/general.css.scss */
.tkac_selection_heading {
  position: absolute;
  top: 20px;
  height: 13px;
  z-index: -1;
}

/* line 655, app/assets/stylesheets/general.css.scss */
.tkac_selection_heading_URL {
  position: relative;
  text-align: right;
  float: right;
  top: 20px;
  height: 13px;
  z-index: -1;
}

/* line 664, app/assets/stylesheets/general.css.scss */
.tkac_no_result {
  margin: 5px;
  text-align: center;
}

/* line 669, app/assets/stylesheets/general.css.scss */
.tkSortableList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 675, app/assets/stylesheets/general.css.scss */
.tkSortableList li {
  cursor: move;
  margin-left: 0;
  width: 95%;
}

/* line 681, app/assets/stylesheets/general.css.scss */
.tkSortableList .number {
  color: #0077A7;
  width: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  float: left;
  display: inline;
}

/* line 687, app/assets/stylesheets/general.css.scss */
table.form td.mceIframeContainer {
  padding-right: 0;
}

/* line 688, app/assets/stylesheets/general.css.scss */
.mceReadOnly p, .mceReadOnly ol, .mceReadOnly ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 690, app/assets/stylesheets/general.css.scss */
div.tk_mce_show, div.tk_mce_hide {
  text-align: center;
  background: #BBB;
  color: #FFF;
  padding: 2px 0;
}

/* line 697, app/assets/stylesheets/general.css.scss */
.pretty_para {
  white-space: pre-line;
}

/* line 701, app/assets/stylesheets/general.css.scss */
div.prev_next {
  padding-top: 5px;
}

/* line 704, app/assets/stylesheets/general.css.scss */
div.next_link {
  float: right;
}

/* line 708, app/assets/stylesheets/general.css.scss */
div.next_link_text {
  float: right;
  position: relative;
  top: 0.5em;
  right: 0.5em;
}

/* line 715, app/assets/stylesheets/general.css.scss */
div.previous_link {
  float: left;
}

/* line 719, app/assets/stylesheets/general.css.scss */
div.button_bar div {
  float: left;
}

/* line 723, app/assets/stylesheets/general.css.scss */
hr.line_break {
  border-top: 2px dotted #CCCBCA;
}

/* line 725, app/assets/stylesheets/general.css.scss */
div.breadcrumbs {
  margin: 2px 10px;
  color: #7DA1BC;
  font-weight: bold;
}

/* line 726, app/assets/stylesheets/general.css.scss */
div#content_main div.breadcrumbs a {
  font-size: 13px;
}

/* line 727, app/assets/stylesheets/general.css.scss */
div#content_main div.breadcrumbs a {
  font-weight: bold;
}

/* line 729, app/assets/stylesheets/general.css.scss */
div.tab_top_warning {
  font-size: 12px;
  color: #E71D2B;
  margin: 10px;
}

/* line 731, app/assets/stylesheets/general.css.scss */
div.yui-tt {
  text-align: left;
  max-width: 1000px;
}

/* line 732, app/assets/stylesheets/general.css.scss */
.yui-skin-sam div.yui-tt div.bd {
  background-color: #f5f5b5;
}

/* line 733, app/assets/stylesheets/general.css.scss */
div.yui-tt-shadow {
  display: none;
}

/* line 735, app/assets/stylesheets/general.css.scss */
span.ajax-loader {
  width: 16px;
  height: 16px;
  display: block;
  margin: 0 auto;
  background-image: url(/assets/ajax_loader_black-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif);
}

/* line 742, app/assets/stylesheets/general.css.scss */
#tkLoadingPanel p {
  text-align: center;
}

/* line 744, app/assets/stylesheets/general.css.scss */
#importLoadingPanel {
  width: 300px;
}

/* line 748, app/assets/stylesheets/general.css.scss */
#accreditor_block {
  background-color: #d7d6d5;
}

/* line 752, app/assets/stylesheets/general.css.scss */
#accreditor_details .tkac_main {
  width: 219px;
  float: left;
  margin-right: 4px;
}

/* line 757, app/assets/stylesheets/general.css.scss */
#accreditor_details .tkac_input {
  width: 203px;
}

/* line 759, app/assets/stylesheets/general.css.scss */
#importLoadingPanel p {
  text-align: center;
}

/* line 763, app/assets/stylesheets/general.css.scss */
table.import td.cell {
  vertical-align: top;
}

/* line 767, app/assets/stylesheets/general.css.scss */
table.import td.date {
  white-space: nowrap;
}

/* line 771, app/assets/stylesheets/general.css.scss */
p.import_warn {
  color: red;
}

/* line 776, app/assets/stylesheets/general.css.scss */
div.password_help {
  padding: 0 0 0 15px;
  font-size: 11px;
  color: #696762;
  font-weight: bold;
  position: relative;
  top: 10px;
}

/* line 785, app/assets/stylesheets/general.css.scss */
div.password_help li {
  font-weight: normal;
}

/* line 789, app/assets/stylesheets/general.css.scss */
div.password_help ul {
  margin: 0;
  padding-left: 15px;
}

/* line 794, app/assets/stylesheets/general.css.scss */
#tk_form_id #taskParentCategoryAC {
  float: left;
}

/* line 798, app/assets/stylesheets/general.css.scss */
div.calendar_button {
  width: 22px;
  height: 22px;
  cursor: pointer;
  background-image: url(/assets/calendar_on_f6f6f5-1fd97d5bea35d93b3e740beff0411c5ee4e0f03efc28ef0b16dcf06e42666444.png);
}

/* line 806, app/assets/stylesheets/general.css.scss */
div.task_status_prog {
  background-image: url(/assets/clock-7bf7b673aefb9d0223bf30eb3c4f266e21081c5916e39ada36bd417f5614fa17.png);
  width: 17px;
  height: 19px;
  display: block;
}

/* line 813, app/assets/stylesheets/general.css.scss */
div.task_status_temp {
  background-image: url(/assets/task_temp-de7905d9376d3dbdc997da74ac0768cb136d8c5fe41ef0d5bce0cc60c49fdccf.png);
  width: 17px;
  height: 19px;
  display: block;
}

/* line 822, app/assets/stylesheets/general.css.scss */
div#responsible_user .tkac_main,
div#task_allocation_responsible .tkac_main {
  width: 300px;
  height: 100px;
}

/* line 825, app/assets/stylesheets/general.css.scss */
div#responsible_user .tkac_input,
div#task_allocation_responsible .tkac_input {
  width: 283px;
}

/* line 826, app/assets/stylesheets/general.css.scss */
div#responsible_user .tkac_selections,
div#task_allocation_responsible .tkac_selections {
  width: 294px;
  height: 60px;
}

/* line 827, app/assets/stylesheets/general.css.scss */
div#responsible_user .tkac_disabled,
div#task_allocation_responsible .tkac_disabled {
  height: 75px;
}

/* line 830, app/assets/stylesheets/general.css.scss */
table.type_search_results tr.selected_migrate_row {
  background-color: #CCFFCC;
}
