* {
    -moz-user-select: -moz-none;
}

.unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   -ms-user-select: none;
   user-select: none;
}

.clearFloat {
  clear : both;
}

html {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: none;
}

.appMain {
  position: relative;
  padding-top: 10px;
  height: 95%;
  width: 100%;
  overflow:auto;
  overflow: auto;
}

#splash_info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 30px;
  color: white;
  background-color: activecaption;
  text-align: center;
  padding-top: 8px;
}	

.appLeftPane {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20%;
  height: 99%;
  overflow: hidden;
  padding-right: 10px;
}

.appRightPane {
  position: absolute;
  left: 20%;
  top: 0px;
  width: 79%;
  height: 99%;
  overflow: hidden;
  margin-left: 5px;
}

.appMenuSeparator {
  position: absolute;
  left: 20%;
  height: 99%;
  top: 0px;
  width: 3px;
  background-color: #fafafa;
  cursor: e-resize;
}

.appLogo {
  position: relative;
  height: 20%;
  overflow: hidden;
}

.appTree {
  position: relative;
  top: 10px;
  height: 78.5%;
  overflow: auto;
  width: 100%;
}

.appNavigation {
  position: relative;
  top: 1px;
  align: right;
}

.appNavigation * {
    vertical-align: middle;
}

.appNavigation #mainbar {
  top: 3px;
}

#app_formSelector_selector {
  top: 0px;
}

body {
  font-family: Verdana;
  font-size: 8pt;
}

fieldset {
  font-family: "MS Sans Serif", Verdana;
  font-size: 8pt;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin: 0px;
}

input {
  font-size: 11px;
  font-family: Verdana;
  color: black;
  height: 18px;
  -moz-user-select: text;
}

input.login {
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  height : auto;
}

map {
  cursor: hand;
  cursor: pointer;
}

textarea {
  font-family: "MS Sans Serif", Verdana;
  font-size: 8pt;
  color: black;
  -moz-user-select: text;
}

.button {
  font-size: 11px;
  margin: 1px;
}

table.calendar td {
  font-size: 12px;
  width: 30px;
  text-align: center;
  cursor: hand;
  cursor: pointer;
}

.calCellOtherMonth {
  background-color: #f5f5f5;
}

.calCellSelDay {
  border-width: 2px;
  border-color: red;
  border-style: solid;
}

.calCellCurrMonth {
}

.calCellOver {
  background-color: #b0b0b0;
  cursor: hand;
  cursor: pointer;
}

.calCellCurrDay {
  background-color: #ffff99;
}

.calNav {
  cursor: hand;
  cursor: pointer;
}

/* defined also later - common with .picker */
.calPicker {
  padding: 5px;
  display:none
}

.calPickerHeader {
  white-space: nowrap;
}

.dialogForm {
  border-color: activeborder;
  border-style: outset;
  border-width: 3px;
  background-color: buttonface;
  position: absolute;
  z-Index: 61000;
}

.dialogForm_inlet {
  background-color: buttonface;
  left: 0px;
  position: absolute;
}


.edit, .editReadOnly, .editRemote {
  border-width: 2px;
  border-style: inset;
  background-color: white;
  position: absolute;
  padding-top: 1px;
}

.editReadOnly, .readOnly {
  background-color: buttonface;
}

.requiredField {
  background-color: #ffffd5;
}

/*
.editRemote {
  background-color: gainsboro;
}
*/

.editImg {
  _cursor: hand;
  cursor : pointer; 
  position: absolute;
  top: 1px;
}

input.editInplace {
  font-family: Verdana;
  padding-top: 0px;
  padding-bottom: 0px;
}


.enumpicker, .calendar {
  border-width: 2px;
  border-style: inset;
  padding-top: 1px;
}

.enumpicker {
  background-color: gainsboro;
}

.enumpickerRelative {
  position: relative;
  padding-top: 0px;
  top: -2px;
  font-size: 10px;
}

.enumpickerImg, .enumpickerImgRelative, .enumpickerImgInplace {
  _cursor: hand;
  cursor: pointer;
  align: texttop;
}

.enumpickerImgRelative {
  position: relative;
}

.enumpickerImgInplace {
  position: absolute;
  top: 1px;
}

fieldset div * {
    vertical-align: middle;
}

.filter {
  border-color: activeborder;
  border-style: outset;
  border-width: 2px;
  position: absolute;
  overflow-y: auto;  
  display: none;
}


.form {
  position: relative;
  height: 99%;
  padding-right: 4px;
  padding-left: 4px;
}


.form_bordericon {
  _cursor: hand;
  cursor: pointer;
}

.form_dragbar {
  color: white;
  width: 100%;
}

.form_body {
  position: relative;
  width: auto;
  float: left;
  overflow: auto;
}

.form_buttons {
  position: relative;
  float: left;
  width: auto;
  margin-top: 8px;
  margin-left: 4px;
}

.form_titlebar {
  position: relative;
  height: 18px;
  background-color: activecaption;
  text-align: right;
  padding-top: 2px;
  padding-right: 4px;
  font-family: "MS Sans Serif", Verdana;
  font-weight: bold;
  font-size: 12px;
  color: white;
}

.form_titlebar * {
    vertical-align: middle;
}

.form_caption {
  float: left;
  font-family: "MS Sans Serif", Verdana;
  font-weight: bold;
  font-size: 12px;
  color: white;
  padding-left: 10px;
  xpadding-top: 3px;
}


.form_recCount {
  padding-right: 10px;
}

.grid {
  padding-top: 2px;
  font-family: Verdana;
  vertical-align: middle;
  position: relative;
}

.gridNav {
  position: relative;
  top: 3px;
  display: none;
  overflow:hidden;
  text-overflow: ellipsis;
  height: 22px;
}

.gridNav * {
    vertical-align: middle;
}

.gridPageSel {
  top : 0px;
}

.gridRowDivider, .gridHeaderDivider {
  float: left;
  width: 5px;
  color: white;
  padding-left: 2px;
  padding-right: 2px;
}

.gridHeaderDivider {
  color: gray;
  cursor: e-resize;
}

.gridHeaderOut {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.gridHeaderIn {
  position: relative;
  overflow: hidden;
  height: 20px;
  background-color: #83A6DF;
  padding-top: 3px;
}

.gridHeaderCell, .gridCell, .gridCellOver, .gridCellEdit {
  overflow: hidden;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
}

.gridHeaderCell {
  padding-top: 0px;
}

.gridHeaderCellText {
  overflow: hidden;
  white-space: nowrap;
  border: 0px;
  float: left;
  top: 0px;
  padding: 0px;
  padding-top: 1px;
}

.gridHeaderCellArrow {
  float: left;
}

.gridCellEdit {
  padding-top: 0px;
}

.gridBodyIn {
  position: relative;
}

.gridBodyOut {
  position: relative;
  overflow: auto;
  width: 100%;
}

.gridCell, .gridCellOver, .gridRow, .gridRowOver, .gridRowSelected, .gridCellTreeNode, .gridRowDivider, .gridHeaderDivider {
  height: 18px;
}

.gridCellEdit {
  padding-top: 0px;
  text-align: left
}

.gridRow, .gridRowOver, .gridRowSelected {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: white;
}

.gridRowOver {
  background-color: yellow;
}

.gridRowOdd {
  background-color: #fafafa;
}

.gridRowSelected
{
  background-color: #d3f6df;
}

.gridRowActive {
  border-color: red;
}

.gridCellOver {
  background-color: #a3c6df;
}

.imageBox {
  position: absolute;
}

.label, .relLabel {
  font-family: "MS Sans Serif", Verdana;
  font-size: 8pt;
  overflow: hidden;
  position: absolute;
  vertical-align: bottom;
  white-space: nowrap;
}

.relLabel {
  position: relative;
}

.memo {
  border-width: 2px;
  border-style: inset;
  background-color: white;
  position: absolute;
  padding-top: 3px;
}

.menuBarImg {
  position: relative;
  width: 16px;
  height: 16px;
  top: -1px;
  left: 3px;
}

.messagedialog {
  border-color: activeborder;
  border-style: outset;
  border-width: 3px;
  background-color: buttonface;
  position: absolute;
}

.picker, .calPicker {
  position: absolute;
  background-color: white;
  border-width: 2px;
  border-style: inset;
  overflow-y: auto;
  display: none;  
}


.picker_item {
  _cursor: hand;
  cursor: pointer;
  font-family: "MS Sans Serif", Verdana;
  font-size: 8pt;
}

.projectionNavigation {
  position: absolute;
  text-align: center;
}

.scrollbox {
  overflow-y: auto;
  position: absolute;
}

.splash {
  height: 98%;
  width: 98%;
  left: 0px;
  top: 0px;
  position: absolute;
  z-Index: 60000;
}

.tab {
  border-bottom: 0px none white;
  border-left: 1px solid buttonhighlight;
  border-top: 1px solid buttonhighlight;
  border-right: 2px solid buttonshadow;
  cursor: hand;
  cursor: pointer;
  font-family: "MS Sans Serif", Verdana;
  font-size: 8pt;
  padding-left: 3px;
  padding-right: 3px;
}

.tabfolder {
  position: absolute;
  width: 99%;
  height: 95%;
}

.folder {
  border-color: #fefefe;
  border-style: outset;
  border-width: 2px;
  position: relative;
  width: 100%;
  height: 98%;
}

.sortDialogItem {
  cursor: hand;
  cursor: pointer;
  font-family: "MS Sans Serif", Verdana;
  font-size: 8pt;
  padding-bottom: 2px;
  padding-top: 2px;
}

.toolbar {
  font-family: "MS Sans Serif", Verdana;
  font-size: 8pt;
  height: 35px;
}

/*
.toolbutton {
  text-align: center;
  background-color: gainsboro;
  border-style: outset;
  border-width: 1px;
  cursor: hand;
  cursor: pointer;
  padding-top: 4px;
  width: 50px;
}
*/

.toolbarButton {
  height: 24px;
  margin-left: 1px;
  font-size: 11px;
}

.navToolbarButton {
  border: 0px;
  background-color: transparent;
  cursor: hand;
  cursor: pointer;
  padding-top: 1px;
  width: 20px;
}

/*
.treeview2 {
  border-width: 2px;
  border-style: inset;
  overflow: auto;
  position: absolute;
}
*/

.btnMenu {
  border-width: 2px;
  border-style: outset;
  cursor: hand;
  cursor: pointer;
  font-family: "MS Sans Serif", Verdana;
  font-size: 8pt;
  vertical-align: middle;
  color: black;
  z-Index: 3px;
}

.btnMenuItem {
  font-family: "MS Sans Serif", Verdana;
  font-size: 8pt;
  background-color: white;
  border-style: none;
  text-decoration: none;
  width: 100%;
  padding-left : 3px;
  padding-right : 3px;
  color: black;
}

a.btnMenuItem:hover
{
  font-family: "MS Sans Serif", Verdana;
  font-size: 8pt;
  vertical-align: middle;
  background-color: highlight;
  color : white;
  text-decoration : none;
}

a.treeNode:link, a.treeNode:visited {
  font-family: Verdana;
  font-size: 8pt;
  color: blue;
  text-decoration: none;
}

a.treeNode:hover {
  font-family: Verdana;
  font-size: 8pt;
  color: red;
  text-decoration: underline;
}

.treeNode {
  height: 16px;
}

.treeNode * {
    vertical-align: middle;
}


.treeview td {
  height: 16px;
} 

.firstForms {
  position: absolute; 
  left: 0px; 
  top: 0px; 
  width: 100%; 
  height: 90%
}

.invisible {
  display: none;
}

.tsChbox
{
  width: 14px;
}

.tsUnchecked
{
  background: url(../../images/controls/classic/tsunchecked.gif) no-repeat;
}

.tsChecked
{
  background: url(../../images/controls/classic/tschecked.gif) no-repeat;
}

.tsEmpty
{
  background: url(../../images/controls/classic/tsempty.gif) no-repeat;
}

