/* InlineMsgBox */
.InlineMsgBox
{
  color: black;
  font-weight: bold;
  border: 2px solid black;
  padding: 3px;
  margin-bottom: 15px;
  margin-top: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.InlineMsgBoxErr
{
  color: #ED1C24;
  border-color: #ED1C24;
}

.InlineMsgBoxLoadingImg
{
  background-image: url('loading.gif');
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  margin-right: 5px;
  float: left;
}


/* OverlayMsgBox */
.OverlayMsgBoxOverlay
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.OverlayMsgBoxOuter
{
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.OverlayMsgBoxTable
{
  width: 100%;
  height: 100%;
}

.OverlayMsgBoxCell
{
  text-align: center;
  vertical-align: middle;
}

.OverlayMsgBoxInner
{
  padding: 10px 30px 10px 30px;
  border: 2px black solid;
  background-color: white;
  display: inline-block;
  max-width: 80%;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.OverlayMsgBoxInnerErr
{
  color: #ED1C24;
  border-color: #ED1C24;
}


.OverlayMsgBoxLoadingImg
{
  background-image: url('loading.gif');
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  margin-right: 5px;
  float: left;
}

/* WebConfig */
.WebConfigLabelErr
{
  color: #ED1C24;
  font-weight: bold;
  background-color: #DFE3E6;
}

/* EventLog*/
.EventLogIcon
{
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  margin-right: 5px;
  float: left;
}

.EventLogIconInfo
{
  background-image: url('info.png');
}

.EventLogIconWarning
{
  background-image: url('warning.png');
}

.EventLogIconError
{
  background-image: url('error.png');
}

.EventLogIconFatal
{
  background-image: url('fatal.png');
}

.EventLogIconDebug
{
  background-image: url('debug.png');
}


/*----------------------------------------------------------------------------*/
/* Help */
.HelpBox /* Don't change this name. Help topics may use it. */
{
  background-color: #DFE3E6;
  padding: 10px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.wafHelpWarningIcon
{
  background-image: url('HelpWarning.png');
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  float: left;
  margin: 5px 20px 5px 0;
}

table.HelpTable /* Don't change this name. Help topics may use it. */
{
  border-collapse:collapse;
}

table.HelpTable, table.HelpTable th, table.HelpTable td
{
  border: 1px solid black;
  margin-left: 10px;
  margin-right: 10px;
}

table.HelpTable th, table.HelpTable td
{
  padding: 5px 10px 5px 10px;
}

.wafHelpHighlight, .wafHelpHighlight *
{
  background-color: yellow;
}

.wafHelpHighlighter, .wafHelpHighlighter *
{
  background-color: lime;
}

.wafHelpTreeHighlight, .wafHelpTreeHighlight *
{
  font-weight: bold;
}

.wafHelpTopicNextFoundText
{
  position: absolute;
  top: 10px;
  right: 25px;
}


/*----------------------------------------------------------------------------*/
/* waf.layout.TreeContainer */
.TreeContainerNoIcon
{
  width: 0 !important;
  height: 0 !important;
}


/*----------------------------------------------------------------------------*/
/* Large icons */
/* General icon styles */
.wafIcon
{
  background-image: url('largeIcons.png');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

/* Language changer icon */
.wafIconLanguage
{
  background-position: 0 0;
}

/* Next icon */
.wafIconNext
{
  background-position: -24px 0;
}

/* User icon */
.wafIconUser
{
  background-position: -48px 0;
}


/*----------------------------------------------------------------------------*/
/* Diagnose */
.wafDiagConsole
{
  background-color: black;
  color: DeepSkyBlue;
}
.wafDiagConsole::selection
{
  background-color: DeepSkyBlue;
  color: black;
}
.wafDiagConsole::-moz-selection
{
  background-color: DeepSkyBlue;
  /*#04D8EB;*/
  color: black;
}

/*----------------------------------------------------------------------------*/
/* User management */
.wafUserUserDialogAccessRightsTable
{
  width: 100%
}
.wafUserUserDialogAccessRightsTable td:not(:first-child)
{
  width: 1%;
  white-space: nowrap;
}


/*----------------------------------------------------------------------------*/
/* Quirks */
/* Disable clear icon for input fields in IE, because we emulate this for all */
/* browsers with waf.form.TextBox. */
::-ms-clear { display: none; }


/* End of file */
