    body {
	   padding: 0px;
	   margin: 0px;
	   _letter-spacing: 1px;
	}
    hr { 
	   display: block; 
	   height: 1px;
       border: 0; 
	   border-top: 1px solid #eee;
       margin: 5px 0 5px; 
	   padding: 0; 
	}
    .slick-headerrow-column {
      background: #d7eefb;
      text-overflow: clip;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
	  text-align: right;
    }

    .slick-headerrow-column input {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    h1 {
      font-size: 16px;
    }
	.odd {
	   background: #fafaf9;
	}
	.active {
	   background: #fafa80;
	}
	.top {
	   _background: #d7eefb;
	   _color: white;
	   _border-bottom: 1px solid #dddddd;
	   height: 80px;
	   position: relative;
	   min-width: 700px;
	}
	.menu {
	   float: bottom;
	   position: absolute;
	   bottom: -7px;
	   left: 130px;
	   font-size: 1.1em;
	   
	}
	.menu-item {
	   font-size: 1.5em;
	   padding-right: 5px;
	   padding-left: 5px;
	   text-decoration: none;
	   padding-bottom: 2px;
	   margin: 0px;
	   display: inline;
	}
	.menu-selected {
	   font-weight: bold;
	   font-color: white;
	   background-color: #2c3e50;
	}
	.title {
	   margin: 10px;
	   font-size: 3em;
	   font-weight: bold;
	}
	.left-menu-div {
	   padding: 8px;
	   width: 150px;
	   height: 500px;
	   clear: left;
	   position: absolute;
	   border-right: 1px solid #dddddd;
	   text-decoration: none;
	   padding: 0px;
	}
	.left-menu {
	   font-size: 1.1em;
	   padding: 0px;
	   width: 140px;
	   height: 500px;
	   clear: left;
	   position: relative;
	   _border-right: 1px solid #dddddd;
	   text-decoration: none;
	}
	#div-pins {
	    margin-bottom: 5px;
	    margin-top: 0px;
		z-index: 10000;
	}
	.left-menu-item {
	   font-size: 1.5em;
	   padding-top: 0px;
	   padding-bottom: 2px;
	   padding-left: 15px;
	   margin: 0px;
	}
	.menu-item-selected {
	   font-weight: bold;
	   font-color: white;
	   padding-left: 15px;
	   background-color: #2c3e50;
	}
.menu-item a:link, .menu-item a:visited, .menu-item a:hover, .menu-item a:active {
    text-decoration: none;
	color: black;
}
.menu-selected a:link, .menu-selected a:visited, .menu-selected a:hover, .menu-selected a:active {
    text-decoration: none;
	color: white;
}
.left-menu-item a:link, .left-menu-item a:visited, .left-menu-item a:hover, .left-menu-item a:active {
    text-decoration: none;
	color: black;
}
.menu-item-selected a:link, .menu-item-selected a:visited, .menu-item-selected a:hover, .menu-item-selected a:active {
    text-decoration: none;
	color: white;
}

* {
font-family: arial;
font-size: 9pt;
}

a:-webkit-any-link {
   color: -webkit-link;
   text-decoration: none;
   cursor: auto;
}
a:hover { 
   text-decoration: underline;
}

.slick-headerrow-columns {
   height: 28px;
}

.cell-center {
   text-align: center;
}
.slick-cell {
   vertical-align: middle;
   line-height: 16px;
}

.ui-widget-overlay {
opacity: .3;
}

#dialog-div {
  display: none;
}

#dialog-confirm {
  display: none;
}

#dialog-entry {
  display: none;
}
#dialog-entry  fieldset {
  border: 0;
}

input[readonly="readonly"]
{
    color:gray;
	border: 0;
}
.content {
   padding: 8px;
   position: absolute;
   clear: right;
   _border: 1px solid green;
   top: 95px;
   left: 160px;
   right: 0;
   bottom: 20px;
   overflow: auto;
   border-top: 1px solid #dddddd;
}

#grid-container {
   _border: 1px solid red;
   position: relative;
}
.myGrid-full {
    position: absolute;
	top: 70px;
	left: 10px;
	bottom: 25px;
	right: 0px;
}	
.myGrid-fixed {
	position:relative;
	width: 100%;
	_height: 100%;
	overflow: hidden;
	outline: 0px;
}

#result {
    font-size: 1.3em;
	padding: 5px;
	position: absolute;
}

#dialog-menu {
    display: none;
	width: 150px;
	position: absolute;
	z-index:10000;
	background: #2c3e50;
	border: 1px solid #2c3e50;
	color: white;
    padding: 3px;
}

#dialog-menu-button > .ui-button-text {
    visibility: hidden;
}	

.logout-div {
   bottom: 10px;
   right: 10px;
   position: absolute;
}

label {
  margin-top: 7px;
}

.date-field-calendar {
   position: relative;
   left: -17px;
   top: 3px;
}
.date-field-calendar2 {
   position: relative;
   left: -17px;
}
#ui-datepicker-div {
border: 1px solid #2c3e50;
width: 180px;
}
label.error {
   margin-left: 5px;
   color: red;
}

div.sp-picker-container {
  background: white;
}
div.sp-container, div.sp-replacer {
  border: 1px solid #a9a9a9;
  background: white;
}
div.sp-preview-inner, div.sp-preview {
  border: none;
}
div.sp-replacer {
  padding: 0px 3px 0px 0px;
}
.sp-choose {
  background: #2c3e50;
  border: 1px solid #2c3e50;
}
input[type="radio"] + label {
    border: 2px solid white;
	color:lightgray;
	font-weight: normal;
}
input[type="radio"]:checked + label {
    border: 2px solid black;
	color:white;
	font-weight: bold;
}
input.editor-text {
   width: 100%;
   height: 16px;
}
div.amount-filled  {
   background: #ddffdd;
}
div.error-highlight {
   background: #ff9090;
}
div.worning-highlight {
   background: #ffeac0;
}
div.ok-highlight {
   background: #ddffdd;
}
div.active > div {
   background: #ffff88;
}

.clear-filter a:link, .clear-filter a:visited, .clear-filter a:hover, .clear-filter a:active {
   	color: black;
	text-decoration: none;
}

.sg-header-editable {
	_color: yellow;
}
.sg-column-bold {
	font-weight: bold;
	color: blue;
}
span.gray {
	color: #aaaaaa;
	font-weight: normal;
	font-size: 0.9em;
}
.ui-menu-item {
	background:#2c3e50;
	color:white;
   padding:15px;
   _width: 150px;
}
#menu1 {
   margin-left:10px;
}
.cell-number {
   text-align: right;
}
span.headerrow-totals {
   color: 555555;
   font-weight: normal;
   line-height: 14px;
}
span.colnum {
   position: absolute;
   top: -2px;
   left: 2px;
   font-size: 0.9em;
   color: lightgray;
   font-weight: normal;
}
span.col-icon {
   position: absolute;
   top: -2px;
   left: 13px;
}
span.colname {
   position: absolute;
   bottom: -2px;
   left: 2px;
}
.slick-columnpicker li{
	height: 17px;
}
.col-pick-label {
	white-space: nowrap
}
.editor-select {
    width: 100%;
}
#preview{
	z-index: 12000;
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

.preview-image {
	width: 300px;
}	

input.inlineDatepicker {
    border: 0;
	outline: 0;
}
.ui-datepicker-prev {
   color: red;
}