

html, body {height:100%}
html {overflow: hidden}

body {margin:0px;	border:0px}

.backdrop {
  position: fixed;
  left: -10%;
  top: -10%;
  display: block;
  background-position: center;
  width: 120%;
  height: 120%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.7;
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: blur(7px);
}
.cms-admin-body {width:100%;margin-left:auto;margin-right:auto;height:100%}
.cms-admin-dialog-container {position: absolute;top: 50%;  left:0; width: 100%}
.cms-admin-dialog {background:white;opacity: 0.9;
  margin-top:-15%;
  width:400px;
  border-radius: 1em 1em 1em 1em;
  -moz-border-radius: 1em;
  margin-left:auto; margin-right:auto; overflow:hidden; padding:20px; text-align:center
}

.cms-logo {
  background-image: url(/images/ti.logo.transparent.png);
  background-repeat: no-repeat;
  background-size:contain;
  position:absolute;
  top:5%;left:5%;
  display:block;
  width:15%;height:15%;
}

body, td, th, input, select, textarea {
  font-family: Arial, Helvetica,  sans-serif;
  font-size: 0.95em;
  color: black; 
}

@font-face{
  font-family:"Klint LT W01 Regular";
  src:url("/fonts/1a600d6d-a636-4eb0-944a-9fb6d94ffc61.eot?#iefix");
  src:url("/fonts/1a600d6d-a636-4eb0-944a-9fb6d94ffc61.eot?#iefix") format("eot"),url("/fonts/87f7922b-39f7-45da-b825-1c1e6b898c51.woff2") format("woff2"),url("/fonts/3f1b4871-73d0-4bba-9e1f-ad3a3a5a5a40.woff") format("woff"),url("/fonts/32ff0ab0-d409-48f1-9b72-1152fd4f33d0.ttf") format("truetype"),url("/fonts/7ce8e8a9-6695-4c74-85ae-b1d482413f1c.svg#7ce8e8a9-6695-4c74-85ae-b1d482413f1c") format("svg");
}

@font-face{
  font-family:"Klint LT W01 Medium";
  src:url("/fonts/38b8bc7e-97c1-445a-a092-1f610c15b998.eot?#iefix");
  src:url("/fonts/38b8bc7e-97c1-445a-a092-1f610c15b998.eot?#iefix") format("eot"),url("/fonts/b3dd5e39-9232-4f6c-86fc-f46013a68439.woff2") format("woff2"),url("/fonts/2535dc54-4238-48d2-aaa4-237c58067374.woff") format("woff"),url("/fonts/cf4a49b4-b15d-401b-992c-931de73b4c6d.ttf") format("truetype"),url("/fonts/5a7e93bf-81ed-4d81-ad1c-a83c8029ef52.svg#5a7e93bf-81ed-4d81-ad1c-a83c8029ef52") format("svg");
}

@font-face{
font-family:"Klint LT W01 Bold";
src:url("/fonts/25d018b8-edb4-4bf5-b9fa-34a0d8aa9311.eot?#iefix");
src:url("/fonts/25d018b8-edb4-4bf5-b9fa-34a0d8aa9311.eot?#iefix") format("eot"),url("/fonts/db93857b-f035-4a17-b088-1f1505c0218f.woff2") format("woff2"),url("/fonts/a62f658e-e35c-4241-9d13-96ed8b5433f9.woff") format("woff"),url("/fonts/89ed2b56-27ee-444a-88cf-c9b63e389213.ttf") format("truetype"),url("/fonts/986c2421-17dd-43f2-9344-615afc2a44b9.svg#986c2421-17dd-43f2-9344-615afc2a44b9") format("svg");
}


a {outline: 0}

h1 {color:#333333;font-size:1.5em; font-family:"Klint LT W01 Regular";font-weight:normal}

input[type=text], input[type=password], select, textarea {
    background-color: #F0F0F0;
    border:solid 1px #E0E0E0;
    line-height:1.6em;
    font-size: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 1.6em;
outline: none;
}

input[type=text], input[type=password], textarea {
  padding-left:0.3em; padding-right:0.3em;
}

input[type=text], input[type=password] {
}

textarea {line-height:1.2em;margin-top:-0.2em;padding:0.3em}

input.required, textarea.required {border 1px solid #A0A0A0}
input.disabled {color:#E0E0E0}
  
input[type=button], input[type=submit], input[type=cancel], .button, a.button {
  font-size:0.8em;letter-spacing: 0.05em;
  padding:0.1em;
  height:1.9em;
  overflow:hidden;
  padding-right:1em; padding-left:1em;
  margin-right:0.5em;
  cursor: pointer; 
  font-weight: bold; 
  border: 2px solid transparent;
  border-radius: 0.6em 0.6em 0.6em 0.6em;
  -moz-border-radius: 0.6em;
  /*text-transform:uppercase;*/
  background-color:#E0E0E0;
  -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; 
  box-sizing: border-box;
  /*box-shadow: 1px 1px 2px #333;*/
  outline: 0;
}

input[type=button].submit, input[type=submit] {color:white; background-color: #10D010}
input[type=button].destructive, button.destructive {color:white; background-color: #E01010}

input[type=button].right, input[type=submit].right, input[type=cancel].right, .button.right, a.button.right {
  margin-right:0;margin-left:0.5em; float:right;
}

input[type=button]:hover, input[type=cancel]:hover, .button:hover, a.button:hover {background-color: #F0F0F0}

input[type=button].submit:hover, input[type=submit]:hover {background-color: #40F040}
input[type=button].destructive:hover {background-color: #FF4040}

.button.selected {color:white; background-color: #ffa500}
.button.disabled {color: #909090; background-color: #E0E0E0;cursor:default}

.text-button {cursor:pointer; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none}
.text-button:hover {color:#606060}

.paging {margin-top:0.5em;margin-bottom:1.5em}
.paging .button {font-size:0.7em;line-height:1.7em;height:2.1em;padding:0;padding-left:0.75em;padding-right:0.75em;border-radius:0.1em 0.1em 0.1em 0.1em}
.paging .button.selected {background-color: #61a8ff}
.paging a:hover {text-decoration:none}
.paging select {}
.paging * {display:table-cell; margin-bottom:0.5em}


/* Remove horizonal paddding on IE input buttons */
* html input[type=button] {overflow: visible; width:0} 
*:first-child+html input[type=button] {overflow: visible;width:auto !important}

/* NEW CHECKBOX */

input[type=checkbox], input[type=radio] {}
input[type="checkbox"] { background-color:inherit;width:1em;height:1em;font-size:1.2em; display:inline-block;vertical-align: middle}
input[type="checkbox"] + label {
  display:inline-block; margin-left:0.5em; 
  line-height:1.5em;vertical-align: middle; 
}

td.data checkbox {margin-top:-0.1em}

/* END NEW CHECKBOX */


A {color: Black; text-decoration: none; font-weight: bold}
A:hover {color: #505050; text-decoration: underline; font-weight: bold}

.pane {background-color:#FFFFFF; clear:both}
.object {background-color:#E0E0E0}

#scroll {overflow-y: auto; width:100%; overflow-x:hidden; padding-right:0px; border-top:1px solid #E0E0E0}

.section {padding:1em}
.section.data {padding:0;margin:1em}

.section+.section {padding-top:0}

.dialog {
  background: white;
  -moz-border-radius: 5px;
  border-radius: 5px 5px 5px 5px;
}



/* MENUS */

.top {box-shadow: -1px 0px 10px #000}

ul.menu {list-style-type:none; margin:0; padding:0; clear:both; white-space: nowrap; overflow:hidden; user-select: none; background-color:#E0E0E0; height:3em}
ul.menu li {
  font-family:"Klint LT W01 Regular"; font-weight:bold;
  font-size:1.1em;
  display: block; float:left; padding:0; margin:0; box-sizing:border-box; cursor:pointer;
  user-select: none; -ms-user-select: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none;  
  background-color:#E0E0E0; 
  color:#202020;
  padding-left:0.8em; padding-right:0.8em;
  /*border-right:1px solid #E0E0E0;*/
  line-height:3em;
  height:3em;
}
ul.menu i {font-size:1em;margin-left:0.5em}

/* main and sub menu */

ul.menu li.dropdown {background-color: #61a8ff;color:white;border-left:2px solid white}


ul.menu li:hover, ul.menu.sub li:hover {background-color:#A0A0A0}
ul.menu li.selected, ul.menu.sub li.selected {background-color:#ffa500}
ul.menu li.disabled:hover, ul.menu.sub li.disabled:hover {background-color:#E0E0E0;cursor:default}
ul.menu li.right, ul.menu.sub li.right {float:right;border-left:2px solid white;border-right:0}

ul.menu+ul.menu {border-top:2px solid white}
ul.menu select {
   padding: 0;
   border: 0;
   font-size: 1em;
   line-height: 1em;
   border-radius: 0;
   /*-webkit-appearance: none;*/
   background-color:transparent;
   cursor:pointer;
   color:white;

   font-family:"Klint LT W01 Regular";font-weight:bold;
}

select::-ms-expand {
    border:none; background-color:transparent;font-size:0.8em;
}
ul.menu select::-ms-expand {
    color:white; font-size:1em;
}

ul.menu select option {background-color:#E0E0E0;color:#505050;font-weight:bold;font-size:0.9em;}

ul.menu.sub {height:2.5em;font-size:0.8em}
ul.menu.sub li {height:2.5em;line-height:2.5em}

ul.menu.buttons select option {background-color:white;color:black}
ul.menu.buttons select option:checked {background-color:#303030;color:white}

ul.menu.buttons {background-color:transparent;padding:1em;height:1.7em; box-shadow:none}
ul.menu.buttons li {font-size:1em;font-weight:normal; height:1.7em;line-height:1.7em;background-color:gray;color:white;margin-right:1em; border-radius:0.2em 0.2em 0.2em 0.2em;border:0;/*box-shadow: 1px 1px 3px #333*/}
ul.menu.buttons li.right {margin-right:0;margin-left:1em}
ul.menu.buttons li:hover {background-color: #A0A0A0}
ul.menu.buttons li.selected {background-color: #ffa500}
ul.menu.buttons li.inactive {background-color:transparent;color:inherit}
ul.menu.buttons li.submit {background-color:#00ae00}

ul.menu.tabs {font-size:0.9em;background-color:transparent;height:2.3em;border-bottom:0;padding-left:1em;padding-right:1em; box-shadow:none}
ul.menu.tabs li {line-height:2.3em; height:2.2em;margin-top:0.1em; padding-left:1em;padding-right:1em;background-color:#C0C0C0;border:0;color:black;border-top-right-radius:0.2em;border-top-left-radius:0.2em;margin-left:0.5em;margin-right:0.5em}
ul.menu.tabsold li {line-height:2.3em; height:2.2em;margin-top:0.1em; padding-left:1em;padding-right:1em;background-color:#C0C0C0;border:0;color:black;border-top-right-radius:0.2em;border-top-left-radius:0.2em;margin-left:0.5em;margin-right:0.5em;box-shadow: 1px 1px 2px #333}
ul.menu.tabs li {margin-right: 1em;margin-left:0}
ul.menu.tabs li.right {margin-right:0;margin-left: 1em}
ul.menu.tabs li:hover {background-color:#F0F0F0}
ul.menu.tabs li.selected {background-color:white;height:2.3em;margin-top:0.0em}
ul.menu.tabsold li.selected {background-color:white;box-shadow: 2px 2px 3px #333;height:2.3em;margin-top:0.0em}

ul.menu.buttons i {font-size:0.8em}

ul.menu.buttons.pages {height:auto  !important; padding-bottom:0}
ul.menu.buttons.pages li {margin-bottom: 1em}

.pane ul.menu.buttons li.last {padding-right:0 !important}

/* CSS DROPDOWN */

/*Initialize*/
ul.dropdown, ul.dropdown ul {
  border:1px solid #D0D0D0;
  background-color: #F0F0F0;
}

ul.dropdown, ul.dropdown ul {
    padding:0;
    margin:0;
    cursor:pointer;
}

ul.dropdown li {list-style-type: none}

ul.dropdown > li {
  vertical-align: text-top;
  background-color: #F0F0F0;
  margin:0;
  white-space: nowrap;
  margin-left:0.3em;
}

ul.dropdown li li {
  padding-top:0.1em; padding-bottom:0.1em; 
  box-sizing:content-box; 
  padding-left:0.3em
 
};

ul.dropdown li div {display:inline-block}

ul.dropdown li .arrow {  
  border-left:1px solid #D0D0D0;
  width:1.2em;
  text-align:center;
  display:inline-block;
  margin-left:0.3em;
  color:#999;
}

ul.dropdown > li:hover {background-color:#F5F5F5}

ul.dropdown li .arrow i {font-size:0.5em;display:inline-block;position:relative;top:-0.3em}


/*Link Appearance*/
ul.dropdown li a {
    text-decoration: none;
    display:inline-block;
    
    font-weight: normal;
}


ul.dropdown > li {
    position: relative;
    background-color:transparent;
}

ul.dropdown li ul {
    display:none;
    position: absolute;
    border-box:collapse;
    width:100%;
}

ul.dropdown.open li ul {
    display:block;
}

ul.dropdown li ul li {width:100%}

ul.dropdown li li:hover, ul.dropdown li li.selected {
  background-color: #61a8ff;
}

.separator {float:left;margin-right:10px;background-color:#A0A0A0;width:2px;overflow:hidden;padding-top:3px;padding-bottom:3px}

.header.large {border:0; margin:0;margin-bottom:0.5em;border-collapse: collapse}
.header.large td {padding:0.5em;font-size:1.5em;vertical-align:top; font-family:"Klint LT W01 Regular";padding-top:0.6em}
.header.large td:last-child {border-right:0}
.header.large td:first-child {border-left:0}
.header .data {padding:5px;font-weight:bold}

.clear {overflow:hidden;height:0px;clear:both;padding:0 !important}

.reference .navigation {padding:10px; font-weight:normal;margin-bottom:0px;background-color:#FFA500;color:white; border:0; font-family: "Klint LT W01 Regular";font-size:1.2em}
.reference .navigation i {margin-right:10px;font-size:0.9em}
.reference .header .button {margin-top:10px}

.reference .header, .reference .header td {padding:10px; margin:0; background-color:#505050; color:white; font-size:inherit; border:0;border-collapse: collapse}

.reference table.header {padding:0}
.reference table.header td {border:1px solid white}
.reference table.header tr:first-child td {border-top:0}
.reference table.header tr:last-child td {border-bottom:0}
.reference table.header td:first-child {border-left:0}
.reference table.header td:last-child {border-right:0}

.reference .header.clickable {cursor:pointer}
.reference .header.clickable:hover td {background-color:#303030}

.reference .dataTable {border-collapse: collapse}
.reference .dataTable td {padding:4px;border:1px solid #E0E0E0}
.reference .dataTable td:first-child {border-left:0} 
.reference .dataTable td:last-child {border-right:0} 



table.data {background-transparent;border:0;border-collapse:collapse}
table.data td, table.data th {padding:0.35em; vertical-align:top;padding-bottom:0.75em}
table.data td:first-child, table.data th:first-child {padding-left:0px}
table.data td:last-child, table.data th:last-child {padding-right:0px}


table.data .legend {font-weight: bold}
table.data td select, table.data td input, table.data td text-area {}


.thumb {float:left;padding:5px;text-align:center;cursor:pointer;border-right:1px solid #E0E0E0;border-bottom:1px solid #E0E0E0}
.thumb:hover {background-color:#D0D0D0}

.textcounter {color: #808080}

.note {border:1px dashed black; background-color:#FFFFC0;padding:0.5em;margin-top:0.5em;margin-bottom:0.5em}
.note A {font-weight:normal; text-decoration:underline}
.error {background-color:#D00000; color:white; padding:5px; font-weight:bold;margin-top:5px}


v\:* { behavior:url(#default#VML);}

i.status {
  width: 14px; 
  height: 14px; 
  display:block;
  float:left; 
  overflow:hidden; 
  text-align:center;
  border-radius:1px 1px 1px 1px;color:white;
  font-weight:normal;
  margin-left:0px;
  margin-right:0px;
  margin-top:2px;
  line-height:14px;
  font-size:12px;
  padding:0;
  box-sizing: border-box;
}

i.status.nofloat {float:none;display:inline-block;margin-top:0}

.status.large {width: 18px; height:18px;padding-top:1px;font-size:18px;line-height:18px;border-radius:2px 2px 2px 2px}

.status .inactive {width:9px;height:3px;margin-top:5px;margin-left:2px;background-color:#FFFFFF;overflow:hidden}
.status .archived {width:7px;height:7px;margin-top:3px;margin-left:3px;background-color:#FFFFFF;overflow:hidden}

.status.large .inactive {width:12px;height:4px;margin-top:8px;margin-left:4px}
.status.large .archived {width:10px;height:10px;margin-top:5px;margin-left:5px}

.status.hidden {visibility:hidden}

.c0 {background-color: #FF1010}
.c1 {background-color: #10E010}
.c2 {background-color: #FFC000}

.helpBox {background: #FFFF90; border: 1px outset black; font-size: 10px; font-weight: normal; padding: 5px; text-align: left}
.symbol {font-family: WebDings; font-weight: normal; text-decoration: none; font-size: 14px; line-height: 10px}
.buttonPlus {width: 10px; height: 10px; font-size: 13px; font-family: Arial Black; line-height: 10px;  padding-left: 0px; padding-right: 2px; font-weight: normal}
.buttonMinus {width: 10px; height: 10px; font-size: 13px; font-family: Arial Black; padding-left: 0px; padding-bottom: 0px; padding-right: 2px; line-height: 7px; font-weight: normal}
.compactForm {margin-top: 0px; margin-bottom: 0px}
.t1 {background: #D6DEDE; font-weight: bold; font-size: 14px}
.t2 {background: #CCCCCC; font-weight: bold; font-size: 16px}
.t3 {background: #D6DEDE; font-weight: bold; font-size: 100%}
.t4 {background: #D6DEDE; color: White; font-weight: bold; font-size: 100%}

.st3 {font-family: Webdings; color: #00E000; font-weight: normal}
.st2 {font-family: Webdings; color: #F0F000; font-weight: normal}
.st1 {font-family: Webdings; color: #E00000; font-weight: normal}


.btnPanel {padding-left: 4px; padding-right: 4px; padding-top: 6px; padding-bottom: 6px; font-weight: bold; background: #F6F6F6}

.message {font-weight: bold; background: #fff384; border:1px solid #606060;padding: 5px}

.textParagraph {line-height: 15px; font-weight: normal}
.smallExpText {line-height: 15px; font-weight: normal; font-size: 10px}
.activeButton, .activeButtonLarge, .activeButtonCompact, .activeButtonDisabled {
  padding-top: 2px; padding-bottom: 2px; padding-left: 4px; padding-right: 4px;
  BORDER: #FFFFFF outset 1px; 
  background: #FFFFFF;
  font-weight: bold; 
  font-size: 10px; 
 }
 
.filter {margin-top:10px}

.activeButtonLarge {font-size: 12px; padding-top: 3px; padding-bottom: 3px; padding-left: 8px; padding-right: 8px;  BORDER: #FFFFFF outset 2px}
.activeButtonCompact {padding-top: 1px; padding-bottom: 1px; padding-left: 2px; padding-right: 2px}
.tblHeader {background: #C0C0C0; font-weight: bold; border: 1px outset white}
.tblHeaderHilite {background: #DED6B5; font-weight: bold; border: 1px inset white}

.shortcut {text-decoration: underline; color: Black}
.dispButton {position: absolute; top: 40px; left: 18px}

.ghosted IMG {filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40}

.listEvenAttached {background: #; padding-top: 3px; padding-bottom: 3px}
.listOddAttached {background: #; padding-top: 3px; padding-bottom: 3px}

/* NEW LISTS */

table.list {border-collapse: collapse; cursor:pointer;width:100%}
table.list.passive {cursor:default}
table.list.passive th:hover {background-color:#505050}

table.list td, table.list th {padding:4px; padding-left:8px; padding-right:8px; vertical-align:top}
table.list td {background-color:#FFFFFF; border: 1px solid #D8D8D8}
table.list th {
  color:white; text-align:left; background-color:#505050; white-space:nowrap; border:1px solid white; border-top: 0; padding-top:4px; padding-bottom:6px;
  -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; 
}

table.list th.selected {background-color: #61a8ff;padding-right:1.5em}
table.list th:hover {background-color:#808080}
table.list th.selected:hover {background-color: #61a8ff}
table.list th.up {background: #61a8ff url('/images/up.png') no-repeat right center}
table.list th.down {background: #61a8ff url('/images/down.png') no-repeat right center}

table.list tr td:first-child, table.list tr th:first-child {border-left: 0 !important;padding-left:1em}
table.list tr td:last-child, table.list tr th:last-child {border-right: 0 !important;padding-right:1em}

table.list tr:hover td {background-color:#E0E0E0}

table.list tr.future td {background-color:#ffff88}
table.list tr.future:hover  td {background-color:#e6e67b}
table.list tr.past td {background-color:#E0E0E0; border:1px solid white} 
table.list tr.past:hover td {background-color:#D0D0D0}

table.list tr.inactive td {color:#999999}
table.list tr.inactive td a {color:#999999}
table.list tr.nohover:hover td {background-color:white}

table.list td.merge {border-right:0 !important}
table.list td.merge + td.merge {border-left:0 !important; padding-left:0 !important}
table.list td.merge + td.merge.last {padding-right:8px}

table.list tr td {border-top:0 !important}
table.list tr.invisible td {border:0}

.nobreak, .nowrap {white-space:nowrap}

table.list .sticky {
    position: sticky;
    top: 0;
    background: white;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    z-index: 2; 
}

table.list .scrollable {
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}

/* END NEW LISTS */


.info {font-size: 10px}
.grad {border: 1px solid black}

.innerPane {position: absolute; top: 30px}
.contentPane {}
.checkboxNoBorder {height: 14px; width: 14px; border-style:none}
.framedImage {border: 1px solid black};
#footer {color: White; font-size: 60%}
#upload {position: absolute; top: 32px; display: none}
#d1, #d2, #d5, #d6 {visibility: hidden}
#d3, #d4 {visibility: visible}

A.nLink:link {color: Black; text-decoration: none; font-weight: normal}
A.nLink:visited {color: Black; text-decoration: none; font-weight: normal}
A.nLink:active {color: Black; text-decoration: none; font-weight: normal}
A.nLink:hover {color: White; text-decoration: none; font-weight: normal}
A.cLink:link {color: Black; text-decoration: none; font-weight: normal; font-style: italic}
A.cLink:visited {color: Black; text-decoration: none; font-weight: normal; font-style: italic}
A.cLink:active {color: Black; text-decoration: none; font-weight: normal; font-style: italic}
A.cLink:hover {color: White; text-decoration: none; font-weight: normal; font-style: italic}
.disabledNavArrow {font-size: 16px; font-family: WebDings; font-weight: normal; text-decoration: none; line-height: 10px; color: #D0D0D0}
.navArrow         {font-size: 16px; font-family: WebDings; font-weight: normal; text-decoration: none; line-height: 10px}
.noTextDecoration {text-decoration: none}

.orderArrow {font-size: 16px; font-family: WebDings; font-weight: normal; text-decoration: none; line-height: 12px}
A.orderArrow:hover {text-decoration: none; font-weight: normal}





element.style {
}
Inherited from a
ul.dropdown li a {
    text-decoration: none;
    display: inline-block;
    font-weight: normal;
}
A {
    color: Black;
    text-decoration: none;
    font-weight: bold;
}
user agent stylesheeta:-webkit-any-link {
    color: -webkit-link;
    text-decoration: underline;
    cursor: auto;
}
Inherited from li
ul.dropdown > li {
    vertical-align: text-top;
    background-color: #F0F0F0;
    margin: 0;
    white-space: nowrap;
    margin-left: 0.3em;
}
ul.dropdown li {
    list-style-type: none;
}
user agent stylesheetli {
    display: list-item;
    text-align: -webkit-match-parent;
}
Inherited from ul.dropdown
ul.dropdown, ul.dropdown ul {
    padding: 0;
    margin: 0;
    cursor: pointer;
}
user agent stylesheetul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.header.large td .version {font-size:0.7em !important; font-family: Arial, Helvetica, sans-serif;position:relative;top:-1px;padding-right:5px;display:inline-block}


table.cke_editor td, table.cke_editor th {padding:0}

.cke_top {box-shadow:0;background-image:none}

.cke_toolgroup {border: 0 !important}
.cke_toolbar_separator {margin: 0px 0px 0 !important; height:26px !important}
.cke_top {background: #E0E0E0 !important}
.cke_button_on {background: rgb(255, 165, 0) !important}