﻿body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.body {
  background-color: #C6CAC2;
  color: #33333F;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.editModeObject {
}
.editModeObjectBar {
  background-color: blue;
  top: -23;
  height: 20;
  width: 150px;
  position: absolute;
  cursor: move;
  overflow: visible;
  text-align: left;
  z-index: 100;
  display: none;
  visibility: hidden;
  vertical-align: middle;
  border-top: solid 1px #DDDDDD;
  border-right: solid 1px #333333;
  border-bottom: solid 1px #333333;
  border-left: solid 1px #DDDDDD;
  padding: 1px 2px 1px 2px;
}
.editModeObjectBar img {
  cursor: default;
}
.editModeObjectBar table {
  width: 100%;
  height: 100%;
}
.editModeObjectBar td {
  color: White;
  font-family: Tahoma,Verdana,Arial,sans-serif;
  font-size: x-small;
}
.editModeObjectBarHighlight {
  background-color: Silver;
  top: -23;
  height: 20;
  width: 150px;
  position: absolute;
  cursor: move;
  overflow: visible;
  text-align: left;
  z-index: 100;
  vertical-align: middle;
  border-top: solid 1px #DDDDDD;
  border-right: solid 1px #333333;
  border-bottom: solid 1px #333333;
  border-left: solid 1px #DDDDDD;
  padding: 1px 2px 1px 2px;
}
.editModeObjectBarHighlight img {
  cursor: default;
}
.editModeObjectBar table {
  width: 100%;
  height: 100%;
}
.editModeObjectBarHighlight td {
  color: Black;
  font-family: Tahoma,Arial,sans-serif;
  font-size: x-small;
}
.editModeObjectBarMinimized {
  background-color: blue;
  background-repeat: repeat-x;
  top: -23;
  height: 20;
  width: 20px;
  position: absolute;
  cursor: move;
  overflow: hidden;
  text-align: right;
  z-index: 100;
  display: none;
  visibility: hidden;
  vertical-align: middle;
  border-top: solid 1px #DDDDDD;
  border-right: solid 1px #333333;
  border-bottom: solid 1px #333333;
  border-left: solid 1px #DDDDDD;
  padding: 1px 2px 1px 2px;
}
.editModeObjectBarMinimized img {
  cursor: default;
}
.propertyBox {
  position: absolute;
  z-index: 999;
  visibility: hidden;
  height: 500px;
  width: 500px;
}
.propertyBoxTitle {
  background-color:Blue;
  height:15px;
  cursor:move;
  border-top: solid 1px #DDDDDD;
  border-right: solid 1px #333333;
  border-bottom: solid 1px #333333;
  border-left: solid 1px #DDDDDD;
}
.propertyBoxTitleText {
  font-size: x-small;
  color: White;
  padding: 1px 5px 1px 5px;
}
.propertyBoxTitleImages img {
  cursor: default;
  height: 10px;
  width: 10px;
}
.propertyIFrame {
  border: solid 1px blue;
  width: 100%;
  height: 100%;
}
.breadCrumbMenu {
  background-color: White;
  color: #33333F;
  text-align: left;
  font-family: Tahoma,Verdana,Arial,sans-serif;
  font-size: x-small;
  padding: 3px 3px 3px 3px;
}
.breadCrumbMenu a {
  color: #33333F;
  text-decoration: none;
  border: solid 1px #FFFFFF;
  padding: 2px 2px 2px 2px;
}
.breadCrumbMenu a:hover {
  background-color: #EEEEEE;
  border: solid 1px #999999;
}
.propertyHeader {
  background-color: White;
  color: #33333F;
}
.propertyLabel {
  background-color: White;
  color: #33333F;
}
.propertyValue {
  background-color: White;
  color: #33333F;
}
.propertyOkCancel {
  background-color: White;
}
.rowTopSeparator {
  background-color: white;
  background-image: url(pixel.gif);
  background-position: left top;
  background-repeat:  repeat-x;
  height:1px;
}
.rowRightSeparator {
  background-color: white;
  background-image: url(pixel.gif);
  background-position: right top;
  background-repeat:  repeat-y;
  height:1px;
}
.rowBotSeparator {
  background-color: white;
  background-image: url(pixel.gif);
  background-position: left bottom;
  background-repeat:  repeat-x;
  height:1px;
}
.rowLeftSeparator {
  background-color: white;
  background-image: url(pixel.gif);
  background-position: left top;
  background-repeat:  repeat-y;
  height:1px;
}
.rowTopLeft {
  background-color: white;
  background-image: url(Top-left.gif);
  background-position: left top;
  background-repeat: no-repeat;
  height: 5px;
  width: 5px;
}
.rowTopRight {
  background-color: white;
  background-image: url(Top-right.gif);
  background-position: right top;
  background-repeat: no-repeat;
  height: 5px;
  width: 5px;
}
.rowBotRight {
  background-color: white;
  background-image: url(Bot-right.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
  height: 5px;
  width: 5px;
}
.rowBotLeft {
  background-color: white;
  background-image: url(Bot-left.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  height: 5px;
  width: 5px;
}
.ayudaDialogBoxControlIFrame {
  width: 100%;
  height: 100%;
  border: none;
}
.colorPickerSwatch {
  border-top: solid 1px white;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  border-left: solid 1px white;
  width: 20px;
  height: 12px;
}
.colorPickerBox {
  background-color: Blue;
  position: absolute;
  z-index: 100;
  visibility: hidden;
  border-top: solid 1px white;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  border-left: solid 1px white;
}
.colorPickerTextColor {
  width: 50px;
  height: 15px;
  font-size: xx-small;
}
.ayudaStatusWindow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  width: 90%;
  height: 20px;
  overflow: auto;
  padding: 0px 0px 0px 0px;
  border-bottom: solid 1px #222222;
}
.ayudaStatusWindow iframe {
  width: 500px;
  height: 50px;
  overflow: auto;
  padding: 0px 0px 0px 0px;
  border: solid 1px black;
}
.ayudaDropDownListControl {
  font-family: Arial, Verdana;
  color: Black;
  width: 220px;
  font-size:11px;
  cursor: pointer;
  cursor: hand;
  height: 20px;
  background-color: White;
  border: 1px solid Gray;
  padding: 2px;
}

.ayudaFileListItem {
  font-family: Arial, Verdana;
  color: Black;
  width: 160px;
  font-size:11px;
  cursor: pointer;
  cursor: hand;
  height: 20px;
  background-color: White;
  border: 1px solid Gray;
  padding: 2px;
}
.ayudaFileListItemOver {
  font-family: Arial, Verdana;
  color: White;
  width: 160px;
  font-size:11px;
  cursor: pointer;
  cursor: hand;
  height: 20px;
  background-color: Blue;
  border: 1px solid Gray;
  padding: 2px;
}

.ayudaFileListItemSelected {
  font-family: Arial, Verdana;
  color: White;
  width: 160px;
  font-size:11px;
  cursor: pointer;
  cursor: hand;
  height: 20px;
  background-color: LightBlue;
  border: 1px solid Gray;
  padding: 2px;
}

.ayudaFileListTreeView
{
  position: absolute;
  left: 10px;
  top: -15px;
  background-color: silver;
  border: thin outset;
}

.ayudaPopupDiv
{
  position: absolute;
  background-color: silver;
  border: thin outset;
}
.ayudaDisplaySystemBusy {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 999;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  border: solid 5px #222222;
  background-color: #DDDDDD;
  cursor: wait;
  background: url('i/pixel.gif');
  /*color: #222222;*/
  font-size: x-large;
}
.ayudaDisplaySystemBusy td {
  color: #222222;
  font-size: x-large;
}
.subscribe {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

